A and B are playing a game, the outcome of which is determined by throwing 2 dice. If we get sum of 7 then A wins, if we get 2 equal digits then B wins, else we throw the dice over and over again, until someone wins.
What is the expected of number of games they have to play, until someone wins 2 consecutive games?
Well, the probability of A or B to win is 0.5. Let $X$ be the number of games A and B have to play, until someone wins 2 consecutive games.
I think $X$ obeys negative binomial distribution, when $X \sim \mathcal{NB}(0.5,2)$, then $$\mathbb{E}[X]=r/p=2/0.5=4.$$
But,I'm not sure..
After the first game, the match is over if the winner is the same as the winner of the previous game. That has probability $1/2$.
Thus the number of games is $1+X$, where $X$ has geometric distribution, $p=1/2$.
It follows that the expected number of games is $3$.