Data Handling
Normal distribution & z-scores
Model continuous data with the normal curve, standardise with z-scores, and read probabilities from tables.
The normal distribution is a symmetric bell-shaped model for many real measurements.
Normal model basics
A normal variable \(X\sim N(\mu,\sigma^2)\) has mean \(\mu\) and standard deviation \(\sigma\).
- About 68% of values lie within \(\mu\pm\sigma\).
- About 95% lie within \(\mu\pm2\sigma\).
- About 99.7% lie within \(\mu\pm3\sigma\).
Standardizing with z-score
\[ z=\frac{x-\mu}{\sigma}. \]
This converts values to the standard normal \(Z\sim N(0,1)\).
Finding probabilities
- Convert boundary value(s) to z-score(s).
- Use normal table/calculator for area.
- Apply complement or subtraction if needed.
Finding values from probabilities
If \(P(X\le x)=p\), find corresponding \(z_p\), then:
\[ x=\mu+z_p\sigma. \]
Exam strategy
- Draw a quick bell curve and shade required region.
- Label mean, SD marks, and inequality direction.
- Use continuity correction when question requires discrete-to-normal approximation.
- Round only at final step.
Checkpoints
If \(\mu=70,\sigma=10\), find z-score of \(x=85\).
Answer: \(z=\frac{85-70}{10}=1.5\).
If \(z=-0.8\), \(\mu=50,\sigma=5\), find \(x\).
Answer: \(x=50+(-0.8)(5)=46\).
In a normal model, what does \(P(Z>2)\) represent?
Answer: Area to the right of z=2 (upper-tail probability).
Why do we standardize before using z-tables?
Answer: Tables are for \(N(0,1)\), so we convert \(X\) to \(Z\).
Last modified: