
Matthew K. answered 12/03/21
High School Statistics Teacher
Hi Anto,
In order to answer this question, we should apply the formula for "between" probabilities:
P(a < x < b) = P(x < b) - P(x < a)
(Don't worry about the fact that these are strict inequalities and the problem says "inclusive" - for a continuous distribution like the Normal, that really doesn't matter.)
So we have:
P(73 < x < 93) = P(x < 93) - P(x < 73)
Now, let's calculate the z-scores for each of the boundaries:
z93 = (93 - 83)/4.8 = 2.08
z73 = (73- 83)/4.8 = -2.08
Now, use your table of z-values to find the corresponding probabilities:
z = 2.08 gives a probability of 0.9812, and z = -2.08 gives a probability of 0.0188
Now, back to the "between" formula to get the final answer:
P(73 < x < 93) = P(x < 93) - P(x < 73)
= 0.9812 - 0.0188
=0.9624
There are other ways to do this problem since the boundaries are symmetric around the mean, but I think this is the way that is the easiest to understand (and the most general.) Does all that make sense?