An integer is repeatedly drawn at random from $1, 2, . . . , 10$. What are the expected value and the standard deviation of the number of integers from $1, 2, . . . , 10$ that do not show up in $20$ drawings?
Let $X_i$ be the random variable that assumes value $1$ if the number $i$ doesn't show up in $20$ drawings and $0$ otherwise. So $\mathbb{P}(X_i=1)=(\frac{9}{10})^{20}$. Since $\mathbb{E}[X_i]=0\cdot (\frac{1}{10})^{20}+1\cdot (\frac{9}{10})^{20}=(\frac{9}{10})^{20}$, I know that:
$\mathbb{E}[X]=\mathbb{E}[X_1]+...+\mathbb{E}[X_{10}]=(\frac{9}{10})^{20}+...+(\frac{9}{10})^{20}=10\cdot (\frac{9}{10})^{20}=1,216$
$\operatorname{Var}[X]=\mathbb{E}[X^2]-\mathbb{E}[X]^2=\space{?}-(1,216)^2$
How do I find $\mathbb{E}[X^2]$?
EDIT:
