Determining normal probabilities
In Year 12 Mathematical Methods (Queensland, QCAA), a normal probability is an area under the bell curve of \(X\sim N(\mu,\sigma^2)\). You find it with technology — the command \(\operatorname{normalcdf}(\text{lower},\text{upper},\mu,\sigma)\) — or by standardising to \(Z\sim N(0,1)\) and reading \(P(Z
A normal variable is written \(X\sim N(\mu,\sigma^2)\), with mean \(\mu\) and standard deviation \(\sigma\). Its graph is the symmetric bell curve, and the total area under it is \(1\). A probability such as \(P(a
Using technology. Queensland uses a calculator (distribution tables are not required). The command \(\operatorname{normalcdf}(\text{lower},\text{upper},\mu,\sigma)\) returns the area between the two bounds. For a lower tail \(P(Xa)\) use a very large positive upper bound (\(\infty\)).
The standard normal. The standard normal \(Z\sim N(0,1)\) has mean \(0\) and standard deviation \(1\). Every normal value can be standardised to a z-score \(z=\dfrac{x-\mu}{\sigma}\), and then \(P(X
Symmetry. Because the curve is symmetric about \(\mu\), the mean splits the area in half: \(P(X>\mu)=P(X<\mu)=0.5\). For any value, \(P(X>a)=1-P(X
The inverse normal (quantiles). \(\operatorname{invNorm}(p,\mu,\sigma)\) returns the value \(x\) with \(P(X
A lower-tail probability with technology:
An interval probability:
Standardise, then read the standard normal:
Symmetry and the complement:
The inverse normal (a quantile from a probability):
How to determine a normal probability
- Write down \(\mu\) and \(\sigma\). From \(N(\mu,\sigma^2)\) take \(\sigma=\sqrt{\text{variance}}\).
- Sketch and shade. Draw the bell, mark the mean, and shade the region asked for. This shows whether it is a lower tail, an upper tail, or an interval.
- Choose the command. Area between values → \(\operatorname{normalcdf}(\text{lower},\text{upper},\mu,\sigma)\). A value from an area → \(\operatorname{invNorm}(p,\mu,\sigma)\).
- Use symmetry when it helps. \(P(X>\mu)=0.5\); \(P(X>a)=1-P(Xx)=k\) into \(P(X
- Round sensibly. Probabilities to \(4\) decimal places; a value (quantile) to the accuracy of the context.
Enter \(\mu=60,\ \sigma=5\) into \(\operatorname{normalcdf}\).
| \(P(X<66)\) | \(=\) | \(\operatorname{normalcdf}(-\infty,66,60,5)\) |
| \(\) | \(=\) | \(0.8849\) |
An upper tail is the complement of the lower tail.
| \(P(X>30)\) | \(=\) | \(1-P(X<30)\) |
| \(\) | \(=\) | \(1-0.8944\) |
| \(\) | \(=\) | \(0.1056\) |
(or \(\operatorname{normalcdf}(30,\infty,25,4)=0.1056\) directly).
Standardise both ends, then read the standard normal.
| \(z_1\) | \(=\) | \(\dfrac{33-40}{5}=-1.4\) |
| \(z_2\) | \(=\) | \(\dfrac{47-40}{5}=1.4\) |
\(P(33| \(=\) | \(P(-1.4 | |
Use \(\operatorname{invNorm}\) with the lower-tail probability \(0.90\).
| \(x\) | \(=\) | \(\operatorname{invNorm}(0.90,200,20)\) |
| \(\) | \(=\) | \(225.63\ \text{hours}\) |