Let $X \sim N(u = 16.1,\, \sigma^2 = 2.4^2)$
(a) Compute $P(X > 17.8)$
(b) Compute $P(11.4 < X < 13.5)$
No idea how to do this. IK I have to first standardize it some how, then use standard normal table.
Could someone please guide me to the right track
Hints:
(1) If $X\sim\mathcal N(\mu,\sigma^2)$, then $\frac{X-\mu}{\sigma}\sim\mathcal N(0,1)$. That's why you standardize -- you only have to use the standard normal distribution to compute probabilities.
(2) Since $P(X\leq c) = P(\underbrace{\frac{X-\mu}{\sigma}}_{\textrm{std normal}} \leq \frac{c-\mu}{\sigma})$, this means you just have to compute $\Phi(\frac{c-\mu}{\sigma})$.
(3) Also, $P(a<X\leq b)=P(X\leq b) - P(X\leq a)$.
(4) Finally, for continuous distributions, it doesn't matter if you have $<$ or $\leq$ at the endpoints since there is no point mass there.