Study Guide

Normal distribution

CIE A-Level Mathematics· Unit 4: Probability & Statistics 1· 15 min read

1. Properties of the Normal Distribution★★☆☆☆⏱ 5 min

📘 Definition

Normal Distribution

A continuous probability distribution with a symmetric, bell-shaped probability density function. is the population mean (equal to median and mode due to symmetry), and is the population variance.

Example:

Heights of adult humans, measurement errors, and test scores are commonly modelled as normally distributed.

The normal distribution has several key properties that are frequently tested: it is symmetric about its mean, the total area under the curve equals 1, and almost all (99.7%) of the distribution lies within 3 standard deviations of the mean. The spread of the curve increases as the variance increases.

📐 Worked Example

Identify the mean, variance, and standard deviation of the distribution .

  1. 1

    Recall that the notation lists the mean first, followed by the variance:

  2. 2
    μ=30,σ2=36\mu = 30, \quad \sigma^2 = 36
  3. 3

    Calculate the standard deviation as the square root of the variance:

  4. 4
    σ=σ2=36=6\sigma = \sqrt{\sigma^2} = \sqrt{36} = 6
  5. 5

    Final answer:

  6. 6

    Mean = 30, Variance = 36, Standard deviation = 6

Exam tip:

Always check if the question asks for variance or standard deviation. Many students lose marks by mixing these up in answers.

2. Standardization and Probability Calculation★★★☆☆⏱ 7 min

📘 Definition

Z-Score

A standardized value that converts any normally distributed variable to the standard normal variable , which can be looked up in standard normal tables.

Any normal distribution can be converted to the standard normal distribution using the z-score formula. This allows us to use precomputed tables to find cumulative probabilities. The cumulative probability for a z-score is written . For negative z-scores, we use the symmetry of the normal distribution: .

📐 Worked Example

Given , calculate .

  1. 1

    Extract the parameters from the notation:

  2. 2
    μ=50,σ2=100    σ=10\mu = 50, \quad \sigma^2 = 100 \implies \sigma = 10
  3. 3

    Calculate the z-score for :

  4. 4
    z=625010=1.2z = \frac{62 - 50}{10} = 1.2
  5. 5

    Look up in the standard normal table to get , so

📐 Worked Example

For the same distribution , calculate .

  1. 1

    Calculate the z-score:

  2. 2
    z=455010=0.5z = \frac{45 - 50}{10} = -0.5
  3. 3

    Use the symmetry property for negative z:

  4. 4
    P(X>45)=P(Z>0.5)=1Φ(0.5)=Φ(0.5)P(X > 45) = P(Z > -0.5) = 1 - \Phi(-0.5) = \Phi(0.5)
  5. 5

    Look up , so

Exam tip:

Draw a quick sketch of the normal curve to shade the region you need, this avoids mistakes with tail probabilities.

3. Inverse Normal Distribution Problems★★★★☆⏱ 7 min

Inverse normal problems reverse the process: you are given a probability, and need to find the corresponding value of . These questions are very common in CIE exams, often worth 5-6 marks.

📘 Definition

Inverse Normal

For a cumulative probability , inverse normal finds the value of that corresponds to the -th quantile of the normal distribution.

📐 Worked Example

Given , find such that .

  1. 1

    Convert the upper tail probability to a lower tail probability:

  2. 2
    P(X<x)=1P(X>x)=10.10=0.90P(X < x) = 1 - P(X > x) = 1 - 0.10 = 0.90
  3. 3

    Extract parameters:

  4. 4
    μ=20,σ=5\mu = 20, \quad \sigma = 5
  5. 5

    Find the z-score corresponding to cumulative probability 0.90:

  6. 6

    Rearrange the z-score formula to solve for :

  7. 7
    x=μ+zσ=20+(1.282)(5)=26.41x = \mu + z\sigma = 20 + (1.282)(5) = 26.41
  8. 8

    Final answer (3 significant figures):

Exam tip:

Always confirm which tail the question is asking for. For example, the upper 10% is the 90th percentile, not the 10th percentile.

4. Normal Approximation to the Binomial Distribution★★★★☆⏱ 8 min

When the number of trials in a binomial distribution is large, calculating binomial probabilities term by term is impractical. Provided the distribution is not too skewed, can be approximated by a normal distribution. This is a required CIE Statistics 1 outcome (5.5) and a frequent exam question.

📘 Definition

Normal Approximation to the Binomial

If with , and is large enough that both and , then is approximately normal with mean and variance . A continuity correction must be applied because a discrete variable is being approximated by a continuous one.

Example:

has and , so .

Because the binomial is discrete but the normal is continuous, apply a continuity correction: replace each integer boundary by the half-integer that keeps the required values inside the region. For use ; for use ; for use ; for use ; and for the single value use .

📐 Worked Example

In a large batch of components, 40% are premium grade. A random sample of 100 components is taken. Use a suitable approximation to find the probability that at least 45 are premium grade.

  1. 1

    Let be the number of premium components, so . Check the approximation conditions with :

  2. 2
    np=100×0.4=40>5,nq=100×0.6=60>5np = 100 \times 0.4 = 40 > 5, \quad nq = 100 \times 0.6 = 60 > 5
  3. 3

    Both conditions hold, so approximate with mean and variance :

  4. 4
    XN(40, 24),σ=24=4.899X \approx N(40,\ 24), \quad \sigma = \sqrt{24} = 4.899
  5. 5

    Apply the continuity correction. 'At least 45' means , which becomes for the continuous variable:

  6. 6
    P(X45)P(X>44.5)P(X \geq 45) \approx P(X > 44.5)
  7. 7

    Standardize and use the table:

  8. 8
    z=44.54024=4.54.899=0.919z = \frac{44.5 - 40}{\sqrt{24}} = \frac{4.5}{4.899} = 0.919
  9. 9
    P(X>44.5)=1Φ(0.919)=10.821=0.179P(X > 44.5) = 1 - \Phi(0.919) = 1 - 0.821 = 0.179
  10. 10

    So the probability that at least 45 components are premium is approximately 0.179 (3 s.f.).

Exam tip:

The most-missed step is the continuity correction and its direction: 'at least 45' () uses 44.5, but 'more than 45' () uses 45.5. Always write and verify and before approximating.

5. Common Pitfalls

Wrong move:

Confusing variance and standard deviation when calculating z-scores

Why:

The notation gives variance as the second parameter, so students often use variance instead of standard deviation

Correct move:

Always take the square root of the second parameter to get before starting any calculations

Wrong move:

Incorrectly calculating probabilities for negative z-scores

Why:

Standard normal tables only give probabilities for positive z, so students often forget to apply the symmetry rule

Correct move:

Always use the identity for negative z-scores

Wrong move:

Using the upper tail probability directly for inverse normal problems

Why:

Students use the given upper tail probability to find z, instead of converting to a lower tail probability

Correct move:

Always convert to a lower cumulative probability before looking up z in the table

Wrong move:

Forgetting the continuity correction in the normal approximation to the binomial

Why:

When approximating (valid when and ) by a normal distribution, students forget that the discrete count must be shifted by 0.5

Correct move:

After confirming and , add or subtract 0.5 to the binomial value (e.g. ) before standardizing

6. Quick Reference Cheatsheet

Concept

Key Formula / Rule

General Normal Notation

Standard Normal Distribution

Z-score formula

Negative z probability

Inverse normal x

Empirical Rule (approximate)

68.3% within 1, 95.4% within 2, 99.7% within 3 (use tables for exact values)

7. Frequently Asked

Do I need to memorize z-values for common probabilities?

No. CIE gives you both the table and a critical-values (percentage-points) table in the MF19 formula booklet, so you can always look values up. Memorizing the most common ones (e.g. for the 90th percentile, for the 95th) only saves lookup time.

Is the normal distribution discrete or continuous?

The normal distribution is always a continuous probability distribution, meaning it can take any value within an interval.

Going deeper

What's Next

Within Statistics 1, the key application of the normal distribution is the normal approximation to the binomial distribution, covered in the section above. Looking beyond this topic, the normal distribution also underpins sampling and estimation, confidence intervals, and hypothesis testing — but note that these belong to Statistics 2 (Paper 6), a later course, not Statistics 1 (Paper 5). Master the table-based probability and inverse-normal techniques here first.