Question 1067018: Suppose that CPA (Crash 'n' Panic Airlines) loses on average 15% of the bags that it handles. If they have 10 flights with 200 bags (2000 bags in total) on a given day, what is the probability that they will lose 300 bags? Report your answer to 6 decimal places.
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Suppose that CPA (Crash 'n' Panic Airlines) loses on average 15% of the bags that it handles. If they have 10 flights with 200 bags (2000 bags in total) on a given day, what is the probability that they will lose 300 bags? Report your answer to 6 decimal 02places.
-------
P(x = 300) = 2000C300*0.15^300*0.85^1700 = binompdf(2000,0.15,300) = 0.0250
------------
Cheers,
Stan H.
------------
|
|
|