Gambler's ruin - problem 7

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

Again, 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 to keep playing, meaning that the only thing that will cause you to stop is losing all your money. How many games do you expect to play before you stop?

Note: As in problem 6 of this series, you may assume Martin's budget is infinite.

O ( 2 k ) O(2^k) O ( k k ) O(k^k) \infty O ( k 2 ) O(k^2)

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

Mark Hennings
Feb 14, 2019

Suppose that the expected time to the end of the game was finite. Suppose that E k E_k was the expected number of games until bankruptcy, given that you start with k k . Then E k = 1 + 1 2 ( E k + 1 + E k 1 ) k 1 E_k \; = \; 1 + \tfrac12(E_{k+1} + E_{k-1}) \hspace{2cm} k \ge 1 and hence we must be able to find constants A , B A,B such that E k = A + B k k 2 E_k = A + Bk - k^2 for all k 0 k \ge 0 . Since E 0 = 0 E_0=0 we see that A = 0 A=0 . But this would imply that E k < 0 E_k < 0 for all k > B k > B , which is not possible. Thus we deduce that the expected number of games to bankruptcy is infinite.

This reflects the fact that the simple symmetric random walk in one dimension is null recurrent.

What's the difference between this problem and the previous one?

Yes, infinite, or go bust eventually?

Bert Seegmiller - 2 years, 3 months ago

Problem 6 tells us that the probability of reaching any point on the Markov chain is 1 1 (it is recurrent). This problem tells us that the expected time to reach any such point is infinite (it is null).

Mark Hennings - 2 years, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...