5.5 The normal distribution
- Syllabus
- 9709–2028–2029
- Topic
- 5.5
- Level
- AS
X∼N(μ,σ2) models a continuous variable whose distribution is approximately bell-shaped, symmetric and unimodal. The centre is μ; σ controls spread; total area under the curve is 1.
| Probability | Sketch/shading instruction |
|---|---|
| P(X<a) | shade left of a |
| P(X>a) | shade right of a |
| P(a<X<b) | shade between a and b |
StandardisewithZ=\frac{X-\mu}{\sigma},\qquad Z\sim N(0,1),thenusethestandardnormaltableandsymmetryorcomplementsasneeded.
For X∼N(10,4), the standard deviation is 2, so P(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)=0, so < and ≤ give the same probability. In N(μ,σ2), the second parameter is variance.
| Step | Direct probability | Inverse/relationship problem |
|---|---|---|
| 1 | sketch and identify lower, upper or interval area | convert the stated area to the correct signed z-quantile |
| 2 | display Z=(X−μ)/σ with the numerical boundary | write (x−μ)/σ=z |
| 3 | read the table; complement or subtract if needed | rearrange to x=μ+zσ or the required relationship |
If X∼N(50,62), then P(X>62)=P(Z>662−50)=P(Z>2)=1−0.9772=0.0228. This displays the full standardisation required.
If P(X<x)=0.90, tables give z≈1.282, so (x−μ)/σ=1.282 and x=μ+1.282σ. If x is known, the same equation gives a relationship between μ and σ.
For a central probability, split the excluded area equally between two tails before finding z. For example, central 90% leaves 0.05 per tail and uses bounds μ±1.645σ.
‘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 z for a boundary below μ.
For $X\sim B(n,p)$, let $q=1-p$. Use the normal approximation only whennp>5\quad\text{and}\quad nq>5,thenapproximatewithY\sim N(np,npq).
| Binomial event | Continuous normal event |
|---|---|
| X≤k | Y<k+0.5 |
| X<k (that is X≤k−1) | Y<k−0.5 |
| X≥k | Y>k−0.5 |
| X>k (that is X≥k+1) | Y>k+0.5 |
| a≤X≤b | a−0.5<Y<b+0.5 |
If X∼B(100,0.4), then np=40 and nq=60, so the conditions hold and Y∼N(40,24). To approximate P(X≤45), use P(Y<45.5)=P(Z<2445.5−40).
The correction gives each integer value its full unit-wide bar: the bar for X=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 npq but standard deviation npq when standardising, and apply continuity correction before converting to z.