229k views
2 votes
The exponential distribution can be used to solve Poisson-type problems in which the intervals are not time. The Air Travel Consumer Report published by the U.S. Department of Transportation reported that in a recent year, Virgin America led the nation in fewest occurrences of mishandled baggage, with a mean rate of 0.95 per 1,000 passengers. Assume that mishandled baggage occurrences are Poisson distributed. Using the exponential distribution to analyze this problem, determine the average number of passengers between occurrences. Suppose baggage has just been mishandled. (a) What is the probability that at least 490 passengers will have their baggage handled properly before the next mishandling occurs? (b) What is the probability that the number will be fewer than 190 passengers?

User Xabre
by
4.2k points

2 Answers

5 votes

Answer: Based on the data I have, there is a 0.257% chance that you’ll have to file a mishandled baggage report if your carrier is Hawaiian Airlines.

User Linucks
by
4.9k points
3 votes

Answer:

a)
P(X \ge 490) = 0.628

b)
P(X \leq 190) = 0.165

Explanation:

a) This is an exponential distribution question since it is a poisson type problem

Mean rate is 0.95 per 1000 passengers

Mean rate,
\lambda = 0.95/1000


\lambda = 0.00095 per passenger

Probability that at least 490 passengers will have their baggage handled properly before the next mishandling occurs :


P(X \ge x) = e^(- \lambda x)


P(X \ge 490) = e^(-490 * 0.00095)


P(X \ge 490) = e^(-0.4655)\\P(X \ge 490) = 0.628

b) Probability that the number will be fewer than 200 passengers


P(X \leq 190) = 1 - P(X \geq 190)\\P(X \leq 190) = 1 - e^(-190 \lambda) \\P(X \leq 190) = 1 - e^(-190 *0.00095)


P(X \leq 190) = 1 - 0.835\\P(X \leq 190) = 0.165

User Benjamin James
by
4.3k points