The random variable $X$ takes on values -2, 0 and 2 with probabilities 1/4, 1/2 and 1/4 respectively. Find $\text{E}(X)$ and $\text{Var}(X)$.
Till this part, it was easy enough.
Then the question continues, the random variable $Y$ is defined by $Y = X_1 + X_2$, where $X_1$ and $X_2$ are two independent observations of $X$. Find $\text{Var}(Y)$ and $\text{E}(Y + 3)$.
What I did: All possible combinations of $X_1$ and $X_2$ also turns out to be $Y \in \{-2,0,2\}$. But I don't know what the probabilities will be? Will it be the same?