I'm working on the following problem: Given $X,Y,Z$ three independent Gaussian RV with distribution $N(0,1)$, prove that $A = (X-Y)^2 + (X-Z)^2 + (Y-Z)^2$ is independent from $B = X+Y+Z$.
I am a bit stuck with how to approach this sort of problem. I am thinking of showing that $\operatorname{Cov}(A,B) = 0$ as both $A$ and $B$ are also normally distributed [Edit: turns out this may not be true so I'm on the wrong track!]. However, I can't move past a certain stage in the simplification, specifically computing $\operatorname{Cov}(X,XY)$ and $\operatorname{Cov}(X,Y^2)$ and terms like that. How should I approach this? Any help would be appreciated.