document.write( "Question 291569: Because 10% of the reservation holders are 'no shows' a Canadian airline sells 400 tickets for a flight that can accommodate 375 passengers.\r
\n" );
document.write( "\n" );
document.write( "a) Find the probability that one or more reservation holders will not be accomodated on the flight.
\n" );
document.write( "b) Find the probability of fewer than 350 passengers on the flight. \n" );
document.write( "
Algebra.Com's Answer #210831 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Because 10% of the reservation holders are 'no shows' a Canadian airline sells 400 tickets for a flight that can accommodate 375 passengers. \n" ); document.write( "a) Find the probability that one or more reservation holders will not be accomodated on the flight. \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 400, p = 0.1 \n" ); document.write( "P(x>375) = 1 - P(0<= x <=374) = 1 - 400C374(0.9)^374*(0.1)^26 = 0.0054... \n" ); document.write( "----------------------------------------- \n" ); document.write( "b) Find the probability of fewer than 350 passengers on the flight. \n" ); document.write( "P(0<= x <=349) = 0.0436.. \n" ); document.write( "----------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |