Given certain specific conditions, it is possible to approximate a binomial distribution with a normal distribution.
Required conditions
Given X∼B(n,p) and Y∼N(μ,σ2), the random variable X can be approximated with Y if:
n is large.
p is close to 0.5.
If X≈Y, then μ and σ can be calculated using the following formulae:
μσ=np=np(1−p)
Example 1
Given the random variable X∼B(250,0.55), explain why it is possible to approximate X with a normal distribution, and calculate the values of μ and σ2 if X≈Y∼N(μ,σ2).
n is large and p is close to 0.5. Therefore, it is possible to estimate X with a normal distribution.
To estimate probabilities of a binomial distribution using a normal distribution, a rounding error has to be applied due to the fact that the binomial distribution is a discrete distribution.
Example 2
The random variable X∼B(250,0.55) is approximated with the random variable Y∼N(137.5,61.875). Estimate the following probabilities:
i) P(X=140)
ii) P(X≤180)
iii) P(130≤X<150)
Part i):
Use error intervals:
P(X=140)≈P(139.5<Y<140.5)≈0.0482
Part ii):
Since 180 is included in the inequality, the upper bound is 180.5.
P(X≤180)≈P(Y<180.5)≈1
Part iii):
P(130≤X<150)≈P(129.5<Y<149.5)≈0.7819
Read more
Learn with Basics
Learn the basics with theory units and practise what you learned with exercise sets!
Length:
Unit 1
Basics of probability
Unit 2
The binomial distribution
Jump Ahead
Score 80% to jump directly to the final unit.
Optional
Unit 3
Normal approximation to the binomial distribution
Final Test
Test reviewing all units to claim a reward planet.
Create an account to complete the exercises
FAQs - Frequently Asked Questions
How do you estimate binomial probabilities using a normal distribution?
Apply a rounding interval to make up for the fact that the binomial distribution is discrete.
How are µ and σ calculated when approximating a binomial distribution with a normal distribution?
µ = np and σ^2 = np(1-p).
When can you approximate a binomial distribution with a normal distribution?