Skip to content

9709 · 5.5

The normal distribution

The normal distribution is a bell-shaped curve that describes how data is spread out for many real-world things, like heights or test scores. Most values cluster around the average, with fewer values being far above or below it.

Need to know

What you need to know

  • The curve is symmetric about the mean $\mu$.
  • The mean, median and mode are all equal.
  • The total area under the curve is exactly 1.
  • Approximately 68% of the data lies within one standard deviation of the mean ($\mu \pm \sigma$), 95% within two ($\mu \pm 2\sigma$), and 99.7% within three ($\mu \pm 3\sigma$).

Explanation

Decoding the Bell Curve

  1. X ~ N(μ, σ²) is symmetric about the mean μ.
  2. Standard deviation σ controls spread — larger σ → wider curve.
  3. Standardise: Z = (X − μ)/σ ~ N(0, 1) for table lookups.
  4. Normal approximation to binomial when np > 5 and n(1−p) > 5.