A person tosses a fair coin until a tail appears for the first time. If the tail appears on the $n$th flip, the person wins $2^n$ dollars. Would you be willing to pay $1$ million for each game if you could play as long as you liked and only had to settle up when you stopped playing?
I thought about this question and ran a computer simulation, except with the entry fee being $100$ dollars each round and ran $100000000000$ rounds, and stopped if there was any profit. In almost each run, there seemed to be a net profit. However, I couldn't mathematically produce the same result.
I read the following quote: "But after a very long time, you will win so much money that is sufficient for you to pay off this large debt and still purchase the whole world. As @IanColey put it, this is because the chances of winning so much money are very, very tiny, but the payoffs associated with these very, very tiny probabilities are much, much, much more enormous than the probabilities are tiny.
I couldn't fathom that one single round would be able to earn so much money to pay off the debt that had been accumulating. So I tried making an equation for Money Earned - Money Spent. Money Spent = $1000000k$, where $k$ is the number of rounds played.
Expected Value[Number of Flips to get $a$ heads in a row] = $E_a =\frac{E_a+1}2+\frac{E_a+2}4+...+\frac{E_a+a}a+\frac a{2^a} = 2(2^a-1) $
Since tails is expected to occur on the second flip, the expected number of flips in $k$ rounds is $2k$. Now, we have $a = \log_2(E_a+2)-1$ and you win $2^{n+1}$ dollars in a round, where $n$ is the number of heads before the first tails. Therefore, you have the expected highest winning after $k$ rounds to be $2^{(\log_2(2k+2)-1)+1} = 2k+2$.
Therefore, after $k$ rounds, you would be expected to lose $9999998k -2$ dollars.
What am I doing wrong? I know a huge oversight in this math is to only account for the total gain for one (largest) flip. However, I made this assumption based on the above quote that after a while, you will win so much that you will pay off the large debt.
This paragraph doesn't make sense to me. You pay $ $100$ to play each round, and if a tail appears on the $n$th flip, the person wins $2^n$ dollars. But then, in each round, there is a $50$% chance you walk away with $ $-98$, there is a $25$% chance you walk away with $ $-96,$ a $12.5$% chance you walk away with $ $-92,$ etc. Is this correct? If so, how did you get that, "In almost each run, there seemed to be a net profit." ? Surely, in almost each run, you get a net loss...
– Adam Rubinson Jan 30 '23 at 08:47For example, let's say you pay 1,000,000 dollars for each round. I get Heads-Heads-Tails in the first round and win 8 dollars. I am now 999,992 dollars in debt. I play a second round that costs another 1,000,000 dollars. I get Heads-Tails in the second round and win 4 dollars. I am now 1,999,990 dollars in debt. I need to prove that as this game goes on, I will actually come out with a profit as long as I have infinite rounds to play.
– Random user33 Jan 30 '23 at 11:04