Z-Score Grade Calculator Formula
Understand the math behind the z-score grade calculator. Each variable explained with a worked example.
Formulas Used
Z-Score
z_score = (score - mean) / std_devPoints Above Mean
points_above = score - meanStandard Deviations from Mean
std_devs_away = (score - mean) / std_devVariables
| Variable | Description | Default |
|---|---|---|
score | Your Score | 85 |
mean | Class Mean | 75 |
std_dev | Standard Deviation | 10 |
How It Works
How to Calculate a Z-Score
A z-score measures how many standard deviations a score is from the mean.
Formula
Z = (Score - Mean) / Standard Deviation
Worked Example
A student scores 85 in a class with mean 75 and standard deviation 10.
score = 85mean = 75std_dev = 10
- 01Z-score = (85 - 75) / 10 = 1.0
- 02Points above mean = 85 - 75 = 10
- 03The student is 1.0 standard deviations above the mean.
Ready to run the numbers?
Open Z-Score Grade Calculator