How is the normal distribution defined, and how are normal probabilities computed using standardisation?
The normal distribution with mean $\mu$ and standard deviation $\sigma$, the standard normal $Z$, the use of the empirical 68/95/99.7 rule, and computation of normal probabilities and inverse probabilities using technology or standard tables
A focused answer to the VCE Math Methods Unit 4 key-knowledge point on the normal distribution. The pdf, the standardisation transformation $Z = (X - \mu)/\sigma$, the empirical rule, and the inverse-probability technique. Includes worked Paper 2 examples and standard CAS workflows.
Have a quick question? Jump to the Q&A page
What this dot point is asking
VCAA wants you to recognise the normal distribution, apply the empirical 68/95/99.7 rule, standardise to the standard normal , and compute normal probabilities and inverse probabilities by hand (for Paper 1 empirical-rule questions) and by calculator (for Paper 2). The dot point is the bridge between the abstract pdf concept and applied probability questions.
The normal distribution
A continuous random variable is normally distributed if its pdf is:
Notation: .
Properties:
- Symmetric about the mean. The pdf is bell-shaped, with peak at .
- Mean = median = mode = .
- Standard deviation = . Two-thirds of probability mass within of .
- Support is . is positive but extremely small far from .
The pdf itself is rarely computed by hand in VCE Methods; it is provided in the formula sheet and integrated by technology.
The empirical 68/95/99.7 rule
For any normal distribution:
- IMATH_14
- IMATH_15
- IMATH_16
Equivalently, in :
- IMATH_18
- IMATH_19
- IMATH_20
These are the values expected by hand on Paper 1. Use them whenever the question's -values land neatly at for .
By symmetry, the probabilities in each tail beyond are:
- Beyond :
- Beyond :
- Beyond : IMATH_30
Standardisation: IMATH_31
The standard normal has mean 0 and standard deviation 1. Any normal random variable can be converted to a standard normal by the transformation:
This is called standardisation. The transformation preserves probabilities:
The standardisation is the key skill: it converts any normal probability question to a question about , which has tabulated values and is supported on every CAS.
Worked standardisation
. Find .
.
(from table or calculator).
Inverse normal: from probability to -value
Given a probability , find the -value such that (or ).
Procedure:
- Find such that . Use the inverse-normal function on calculator: , or use a table.
- Convert back to : .
Common values:
| IMATH_50 | IMATH_51 |
|---|---|
| 0.90 | 1.2816 |
| 0.95 | 1.6449 |
| 0.975 | 1.9600 |
| 0.99 | 2.3263 |
These appear in confidence-interval questions (covered in the confidence-intervals dot point).
Worked inverse normal
. Find such that .
. So .
.
Calculator workflow (Paper 2)
For probability questions (find ): use normCdf(a, b, mu, sigma) on TI-Nspire or equivalent on ClassPad.
For inverse questions (find given ): use invNorm(p, mu, sigma).
State the set-up explicitly in the working: "; ; from inverse-normal, ."
Standard contexts
Quality control. The lengths or weights of manufactured items are often modelled as normal with mean = target and standard deviation = tolerance. Questions ask for the proportion outside specification.
Examinations and IQ. Scores on standardised tests are typically modelled as normal.
Biology and medicine. Heights, blood pressure, gestation periods, biomarker levels are often approximately normal.
Finance. Returns on a portfolio over a fixed period are sometimes modelled as normal (in basic Methods contexts; real finance uses heavier tails).
Common errors
Standardisation with the wrong denominator. , not . Divide by the standard deviation, not the variance.
Forgetting the standardisation when using -tables. If you look up directly using , you get the wrong probability.
Inverse direction error. "" means is in the upper tail; "" means is in the lower tail. Use if needed before invNorm.
Empirical rule misapplied. The empirical rule is for specifically. For other endpoints, standardise and use a table or calculator.
Using where is asked for. The standard deviation is , not . Remember to take the square root if you computed variance.
Calculator without set-up. Paper 2 expects the standardisation or normCdf set-up shown explicitly, with the calculator-derived value at the end. A bare number loses marks.
In one sentence
The normal distribution is the bell-shaped continuous distribution with mean and standard deviation , and probabilities are computed by standardising via and reading from the standard normal ; the empirical 68/95/99.7 rule covers Paper 1 exact-value questions and the inverse-normal function handles Paper 2 inverse probability questions.
Past exam questions, worked
Real questions from past VCAA papers on this dot point, with our answer explainer.
2024 VCAA Paper 24 marksThe lengths of certain manufactured rods are normally distributed with mean 50 cm and standard deviation 0.4 cm. (a) Find the probability that a randomly chosen rod is between 49.5 cm and 50.5 cm. (b) The longest 10 percent of rods are reworked. Find the cut-off length above which a rod is reworked.Show worked answer →
(a) Probability. .
.
Using calculator or table: .
So approximately (to 3 decimal places).
(b) Inverse probability. Find such that , equivalently .
Using inverse-normal: (so ).
Convert back. cm.
Rods longer than approximately 50.51 cm are reworked.
Markers reward the standardisation in (a), the inverse-normal in (b), and the conversion back from to the original -scale.
2023 VCAA Paper 12 marksThe random variable $X$ has a normal distribution with mean 70 and standard deviation 5. Use the empirical 68/95/99.7 rule to estimate $P(60 \leq X \leq 80)$.Show worked answer →
Range 60 to 80 corresponds to to (since and ).
By the empirical rule, .
So .
Markers reward explicit identification of the interval as and citation of the empirical rule.
Related dot points
- Continuous random variables, their probability density functions, cumulative distribution functions, expected value (mean), variance and standard deviation, and computation of probabilities as definite integrals
A focused answer to the VCE Math Methods Unit 4 key-knowledge point on continuous random variables. Defines the probability density function and cumulative distribution function, computes mean and variance as definite integrals, and works through the conditions a pdf must satisfy and the standard Paper 2 set-up questions.
- The sample proportion $\hat{p}$ as a random variable, the sampling distribution of $\hat{p}$ for repeated samples of size $n$ from a population with true proportion $p$, and the normal approximation for large $n$
A focused answer to the VCE Math Methods Unit 4 key-knowledge point on the sample proportion. Defines $\hat{p}$ as a random variable, gives its mean and standard deviation, sets out the normal-approximation conditions, and works through a Paper 2 estimation question.
- Approximate confidence intervals for a population proportion $p$ based on the sample proportion $\hat{p}$, including the standard 90, 95 and 99 percent intervals and their interpretation
A focused answer to the VCE Math Methods Unit 4 key-knowledge point on confidence intervals. The formula, the standard $z^*$ values for 90, 95 and 99 percent intervals, the correct interpretation language, and the relationship between sample size, margin of error and confidence level.