Two players take turns playing a game where P(win) $= 0.28$ for each time a player takes a turn. If A starts, the probability that A wins the game eventually is $0.54$.
A fair coin is tossed to decide who starts the game, with heads letting A start first. What is the probability that the toss was heads, if B wins?
I am assuming that a conditional probability should be used, but an having issues setting the problem up. I can find P(B wins) if A goes first, but I do not understand how to handle the coin toss.
Use Bayes' Theorem:
$$P\left(H|B\right)=\frac{P(B|H)P(H)}{P(B)}$$
In this case, P(B) and P(H), respectively the probability that B wins and the probability that the coin lands Heads are both .5 so they cancel out. Therefore $P(H|B)=P(B|H)$, which according to you is $1-.54 = .46$ but I haven't checked your calculation.