Home Tutorials E-mail us Forum


Statistics Tutorials - Z Score


Assume that X has a normal distribution, with mean mu and standard deviation sigma. This is typically written as

X ~ N( mu, sigma )



Then, the Z-score associated to Xis defined as

Z = ~ {X - mu}/sigma




Example: Consider the random variable X, which as a normal distribution, with mean mu = ~ 34 and standard deviation sigma = ~ 4. Compute the z-score of X = ~41

Answer: Using the definition of z-score, we use the following formula:

Z = ~ {X - mu}/sigma =  ~ {41 - 34}/4 = ~7/4 = ~1.75




» What does the z-score represent?


The z-score gives measures how far the random variable X is from its mean mu. This measure is not arbitrary, it indicates how many standard deviations the value of X is away from mu. In other words, a z-score of 1.75 indicates that the value of X is 1.75 standard deviations away from its mean. Since the z-score is positive, that means that the value of X is 1.75 standard deviations to the right of its mean, to be more precise.


Application Example: Peter took his finance exam last week, and he got 89/100. The mean for his class was 77, with a standard deviation of 15. Jenna took her math test last week too, and she got 84/100. The mean for her class was 75, with a standard deviation of 5. Their were arguing on who did better, who do you think did better relative to their class?

Answer: We need to use z-scores. For Peter we have

Z = ~ {X - mu}/sigma =  ~ {89 - 77}/15 = ~12/15 = ~0.8




On the other hand, for Jenna:

Z = ~ {X - mu}/sigma =  ~ {84 - 75}/5 = ~9/5 = ~1.8




The z-score associated with Jenna's score test is higher than the z-score test associated with Peter's score test, which means that Jenna did better than Peter, relative to her class.






Solved Math Problems





Tutorials