Suppose there are two coins, with coin 1 landing heads when flipped with probability 0.3 and coin 2 with probability 0.5. Suppose also that we randomly select one of these coins and then continually flip it. Let $H_j$ denote the event that flip j,j≥1, lands heads. Also, let $C_i$ be the event that coin i was chosen, i=1,2.
I am having trouble to understand what is $P(H_2 | H_1)$
My idea is that $P(H_2|H_1)$ = $(P(H1|H2)*P(H2))/P(H1)$ It is easy to undertand $P(H1)$ and $P(H2)$ and it is easy to calculate them. But what is $P(H1|H2)$? I mean, if the coin lands head at the second flip, it is intuitive that the first flip is a tail and it should be zero.