Let X be a random variable following normal distribution with mean +1 and variance 4. Let Y be another normal variable with mean -1 and variance unknown. If $$P(X\leq-1)=P(Y\geq2)$$ then standard deviation of Y is
My Solution:
$E(X)=\mu=1, V(X)=\sigma^2=4$ as
$\sigma^2=E[X^2]-(E[X])^2=E[X^2]-\mu^2$
$4=E[X^2]-1^2$
$\implies E[X^2]=5$
Now How can we calculate $\sigma^2$ for Y
We will use the fact that $P(Z\le-1)=P(Z\ge1)$, where $Z$ is a standard normal random variable. We have that $$ P(X\le-1)=P\biggl(\frac{X-1}2\le-1\biggr), $$ $$ P(Y\ge2)=P\biggl(\frac{Y+1}\sigma\ge\frac3\sigma\biggr) $$ and $$ P\biggl(\frac{X-1}2\le-1\biggr)=P\biggl(\frac{Y+1}\sigma\ge\frac3\sigma\biggr). $$ $(X-1)/2$ and $(Y+1)/\sigma$ are both standard normal random variables. Hence, $3/\sigma$ must be equal to $1$ and $\sigma$ to $3$.