Open Problem: Diversifying your Bets

Suppose you start off with $1, and you play a (binary) game whereby you win with a probability of 12 \frac{1}{2} . If you win, you gain $1; if you lose, however, you lose a dollar. Let's say you win this game; now you have $2. Then, split the $2 into two lots of $1; you play this game again, but now you play it twice (since you have $2). This process is repeated ad infinitum; in other words, whenever you have $nn, you split it into nn lots of $1 and play nn instances of the game. Note that at the end of each step, you lump up your winnings and start over the process again; the process end when you are left with $0.

Here are some questions that may be of some interest for you:

  1. How to calculate the probability of having $xx at a certain point in (discrete) time?

  2. What is the long-term probability of running out of money or ending up with infinitely many money?

  3. Does this long-term probability change when you vary the probability of winning the game? How about if we varied the starting amount?

Answering these questions may provide a sturdy bridge by which branching processes may be studied; it has been a problem that has eluded me for years, and I have moved on to more greener pastures at this stage. Although I would like to return to it, I post this here to garner some interest in this problem.

#Combinatorics

Note by A Former Brilliant Member
2 years, 12 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Some findings: The expected amount of money at any stage is $1. (not surprising)

The probability of ending up at 0 in n steps or fewer are given by https://oeis.org/A187131 / 2^(2^(n-1)).

The numerators for the cumulative probabilities of ending up at 0 are https://oeis.org/A167424 See the examples for the probabilities themselves. Not surprisingly, these fractions are tending to 1. You will eventually run out of money.

There is zero probability of infinite money, but there is a positive probability of ever exceeding any finite amount.

After 4 rounds, here is the probability distribution, all out of 2^15

024305
13560
22892
31272
4534
5152
644
78
81

Jeremy Galvagni - 2 years, 11 months ago

Define a branching process where each node has 00 child w.p. 12\frac{1}{2} (which corresponds to losing that particular game), and 22 children w.p. 12\frac{1}{2} (which corresponds to winning that particular game). The long-term probability of running out of money is equal to the probability of extinction of this particular branching process, which is given by the smallest non-negative root of the fixed point equation z=12+12z2,z= \frac{1}{2}+\frac{1}{2}z^2, which is 11. Hence, we will run out of money eventually almost surely.

Keeping the probability of winning pwp_w the same (i.e., 1/2), for any finite amount of starting money, we still run out of money eventually almost surely. For any general pwp_w, this probability may be obtained by examining the smallest root of the following fixed point equation z=pwz2+(1pw)z=p_wz^2+(1-p_w) which is α=min(1,1pwpw)\alpha=\min(1, \frac{1-p_w}{p_w}).

If we had initially started with $N\$N, probability of running out of money eventually becomes αN\alpha^N.

Abhishek Sinha - 2 years, 10 months ago
×

Problem Loading...

Note Loading...

Set Loading...