A 6-sided die is rolled for 10 times. The die rolls are mutually independent. Each die uniformly likely to result in a digit from 1,2, 3, 4, 5, and 6. Let X denote the sum of the first 6 rolls and Y denote the sum of the last six rolls.
Find E(X|Y).
I have found E(X), E(Y), Var(X), Var(Y), Cov(X,Y), and Corr(X,Y).
I wish I had input, but am relatively new to statistics and don't know where to start on this problem. Thanks in advance.
You need to juggle around a bit with the random variables a bit, then you can solve this without going through all the casses one by one.
First lets split up a bit. Let $U$ denote the sum of the first 4 throws, $V$ the sum of the 5th and 6th throw, and $W$ the sum of the last 4 throws. We then have $X=U+V$ and $Y=V+W$. We also have that $U, V, W$ are independent of each other, and also $U$ being independent of $Y$. We thus already know $E(U|Y)=E(U)=4 \cdot 3.5 = 14$.
Now we can separate $$ E(X|Y=k) = E(U+V|Y=k) = E(U|Y=k) + E(V|Y=k) = 14+E(V|Y=k)$$.
So we are left to find $E(V|Y=k)$. We can get this by splitting up further: Define $V'$ to be sum of the 7th and 8th throw and $V''$ the sum of the 9th and 10th throw. We then have $Y = V+V'+V''$ and can calculate $$ E(V|Y=k)+E(V'|Y=k)+E(V''|Y=k)=E(Y|Y=k)=k $$ as we know that if $Y=k$ then certainly $Y=k$.
Now, for symmetry reasons we see that $$ E(V|Y=k)=E(V'|Y=k)=E(V''|Y=k)$$ and thus $E(V|Y=k)=k/3$. Combining the above we get for every $k$
$$ E(X|Y=k) = 14+E(V|Y=k) = 14 + k/3 $$
and thus
$$ E(X|Y) = 14 + \frac{1}{3}Y.$$