Revision notes for Edexcel A Level Maths The Normal Distribution. Open each subtopic for explanations, worked examples, and summaries of The Normal Distribution, Finding Probabilities for Normal Distributions, The Inverse Normal Distribution Function, The Standard Normal Distribution, Finding the mean and standard deviation, Approximating a Binomial Distribution, and Hypothesis Testing with the Normal Distribution. Written against the Edexcel A Level Maths (9MA0) specification, so the content matches what's examinable rather than general Maths background.
The Normal Distribution
What you'll learn
How to recognise and interpret normal notation such as X∼N(μ,σ2)X \sim N(\mu,\sigma^2)X∼N(μ,σ2).
How to standardise values and find probabilities from a normal distribution.
How to work backwards from percentages to find cut-off values, means or standard deviations.
How the normal distribution is used in hypothesis tests for a population mean.
1. The normal model
A random variable is a quantity whose value depends on chance. For example, the weight of coffee in a jar, a journey time, or a battery lifetime.
A continuous random variable can take any value in an interval, not just whole-number values. For continuous variables, probabilities are represented by areas under a curve.
Definition
Normal distribution
A normal distribution is a continuous probability model with a symmetric bell-shaped curve. If X∼N(μ,σ2)X \sim N(\mu,\sigma^2)X∼N(μ,σ2), then μ\muμ is the mean, σ\sigmaσ is the standard deviation, and σ2\sigma^2σ2 is the variance.
The mean is the centre of the curve. The standard deviation measures the spread: larger σ\sigmaσ means a wider, flatter curve.
Tip
Strict or non-strict inequalities
For a continuous normal variable, P(X<a)=P(X≤a)P(X<a)=P(X\le a)P(X<a)=P(X≤a) because the probability of getting exactly one value is zero.
Example
Reading normal notation
Suppose the fill weight of a packet is modelled by W∼N(120,16)W \sim N(120, 16)W∼N(120,16).
Identify the mean from the first number:
μ=120\mu = 120μ=120
The second number is the variance, so take the square root to get the standard deviation:
σ=16=4\sigma = \sqrt{16}=4σ=16=4
By symmetry, half the values lie below the mean:
P(W<120)=0.5P(W<120)=0.5P(W<120)=0.5
Common Mistake
Do not use the variance as sigma
In X∼N(20,25)X \sim N(20,25)X∼N(20,25), the standard deviation is 5, not 25. The second number is σ2\sigma^2σ2.
2. Standardising to the standard normal
The standard normal distribution is the normal distribution with mean 0 and standard deviation 1. We write this as Z∼N(0,1)Z \sim N(0,1)Z∼N(0,1).
To convert a value of XXX into a standard normal value, use:
Z=X−μσZ=\frac{X-\mu}{\sigma}Z=σX−μ
This tells you how many standard deviations above or below the mean the value is.
Key Idea
Standardising
Most normal probability questions become much easier once you convert the boundary value into a zzz-value.
Example
Finding normal probabilities
The mass of cereal in a box is normally distributed with mean 250 g and standard deviation 5 g. Find the probability that a box contains: more than 257 g, less than 243 g, and between 246 g and 255 g.
Sometimes you are given a probability and asked for the value of the variable. This is an inverse normal question.
A percentile is a cut-off value. For example, the 90th percentile is the value below which 90% of observations lie.
If zpz_pzp is the standard normal value with P(Z<zp)=pP(Z<z_p)=pP(Z<zp)=p, then:
x=μ+σzpx=\mu+\sigma z_px=μ+σzp
Example
Finding a cut-off time
The time taken to complete an online task is normally distributed with mean 62 minutes and standard deviation 10 minutes. Find the time by which 90% of people complete the task.
The phrase “by which 90% complete” means a lower-tail probability of 0.90:
P(T<t)=0.90P(T<t)=0.90P(T<t)=0.90
Use inverse normal to find the standard normal value:
If a question gives you a percentage and asks for μ\muμ or σ\sigmaσ, turn the percentage into a zzz-value first.
The key equation is:
x=μ+σzx=\mu+\sigma zx=μ+σz
If you have one unknown, you need one equation. If both μ\muμ and σ\sigmaσ are unknown, you need two probability statements and therefore two equations.
Example
Finding a standard deviation
The heights of a group are normally distributed with mean 168 cm. It is known that 12% of the group are shorter than 154 cm. Find the standard deviation.
Translate the sentence into probability notation:
P(H<154)=0.12P(H<154)=0.12P(H<154)=0.12
Use inverse normal on the standard normal distribution:
A sprinter’s 100 m times are normally distributed. The sprinter runs faster than 9.8 seconds on 12% of attempts, and slower than 10.9 seconds on 25% of attempts. Find the mean and standard deviation.
“Faster than 9.8 seconds” means the time is less than 9.8:
P(T<9.8)=0.12P(T<9.8)=0.12P(T<9.8)=0.12
“Slower than 10.9 seconds” means the time is greater than 10.9, so:
For lifetimes, “lasts another 10 hours after already lasting 45 hours” is not just P(X>55)P(X>55)P(X>55). You must condition on the fact it has already lasted 45 hours.
Example
Battery lasting longer after use
A battery lifetime BBB is normally distributed with mean 60 hours and standard deviation 8 hours. Given that a battery has already lasted 55 hours, find the probability that it lasts at least another 12 hours.
Lasting another 12 hours means the total lifetime must exceed 67 hours:
P(B>67∣B>55)P(B>67\mid B>55)P(B>67∣B>55)
Since B>67B>67B>67 is inside the event B>55B>55B>55, use:
A hypothesis test checks whether sample evidence is strong enough to challenge a claim about a population.
The null hypothesis, H0H_0H0, is the starting assumption.
The alternative hypothesis, H1H_1H1, is what you are testing for.
The significance level is the cut-off probability for deciding that the evidence is unusually extreme.
A p-value is the probability, assuming H0H_0H0 is true, of getting a result at least as extreme as the sample result.
If the population standard deviation is σ\sigmaσ and the sample size is nnn, then the sample mean has distribution:
Xˉ∼N(μ,σ2n)\bar X \sim N\left(\mu,\frac{\sigma^2}{n}\right)Xˉ∼N(μ,nσ2)
The standard deviation of Xˉ\bar XXˉ is called the standard error:
σn\frac{\sigma}{\sqrt n}nσ
Example
Testing whether a mean has decreased
A machine is set to fill bottles with mean 500 ml. The standard deviation is known to be 5.5 ml. A manager suspects the mean fill has decreased. A random sample of 25 bottles has mean 497.8 ml. Test at the 5% significance level.