Let $X_1$ and $X_2$ be independent random variables Let $Y_1 = X_1 + X_2$ and $Y_2 = 2X_1-2X_2$, find covariance of $Y_1,Y_2$
I tried simplifying the covariance equation into $$E[Y_1Y_2] - E[X_1]\cdot E[X_2]$$ I found the expected values of $x_1$ to be $0$ but I don't know how to find $E[Y_1Y_2]$. I tried simplifying it to: $$E[(2X_1-X_2) (X_1+X_2)]$$ but that didn't really help. Any help would be greatly appreciated. Thanks.
$\newcommand{\v}{\operatorname{var}}\newcommand{\c}{\operatorname{cov}}$ \begin{align} \c(Y_1,Y_2) & = \c(X_1+X_2, 2X_1-2X_2) \\[10pt] & = \c(X_1,2X_1-2X_2) + \c(X_2, 2X_1-2X_2) \\[10pt] & = \Big(\c(X_1,2X_1) + \c(X_1,-2X_2)\Big) + \Big( \c(X_2,2X_1) + \c(X_2,-2X_2)\Big) \\[10pt] & = 2\c(X_1,X_1) - 2\c(X_1,X_2) + 2\c(X_2,X_1) - 2\c(X_2,X_2) \\[10pt] & = 2\v(X_1) - 0 + 0 - 2\v(X_2). \end{align}