Three players a,b,c take turns in a game according to the following rules:
At the start A and B play (so C does not play). The winner of the first trial plays against C and so on until one of the players wins two trials in a row. Possible outcomes are aa,acc,acbb,acbaa, bb,bcc,bcaa,bcabb etc.
We have to prove that probability of A winning equals p(A) = 5/14, p(B) = 5/14, p(C) = 2/7
I have been stuck on this problem for a long time. The only thing I have been able to find out so far is that C can never win on even turns.
Re-edit
Players continue to play until one of them wins two times consecutively and all players are equally good at playing the game.
Apologies for leaving such crucial information.
I have finally solved this problem with a different approach
Sample space
aa ,acc ,acbb ,acbaa ,acbacc ,acbacbb ,acbabcaa ,...
bb ,bcc ,bcaa ,bcabb ,bcabcc ,bcabcaa ,bcabcabb ,...
Each point in the sample space has a probability (1/2^k) associated with it where k is the number of turns.
For example probability of point (aa) = 1/4
Now let us construct a table enumerating probabilities -

Let us consider the event that C wins overall. But C can only win if k = 3,6,9,12,...
P(C) = P(C3) + P(C6) + P(C9) ......
where P(Ck) = Probability of C winning overall after k turns.
P(C) = 1/4 + 1/32 .....
P(C) = a / (1 - r) ( Sum of an infinite GP )
a = 1/4 ( First Term )
r = 1/8 ( Ratio )
P(C) = 2/7
P(A) = 5/14 = P(B)