Normal Distribution Explained: Properties, Z-Scores and Real-World Examples

July 21, 2026
Z-scores and the normal table look intimidating the first time and become completely mechanical by the tenth. The Statistics Made Simple Practice Questions workbook has a full chapter of normal distribution problems to get you there.
Statistics ยท Probability Distributions
Normal Distribution Explained
Why the bell curve appears everywhere in nature, economics and social science โ€” and how to use it to calculate probabilities.
Human heights, IQ scores, measurement errors, financial returns, and blood pressure readings all share a remarkable property: they cluster symmetrically around a central value, with fewer observations in the extremes. This pattern โ€” the bell curve โ€” is the normal distribution, and it is the single most important probability distribution in all of statistics.
📘 Key Term
The normal distribution is a continuous probability distribution that is symmetric, bell-shaped, and completely described by two parameters: its mean (ฮผ) โ€” which determines where the centre lies โ€” and its standard deviation (ฯƒ) โ€” which determines how wide or narrow the bell is. We write X ~ N(ฮผ, ฯƒยฒ).
Properties of the Normal Distribution
✅ Symmetric about the mean (ฮผ = median = mode)
✅ Bell-shaped curve that extends to ยฑโˆž
✅ Total area under the curve = 1 (represents 100% of probability)
✅ 68% of data within ฮผ ยฑ ฯƒ; 95% within ฮผ ยฑ 2ฯƒ; 99.7% within ฮผ ยฑ 3ฯƒ
✅ Defined by exactly two parameters: ฮผ and ฯƒยฒ
Chapter 5 of Statistics Made Simple builds the standard normal table from first principles and includes a full page of Z-score conversion drills.
The Standard Normal Distribution and Z-Scores
Any normal distribution can be converted to the standard normal distribution Z ~ N(0, 1) using the Z-score formula:
Z = (X โˆ’ ฮผ) / ฯƒ
The Z-score tells you how many standard deviations a value is above or below the mean. A Z-score of +2 means the value is 2 standard deviations above the mean; a Z-score of โˆ’1.5 means 1.5 standard deviations below it.
Worked Example: Adult Heights
Suppose adult male heights are normally distributed with ฮผ = 175cm and ฯƒ = 8cm.
Q: What proportion of men are taller than 191cm?
Step 1: Calculate Z = (191 โˆ’ 175) / 8 = 16/8 = 2.0
Step 2: From Z-table, P(Z < 2.0) = 0.9772
Step 3: P(X > 191) = 1 โˆ’ 0.9772 = 2.28% of men are taller than 191cm
💡 Key Insight
The normal distribution’s ubiquity is explained by the Central Limit Theorem: regardless of how the underlying population is distributed, the distribution of sample means approaches normality as sample size increases. This is why the normal distribution applies to so many real-world averages and aggregated measurements.
⚠️ Common Error
The normal distribution assumes the variable is continuous and can theoretically take any value from โˆ’โˆž to +โˆž. It is not appropriate for discrete variables (e.g. number of children), heavily skewed data (e.g. incomes), or data with natural boundaries (e.g. test scores capped at 100). Always check the appropriateness of normality before applying normal distribution methods.
Statistics Made Simple
The bell curve, fully demystified.
246 pages of explanation and 1,569 practice questions with fully worked answers, including a full Z-table and dozens of normal-distribution word problems.

Get both books โ€” $16, save $5 โ†’

Q1. Exam scores are normally distributed with a mean of 68 and a standard deviation of 10. What percentage of students scored between 58 and 88? [5 marks]
Answer: Z for 58: (58โˆ’68)/10 = โˆ’1.0. Z for 88: (88โˆ’68)/10 = +2.0. P(Z < 2.0) = 0.9772; P(Z < โˆ’1.0) = 0.1587. P(58 < X < 88) = 0.9772 โˆ’ 0.1587 = 0.8185 = 81.85% of students scored between 58 and 88.
Converting between raw scores and Z-scores fluently takes repetition on varied scenarios. The Statistics Made Simple Practice Questions workbook has a full section of these with fully worked solutions.
References
1. Wackerly, D., Mendenhall, W. and Scheaffer, R.L. (2008) Mathematical Statistics with Applications. Cengage.
2. Moore, D.S., McCabe, G.P. and Craig, B.A. (2021) Introduction to the Practice of Statistics. W.H. Freeman.
3. Hogg, R.V., McKean, J. and Craig, A.T. (2019) Introduction to Mathematical Statistics. Pearson.
4. Triola, M.F. (2022) Elementary Statistics. Pearson.
5. DeGroot, M.H. and Schervish, M.J. (2012) Probability and Statistics. Pearson.

Related Posts

Skewness and Kurtosis: Measuring the Shape of a Distribution

Two datasets can share the exact same mean and standard deviation and still look completely different when plotted — because mean and variance say nothing about the shape of a distribution. Skewness and kurtosis fill that gap, and they matter far beyond the...

Skewness and Kurtosis: Measuring the Shape of a Distribution

Two datasets can share the exact same mean and standard deviation and still look completely different when plotted — because mean and variance say nothing about the shape of a distribution. Skewness and kurtosis fill that gap, and they matter far beyond the...