There are two fair coins. Coin 1 is tossed 3 times. Let x be the no of heads that occur. After this coin 2 is tossed x times. Let y be the no of heads we get with coin 2. prob(x>=2|y=1) equals
How did you calculate P(Y=1|X>= 2).
I did by intersection for numerator, P (X>=2 n Y=1)= P(X=2 n Y=1) + P(x=3 n Y=1) which I got correct.
But, if I do P(Y=1|X>= 2) (P(X=2) + P(X=3)), I am getting an extra 1/2.
I am doing it like this : P(Y=1|X>= 2) = (P(Y=1|X=2) P(X=2) + P(Y=1|X=3)P(X=3)) (P(X=2) + P(X=3))