Gambler's ruin - problem 4

Level 1

You walk into Martin Gale's Betting Room with an initial budget of k k

As usual, you can play the following game any number of times (if you have what it costs)

  • You pay Martin a dollar.
  • Martin tosses a fair coin
  • If the coin comes up heads Martin pays you two dollars. If it comes up tails, you get nothing.

You decide that you will play until you have increased your money to n n , and then you will stop. Here, n > k n>k . Of course you will also have to stop if you lose all your money (i.e. you are ruined).

What is the probability that you are ruined?

k + 1 n \frac{k+1}{n} 0 k 2 1 n \frac{k^{2}-1}{n} 0.6 1 n k n \frac{n-k}{n} k n \frac{k}{n}

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Ivo Zerkov
Feb 25, 2019

Imagine a large number of copies of the given setup proceeding simultaneously. After each player plays their first round, the average money of all players stays the same, because each has an equal chance of winning or losing $1. Likewise, the average total of all players remains unchanged after each round, because those players which are still playing won't change the average (due to the 50-50 outcome) and those who are already finished won't either, since they are no longer playing. Since eventually all players will finish their respective game, letting p p be the probability one is ruined:

p 0 + ( 1 p ) n = k p = n k n p\cdot 0 + (1-p)\cdot n =k \implies p=\frac{n-k}{n}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...