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
\]
\[
P(X > 178) = 0.0918
\]