Roman C. answered 03/27/16
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
Let L be the number of bags she loses.
L ∼ Bin(n = 120, p = 1/200)
The probability of losing 2 or more pieces of luggage is best computed using the complementary event. Also, you should use the approximation: (1 - 1/x)rx → e-r as r → ∞. Here we use r = 120/200 = 3/5.
P(L ≥ 2)
= 1 - P(L < 2)
= 1 - P(L = 0) - P(L = 1)
= 1 - C(120,0)(1/200)0(199/200)120 - C(120,1)(1/200)1(199/200)119
= 1 - (1 - 1/200)120(1 + 120/199)
≈ 1 - e-3/5(1 + 120/199)
≈ 0.12