Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Methods (Unit 3 & 4) The normal distribution

The normal approximation to the binomial distribution

20 practice questions 0 video lessons Theory + worked examples

In Year 12 Mathematical Methods (Queensland, QCAA), the normal approximation to the binomial replaces a binomial variable \(X\sim B(n,p)\) with a normal distribution \(N\big(np,\,np(1-p)\big)\) when \(n\) is large and \(p\) is not too extreme (rule of thumb \(np\ge 5\) and \(n(1-p)\ge 5\)). You then use technology to estimate \(P(X\le k)\), \(P(X\ge k)\) or \(P(a\le X\le b)\). No continuity correction is used.

A binomial random variable \(X\sim B(n,p)\) counts the successes in \(n\) independent trials, each with success probability \(p\). Its probability histogram is a set of bars at \(x=0,1,\dots,n\). As \(n\) grows and \(p\) stays away from \(0\) and \(1\), that histogram becomes bell shaped and symmetric about its mean, so a normal curve fits it closely.

The normal approximation to the binomial uses the normal distribution with the same mean and variance as the binomial: \(\mu=np\) and \(\sigma^2=np(1-p)\). We write \(X\approx N\big(np,\,np(1-p)\big)\). Because a normal distribution is continuous and easy to evaluate with technology, it gives quick estimates of binomial probabilities for large \(n\).

The approximation is reliable when \(np\ge 5\) and \(n(1-p)\ge 5\). If \(n\) is small or \(p\) is close to \(0\) or \(1\), the binomial is too skewed and the approximation is poor — then the exact binomial should be used. In QCAA Methods the plain normal approximation is used, with no continuity correction.

Key idea. If \(np\ge 5\) and \(n(1-p)\ge 5\), then \(X\sim B(n,p)\) is approximately \(N\big(np,\,np(1-p)\big)\): mean \(\mu=np\), standard deviation \(\sigma=\sqrt{np(1-p)}\).
Binomial histogram with normal approximationA binomial probability histogram B(16,0.5) with an overlaid normal curve N(8,4) and a dashed mean line at mu=8. μ=np x
The normal curve \(N\big(np,\,np(1-p)\big)\) sits over the binomial bars, centred at \(\mu=np\)
Normal approximation upper tailA normal bell curve with the region to the right of a boundary shaded, showing an upper-tail probability P(X greater than or equal to k) found by standardising. μ=np k x
A probability such as \(P(X\ge k)\) is the shaded area under the approximating normal curve

The approximating normal (valid when \(np\ge 5\) and \(n(1-p)\ge 5\)):

\[X\sim B(n,p)\ \Rightarrow\ X\approx N\big(np,\;np(1-p)\big)\]
XN(np,np(1-p))

Mean, variance and standard deviation:

\[\mu=np \qquad \sigma^{2}=np(1-p) \qquad \sigma=\sqrt{np(1-p)}\]
σ=np(1-p)

Standardising to find a probability (technology, no continuity correction):

\[P(X\le k)\approx P\!\left(Z\le \dfrac{k-np}{\sqrt{np(1-p)}}\right)\]
Z=k-npnp(1-p)
Validity. Use the approximation only when \(np\ge 5\) and \(n(1-p)\ge 5\). Otherwise the binomial is too skewed — use the exact binomial instead.

How to use the normal approximation to the binomial

  1. Identify \(n\) and \(p\). Recognise the count as \(X\sim B(n,p)\).
  2. Check the approximation is appropriate. Confirm \(np\ge 5\) and \(n(1-p)\ge 5\). If either fails, use the exact binomial.
  3. Find the parameters. Compute \(\mu=np\) and \(\sigma=\sqrt{np(1-p)}\), and write \(X\approx N\big(np,\,np(1-p)\big)\).
  4. Evaluate the probability with technology. Find \(P(X\le k)\), \(P(X\ge k)\) or \(P(a\le X\le b)\) directly, or standardise with \(z=\dfrac{x-\mu}{\sigma}\). No continuity correction is applied.
Set-up clue. On a calculator, enter the normal distribution with mean \(np\) and standard deviation \(\sqrt{np(1-p)}\) (the standard deviation, not the variance) before finding the tail or interval probability.
Example 1 — Mean and standard deviation
\(X\sim B(80,0.25)\). Find the mean and standard deviation of the approximating normal.
Solution

Use \(\mu=np\) and \(\sigma=\sqrt{np(1-p)}\).

\(\mu\)\(=\)\(80\times 0.25=20\)
\(\sigma^2\)\(=\)\(80\times 0.25\times 0.75=15\)
\(\sigma\)\(=\)\(\sqrt{15}\approx 3.87\)

So \(X\approx N(20,\,15)\).

μ=20
Example 2 — Is the approximation appropriate?
Decide whether the normal approximation is appropriate for \(X\sim B(20,0.1)\).
Solution

Check both \(np\) and \(n(1-p)\).

\(np\)\(=\)\(20\times 0.1=2\)
\(n(1-p)\)\(=\)\(20\times 0.9=18\)
\(np=2\)\(<\)\(5\)

Not appropriate: \(np<5\), so use the exact binomial.

np=2
Example 3 — An upper-tail probability
A fair coin is tossed \(100\) times; \(X\) is the number of heads. Estimate \(P(X\ge 60)\).
Solution

\(np=50\ge 5\) and \(n(1-p)=50\ge 5\), so use \(N(50,25)\).

\(\mu\)\(=\)\(50,\ \sigma=\sqrt{25}=5\)
\(z\)\(=\)\(\dfrac{60-50}{5}=2\)
\(P(X\ge 60)\)\(\approx\)\(P(Z\ge 2)=0.0228\)
P(X greater than or equal to 60) for B(100,0.5)Normal curve N(50,25) with the upper tail beyond 60 shaded, giving probability about 0.0228. 50 60 x
P(X60)0.0228
Example 4 — A modelling problem
Items are defective independently with probability \(0.08\). In \(150\) items, \(X\) is the number defective. Estimate \(P(10\le X\le 15)\).
Solution

\(np=12\ge 5,\ n(1-p)=138\ge 5\), so use the approximation.

\(\mu\)\(=\)\(12\)
\(\sigma\)\(=\)\(\sqrt{11.04}\approx 3.32\)
\(P(10\le X\le 15)\)\(\approx\)\(0.5431\)

Using \(N(12,\,11.04)\) with technology.

P(10X15)0.5431

Common pitfalls

The standard deviation is \(\sqrt{np(1-p)}\), not \(np\). A frequent error is to use \(\sigma=np\), forgetting both the factor \((1-p)\) and the square root. The variance is \(np(1-p)\); the standard deviation is its square root.
Do not use \((n,p)\) as the normal parameters. The approximating normal is \(N\big(np,\,np(1-p)\big)\), not \(N(n,p)\). Convert to \(\mu=np\) and \(\sigma^2=np(1-p)\) first.
Check the approximation is valid first. If \(np<5\) or \(n(1-p)<5\) (small \(n\) or extreme \(p\)), the binomial is skewed and the normal fit is poor — use the exact binomial instead.

Frequently asked questions

When can you use a normal distribution to approximate a binomial?

When \(n\) is large and \(p\) is not too extreme — the rule of thumb is \(np\ge 5\) and \(n(1-p)\ge 5\). Then \(X\sim B(n,p)\) is approximately \(N\big(np,\,np(1-p)\big)\).

What mean and variance does the approximating normal have?

The same as the binomial: \(\mu=np\) and \(\sigma^2=np(1-p)\), so \(\sigma=\sqrt{np(1-p)}\).

How do you find a binomial probability using the approximation?

Write \(X\approx N\big(np,\,np(1-p)\big)\) and use technology for \(P(X\le k)\), \(P(X\ge k)\) or \(P(a\le X\le b)\), or standardise with \(z=\dfrac{x-\mu}{\sigma}\).

Does QCAA Mathematical Methods use a continuity correction?

No. The QCAA syllabus does not include a continuity correction; probabilities are read directly from the approximating normal using technology.

When is the normal approximation poor?

When \(n\) is small or \(p\) is close to \(0\) or \(1\), so \(np<5\) or \(n(1-p)<5\). The binomial is then too skewed — use the exact binomial.

Why is the binomial approximately normal for large \(n\)?

A binomial count is a sum of many independent trials, so for large \(n\) its histogram is bell shaped and symmetric about \(np\), matching a normal curve of the same mean and variance.

Create a free accountTrack your progress and save your work as you go.
Create free account