How would I find the covariance of $X+Y$ and $X-Y$, given that $X$ and $Y$ are independent normal random variables, both with mean $0$ and variance $1$?
My attempt: $$Cov(X+Y,X-Y)=\mathbb{E}[(X+Y)(X-Y)]-\mathbb{E}[X+Y]\mathbb{E}[X-Y]$$ $$=\mathbb{E}[(X+Y)(X-Y)]-(\mathbb{E}[X]+\mathbb{E}[Y])\mathbb{E}[X-Y])$$ $$=\mathbb{E}[(X+Y)(X-Y)]-(0)\mathbb{E}[X-Y])$$ $$=\mathbb{E}[(X+Y)(X-Y)]$$
I know that due to the independence of $X$ and $Y$ we have that $\mathbb{E}[XY]=\mathbb{E}[X]\mathbb{E}[Y]=0$, however I am not sure how to implement this into my answer to finish it off. Thanks for help
You can also use linearity: $$ \text{Cov}(X+Y,X-Y)=\text{Cov}(X,X)-\text{Cov}(X,Y)+\text{Cov}(Y,X)-\text{Cov}(Y,Y)\\ =1-0+0-1=0. $$