I have the following problem:
A fair coin is tossed. If it shows head(tail), two(six) dice are rolled. Let S be the sum of the numbers displayed by the dice. What is the expectation of S?
So the result is $E[S] = P('head')E[S|'head'] + P('tail')E[S|'tail'] = 14$
My question is how can I calculate $E[S|'head']$ and $E[S|'tail']$?
Thank you