document.write( "Question 671680: Airlines sell more tickets for a flight than the number of available seats (overbooking). They do this because they know from past experience that only 90% of ticketed passengers actually show up for the flight. \r
\n" ); document.write( "\n" ); document.write( "(a) A plane has 6 seats. If the airline sells 8 tickets for a flight, what is the probability that the flight will be overbooked (the number of passengers who show up is greater than the number of available seats)?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(b) A plane has 325 seats. If the airline sells 350 tickets for a flight, what is the probability that the flight will be overbooked (the number of passengers who show up is greater than the number of available seats)?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #417513 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
Let p (not showing) = .10 \r
\n" ); document.write( "\n" ); document.write( "1) Let n = 8. This situation satisfies the binomial distribution.\r
\n" ); document.write( "\n" ); document.write( "Choose 0 to not show up:\r
\n" ); document.write( "\n" ); document.write( "(8 choose 0) (.1)^0 (.9)^8\r
\n" ); document.write( "\n" ); document.write( "Choose 1 to not show up:\r
\n" ); document.write( "\n" ); document.write( "(8 choose 1) (.1)^1 (.9)^7\r
\n" ); document.write( "\n" ); document.write( "Adding this we get:\r
\n" ); document.write( "\n" ); document.write( "(.9)^8 + 8 * .1 * .9^7 = \"highlight%28.8131%29\"\r
\n" ); document.write( "\n" ); document.write( "2) Let n = 350 \r
\n" ); document.write( "\n" ); document.write( "In the same way:\r
\n" ); document.write( "\n" ); document.write( "(350 choose 0) *(.1)^0 (.9)^349 + (350 choose 1) * (.1)^1 (.9)^348 + ... + (350 choose 24) *(.1)^24 (.9)^326 = \"highlight%28.0261%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );