document.write( "Question 1204520: Suppose that the probability that a passenger will miss a flight is 0.0999. Airlines do not like flights with empty seats, but it is also not desirable to have overbooked flights because passengers must be \"bumped\" from the flight. Suppose that an airplane has a seating capacity of 57 passengers.
\n" );
document.write( "(a) If 59 tickets are sold, what is the probability that 58 or 59 passengers show up for the flight resulting in an overbooked flight?
\n" );
document.write( "(b) Suppose that 63 tickets are sold. What is the probability that a passenger will have to be \"bumped\"?
\n" );
document.write( "(c) For a plane with seating capacity of 250 passengers, what is the largest number of tickets that can be sold to keep the probability of a passenger being \"bumped\" below 1%? \n" );
document.write( "
Algebra.Com's Answer #840833 by ikleyn(52864) You can put this solution on YOUR website! . \n" ); document.write( "Suppose that the probability that a passenger will miss a flight is 0.0999. \n" ); document.write( "Airlines do not like flights with empty seats, but it is also not desirable \n" ); document.write( "to have overbooked flights because passengers must be \"bumped\" from the flight. \n" ); document.write( "Suppose that an airplane has a seating capacity of 57 passengers. \n" ); document.write( "(a) If 59 tickets are sold, what is the probability that 58 or 59 passengers show up \n" ); document.write( "for the flight resulting in an overbooked flight? \n" ); document.write( "(b) Suppose that 63 tickets are sold. What is the probability that a passenger \n" ); document.write( "will have to be \"bumped\"? \n" ); document.write( "(c) For a plane with seating capacity of 250 passengers, what is the largest number of tickets \n" ); document.write( "that can be sold to keep the probability of a passenger being \"bumped\" below 1%? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( " Question (a)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It is a binomial experiment.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "There are 59 potential passengers. The probability that every given passenger will show up is 1 - 0.0999 = 0.9001.\r\n" ); document.write( "\r\n" ); document.write( "The events for individual passengers are INDEPENDENT.\r\n" ); document.write( "\r\n" ); document.write( "The question is: find the probability that of 59 passengers that bought tickets, 58 or 59 will show up\r\n" ); document.write( "(it is the event \"the flight is overbooked\").\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "n = 59 (the number of trials);\r\n" ); document.write( "\r\n" ); document.write( "p = 0.9001 (the probability of \"success\" to each individual trial);\r\n" ); document.write( "\r\n" ); document.write( "k >= 58 (the event of overbooking flight).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "P(n=59; p=0.9001; k>=58) = P(n=59; p=0.9001; k=58) + P(n=59; p=0.9001; k=59) =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "My post is just very long, so I prefer to stop here.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |