The Normal Distribution — A-Level Mathematics Stats Study Guide
For: A-Level Mathematics candidates sitting Paper 5 (Probability & Statistics 1).
Covers: All core normal distribution skills required for Paper 5, including properties of the normal curve, standardisation, z-table calculations, binomial approximation with continuity correction, and inverse normal problem solving.
You should already know: Basic probability, summation, integration (Pure 1 calculus).
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the A-Level Mathematics style for educational use. They are not reproductions of past Cambridge International examination papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official Cambridge mark schemes for grading conventions.
1. What Is The Normal Distribution?
The normal distribution, also called the Gaussian distribution or bell curve, is a continuous probability distribution that describes symmetric, unskewed data where values cluster around a central mean, with frequencies tapering off equally in both directions away from the mean. It is one of the most widely used distributions in statistics, as it models many real-world phenomena including human heights, standardized test scores, and measurement errors.
For a random variable X following a normal distribution, we use the notation , where is the population mean and is the population variance. This topic makes up 15-20% of total marks on A-Level Mathematics Paper 5, and is often combined with binomial probability or conditional probability questions in longer 6-8 mark problems.
2. Properties of
The normal distribution has a set of fixed, predictable properties that form the basis of all related calculations:
- Perfect symmetry: The curve is symmetric around the mean , so the mean, median, and mode of the distribution are all equal. This means , and for any positive value of .
- Total area = 1: As a probability density function (PDF), the total area under the entire normal curve equals 1, representing the sum of all possible probabilities for the variable.
- Spread determined by standard deviation: A larger value of (standard deviation) produces a wider, flatter curve, while a smaller produces a narrower, taller curve, with no change to the center of the distribution.
- Empirical (68-95-99.7) rule: Roughly 68% of all observed values fall within , 95% within , and 99.7% within . This rule is useful for quick sanity checks of your calculations.
- PDF form: The full probability density function is : you do not need to memorize this, but you should recognize that integrating this function between two bounds gives the probability of X falling in that interval.
Worked example: The mass of loaves of bread produced by a bakery is , so and . Using the empirical rule, 95% of loaves will have a mass between and . By symmetry, the probability that a loaf is lighter than 794g is equal to the probability it is heavier than 806g.
3. Standardisation
Since there are infinitely many possible combinations of and for normal distributions, we cannot precompute probability tables for every possible distribution. Instead, we convert any normal distribution to the standard normal distribution Z, which has fixed parameters and (so ), written .
The standardisation formula converts a raw score X from any normal distribution to a z-score, which measures how many standard deviations X is above or below the mean: Where:
- = raw score from the original distribution
- = mean of the original distribution
- = standard deviation of the original distribution
- = standardised z-score, following
A positive z-score means X is above the mean, a negative z-score means X is below the mean, and a z-score of 0 means X equals the mean.
Worked example: The IQ scores of a group of students are , so . Calculate the z-score for a student with an IQ of 137: This means the student’s IQ is 1.8 standard deviations above the group mean. For a student with an IQ of 92, , so their score is 1.2 standard deviations below the mean.
4. Using normal tables / z-tables
A-Level provides standard normal (z) tables in exams that give the cumulative probability for positive values of z, to 2 decimal places. The leftmost column of the table gives the first two digits of the z-score (e.g. 0.2, 1.5, 2.0), and the top row gives the second decimal place (0.00, 0.01, ..., 0.09).
Use these symmetry rules to handle negative z-scores and upper-tail probabilities:
- for any positive
- for any
- for any
Exam tip: Always use the table values provided in the exam, not calculator-generated values, as mark schemes are written to match the precision of official A-Level tables.
Worked examples:
- Find : Look for the row labeled 1.3 and column labeled 0.06: the value is 0.9131, so .
- Find : .
- Find : .
5. Approximating binomial with continuity correction
The binomial distribution describes discrete count data, but when is large and is not close to 0 or 1, it can be approximated by a normal distribution. For A-Level exams, the approximation is valid if and , where .
The parameters of the normal approximation are: So we use to approximate .
Continuity correction
Since the binomial distribution is discrete and the normal distribution is continuous, we apply a continuity correction to adjust for the difference between discrete and continuous variables:
- For discrete , the equivalent continuous interval is to
Exam tip: Examiners deduct 1-2 marks for missing continuity correction in binomial-normal approximation questions, so never skip this step.
Worked example: A fair 6-sided die is rolled 120 times, and X is the number of times a 6 is rolled. Use a normal approximation to find .
- First, . Check validity: , , so approximation is valid.
- Calculate normal parameters: , , so .
- Apply continuity correction: where .
- Standardise: .
- Calculate probability: .
6. Inverse normal — finding given probability
In many exam questions, you are given a probability and asked to find the corresponding raw score or z-score . This is called an inverse normal problem.
Follow these steps to solve inverse normal questions:
- Rewrite the given probability in the form , using symmetry to adjust for upper-tail probabilities if needed.
- Look up the z-score that corresponds to cumulative probability , using the inverse normal table or reverse lookup in the standard normal table.
- Rearrange the standardisation formula to solve for :
Exam tip: If , the corresponding z-score is negative, and if , z is positive. Use this as a quick check to avoid sign errors.
Worked example: The heights of 16-year-old boys are normally distributed with mean 175 cm and standard deviation 6 cm. The tallest 15% of boys qualify for a regional basketball team. Find the minimum height required to qualify.
- We need such that , so .
- Look up the z-score for : the closest table value is , since .
- Calculate : cm, so the minimum height is 181 cm (3 significant figures, per A-Level conventions).
7. Common Pitfalls (and how to avoid them)
- Wrong move: Using instead of in normal distribution notation, e.g. writing instead of when . Why students do it: Confusing variance and standard deviation in the notation. Correct move: Always remember the second parameter of the normal distribution is variance, so square the standard deviation when writing the distribution, and take the square root of the second parameter when calculating z-scores.
- Wrong move: Skipping continuity correction for binomial-normal approximations. Why students do it: Forgetting that the binomial distribution is discrete while the normal distribution is continuous. Correct move: Any time you use a normal approximation for a binomial variable, adjust the boundary value by ±0.5 according to the inequality direction before standardising.
- Wrong move: Using calculator-generated z-values instead of official A-Level table values. Why students do it: Relying on their calculator’s built-in normal function instead of the provided tables. Correct move: Always use z-values from the official A-Level tables, as these are the only values accepted in mark schemes. For inverse normal questions, use the closest table value to the given probability.
- Wrong move: Using a positive z-score for probabilities less than 0.5 in inverse normal problems. Why students do it: Forgetting the symmetry of the normal curve. Correct move: If , x is below the mean so z must be negative, and vice versa. Always cross-check your z sign against the mean before calculating x.
- Wrong move: Calculating upper-tail probabilities directly from the z-table, e.g. writing instead of . Why students do it: Misreading the table label, which only gives cumulative probability below a given z-score. Correct move: Explicitly label the area you are calculating, and subtract from 1 for all upper-tail or negative z probabilities.
8. Practice Questions (Paper 5 Style)
Question 1
The monthly electricity bill for households in a town is normally distributed with mean 22. (a) Find the probability that a randomly selected household has a monthly bill less than $90. (b) Find the probability that a randomly selected household has a monthly bill between 150.
Solution 1
(a) : Standardise:
(b) Standardise 150: , so Standardise 100: , so Probability =
Question 2
A biased coin has a 0.4 probability of landing on heads. The coin is tossed 200 times, and X is the number of heads obtained. Use a normal approximation to find the probability that the number of heads is between 70 and 90 inclusive.
Solution 2
Check validity: , , so approximation is valid. Normal parameters: , , so Apply continuity correction: where Standardise 69.5: , so Standardise 90.5: , so Probability =
Question 3
The time taken for a baker to bake a loaf of bread is normally distributed with mean 45 minutes. It is found that 3% of loaves take longer than 52 minutes to bake. Find the standard deviation of the baking time, correct to 2 decimal places.
Solution 3
Given , so Find z-score for : closest table value is , since Rearrange standard formula: Solve for : minutes.
9. Quick Reference Cheatsheet
| Category | Formulas & Rules |
|---|---|
| Notation | : normal distribution with mean , variance : standard normal distribution |
| Standardisation | Inverse: |
| Binomial Approximation | For , use if and , |
| Continuity Correction | |
| Symmetry Rules | |
| Empirical Rule | 68% of data within , 95% within , 99.7% within |
10. What's Next
The normal distribution is a foundational topic for both remaining A-Level Mathematics content and further quantitative study. In Paper 6 (Probability & Statistics 2), you will use normal distributions to construct confidence intervals, conduct hypothesis tests, and approximate Poisson distributions, so mastering the skills in this guide is non-negotiable for success in later A Level Maths components. It also frequently appears in cross-topic Paper 5 questions combined with permutations, combinations, and conditional probability, so practice integrating these skills with other topics to score full marks on longer 6-8 mark exam questions.
If you struggle with any of the concepts, practice questions, or step-by-step calculations in this guide, you can ask Ollie, our AI tutor, for personalized explanations, extra practice problems, or feedback on your work at any time. You can also find more study guides, past paper walkthroughs, and topic quizzes on the OwlsPrep homepage to help you prepare for your A-Level Mathematics Paper 5 exam.
Aligned with the Cambridge International AS & A Level Mathematics 9709 syllabus. OwlsAi is not affiliated with Cambridge Assessment International Education.