Two players, A and B, alternatively toss a fair coin (A tosses first and then B). The sequence of heads and tails is recorded. If there is a head followed by a tail (HT subsequence), the game ends and the person who tosses the tail wins. What is the probability that A wins the game?
The solutions states that $P(A) = 1/2*P(A|H) + 1/2*P(A|T)$ and takes $P(A|T) = 1-P(A)$ which makes sense. However, I can't understand why it takes $P(A|H) = 1/2*(1-P(A|H))$. I know the part $(1-P(A|H))$ has to do with the case when B gets a H, but I don't understand the logic behind this term.
Thank You
Thank You