Hi
Bunuel,
When we say A wins the duel, I think we have to give equal chances to A and B and not set this up disproportionately.
If we are not supposed to give B his second turn, then why even give him the opportunity in the first turn.
IMO the sequences should be (bold parts should be needed)
Game finishes in 1 turn -> A passes *
B failsGame finishes in 2 turns -> [(A passes * B passes) or (A fails * B fails)] * A passes *
B failsGame finishes in 2 turns -> [(A passes * B passes) or (A fails * B fails)] * [(A passes * B passes) or (A fails * B fails)] * A passes *
B fails and so on
Hence, we have
A's Win requirement = A passes * B fails = [3/5 * 1/5] = 3/25
All possible reasons for A and B to remain equal at the end of the round = [(A passes * B passes) or (A fails * B fails)] = [2/5*1/5 + 3/5*4/5] = 2/25 + 12/25 = 14/25
Final probability = 3/25 + 14/25 * 3/25 + (14/25)^2 * 3/25 + (14/25)^3 * 3/25 + ......
=> 3/25 [ 1 + (14/25) + (14/25)^2 + (14/25)^3 + .....]
=> 3/25 * 1/[1-(14/25)]
=> 3/25 * 25/11
IMO Probability should be 3/11
I'll await your thoughts.