15.6k views
25 votes
The phone lines to an airline reservation system are occupied 61% of the time. Assume that the events that the lines are occupied on successive calls are independent. If 11 calls are placed, what is the probability that the lines are occupied for exactly 5 calls

User Greenhorn
by
4.1k points

1 Answer

11 votes

Answer:

0.1373 = 13.73% probability that the lines are occupied for exactly 5 calls

Explanation:

For each call, there are only two possible outcomes. Either the lines are occupied, or they are not. The events that the lines are occupied on successive calls 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.

The phone lines to an airline reservation system are occupied 61% of the time.

This means that
p = 0.61

If 11 calls are placed, what is the probability that the lines are occupied for exactly 5 calls

This is P(X = 5) when n = 11. So


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


P(X = 5) = C_(11,5).(0.61)^(5).(0.39)^(6) = 0.1373

0.1373 = 13.73% probability that the lines are occupied for exactly 5 calls

User Mightyroser
by
3.5k points