1. A small regional carrier accepted 21
reservations for a particular flight with 18 seats. 16 reservations
went to regular customers who will arrive for the flight. Each of
the remaining passengers will arrive for the flight with a 54%
chance, independently of each other.
a. Find the probability that overbooking occurs.
b. Find the probability that the flight has empty seats.
Say X be the event that the remaining passengers arrive for the flight. X follows a binomial distribution with number of trials = 5 and p = 0.54
X ~ b(0.54, 5)
a) If overbooking occurs, three or more passengers arrive. X = 3, 4, 5
Probability = P(X=3) + P(X=4) + P(X=5)
= 5C3.(0.54)3(0.36)2 + 5C4.(0.54)4(0.36)1 + 5C5.(0.54)5(0.36)0 = 0.575
Hence, the probability that overbooking occurs is 0.575
b) If the flight has empty seats, X = 0 or 1
P(X = 0) + P(X = 1) = 5C0.(0.54)0(0.36)5 + 5C1.(0.54)1(0.36)4 = 0.141
Hence, the probability that the flight has empty seats is 0.141
Get Answers For Free
Most questions answered within 1 hours.