3.6StatisticsStretch
Approximating a Binomial Distribution
When n is large and p is close to 0.5, a binomial distribution is well-approximated by a normal distribution. A continuity correction bridges the discrete and continuous models.
What you'll be able to do
- State the conditions for a normal approximation
- Find μ and σ from the binomial
- Apply a continuity correction
- Compute the approximate probability
1
The approximation
If with large and near , then is approximately — the normal with the same mean and variance.
Mean np, variance np(1−p).
2
Continuity correction
Because binomial is discrete and normal is continuous, adjust by . For example, becomes and becomes .
1, , so .
2Continuity: .
Answer, use .
Tip — Decide ±0.5 by widening the region to include the boundary integer.
Formula recap
Matching parameters.
Continuity correction.
Common mistakes to avoid
Omitting the continuity correction.
Always adjust by ±0.5 when approximating.
Using np(1−p) as σ instead of σ².
np(1−p) is the variance; σ is its square root.
Key takeaways
- B(n,p) ≈ N(np, np(1−p)) for large n, p near 0.5.
- Apply a ±0.5 continuity correction.
- Widen the region to include the boundary integer.
Test yourself
Ready to lock in Approximating a Binomial Distribution? Pick a mode and earn XP & Dobloons.