Unit 4

VICMath MethodsSyllabus dot point

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.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

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 ZZ, 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 XX is normally distributed if its pdf is:

f(x)=1σ2πe(xμ)22σ2f(x) = \frac{1}{\sigma \sqrt{2 \pi}} e^{-\frac{(x - \mu)^2}{2 \sigma^2}}

Notation: XN(μ,σ2)X \sim N(\mu, \sigma^2).

Properties:

  • Symmetric about the mean. The pdf is bell-shaped, with peak at x=μx = \mu.
  • Mean = median = mode = μ\mu.
  • Standard deviation = σ\sigma. Two-thirds of probability mass within ±σ\pm \sigma of μ\mu.
  • Support is (,)(-\infty, \infty). ff is positive but extremely small far from μ\mu.

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 ZZ:

  • IMATH_18
  • IMATH_19
  • IMATH_20

These are the values expected by hand on Paper 1. Use them whenever the question's xx-values land neatly at μ±nσ\mu \pm n \sigma for n=1,2,3n = 1, 2, 3.

By symmetry, the probabilities in each tail beyond μ+nσ\mu + n \sigma are:

  • Beyond μ+σ\mu + \sigma: 10.682=0.16\frac{1 - 0.68}{2} = 0.16
  • Beyond μ+2σ\mu + 2\sigma: 10.952=0.025\frac{1 - 0.95}{2} = 0.025
  • Beyond μ+3σ\mu + 3\sigma: IMATH_30

Standardisation: IMATH_31

The standard normal ZN(0,1)Z \sim N(0, 1) has mean 0 and standard deviation 1. Any normal random variable XX can be converted to a standard normal by the transformation:

Z=XμσZ = \frac{X - \mu}{\sigma}

This is called standardisation. The transformation preserves probabilities:

P(aXb)=P(aμσZbμσ)P(a \leq X \leq b) = P\left( \frac{a - \mu}{\sigma} \leq Z \leq \frac{b - \mu}{\sigma} \right)

The standardisation is the key skill: it converts any normal probability question to a question about ZZ, which has tabulated values and is supported on every CAS.

Worked standardisation

XN(50,42)X \sim N(50, 4^2). Find P(X56)P(X \leq 56).

z=56504=1.5z = \frac{56 - 50}{4} = 1.5.

P(X56)=P(Z1.5)0.9332P(X \leq 56) = P(Z \leq 1.5) \approx 0.9332 (from table or calculator).

Inverse normal: from probability to xx-value

Given a probability pp, find the xx-value cc such that P(Xc)=pP(X \leq c) = p (or P(X>c)=1pP(X > c) = 1 - p).

Procedure:

  1. Find zz such that P(Zz)=pP(Z \leq z) = p. Use the inverse-normal function on calculator: z=invNorm(p)z = \text{invNorm}(p), or use a table.
  2. Convert back to xx: c=μ+zσc = \mu + z \sigma.

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

XN(50,0.42)X \sim N(50, 0.4^2). Find cc such that P(X>c)=0.10P(X > c) = 0.10.

P(Xc)=0.90P(X \leq c) = 0.90. So z=1.2816z = 1.2816.

c=50+1.2816×0.4=50.513c = 50 + 1.2816 \times 0.4 = 50.513.

Calculator workflow (Paper 2)

For probability questions (find P(aXb)P(a \leq X \leq b)): use normCdf(a, b, mu, sigma) on TI-Nspire or equivalent on ClassPad.

For inverse questions (find cc given P(Xc)=pP(X \leq c) = p): use invNorm(p, mu, sigma).

State the set-up explicitly in the working: "XN(50,0.42)X \sim N(50, 0.4^2); P(Xc)=0.90P(X \leq c) = 0.90; from inverse-normal, c50.513c \approx 50.513."

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. z=(xμ)/σz = (x - \mu) / \sigma, not (xμ)/σ2(x - \mu) / \sigma^2. Divide by the standard deviation, not the variance.

Forgetting the standardisation when using ZZ-tables. If you look up zz directly using xx, you get the wrong probability.

Inverse direction error. "P(X>c)=0.10P(X > c) = 0.10" means cc is in the upper tail; "P(X<c)=0.10P(X < c) = 0.10" means cc is in the lower tail. Use 1p1 - p if needed before invNorm.

Empirical rule misapplied. The empirical rule is for μ±nσ\mu \pm n\sigma specifically. For other endpoints, standardise and use a table or calculator.

Using σ2\sigma^2 where σ\sigma is asked for. The standard deviation is σ\sigma, not σ2\sigma^2. 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 N(μ,σ2)N(\mu, \sigma^2) is the bell-shaped continuous distribution with mean μ\mu and standard deviation σ\sigma, and probabilities are computed by standardising via Z=(Xμ)/σZ = (X - \mu)/\sigma and reading from the standard normal ZN(0,1)Z \sim N(0,1); 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. XN(50,0.42)X \sim N(50, 0.4^2).

P(49.5X50.5)=P(49.5500.4Z50.5500.4)=P(1.25Z1.25)P(49.5 \leq X \leq 50.5) = P\left( \frac{49.5 - 50}{0.4} \leq Z \leq \frac{50.5 - 50}{0.4} \right) = P(-1.25 \leq Z \leq 1.25).

Using calculator or table: P(1.25Z1.25)0.7887P(-1.25 \leq Z \leq 1.25) \approx 0.7887.

So approximately 0.7890.789 (to 3 decimal places).

(b) Inverse probability. Find cc such that P(X>c)=0.10P(X > c) = 0.10, equivalently P(Xc)=0.90P(X \leq c) = 0.90.

Using inverse-normal: z0.901.2816z_{0.90} \approx 1.2816 (so P(Z1.2816)=0.90P(Z \leq 1.2816) = 0.90).

Convert back. c=μ+zσ=50+1.2816×0.450.513c = \mu + z \sigma = 50 + 1.2816 \times 0.4 \approx 50.513 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 zz to the original xx-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 μ2σ\mu - 2\sigma to μ+2σ\mu + 2\sigma (since 702×5=6070 - 2 \times 5 = 60 and 70+2×5=8070 + 2 \times 5 = 80).

By the empirical rule, P(μ2σXμ+2σ)0.95P(\mu - 2\sigma \leq X \leq \mu + 2\sigma) \approx 0.95.

So P(60X80)0.95P(60 \leq X \leq 80) \approx 0.95.

Markers reward explicit identification of the interval as [μ2σ,μ+2σ][\mu - 2\sigma, \mu + 2\sigma] and citation of the empirical rule.

Related dot points