The bell curve is the most reused pattern in all of statistics — height, IQ scores, measurement noise, and dozens of natural phenomena cluster around an average and taper symmetrically. This article gives you the intuition first, then the formulas you actually need.
What "normal" means
A random variable is normally distributed with mean and standard deviation when its density follows:
Don't memorise that — what matters is the shape: symmetric around , peaked there, falling off rapidly with two-sigma being already noticeably uncommon.
Why is it everywhere? The Central Limit Theorem
The Central Limit Theorem (CLT) is the reason. It says: the average of many independent random influences tends to a normal distribution, regardless of what each individual influence looks like.
Height, for instance, is determined by hundreds of genetic and environmental factors, each adding a tiny independent contribution. The sum approximates a bell curve.
The 68-95-99.7 rule
For any normal distribution, no matter or :
- 68% of data falls within
- 95% within
- 99.7% within
This is the empirical rule. Memorise it — it answers most exam questions in 10 seconds.
Worked example
Adult male heights in the US have in and in. What fraction of men are between 64 and 76 inches tall?
That range is , so 95%.
Z-scores: standardising any normal
To compare values across different normals, convert to a z-score:
A z-score is "how many standard deviations from the mean". It lets you use the standard normal for all problems via lookup tables (or our calculator).
Z-score example
A test score of comes from . Its z-score is . From the empirical rule, only of scores beat this.
Common mistakes
- Confusing and : standard deviation vs variance.
- Assuming all data is normal: it isn't! Income, file sizes, and earthquake magnitudes are heavily skewed. Always plot a histogram first.
- Plugging raw numbers into the empirical rule — convert to z-scores first.
Try with the AI Normal Distribution Solver
Use the Normal Distribution Solver to compute exact probabilities — better than reading a table by eye.
Related references:
- Standard Deviation Calculator — the spread parameter
- Z-Score Calculator — for standardising
- Mean / Median / Mode — central tendency basics