With the information provided in the OP, one arrives at $Var(X)=E[(X−EX)^2]=E[X^2]−(E[X])^2=2E[X]−(E[X])^2=E[X](2-E[X]).$ Then
$\sqrt{Var(X)}=\sqrt{E[X](2-E[X])}$, which is well defined if $0\leq E[X]\leq 2$. The answer is then E.
Edit(after @drhab's remark)
If $X = x$ is a constant r.v. with $E[X^2]=2E[X]$, then $x=E[X]=0$ or $x=E[X]=2$ and $\sqrt{Var(X)}=0$. In the first case, A. B. C. and D. are correct. In the second case, only E. is correct.
Edit 2: examples
I would like to show 2 examples which give different answers.
- Let $X$ be the discrete r.v. with values $\{2,0\}$ s.t. $P(X=0)=P(X=2)=\frac{1}{2}$.
Then $E[X]=0\cdot\frac{1}{2}+2\cdot\frac{1}{2}=1$ and $E[X^2]=0^2\cdot\frac{1}{2}+2^2\cdot\frac{1}{2}=2=2E[X]$. It follows that $Var(X)=1=E[X]$ and both answers B. and C. are correct.
- Let $X$ be the discrete r.v. with values $\{2,0\}$ s.t. $P(X=0)=\frac{1}{3}$, $P(X=2)=\frac{2}{3}$.
Then $E[X]=\frac{4}{3}$ and $E[X^2]=\frac{8}{3}=2E[X]$. It follows that $Var(X)=\frac{\sqrt{8}}{3}=\frac{\sqrt{2}}{2}E[X]$. In this case E. is correct.
$Var(X) = E[X^2]−(E[X])^2$
SUB $E(X^2) = 2E(X)$
$Var(X) = 2E(X) - [E(X)]^2$
FACTORISE
$Var(x) = E(X)[2 - E(X)]$
From here, then what? If I take the square route of the variance in order to get the standard deviation, it looks nothing like the answers. I have a strong feeling that the answer is not E. and that there is a way to get one of the other answers.
– Aug 17 '14 at 11:04