Consider the following simple game. In a single round, Player A tosses a fair coin, and then Player B tosses a fair coin. Two rounds are played. The winner is the player with the larger number of Heads tossed. If the numbers are equal, the winner is whoever tossed the first Head. If nobody tosses any Head, there is no winner.
a) Write down a sample space for this experiment, and the probability of each outcome (element of the sample space).
attempt:
$S_{A} = [TH,HH,TT,HT]$
$S_B = [TH,HH,TT,HT]$
P(H) = P(T) = 1/2
b)What is the probability that Player A wins the game, given that his first toss is Head?
attempt:
Based on this as reference
Part b is regarding conditional probability as far as my understanding goes.
P(A win | first toss is head)
formula: $P(A|B) = \frac{P(A \cap B)}{P(A)}$
$P(A\,win | first\;toss\,is\,head) = \frac{P(A\,win \cap\,first\,toss\,is\,head)}{P(A\,win)} $
P(getting head on first toss) = 1/2
P( getting head on second toss) = $\frac{1}{2} *\frac{1}{2}*\frac{1}{2}$
Not sure how to calculate the P (A win), as there are multiple ways to win based on the question, and I'm stuck going further than this.
c) Given that Player A wins, what is the probability that his first toss was Head?