Back to the full dot-point answer
NSWMaths AdvancedQuick questions
Year 12: Statistical Analysis
Quick questions on The normal distribution: z-scores, the empirical rule, probabilities and percentiles
15short Q&A pairs drawn directly from our worked dot-point answer. For full context and worked exam questions, read the parent dot-point page.
What is the normal distribution?Show answer
A continuous random variable $X$ is normally distributed with mean $\mu$ and standard deviation $\sigma$, written $X \sim N(\mu, \sigma^2)$, if its pdf is
What is z-scores?Show answer
The z-score of a value $x$ measures how many standard deviations it is from the mean:
What is the empirical rule (68-95-99.7)?Show answer
By symmetry, $P(0 \le Z \le 1) \approx 0.34$, $P(0 \le Z \le 2) \approx 0.475$, $P(0 \le Z \le 3) \approx 0.4985$.
What is computing probabilities?Show answer
For $X \sim N(\mu, \sigma^2)$ and $a < b$:
What is inverse problems (percentiles)?Show answer
To find the value $x$ such that $P(X \le x) = p$, find the corresponding $z$ from a table or invNorm, then transform: $x = \mu + z \sigma$. The 90th percentile of $Z$ is $z \approx 1.28$, the 95th is $z \approx 1.645$, the 97.5th is $z \approx 1.96$.
What is direct use of the empirical rule?Show answer
Heights of adult males in a city are normally distributed with $\mu = 175$ cm and $\sigma = 7$ cm. About what percentage of men are taller than $189$ cm?
What is two-sided interval?Show answer
For the same distribution, what percentage are between $168$ and $182$ cm?
What is mixed empirical-rule interval?Show answer
For $X \sim N(50, 100)$ (so $\sigma = 10$), find $P(30 < X < 60)$.
What is comparing two distributions with z-scores?Show answer
Two students sit different tests. Alex scores $82$ on a test with $\mu = 70$, $\sigma = 8$. Sam scores $75$ on a test with $\mu = 60$, $\sigma = 10$. Who performed better relative to their cohort?
What is inverse normal?Show answer
For $X \sim N(100, 225)$ (so $\sigma = 15$), find the value below which $95\%$ of the data lies.
What is standardising with the wrong sign?Show answer
$z = \frac{x - \mu}{\sigma}$. A value below the mean has a negative z-score. Do not drop the sign.
What is confusing $\sigma$ and $\sigma^2$?Show answer
$N(\mu, \sigma^2)$ uses the variance, but the empirical rule and z-score use $\sigma$. If a question gives $\sigma^2 = 25$, then $\sigma = 5$.
What is forgetting symmetry?Show answer
$P(Z \ge -1) = P(Z \le 1) \approx 0.84$. Use the symmetry of the bell curve rather than computing tails twice.
What is adding empirical rule pieces incorrectly?Show answer
$P(-1 \le Z \le 1) \approx 0.68$ is for the full two-sided interval. The one-sided half is $\frac{0.68}{2} = 0.34$. Do not double-count the central area.
What is applying the empirical rule to non-normal data?Show answer
The $68$-$95$-$99.7$ rule is specific to the normal distribution. For other shapes you must use other methods.