[Math] How to use the standard normal table to get the following Z value

normal distributionstatistics

So I am given that
$P(X \le 31.5) = 0.05$
and according to the textbook, after standardizing and using the standard normal table we get

$$(31.5 – \text{mean})/(\text{standard deviation}) = -1.645.$$

Can someone explain to me how they got -1.645 from 0.05? I udnerstand that the left side is just plugging in $X$ into the formula, but how did we turn 0.05 into -1.645?

Best Answer

Using a standard normal table, which you can find a good example of one here: https://www.stat.tamu.edu/~lzhou/stat302/standardnormaltable.pdf,

for $P(x < 31.5) = 0.05$, that means the area to the left of the z-score is $0.05$. Because we know that the distribution is normal, we would go into the middle of the table and find the closest value to $0.05$ as possible. So if we observe $z_1 = -1.64$ and $z_2 = -1.65$, the given areas to the left are $0.05050$ and $0.4947$ respectively.

To get a value as $close$ to $0.05$ as possible, we can interpolate by taking the midpoint of the two values. So $z_m = {1\over2}{(z_1 + z_2)} = -1.645$.