Poisson ≈ binomial
This is the same limit that birthed the Poisson, read backwards. A binomial with a huge and a tiny is already “rare events over endless trials” — so it is a Poisson in a binomial costume, with . You trade a two-number formula with brutal coefficients for one easy number.
B(n, p) ≈ Po(np) when n large, p small
Trigger: large and small (guide ). Set and use the ordinary Poisson formula. State the justification in your working (“ large, small, so use ”) — it scores a mark.
Worked example
Start simple: convert, then one tail
. Here and , so . Find :
n large AND p small (np < 5) → Po(np), one parameter. State the justification; it scores a mark.
Worked example
Rare faults in a big box
Components are faulty with probability 0.4%; a box has 1000. Find .
- ; large, small, , so .
- “more than 5” excludes 5: .
Worked example
How good is the approximation?
Glassware is faulty with probability 0.012; a batch of 375 gives , so . The two agree to 2–3 decimals:
| x | Binomial B(375, 0.012) | Poisson Po(4.5) |
|---|---|---|
| 0 | 0.0108 | 0.0111 |
| 1 | 0.0492 | 0.0500 |
| 2 | 0.1118 | 0.1125 |
The bigger and smaller (with fixed), the tighter the match.
Examiner note
Common mistake