document.write( "Question 615359: I have lost here with 2 different formula it's likely the same for me ,f(x) = n nCr x p^x(1 - p)^n-x or the Discrete population Probability D??which one is corrector and why?
\n" ); document.write( "Because not all airline passengers show up for their reserved seat, an airline sells 125 tickets for a flight that holds only 120 passengers. The probability that a passenger does not show up is 0.10, and the passengers behave independently.\r
\n" ); document.write( "\n" ); document.write( "a)What is the probability that every passenger who shows up can take the flight?
\n" ); document.write( "b)What is the probability that the flight departs with empty seats?
\n" ); document.write( "c)What is the probability that the flight departs with exactly 5 empty seats?\r
\n" ); document.write( "\n" ); document.write( "Thanks so much in advance!
\n" ); document.write( "

Algebra.Com's Answer #387184 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
I have lost here with 2 different formula it's likely the same for me ,f(x) = n nCr x p^x(1 - p)^n-x or the Discrete population Probability D??which one is corrector and why?
\n" ); document.write( "Because not all airline passengers show up for their reserved seat, an airline sells 125 tickets for a flight that holds only 120 passengers. The probability that a passenger does not show up is 0.10, and the passengers behave independently.
\n" ); document.write( "a)What is the probability that every passenger who shows up can take the flight?
\n" ); document.write( "P(x <= 120) = binomcdf(125,0.90,120) = 0.9961
\n" ); document.write( "----------------------------------------------------------
\n" ); document.write( "b)What is the probability that the flight departs with empty seats?
\n" ); document.write( "P(x > = 5) = 1 - binomcdf(125,0.1,5) = 0.9886
\n" ); document.write( "----------------------------------------------------------
\n" ); document.write( "c)What is the probability that the flight departs with exactly 5 empty seats?
\n" ); document.write( "P(x = 115)= 125C115*(0.9)^115*(0.1)^5 = 0.0970
\n" ); document.write( "=============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=============================
\n" ); document.write( "
\n" ); document.write( "
\n" );