5.5 The normal distribution

Syllabus
9709–2028–2029
Topic
5.5
Level
A2

Learning objectives

A normal probability is area under a symmetric continuous curve

XN(μ,σ2)X\sim N(\mu,\sigma^2) models a continuous variable whose distribution is approximately bell-shaped, symmetric and unimodal. The centre is μ\mu; σ\sigma controls spread; total area under the curve is 1.

Probability Sketch/shading instruction
P(X<a)P(X<a) shade left of aa
P(X>a)P(X>a) shade right of aa
P(a<X<b)P(a<X<b) shade between aa and bb

StandardisewithStandardise withZ=\frac{X-\mu}{\sigma},\qquad Z\sim N(0,1),thenusethestandardnormaltableandsymmetryorcomplementsasneeded.then use the standard normal table and symmetry or complements as needed.

For XN(10,4)X\sim N(10,4), the standard deviation is 2, so P(X<12)=P(Z<(1210)/2)=P(Z<1)=0.8413P(X<12)=P(Z<(12-10)/2)=P(Z<1)=0.8413.

Curve height is not a probability; area is. Because the model is continuous, P(X=a)=0P(X=a)=0, so << and \le give the same probability. In N(μ,σ2)N(\mu,\sigma^2), the second parameter is variance.

Show the tail, standardise fully, then solve or invert

Step Direct probability Inverse/relationship problem
1 sketch and identify lower, upper or interval area convert the stated area to the correct signed zz-quantile
2 display Z=(Xμ)/σZ=(X-\mu)/\sigma with the numerical boundary write (xμ)/σ=z(x-\mu)/\sigma=z
3 read the table; complement or subtract if needed rearrange to x=μ+zσx=\mu+z\sigma or the required relationship

If XN(50,62)X\sim N(50,6^2), then P(X>62)=P(Z>62506)=P(Z>2)=10.9772=0.0228.P(X>62)=P\left(Z>\frac{62-50}{6}\right)=P(Z>2)=1-0.9772=0.0228. This displays the full standardisation required.

If P(X<x)=0.90P(X<x)=0.90, tables give z1.282z\approx1.282, so (xμ)/σ=1.282(x-\mu)/\sigma=1.282 and x=μ+1.282σx=\mu+1.282\sigma. If xx is known, the same equation gives a relationship between μ\mu and σ\sigma.

For a central probability, split the excluded area equally between two tails before finding zz. For example, central 90% leaves 0.05 per tail and uses bounds μ±1.645σ\mu\pm1.645\sigma.

‘At least’ and ‘more than’ are upper-tail events. Do not feed an upper-tail probability directly into a lower-tail table, and do not omit the sign of zz for a boundary below μ\mu.

Move each binomial boundary by half a unit

For $X\sim B(n,p)$, let $q=1-p$. Use the normal approximation only whennp>5\quad\text{and}\quad nq>5,thenapproximatewiththen approximate withY\sim N(np,npq).

Binomial event Continuous normal event
XkX\le k Y<k+0.5Y<k+0.5
X<kX<k (that is Xk1X\le k-1) Y<k0.5Y<k-0.5
XkX\ge k Y>k0.5Y>k-0.5
X>kX>k (that is Xk+1X\ge k+1) Y>k+0.5Y>k+0.5
aXba\le X\le b a0.5<Y<b+0.5a-0.5<Y<b+0.5

If XB(100,0.4)X\sim B(100,0.4), then np=40np=40 and nq=60nq=60, so the conditions hold and YN(40,24)Y\sim N(40,24). To approximate P(X45)P(X\le45), use P(Y<45.5)=P(Z<45.54024).P(Y<45.5)=P\left(Z<\frac{45.5-40}{\sqrt{24}}\right).

The correction gives each integer value its full unit-wide bar: the bar for X=45X=45 extends from 44.5 to 45.5. Sketching the included integer bars makes the correct boundary visible.

Check both approximation conditions before calculating. Use variance npqnpq but standard deviation npq\sqrt{npq} when standardising, and apply continuity correction before converting to zz.