document.write( "Question 444707: An airline estimates with probability of 0.05 a passenger who bought a ticket won't show up for the flight. The plane can carry 100 passengers, and the airline sells 102 tickets.\r
\n" );
document.write( "\n" );
document.write( "What is the probability that exactly 101 passengers show up to take the flight? \n" );
document.write( "
Algebra.Com's Answer #306512 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let p=.95 and q=.05 \n" ); document.write( "102C101*p^101*q The 101 term of the expansion of the binomial (q+p)^102 \n" ); document.write( "=.0287 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |