An airline has a plane with 400 seats. The probability that a passenger fails to turn up for their flight is 0.04.
The airline has an overbooking policy. Find the largest number of passengers this airline can book and still be at least 85% sure that everyone who shows up has a seat.
Working:
Need to find a value $x$ when $1 - \text{cumulative probability}$ is at least 0.85 or more, but as close to 0.85 as possible. If we call this $x$-value $Z$ we need:
$[1 – P(X = 0) + P(X = 1) +…+ P(X = Z)] $
So $n=400 p=0.04 q=0.96 x=0,1,2,...$
Can't seem to add a picture of the answers but I got it as $411$.
Would anyone be able to verify that this method is correct ?