Normal Approximation to Binomial: Definition & Example

Statology

It turns out that if n is sufficiently large then we can actually use the normal distribution to approximate the probabilities related to the binomial distribution. This is known as the normal approximation to the binomial.

For n to be “sufficiently large” it needs to meet the following criteria:

When both criteria are met, we can use the normal distribution to answer probability questions related to the binomial distribution.

However, the normal distribution is a continuous probability distribution while the binomial distribution is a discrete probability distribution, so we must apply a continuity correction when calculating probabilities.

In simple terms, a continuity correction is the name given to adding or subtracting 0.5 to a discrete x-value.

For example, suppose we would like to find the probability that a coin lands on heads less than or equal to 45 times during 100 flips. That is, we want to find P(X ≤ 45). To use the normal distribution to approximate the binomial distribution, we would instead find P(X ≤ 45.5).

The following table shows when you should add or subtract 0.5, based on the type of probability you’re trying to find:

Using Binomial Distribution Using Normal Distribution with Continuity Correction
X = 45 44.5 < X < 45.5
X ≤ 45 X < 45.5
X < 45 X < 44.5
X ≥ 45 X > 44.5
X > 45 X > 45.5

The following step-by-step example shows how to use the normal distribution to approximate the binomial distribution.

Example: Normal Approximation to the Binomial

Suppose we want to know the probability that a coin lands on heads less than or equal to 43 times during 100 flips.

In this situation we have the following values:

To calculate the probability of the coin landing on heads less than or equal to 43 times, we can use the following steps:

Step 1: Verify that the sample size is large enough to use the normal approximation.

First, we must verify that the following criteria are met:

In this case, we have:

Both numbers are greater than 5, so we’re safe to use the normal approximation.

Step 2: Determine the continuity correction to apply.

Referring to the table above, we see that we should add 0.5 when we’re working with a probability in the form of X ≤ 43. Thus, we will be finding P(X< 43.5).

Step 3: Find the mean (μ) and standard deviation (σ) of the binomial distribution.

μ = n*p = 100*0.5 = 50

σ = √ n*p*(1-p) = √ 100*.5*(1-.5) = √ 25 = 5

Step 4: Find the z-score using the mean and standard deviation found in the previous step.

z = (x – μ) / σ = (43.5 – 50) / 5 = -6.5 / 5 = -1.3.

Step 5: Find the probability associated with the z-score.

We can use the Normal CDF Calculator to find that the area under the standard normal curve to the left of -1.3 is .0968.

Thus, the probability that a coin lands on heads less than or equal to 43 times during 100 flips is .0968.

This example illustrated the following:

This is a complete example of how to use the normal approximation to find probabilities related to the binomial distribution.

Hey there. My name is Zach Bobbitt. I have a Masters of Science degree in Applied Statistics and I’ve worked on machine learning algorithms for professional businesses in both healthcare and retail. I’m passionate about statistics, machine learning, and data visualization and I created Statology to be a resource for both students and teachers alike. My goal with this site is to help you learn statistics through using simple terms, plenty of real-world examples, and helpful illustrations.