Skip to content

9709 · 6.1

The Poisson distribution — practice questions

Practice and worked examples for 9709 The Poisson distribution. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

The number of emails arriving in an office inbox follows a Poisson distribution with a mean rate of 2.5 emails per 10-minute period. Find the probability that: (a) Exactly 4 emails arrive in a 10-minute period. (b) At least 2 emails arrive in a 20-minute period.

Show solution outline

(a) The interval is 10 minutes, so we use λ=2.5\lambda = 2.5. Let XX be the number of emails in 10 minutes. XPo(2.5)X \sim Po(2.5). We need P(X=4)P(X=4). P(X=4)=e2.5×2.544!=0.08208...×39.062524=0.13360...P(X=4) = \frac{e^{-2.5} \times 2.5^4}{4!} = \frac{0.08208... \times 39.0625}{24} = 0.13360... P(X=4)0.134P(X=4) \approx 0.134 (3 s.f.)

(b) The interval has changed to 20 minutes, which is double the original. We must adjust λ\lambda. New mean, λ=2.5×2=5\lambda' = 2.5 \times 2 = 5. Let YY be the number of emails in 20 minutes. YPo(5)Y \sim Po(5). We need the probability of 'at least 2 emails', which is P(Y2)P(Y \ge 2). It's easier to calculate the complement: P(Y2)=1P(Y<2)=1P(Y1)P(Y \ge 2) = 1 - P(Y < 2) = 1 - P(Y \le 1). P(Y1)=P(Y=0)+P(Y=1)P(Y \le 1) = P(Y=0) + P(Y=1). P(Y=0)=e5500!=e50.006738P(Y=0) = \frac{e^{-5} 5^0}{0!} = e^{-5} \approx 0.006738 P(Y=1)=e5511!=5e50.033690P(Y=1) = \frac{e^{-5} 5^1}{1!} = 5e^{-5} \approx 0.033690 P(Y1)0.006738+0.033690=0.040428P(Y \le 1) \approx 0.006738 + 0.033690 = 0.040428 P(Y2)=10.040428=0.959572...P(Y \ge 2) = 1 - 0.040428 = 0.959572... P(Y2)0.960P(Y \ge 2) \approx 0.960 (3 s.f.) (Using a calculator's Poisson CD function for P(Y1)P(Y \le 1) with λ=5\lambda=5 is more direct).

Worked example 2

A manufacturer produces light bulbs, and 0.5% of them are faulty. The bulbs are packed in boxes of 400. Use a suitable approximation to find the probability that a randomly chosen box contains exactly 3 faulty bulbs.

Show solution outline

Let XX be the number of faulty bulbs in a box. The exact distribution is Binomial. XB(400,0.005)X \sim B(400, 0.005). Here, n=400n=400 is large and p=0.005p=0.005 is small. This justifies using a Poisson approximation. We set the Poisson parameter λ\lambda equal to the binomial mean npnp. λ=np=400×0.005=2\lambda = np = 400 \times 0.005 = 2. So we can approximate with YPo(2)Y \sim Po(2). We need to find the probability of exactly 3 faulty bulbs, which is P(Y=3)P(Y=3). P(Y=3)=e2×233!=e2×86P(Y=3) = \frac{e^{-2} \times 2^3}{3!} = \frac{e^{-2} \times 8}{6} P(Y=3)=0.1353...×86=0.18044...P(Y=3) = \frac{0.1353... \times 8}{6} = 0.18044... Probability 0.180\approx 0.180 (3 s.f.).