---
title: "The Normal Distribution and Standardised Scores"
description: "A continuous symmetric model where most values sit near the mean. Converting a value to z = (x - μ) / σ says how many standard deviations from the mean it is, which makes different data sets comparabl"
canonical: https://lightmysky.com/learn/mathematics/the-normal-distribution-and-standardised-scores-mt_Cs32DT9KnA
source: https://lightmysky.com/learn/mathematics/the-normal-distribution-and-standardised-scores-mt_Cs32DT9KnA.md
retrieved: 2026-09-12
---

> **Agent view.** This is the Markdown twin of the page, for tools and assistants.
> When to use this site, and the call that answers each job: https://lightmysky.com/agent-instructions.md
> API description (OpenAPI 3.1): https://lightmysky.com/openapi.json · Authentication: https://lightmysky.com/auth.md
> Pricing: https://lightmysky.com/pricing.md · Catalog: https://lightmysky.com/llms.txt · Full catalog: https://lightmysky.com/llms-full.txt
> Every machine-readable file on this domain: https://lightmysky.com/.well-known/ai-catalog.json
> Ask for Markdown with `Accept: text/markdown`, a `.md` address, or `?mode=agent`.

# The Normal Distribution and Standardised Scores

A continuous symmetric model where most values sit near the mean. Converting a value to z = (x - μ) / σ says how many standard deviations from the mean it is, which makes different data sets comparable.

Subject: Mathematics · Area: Probability · Ages 16 to 17
Page: https://lightmysky.com/learn/mathematics/the-normal-distribution-and-standardised-scores-mt_Cs32DT9KnA

## Ready when they can

- Use the 68 and 95 percent facts to describe a data set
- Convert a value to a z-score and say what it means
- Explain why probability here is an area under the curve, not a height

## Lesson: One Scale for Two Different Contests

A binomial's bar chart of counts humps up around its mean. Raise the number of goes and the hump grows smooth and even on both sides. Heights, reaction times and exam marks arrive with the same shape for reasons of their own, and a smooth curve fits it closely: the normal distribution. Two numbers describe the whole thing, the mean at the centre, written μ, and the standard deviation, written σ, which says how wide the hump is.

*(drawing: The summer quiz marks, banded. Most members sit near the middle, and the two tails thin out at the same rate on each side.)*

Two facts do most of the work. About 68 percent of the values sit within one σ of μ, and about 95 percent sit within two. The quiz had μ = 60 and σ = 8. So about 68 percent of members scored between 52 and 68, and about 95 percent between 44 and 76. That leaves about 5 percent outside the wider band, split evenly, so roughly 2.5 percent scored above 76.

*(drawing: Sixty in the middle, then 52 and 68 one σ out, then 44 and 76 two σ out. The middle pair holds about 68 percent and the outer pair about 95.)*

Counting standard deviations is the useful move. The z-score of a value is z = (x - μ) / σ, which is how many standard deviations the value sits above the mean. Mia scored 76 in the quiz, so her z is (76 - 60) / 8 = 2, two standard deviations above the middle. Below the mean gives a negative z; at the mean it is zero. Inside one set each value loses the same μ and splits by the same σ, so order stays.

**Example.** The point of z is that it makes different contests comparable. The plant show used a different scale, with μ = 42 and σ = 5, and Mia scored 50 there. Her z is (50 - 42) / 5 = 1.6. The raw 76 and 50 cannot be set against each other. The z-scores 2 and 1.6 can, and they say the quiz was her stronger result.

This comes straight from histograms. There, the count in a class was the area of a bar and not its height. A normal curve is that picture with infinitely thin bars, so a proportion between two marks is area, not height. Stepped values with gaps are the wrong fit for a curve that spreads over every value between. Scoring exactly 60 has chance zero: a point has no width, so no area.

**Recap.** A normal distribution is the smooth hump described by its mean μ and standard deviation σ. About 68 percent of values sit within one σ of the mean and about 95 percent within two. The z-score z = (x - μ) / σ counts how many standard deviations a value sits above the mean, which is negative below it, and z makes results from different scales comparable. Probability here is the area under the curve between two values, never the height at a point.

## Practice

30 questions on this page, each with its working shown.

## Needs first

- [Standard Deviation and Variance](https://lightmysky.com/learn/mathematics/standard-deviation-and-variance-mt_eNpow5tIX2)
- [The Binomial Distribution](https://lightmysky.com/learn/mathematics/the-binomial-distribution-mt_X2kVGK67Md)

## Opens up

- [Continuous Random Variables and Density Functions](https://lightmysky.com/learn/mathematics/continuous-random-variables-and-density-functions-mt_jlf4zDTeNm)
- [Finding Probabilities and Values from a Normal Model](https://lightmysky.com/learn/mathematics/finding-probabilities-and-values-from-a-normal-model-mt_naXMRySvos)
- [The Maxwell-Boltzmann Distribution of Molecular Speeds](https://lightmysky.com/learn/science/the-maxwell-boltzmann-distribution-of-molecular-speeds-mt_njr5r5YtuT)
