Two tennis players, $A$ and $B$, are rendered equal in a game. It takes two point lead for the winner. A player who has one point is said to benefit. Assuming that $A$ has a probability $p$ of winning each point and $B$ a probability $1-p$, independently of all other points, determine: $(a)$ the probability for $A$ to be declared the winner; $(b)$ the expected number of times that $A$ will benefit before the end of the game.
I have to prepare for an exam for the course of Stochastic Processes, and a part of the material bothers me enormously; essentially it is a problem resolution by conditioning method. Does someone could solve my problem and clearly explain each step? I tried, but I can not go very far in the problem. It should also say that my first course probability goes back more than three years; this may be part of why I have trouble on that kind of question.
Thanks!
After two points, either $A$ has won, $B$ has won, or the players are back where they started. These three events have probabilities $p^2,(1-p)^2$, and $2p(1-p)$, respectively.
Let $W$ be the event that $A$ wins, then from the above we have $$ \mathbb{P}(W)=p^2+2p(1-p)\mathbb{P}(W)$$ hence $$ \mathbb{P}(W)=\frac{p^2}{1-2p(1-p)}$$
A similar argument should work for the expectation.