Raw Score Calculator

Convert a z-score back to a raw score.

Raw score 122.5

Formula: x = mean + z * SD

Step-by-step with your numbers:
1. Values used:
2. Z-score = 1.5
3. Mean = 100
4. Standard deviation = 15
5.
6. Raw score = 122.5
Did we solve your problem today?

The raw score is the original value corresponding to a given z-score.

The math behind it

x = mean + z * SD, the inverse of the z-score formula.

Worked example

z 1.5, mean 100, SD 15 gives raw 122.5.

FAQ

How is this the inverse of z?

z = (x - mean)/SD rearranges to x = mean + z*SD.