I've got a question that I really think should be quite simple to answer, but I just can't see what I'm missing. We have the random variables $X \sim R(0,1)$ and $Z\sim b(1,1/2)$. I want to determine $\operatorname{Cov}(XZ,Z)$. However, as far as I can tell, this is the same as $\operatorname{Cov}(Z,Z)=\operatorname{Var}(Z)=1/4$. The listed answer is $1/8$. What am I misunderstanding here?
2026-05-16 21:49:22.1778968162
Product of binomial and uniformly distributed variables
190 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
We are presumably expected to assume that $X$ and $Z$ are independent. That really should have been explicitly specified.
We want to calculate $E(XZ^2)-E(XZ)E(Z)$.
By independence $E(XZ)E(Z)=E(X)E(Z)E(Z)=1/8$.
The first term is $E(X)E(Z^2)$. But $E(Z^2)=1/2$ because $Z^2=Z$, Thus $E(XZ^2)=1/4$.
Our covariance is therefore $1/4-1/8$.