Normal distributions
This is about probability of measuring some continuous quantity, such as time, length, and mass, to be within some interval.
The properties on this page only applies to normal distribution
Updated 2026-05-13 on GDC (calculator) usage
Contents
When to Use
If it exhibits the following symptoms, normal distribution may be for you
- question mentions normal distribution, and
- measurement is continuous (time, length, mass etc), and one of
- a measurement of sample size 1 (eg a random measurement from the population), or
- finding a fraction or percentage of the population
Just because question mentions normal distribution does not mean you will only use normal. It is often the case that a question starts out normal, only to shift into binomial distribution regarding successes out of tries.
Definition
A normally distributed random variable is notated as
with expected value (or mean) and standard deviation or variance .
The area under the curve from to is . The probability of any particular value is .
For values within distance of , you may see
For values outside of distance of , you may see
Mean = Median = Mode
For a normal distribution, is the mean, the median, and the mode. This means
This also means that normal distribution is symmetric about the mean.
Other properties based on the symmetry include, for some
Empirical rule and -score
The empirical rule, or rule, states that, for a normal distribution, regardless of the values of or
For a single measurement, there is a chance it is within standard deviation of the mean, chance of within , and chance of within .
The above values must be memorized for Paper 1.
This prompts the definition of the -score
The -score is the number of standard deviations that a value is more than the mean. Negative -scores mean the value is that many standard deviations below the mean.
Then all calculations can simply refer to the standardized normal distribution .
-scores allow for solving for or when given the probability. In summary, they extend the power of invNorm or InvN of your graphing calculator.
A sketch of the derivation is provided in the discussion on definite integrals.
Calculator
This is about graphing display calculator (GDC) use. Arguments in are optional. By default, , .
| menu | P(a ≤ X ≤ b) | x such that P(X ≤ x) = cdf | |
|---|---|---|---|
| TI-84 | 2nd vars | 2.normalcdf(a, b) | 3.invNorm(cdf) |
| Nspire | menu 6.statistics, then 5.distributions | 2.normalcdf(a, b) | 3.invNorm(cdf) |
| Casio* | apps I.DIST, or 2.STAT, or 1.Run/Mat OPTN stat | Ncd(a, b) | InvN( p ) |
Casio: Use 2.Statistics or I.Distribution apps by default. Use 2. Stat if needing InvN. Only use the 1.Run/Mat to solve for unknown or by graphing or nSolve, as an alternative to -scores.
By default, inverse normal uses lower tail, to find P(X ≤ x) = cdf. TI-84 Plus CE and Casio can find lower (LEFT, -1), central (CENTER, 0) or upper (RIGHT, 1) tails, which can only be specified if you include both and . Eg upper would be x such that P(X ≥ x) = cdf. On Casio for central, only the lower limit is returned; the upper limit would be
For probability where the interval involves or , use or , or any arbitrary values more than standard deviations away from the mean in the appropriate direction.
Examples
On TI-84 Plus and TI-Nspire, the inverse normal function invNorm returns , such that for some known distribution and probability . On Casio and other brands, there is often an option to solve as well. We shall assume we can only solve the first case on the calculator.
Example: Let , find such that .
The normal distribution has mean and standard deviation . We have
Then,
Example: The percentage by volume of potato chips in a bag is normally distributed. The company wants of bags to contain at least chips, and of bags to contain at least chips. To three significant figures, find the mean and standard deviation to pack the least amount of chips.
Let be the percentage of chips in the bag.
At the minimum amount of chips packed,
The endpoints of the standardized normal distribution with left-tail probabilities and are and , respectively.
Using -scores,
Most calculators require the equations in the form
before finding
The bags should be filled with mean and standard deviation .
Tips
- Draw a bell curve. Label the mean and the desired interval(s).
- Which way is the inequality sign?
- Does it want probability of being inside or outside some interval?
- Does it want a minimum or a maximum?
- Math notation uses variance but calculators typically use standard deviation.
- Write down the calculator command you used, so you can easily check your work later.
- The intersection of two events is their area(s) of overlap. Conditional probability is a ratio (fraction) of areas. See also probability formulas.