Z-Score Formula
The Formula
When to use: A universal measuring stickβz = 2 means '2 SDs above average.'
Quick Example
Notation
What This Formula Means
A z-score measures how many standard deviations a data value is above or below the mean: z = (x - \mu)/\sigma.
A universal measuring stickβz = 2 means '2 SDs above average.'
Formal View
Worked Examples
Example 1
easySolution
- 1 Recall the z-score formula: z = \frac{x - \mu}{\sigma}, which measures how many standard deviations x is from the mean.
- 2 Identify given values: x = 82, \mu = 74, \sigma = 8.
- 3 Substitute and calculate: z = \frac{82 - 74}{8} = \frac{8}{8} = 1.0
Answer
Example 2
mediumCommon 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
Why This Formula Matters
Z-scores standardize measurements from different scales, enabling comparison of apples and oranges and looking up probabilities in standard normal tables.
Frequently Asked Questions
What is the Z-Score formula?
A z-score measures how many standard deviations a data value is above or below the mean: z = (x - \mu)/\sigma.
How do you use the Z-Score formula?
A universal measuring stickβz = 2 means '2 SDs above average.'
What do the symbols mean in the Z-Score formula?
z is the standard score; Z \sim N(0, 1) is the standard normal distribution
Why is the Z-Score formula important in Math?
Z-scores standardize measurements from different scales, enabling comparison of apples and oranges and looking up probabilities in standard normal tables.
What do students 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 the Z-Score formula?
Before studying the Z-Score formula, you should understand: mean, standard deviation.