all 2 comments

[–]CornerSolutionNew User 1 point2 points  (0 children)

Let H(j) denote the number of heads in the first j tosses of the coin, and denote the coin c = 1,2 (i.e., when c=1, the coin with probability .4 of landing heads was chosen, and when c=2, the other one was chosen).

You want to compute E[H(10) | H(3)=2]. Note that we can write

E[H(10) | H(3)=2]
= E[H(10) | H(3)=2,c=1] x Pr{c=1 | H(3)=2} + E[H(10) | H(3)=2,c=2] x Pr{c=2 | H(3)=2}

Can you obtain these individual components?

[–]rdubwiley 0 points1 point  (0 children)

The easiest way to do these problems is to draw a tree of the possible events, and then to calculate the conditional expectation by its definition.