document.write( "Question 258309: Airlines find that each passenger who reserves a seat fails to turn up with probability 1/10 independently of the other passengers. So Teeny Weeny Airlines always sell 10 tickets for their 9 seat aeroplane while Blockbuster Airways always sell 20 tickets for their 18 seat aeroplane. Which is more often over-booked? \n" ); document.write( "
Algebra.Com's Answer #190150 by Theo(13342)![]() ![]() You can put this solution on YOUR website! probability that a passenger will not show up 10% of the time means the passenger will show up 90% of the time.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "any plane is overbooked when at least one passenger is denied.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the smaller plane this happens when all 10 passengers show up for the 9 seats.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of this happening is .9^10 = .34867844.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the larger plan this happens when all 20 passengers show up or when 19 of the 20 passengers show up for the 18 seats.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of all 20 passengers showing up for the larger plane is .9^20 = .121576655.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability that exactly 19 passengers show up for the larger plane is .1^1 * .9^19 * C(20,1).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C(20,1) is the number of possible combinations of selecting 1 out of 20.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C(20,1) = 20!/(19!*1!) = (20*19!)/19! = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "proability that exactly 19 passengers will show up for the larger plane is therefore .1^1 * .9^19 * 20 = .270170344.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability that all 18 passengers or exactly 19 passengers will show up for the larger plane is equal to .121576655 + .270170344 = .391746998\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "based on the probabilities, the larger plane should be overbooked more often than the smaller plane.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |