164k views
6 votes
Airlines often sell more tickets for a flight than there are seats, because some ticket holders does not show up for the flight. An airline estimates that 95% of ticket holders actually show up for the flight. If the airline sells 70 tickets, what is the probability that less than 65 of the ticket holders will show up for the flight

1 Answer

10 votes

Answer:

0.1373 = 13.73% probability that less than 65 of the ticket holders will show up for the flight

Explanation:

For each ticket holder, there are only two possible outcomes. Either they will show up for the flight, or they will not. Ticket holders are independent. This means that we use the binomial probability distribution to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)

In which
C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

And p is the probability of X happening.

An airline estimates that 95% of ticket holders actually show up for the flight.

This means that
p = 0.95

70 tickets:

This means that
n = 70

What is the probability that less than 65 of the ticket holders will show up for the flight?

This is:


P(X < 65) = 1 - P(X \geq 65)

In which


P(X \geq 65) = P(X = 65) + P(X = 66) + P(X = 67) + P(X = 68) + P(X = 69) + P(X = 70)

So


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 65) = C_(70,65).(0.95)^(65).(0.05)^(5) = 0.1348


P(X = 66) = C_(70,66).(0.95)^(66).(0.05)^(4) = 0.1941


P(X = 67) = C_(70,67).(0.95)^(67).(0.05)^(3) = 0.2201


P(X = 68) = C_(70,68).(0.95)^(68).(0.05)^(2) = 0.1845


P(X = 69) = C_(70,69).(0.95)^(69).(0.05)^(1) = 0.1016


P(X = 70) = C_(70,70).(0.95)^(70).(0.05)^(0) = 0.0276


P(X \geq 65) = P(X = 65) + P(X = 66) + P(X = 67) + P(X = 68) + P(X = 69) + P(X = 70) = 0.1348 + 0.1941 + 0.2201 + 0.1845 + 0.1016 + 0.0276 = 0.8627


P(X < 65) = 1 - P(X \geq 65) = 1 - 0.8627 = 0.1373

0.1373 = 13.73% probability that less than 65 of the ticket holders will show up for the flight

User Alexandre Hitchcox
by
4.9k points