somewhere near the beginning.

Huygens problem

Filed under: Mathematics — Alex @ 12:57 pm 9/19/2004

One of my friends is taking a probability class, and he gave me this problem to solve:

Entities A and B play game such that A takes the first turn and can win with probability 1/4. B goes second and can win with probability 1/3. What is the probability A will win before B?

I’m not sure I understand it…

Clarification Now I understand it; consider that A and B are playing a game of darts. Then P(A) and P(B), the probability that A,B will make their next throws, do not necessarily sum to unity. And if A,B alternate throws, then P(A), P(B) alternate between being zero and nonzero.

So here’s my solution:

P(A \mbox{ wins before } B) = \sum_{n=1}^\infty P(A \mbox{ wins on the $n$-th throw }) P(B \mbox{ lost all the previous turns })

since  P(A \mbox{ wins on exactly the $n$-th throw }) =  0  for even n, this reduces to

\sum_{k=0}^\infty P(A \mbox{ wins on the $2k+1$-th turn }) P(B \mbox{lost all previous turns }) .

The first term is calculated as

[Unparseable or potentially dangerous latex formula. Error 5 : 702x22]
 = \frac{1}{4} \prod_{l=1}^{2k} P( A \mbox{ A loses $l$-th turn } )
 = \frac{1}{4} \prod_{l=1}^k P(A \mbox{ loses $2l-1$-th turn} )
 = \frac{1}{4}\left(\frac{3}{4}\right)^k

The second term is calculated as

 P( B \mbox{ didn’t win any of the previous $2k$ turns } ) = \prod_{i=1}^{2k} P( B \mbox{ didn’t win the $i$-th turn })
 = \prod_{i=1}^k \left(\frac{2}{3}\right) = \left(\frac{2}{3}\right)^k

Therefore, the desired probability is

\sum_{k=0}^\infty \frac{1}{4}\left(\frac{3}{4}\right)^k\left(\frac{2}{3}\right)^k = \frac{1}{4}\sum_{k=0}^\infty \left(\frac{1}{2}\right)^k = \frac{1}{4} \cdot 2 = \frac{1}{2} .

Possibly relevant posts:

3 Comments »

RSS feed for comments on this post. TrackBack URL

Leave a comment