Q: let X be a continuous random variable with NORMAL DENSITY
$$f(μ,σ(x)) = \frac{1}{\sqrt{2}π}*σ *e^{−(x−μ)^2/ 2σ^2}$$
We know that $μ = 70$ and $σ = 2$.
Find $P(68 \leq X \leq 74)$ and $P(X \geq 73)$:
my approach is ...
Since above is normal distribution..
$$ P\left(\dfrac{a-μ}{σ} \leq Z \leq \dfrac{b-μ}{σ}\right) = P(1 \leq Z \leq 2) = P(Z\leq2) - P(Z\leq1) $$ so, by the table, we have $0.4772 - 0.3413$ .
Am I wrong ?