Tom and Jack are playing the final of Wimbledon and they are 6:6 at the last set. They play to the bitter end until one of them is ahead by two games. For Tom the probability to win the next games is $p$, and for Jack $1-p$. Every games is independent from the others.
- Find the probability that the match end 9 to 7 for one of them.
For $A=($Tom wins 9 to 7$)$ and $B=($Jack wins 9 to 7$)$, we have
$\rightarrow \mathbb{P}(A\cup B)=2p(1-p)[p^2+(1-p)^2]$
- Find the probability that it needs more than 4 games to end the match.
For $X=($# games to the end$)$, we have
$\rightarrow \mathbb{P}(X>4)=1-\mathbb{P}(X\leq 4)=1-\mathbb{P}(X\leq 4|A\cup B)=1-\frac{\mathbb{P}(X\leq 4 \cap A)+\mathbb{P}(X\leq4\cap B)}{\mathbb{P}(A)+\mathbb{P}(B)}=1-\frac{2[p^2+(1-p)^2]}{[p^2-(1-p)^2]}$
- Find the probability that Tom wins.
Hoping 1) and 2) are right, do you have any ideas for point 3)? Thanks in advance.