Normal Distribution

Probability & Statistics

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 μ\mu and the variance σ2\sigma^2 — and virtually every probability question reduces to either reading off a GC value or working backwards from one.

What you need to know

Z=Xμσ.Z = \frac{X - \mu}{\sigma}. E(aX±bY)=aμX±bμY.\text{E}(aX \pm bY) = a\mu_X \pm b\mu_Y. Var(aX±bY)=a2σX2+b2σY2.\text{Var}(aX \pm bY) = a^2\sigma_X^2 + b^2\sigma_Y^2.

Worked example 1 — Standardising to find a probability

The mass of a loaf of bread produced by a bakery is modelled by XN(800,625)X \sim \text{N}(800, 625), where masses are in grams.

Find the probability that a randomly chosen loaf has mass between 775 g and 830 g.

Solution.

Here μ=800\mu = 800 and σ=625=25\sigma = \sqrt{625} = 25.

Standardise both bounds:

z1=77580025=1,z2=83080025=1.2.z_1 = \frac{775 - 800}{25} = -1, \qquad z_2 = \frac{830 - 800}{25} = 1.2.

So the required probability is P(1<Z<1.2)P(-1 < Z < 1.2).

Using the GC (normalcdf with μ=0\mu = 0, σ=1\sigma = 1, lower =1= -1, upper =1.2= 1.2):

P(775<X<830)=P(1<Z<1.2)0.726(3 s.f.)P(775 < X < 830) = P(-1 < Z < 1.2) \approx 0.726 \quad (3 \text{ s.f.})

Worked example 2 — Inverse normal

The time TT (in minutes) a student spends on a particular exam question is modelled by TN(12,4)T \sim \text{N}(12, 4).

The teacher wants to identify the slowest 10 % of students. Find the threshold time t0t_0 such that P(T>t0)=0.10P(T > t_0) = 0.10.

Solution.

P(T>t0)=0.10P(T > t_0) = 0.10 means P(Tt0)=0.90P(T \leq t_0) = 0.90.

Using InvN on the GC with area =0.90= 0.90, μ=12\mu = 12, σ=4=2\sigma = \sqrt{4} = 2:

t014.6 minutes(3 s.f.)t_0 \approx 14.6 \text{ minutes} \quad (3 \text{ s.f.})

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:

AN(150,100),BN(200,225),A \sim \text{N}(150, 100), \qquad B \sim \text{N}(200, 225),

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 W=A1+A2+BW = A_1 + A_2 + B, where A1A_1 and A2A_2 are independent observations of AA.

Mean:

E(W)=E(A1)+E(A2)+E(B)=150+150+200=500.\text{E}(W) = \text{E}(A_1) + \text{E}(A_2) + \text{E}(B) = 150 + 150 + 200 = 500.

Variance (variances of independent variables add):

Var(W)=Var(A1)+Var(A2)+Var(B)=100+100+225=425.\text{Var}(W) = \text{Var}(A_1) + \text{Var}(A_2) + \text{Var}(B) = 100 + 100 + 225 = 425.

So WN(500,425)W \sim \text{N}(500, 425).

Using the GC (normalcdf, lower =560= 560, upper =1099= 10^{99}, μ=500\mu = 500, σ=425\sigma = \sqrt{425}):

P(W>560)0.00179(3 s.f.)P(W > 560) \approx 0.00179 \quad (3 \text{ s.f.})

Common mistakes

Ask MathChat about Normal Distribution →