document.write( "Question 275994: An airline estimates that 91% of people booked on their flights actualy show up. If the arline books 79 people on a flight for which the maximum number is 77, what is the probability that the number of people who show up will exceed the capacity of the plane? \n" ); document.write( "
Algebra.Com's Answer #201227 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An airline estimates that 91% of people booked on their flights actualy show up. \n" ); document.write( "If the airline books 79 people on a flight for which the maximum number is 77, what is the probability that the number of people who show up will exceed the capacity of the plane? \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n= 79, p = 0.91, 78<= x <=79 \n" ); document.write( "------ \n" ); document.write( "P(78 <= x <= 79) = 1 - P(0<= x <=77) \n" ); document.write( "= 1-binomcdf(79,0.91,77) \n" ); document.write( "= 0.0051.. \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |