Let $x_i,x_j$, two independent variables.
Consider this calculation:
$$\text{Cov}(x_i, x_ix_j) = E(x_i^2x_j) - E(x_i)E(x_ix_j) = E(x_i^2x_j) - E(x_i^2)E(x_j) \\= E(x_i^2)E(x_j) - E(x_i^2)E(x_j) = 0$$
Questions:
- Why is true that $E(x_i)E(x_i) = E(x_i^2)$?
- Why is true that $E(x_i^2x_j) = E(x_i^2)E(x_j)$. We don't know that $x_i^2$ and $x_j$ are independent.