4. Statistics and Probability

Standardisation Of Normal Variables And Z-values

Standardisation of Normal Variables and z-Values

Welcome, students! 📘 In this lesson, you will learn how statisticians turn a normal variable into a standard scale using z-values. This is useful because it lets us compare results from different normal distributions, find probabilities, and interpret data in a fair and consistent way. By the end of the lesson, you should be able to explain the key ideas, use the standardisation formula, and connect z-values to real-world statistics such as exam scores, heights, and measurement errors.

Learning objectives:

  • Explain the meaning of standardisation, normal variables, and z-values.
  • Apply the standardisation formula to find probabilities and percentiles.
  • Interpret z-values in context.
  • Connect standardisation to the wider topic of statistics and probability.
  • Use examples to support reasoning in IB Mathematics Analysis and Approaches SL.

What is standardisation?

In statistics, a normal variable is a random variable that follows a normal distribution. A normal distribution is the familiar bell-shaped curve that appears in many real situations, such as heights, test scores, and measurement errors. Different normal distributions can have different means and standard deviations. For example, one exam might have a mean score of $70$ and standard deviation $8$, while another may have a mean of $55$ and standard deviation of $12$.

Standardisation is the process of converting a value from any normal distribution into a standard normal variable. The standard normal variable is usually written as $Z$, and it has mean $0$ and standard deviation $1$. This common scale is powerful because it allows us to compare values from different distributions directly. ✅

The key formula is

$$z = \frac{x-\mu}{\sigma}$$

where $x$ is an observed value, $\mu$ is the mean of the distribution, and $\sigma$ is the standard deviation. The result $z$ tells us how many standard deviations $x$ is above or below the mean.

If $z$ is positive, the value is above the mean. If $z$ is negative, the value is below the mean. If $z=0$, then $x=\mu$.

Why does this matter?

Suppose students gets a score of $78$ in Math and $84$ in English. Which score is better relative to the rest of the class? If Math scores have a lower mean and smaller spread than English scores, the two raw scores cannot be compared fairly. Standardisation solves this problem by placing both scores on the same scale. This is a major reason z-values are used in statistics, quality control, and even science experiments.

Understanding z-values

A z-value or z-score measures relative position within a normal distribution. It shows whether a value is unusual or typical. A z-score of $1.5$ means the value is $1.5$ standard deviations above the mean. A z-score of $-2$ means the value is $2$ standard deviations below the mean.

This interpretation is important because the standard deviation gives a sense of spread. A small standard deviation means values cluster closely around the mean, while a large standard deviation means values are more spread out. So a value that seems ordinary in one distribution might be unusual in another.

For example, consider two athletes:

  • Athlete A runs $100$ m in $12.1$ s, with race times in that group having mean $12.6$ s and standard deviation $0.3$ s.
  • Athlete B runs $100$ m in $11.2$ s, with race times in that group having mean $11.8$ s and standard deviation $0.2$ s.

We compute

$$z_A = \frac{12.1-12.6}{0.3} = -1.67$$

and

$$z_B = \frac{11.2-11.8}{0.2} = -3.00$$

Although Athlete A has a slower raw time, Athlete B is more exceptional relative to their own group because $-3.00$ is farther from $0$ than $-1.67$. In racing, lower times are better, so a more negative z-value can still indicate a stronger performance. 🏃

Using the standardisation formula

To standardise a value, follow these steps:

  1. Identify the mean $\mu$.
  2. Identify the standard deviation $\sigma$.
  3. Substitute the value $x$ into $z = \frac{x-\mu}{\sigma}$.
  4. Interpret the result in context.

Example 1: exam scores

Suppose test scores are normally distributed with mean $65$ and standard deviation $10$. Find the z-value for a score of $80$.

$$z = \frac{80-65}{10} = 1.5$$

This means the score of $80$ is $1.5$ standard deviations above the mean. That is a relatively strong score. 📈

Now find the z-value for a score of $50$:

$$z = \frac{50-65}{10} = -1.5$$

This score is $1.5$ standard deviations below the mean.

Example 2: heights

Suppose adult male heights in a population are normally distributed with mean $175$ cm and standard deviation $7$ cm. A person with height $189$ cm has

$$z = \frac{189-175}{7} = 2$$

So this person is $2$ standard deviations above the mean. Values with $|z|$ large are less common, so this height is relatively unusual.

From z-values to probabilities

Standardisation is especially useful because it allows us to use the standard normal distribution table or calculator. Once a variable has been converted to $Z$, probabilities can be found using the standard normal curve.

For example, if $X \sim N(\mu,\sigma^2)$, then

$$P(X < x) = P\left(Z < \frac{x-\mu}{\sigma}\right)$$

This means we can transform a question about any normal variable into a question about $Z \sim N(0,1)$.

Example 3: probability below a value

Suppose $X \sim N(100,15^2)$. Find $P(X<130)$.

First standardise $130$:

$$z = \frac{130-100}{15} = 2$$

So

$$P(X<130) = P(Z<2)$$

Using a standard normal table or calculator,

$$P(Z<2) \approx 0.9772$$

So there is about a $97.72\%$ chance that a randomly selected value is below $130$.

Example 4: probability between two values

Suppose $X \sim N(50,8^2)$. Find $P(42<X<58)$.

Standardise both endpoints:

$$z_1 = \frac{42-50}{8} = -1$$

$$z_2 = \frac{58-50}{8} = 1$$

So

$$P(42<X<58) = P(-1<Z<1)$$

Using symmetry of the standard normal distribution,

$$P(-1<Z<1) \approx 0.6826$$

This shows that about $68.26\%$ of values lie within one standard deviation of the mean. This is a well-known property of the normal distribution.

Interpreting unusual values

A z-value helps us judge how unusual a result is. In many contexts, values with $|z|>2$ are considered fairly unusual, and values with $|z|>3$ are often very unusual. However, the context matters, and these are not universal laws.

For example, in medical testing, an unusual z-value may indicate a result that deserves attention. In manufacturing, a z-value far from $0$ may indicate a machine is producing defective items. In education, a high positive z-score may show exceptional performance.

Suppose a factory produces bolts with mean length $10.0$ mm and standard deviation $0.05$ mm. If a bolt has length $10.15$ mm, then

$$z = \frac{10.15-10.0}{0.05} = 3$$

This is far from the mean, so it may be outside the acceptable range. This kind of reasoning is important in statistics because it helps make decisions using data rather than guesswork. 🔍

Common mistakes to avoid

When working with standardisation, students, watch out for these errors:

  • Mixing up $\mu$ and $\sigma$.
  • Forgetting that a z-score can be negative.
  • Using the formula backwards. The correct form is $z = \frac{x-\mu}{\sigma}$.
  • Confusing raw scores with standardised scores.
  • Not interpreting the result in context.

Another important point is that standardisation itself does not change the shape of the normal distribution. It only changes the scale so that all normal distributions can be compared using the same standard normal model.

Conclusion

Standardisation of normal variables is one of the most useful ideas in Statistics and Probability. It allows us to convert any normal value into a z-value using $z = \frac{x-\mu}{\sigma}$. This tells us how many standard deviations a value is from the mean and helps us compare data across different normal distributions. It also lets us find probabilities using the standard normal distribution and interpret results in context.

For IB Mathematics Analysis and Approaches SL, this topic is important because it combines calculation, interpretation, and reasoning. If you understand z-values well, you can solve probability questions more confidently and make sense of real-world data. 🎯

Study Notes

  • A normal variable follows a normal distribution with mean $\mu$ and standard deviation $\sigma$.
  • The standard normal variable is $Z \sim N(0,1)$.
  • Standardisation uses the formula $z = \frac{x-\mu}{\sigma}$.
  • A z-value tells how many standard deviations a value is from the mean.
  • Positive z-values are above the mean; negative z-values are below the mean.
  • Standardisation makes it possible to compare values from different normal distributions.
  • Probability questions about $X$ can often be rewritten in terms of $Z$.
  • Values with large $|z|$ are unusual, but context is important.
  • Standardisation is useful in education, science, engineering, and quality control.
  • Always interpret the z-value in the original context of the problem.

Practice Quiz

5 questions to test your understanding

Standardisation Of Normal Variables And Z-values — IB Mathematics Analysis And Approaches SL | A-Warded