I guess that this will be really simple for you guys, but i have no foundation in probability. Please, help me to find not only the answer but also what i need to learn in order to be able to solve this kind of problems by myself in the future.
2 boys decide to play dama. Every winning gives a point. They will stop when one of them gets 3 points ahead. How is it likely that the game won't stop before the 21st match If both have the same probability to win a match(50%)? Thanks for your patience.
Let $P(n, k)$ be the probability after $n$ games that boy #1 has a $k$ game margin (i.e., has won $k$ more games than his opponent). After the $n + 1$st game, there is a probability of $$\frac{P(n, -2) + P(n, 2)}2$$ that the game will end, in addition to the probability that it had already ended before this game, while $$P(n+1, -2) = \frac{P(n, -1)}2\\P(n+1, -1) = \frac{P(n, -2)+P(n, 0)}2\\P(n+1, 0) = \frac{P(n, -1)+P(n, 1)}2\\P(n+1, 1) = \frac{P(n, 2)+P(n, 0)}2\\P(n+1, 2) = \frac{P(n, 1)}2$$ We can simplify this by noting that the probability for $-k$ should be equal to the probability for $k$. So: $$P(n+1, \text{ end}) = P(n,\text{ end}) + P(n, 2)\\P(n+1, 2) = {P(n,1)\over 2}\\P(n+1, 1) = \frac{P(n, 2)+P(n, 0)}2\\P(n+1, 0) = P(n,1)$$
Therefore $P(n, 0) = 2P(n,2)$ for all $n > 0$, and $$P(n + 2, 0) = \frac{P(n, 2)+P(n, 0)}2 = \frac 34P(n,0)$$ for $n \ge 2$. Now, $P(2,0) = \frac 12$, so letting $n = 2m$ $$P(2m, 0) = \frac 23\left(\frac 34\right)^m\\P(2m,2) = \frac 13\left(\frac 34\right)^m$$$$P(2m, \text{ end}) = \sum_{k=1}^{m-1}P(2k,2) = \frac 13\sum_{k=1}^{m-1}\left(\frac 34\right)^k = \frac 13\frac{\frac 34 -\left(\frac 34\right)^m}{1-\frac 34}= 1 - \left(\frac 34\right)^{m-1}$$
So after 20 games there will be a probability of $1 - \left(\frac 34\right)^9$ that one of the boys will have gained a margin of 3 and stop, and therefore a probability of $\left(\frac 34\right)^9 = \frac {3^9}{2^{18}} = \frac {19683}{262144} \approx 7.5\%$ that they will play at least 21 games.