The normal distribution is a continuous probability distribution used to model many natural measurements such as heights, weights and test scores.
A variable \(X\) is normally distributed if:
\(X \sim N(\mu,\sigma^2)\)
The curve representing a normal distribution is called the normal curve.
The normal distribution has the following properties:
The graph is centered at \( \mu \) and spread depends on \( \sigma \).
::contentReference[oaicite:0]{index=0}To calculate probabilities we convert values to the standard normal variable \(Z\).
::contentReference[oaicite:1]{index=1}After finding \(Z\), probabilities are obtained from normal distribution tables.
For a normal distribution:
| Interval | Approximate Percentage |
|---|---|
| \(\mu \pm 1\sigma\) | 68% |
| \(\mu \pm 2\sigma\) | 95% |
| \(\mu \pm 3\sigma\) | 99.7% |
This helps estimate probabilities quickly.
The heights of students in a school are normally distributed:
\(X \sim N(170, 6^2)\)
Find the probability that a student is taller than 178 cm.
Step 1: Standardise
\[ Z = \frac{178-170}{6} \] \[ Z = 1.33 \]Step 2: Use tables
\[ P(Z < 1.33) = 0.9082 \]Therefore:
\[ P(X > 178) = 1 - 0.9082 \]