The normal distribution is the most important continuous distribution in H2 Maths. Its symmetric, bell-shaped curve is fully described by two parameters — the mean and the variance — and virtually every probability question reduces to either reading off a GC value or working backwards from one.
What you need to know
- Notation: . The curve is symmetric about ; roughly 68 % of values fall within one standard deviation of the mean, and roughly 95 % within two.
- Standardising: convert to the standard normal by
- Finding probabilities: use the GC (CASIO: STAT → DIST → NORM → Ncd; TI-84: normalcdf) to evaluate directly, or convert to first. Always sketch the curve and shade the region.
- Inverse normal: given , use InvN (CASIO) or invNorm (TI-84) to find . Make sure you supply the correct tail probability — the GC expects a cumulative probability from the left.
- Linear combinations — expectation: for independent and ,
- Linear combinations — variance: variances always add, regardless of the sign between the variables:
Worked example 1 — Standardising to find a probability
The mass of a loaf of bread produced by a bakery is modelled by , where masses are in grams.
Find the probability that a randomly chosen loaf has mass between 775 g and 830 g.
Solution.
Here and .
Standardise both bounds:
So the required probability is .
Using the GC (normalcdf with , , lower , upper ):
Worked example 2 — Inverse normal
The time (in minutes) a student spends on a particular exam question is modelled by .
The teacher wants to identify the slowest 10 % of students. Find the threshold time such that .
Solution.
means .
Using InvN on the GC with area , , :
Students who take longer than approximately 14.6 minutes fall in the slowest 10 %.
Worked example 3 — Linear combination of independent normal variables
The masses of apples and oranges in a market are independently normally distributed:
where masses are in grams.
Find the probability that the total mass of 2 randomly chosen apples and 1 randomly chosen orange exceeds 560 g.
Solution.
Let , where and are independent observations of .
Mean:
Variance (variances of independent variables add):
So .
Using the GC (normalcdf, lower , upper , , ):
Common mistakes
- Subtracting variances for a difference of variables. — variances always add when variables are independent, even if the combination involves a minus sign.
- Using instead of when standardising. The denominator in is the standard deviation, not the variance.
- Supplying the wrong tail probability to InvN. The GC’s inverse normal function expects the cumulative probability from the left; if the question gives a right-tail probability, subtract from 1 first.
- Forgetting to check independence before combining. The variance-addition formula requires the variables to be independent; if the question does not state independence, you cannot assume it.