document.write( "Question 973371: . An airline company has two types of airplanes: one for 10 passengers and one for 20
\n" );
document.write( "passengers. It is known that 10% of the passengers that buy a ticket do not show up.
\n" );
document.write( "You may assume that the passengers arrive independently. The airline company allows
\n" );
document.write( "overbooking, so it sells 11 tickets in the plane with 10 seats and 22 in the plane with
\n" );
document.write( "20 seats.
\n" );
document.write( "What is the probability of an overbooked flight of the first airplane? \n" );
document.write( "
Algebra.Com's Answer #595585 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An airline company has two types of airplanes: one for 10 passengers and one for 20 \n" ); document.write( "passengers. It is known that 10% of the passengers that buy a ticket do not show up. \n" ); document.write( "You may assume that the passengers arrive independently. The airline company allows \n" ); document.write( "overbooking, so it sells 11 tickets in the plane with 10 seats and 22 in the plane with \n" ); document.write( "20 seats. \n" ); document.write( "What is the probability of an overbooked flight of the first airplane? \n" ); document.write( "----- \n" ); document.write( "P(ticket holder shows up) = 0.9 \n" ); document.write( "----- \n" ); document.write( "P(all 11 ticket holders show up) = 0.9^11 = 0.3138 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |