I was doing some normal distribution questions and was stumped when I faced this question. Hope you guys can give me a hand here.
Question If the annual precipitation $X$ in a city is a normal variable, with mean $50$cm and standard deviation $10$cm. Determine the following. The probability that $X$ is within $5$cm from the mean annual precipitation
The answer The probability that $X$ is within $5$cm from the mean annual precipitation is $P(|X - 50| < 5) = P(|(X-50/10)| < 5/10).$
My Confusion Why is $P(|(X-50/10)| < 5/10)$ not P(|(X-50**-50**/10)| < 5/10). And why divide the $5$ with $10?$
Thank you guys

We know that $\frac{X-\mu}{\sigma} \sim N(0,1)$, hence we divide by the standard deviation.
When we have an inequality $a \le b$ we can divide both sides by the same positive scalar and the statements are equivalent.