Raw Score Calculator
Convert a z-score back to a raw score.
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.