document.write( "Question 320801: An airline has a policy of booking 21 passengers on a flight with 20 seats. Find the probability that there will not be enough seats available. The probability that a randomly selected person misses the flight is 5%. \n" ); document.write( "
Algebra.Com's Answer #229712 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
An airline has a policy of booking 21 passengers on a flight with 20 seats. Find the probability that there will not be enough seats available. The probability that a randomly selected person misses the flight is 5%.
\n" ); document.write( "------------------------------
\n" ); document.write( "Binomial with n = 21 and p(misses) = 0.05 ; P(shows up) = 0.95
\n" ); document.write( "---
\n" ); document.write( "P(x = 21) = 21C21(0.
\n" ); document.write( "binompdf(21,0.95,21) = 21C21*0.95^21 *0.05*0 = 0.95^21 = 0.3406
\n" ); document.write( "===========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===========================
\n" ); document.write( "
\n" );