Normal Distributions
Use the Normal distribution, z-scores, and the empirical rule to find probabilities.
Try the Interactive Version!
Learn step-by-step with practice exercises built right in.
Normal Distributions
The Normal Curve
A Normal distribution is a continuous probability distribution that is:
- Symmetric and bell-shaped
- Defined by two parameters: mean and standard deviation
- Notation:
The Empirical Rule (68-95-99.7 Rule)
For any Normal distribution:
- 68% of data falls within
- 95% of data falls within
- 99.7% of data falls within
Z-Scores (Standard Normal)
A z-score tells how many standard deviations a value is from the mean:
The Standard Normal distribution has and :
Interpretation: A z-score of 1.5 means the value is 1.5 standard deviations above the mean.
Finding Probabilities
To find for :
- Standardize:
- Use the Standard Normal table (Table A) or calculator
Calculator: normalcdf(lower, upper, , )
Finding Values from Probabilities (Inverse Normal)
Given a probability , find the value such that :
- Find from Table A (look up in the body)
- Unstandardize:
Calculator: invNorm(, , )
Assessing Normality
Methods to check if data follows a Normal distribution:
- Histogram/Dotplot: Should be roughly symmetric, bell-shaped
- Normal Probability Plot (NPP): Points should fall approximately along a straight line
- Empirical Rule check: ~68% within 1 SD, ~95% within 2 SD
AP Tip: Always state the distribution, show the z-score calculation, and sketch the curve with the area shaded when solving Normal distribution problems.
📚 Practice Problems
No example problems available yet.