Z-Score

Statistics
definition

Also known as: standard score

Grade 9-12

View on concept map

A z-score measures how many standard deviations a data value is above or below the mean: z = (x - \mu)/\sigma. Z-scores standardize measurements from different scales, enabling comparison of apples and oranges and looking up probabilities in standard normal tables.

Definition

A z-score measures how many standard deviations a data value is above or below the mean: z = (x - \mu)/\sigma.

πŸ’‘ Intuition

A universal measuring stickβ€”z = 2 means '2 SDs above average.'

🎯 Core Idea

Z-scores let you compare values from different distributions.

Example

Mean = 100, SD = 15. Score of 130 has z = (130 - 100) / 15 = 2

Formula

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

Notation

z is the standard score; Z \sim N(0, 1) is the standard normal distribution

🌟 Why It Matters

Z-scores standardize measurements from different scales, enabling comparison of apples and oranges and looking up probabilities in standard normal tables.

πŸ’­ Hint When Stuck

Try saying it aloud: 'My value is ___ away from the mean, and one SD is ___.' Divide the first blank by the second.

Formal View

z = \frac{x - \mu}{\sigma}; equivalently, if X \sim N(\mu, \sigma^2) then Z = \frac{X - \mu}{\sigma} \sim N(0, 1)

🚧 Common Stuck Point

A z-score of +2 means the value is 2 standard deviations above the mean β€” it does not mean 2% probability or 2 units away on the original scale.

⚠️ Common Mistakes

  • Subtracting the mean from the standard deviation instead of from the raw score: computing \frac{\mu - x}{\sigma} instead of \frac{x - \mu}{\sigma}
  • Interpreting a negative z-score as an error β€” it simply means the value is below the mean
  • Forgetting to divide by the standard deviation β€” just computing x - \mu gives the deviation, not the z-score

Frequently Asked Questions

What is Z-Score in Math?

A z-score measures how many standard deviations a data value is above or below the mean: z = (x - \mu)/\sigma.

Why is Z-Score important?

Z-scores standardize measurements from different scales, enabling comparison of apples and oranges and looking up probabilities in standard normal tables.

What do students usually get wrong about Z-Score?

A z-score of +2 means the value is 2 standard deviations above the mean β€” it does not mean 2% probability or 2 units away on the original scale.

What should I learn before Z-Score?

Before studying Z-Score, you should understand: mean, standard deviation.

How Z-Score Connects to Other Ideas

To understand z-score, you should first be comfortable with mean and standard deviation. Once you have a solid grasp of z-score, you can move on to normal distribution.

Visualization

Static

Visual representation of Z-Score