document.write( "Question 404719: A small feeder airline knows that the probability is .10 that a reservation holder will not show up
\n" ); document.write( "for its daily 7:15 A.M. flight into a hub airport. The flight carries 10 passengers. (a) If the flight is
\n" ); document.write( "fully booked, what is the probability that all those with reservations will show up? (b) If the airline overbooks by selling 11 seats, what is the probability that no one will have to be bumped? (c) That
\n" ); document.write( "more than one passenger will be bumped? *(d) The airline wants to overbook the flight by enough
\n" ); document.write( "seats to ensure a 95 percent chance that the flight will be full, even if some passengers may be
\n" ); document.write( "bumped. How many seats would it sell?
\n" ); document.write( "

Algebra.Com's Answer #286030 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A small feeder airline knows that the probability is .10 that a reservation holder will not show up for its daily 7:15 A.M. flight into a hub airport.
\n" ); document.write( "The flight carries 10 passengers.
\n" ); document.write( "---
\n" ); document.write( "Binomial Problem with n = 10, p(not show) = 0.1 ; p(show) = 0.9
\n" ); document.write( "---\r
\n" ); document.write( "\n" ); document.write( "(a) If the flight is fully booked, what is the probability that all those with reservations will show up?
\n" ); document.write( ":::(0.9)^10 = 0.3487
\n" ); document.write( "-------------------- \r
\n" ); document.write( "\n" ); document.write( "(b) If the airline overbooks by selling 11 seats, what is the probability that no one will have to be bumped?
\n" ); document.write( "P(no bump) = P(0<= show <=10) = 1 - binomcdf(11,0.9,10) = 0.3138
\n" ); document.write( "--------------------\r
\n" ); document.write( "\n" ); document.write( "(c) That more than one passenger will be bumped?
\n" ); document.write( "P(2<= bumped <=10) = 1 - binomcdf(10,0.1,1) = 0.2639
\n" ); document.write( "----------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "==========\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(d) The airline wants to overbook the flight by enough
\n" ); document.write( "seats to ensure a 95 percent chance that the flight will be full, even if some passengers may be
\n" ); document.write( "bumped. How many seats would it sell?
\n" ); document.write( "
\n" );