document.write( "Question 1192507: Forty percent of the passengers who fly on a certain route do not check in any luggage.
\n" ); document.write( "The planes on this route seat 15 passengers. What is the probability that 9 or more
\n" ); document.write( "passengers on a full flight do not check in their luggage?
\n" ); document.write( "a. 0.610
\n" ); document.write( "b. 0.095
\n" ); document.write( "c. 0.944
\n" ); document.write( "d. 0.404
\n" ); document.write( "e. 0.869
\n" ); document.write( "

Algebra.Com's Answer #824387 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
if you use the binomial distribution, then:
\n" ); document.write( "p(x >= 9) = p(9) + p(10) + p(11) + p(12) + p(13) + p(14) + p(15).
\n" ); document.write( "the formula to use is:
\n" ); document.write( "p(x) = p^x * q^(n-x) * c(n,x)
\n" ); document.write( "in this problem, .....
\n" ); document.write( "n = 15
\n" ); document.write( "x = 9 through 15
\n" ); document.write( "p = .4
\n" ); document.write( "q = 1 minus .4 = .6
\n" ); document.write( "c(n,x) = n! / (x! * (n-x)!)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i used excel to get these figures.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the results are shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is that, if 40% of the passengers do not check in their luggage, then the probability that 9 or more passengers do not check their luggage is .095407.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i'll use p(9) as an example of how it works.
\n" ); document.write( "when x = 9, the formula becomes p(9) = .4^9 * .6^(15-9) * c(15,9)
\n" ); document.write( "this translates to:
\n" ); document.write( "p(9) = .4^9 * .6^6 * 15! / (9! * 6!)
\n" ); document.write( "this results in p(9) = .0612141053.
\n" ); document.write( "round to 6 decimal places, as shown in excel, and you get:
\n" ); document.write( "p(9) = .061214.
\n" ); document.write( "this is the same as what excel is showing you.
\n" ); document.write( "
\n" );