document.write( "Question 612518: Consider a low cost airline operating a 120-seat plane. The company typically sells 125 tickets on the flight since not all passengers usually show up for their reserved seat.
\n" );
document.write( "The probability that a passenger misses his/her flight is 0.10 and we consider that all passengers behave independently.
\n" );
document.write( "(a) What is the probability that every passenger who shows up for the flight can get a seat?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #385591 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Consider a low cost airline operating a 120-seat plane. The company typically sells 125 tickets on the flight since not all passengers usually show up for their reserved seat. \n" ); document.write( "The probability that a passenger misses his/her flight is 0.10 and we consider that all passengers behave independently. \n" ); document.write( "-------- \n" ); document.write( "Binomial Problem with n = 125 and p(shows up) = 0.9 \n" ); document.write( "P(0<= x <=120) = binomcdf(125,0.9,120) = \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(a) What is the probability that every passenger who shows up for the flight can get a seat? \n" ); document.write( "------ \n" ); document.write( "P(0<= x <=120) = binomcdf(125,0.9,120) = 0.9961 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |