CONTD.
$A$ and $B$ play a game with colored balls. $A$ starts with $6$ balls: $2$ orange, $2$ yellow and $2$ green. $B$ starts with $4$ balls: $2$ pinks and $2$ gray. Player "$A$" plays first, and both alternate turns. On each turn, the player places a ball at random on the table. The ball is placed there for rest of the game. Player wins and game ends when they have placed two balls of the same color on the table. Find the probability that $A$ wins the game.
My son tried forming a spiral case and got stuck at the conditional probability. In this case can we assume the total probability to be $1$. I am asking this because here cases are not the same $B$ has a clear advantage because of less balls and thus can win faster.
Kindly provide help for the above problem. (Please use basic probability terms and methods.) Suggest additional tags as well. Thank you.
On their first turn, neither player can win.
On the second turn, player A win with probability $\frac{1}{5}$, as one of the five balls left in their pile matches the colour already there.
On their second turn, player B wins with probability $\frac{4}{5} \times \frac{1}{3} = \frac{4}{15}$, as they require that player A did not win on their 2nd turn, and also that they pull out the one ball of their pile that matches the one already drawn.
Turn 3. Player A wins with probability $\frac{2}{4} \times \frac{4}{5} \times \frac{2}{3} = \frac{4}{15}$. That is, they must not have won on turn 2, Player B must not have won on turn 2, and 2 of the 4 balls left in their pile match those already on the table.
If the game is still in play, Player B wins, as each of their remaining two balls match the colour of one already drawn. The probability it gets this far is $\frac{2}{4} \times \frac{4}{5} \times \frac{2}{3} = \frac{4}{15}$.
Notice the total probabilities do indeed sum to one: $\frac{1}{5} + 3 \times \frac{4}{15} = 1$. This is a good check we haven't made a mistake.
The probability player A wins is therefore $P(A$ wins in turn 2$) + P(A$ wins in turn 3$) = \frac{1}{5} + \frac{4}{15} = \frac{3 + 4}{15} = \frac{7}{15}$.