mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Puzzles (https://www.mersenneforum.org/forumdisplay.php?f=18)
-   -   Coin Toss Game (https://www.mersenneforum.org/showthread.php?t=9515)

davar55 2007-10-24 17:44

Coin Toss Game
 
A casino opens a new game using a fair (50-50) coin toss.
The player pays (bets) one chip to play. The coin is then tossed
repeatedly until one TAILS occurs. The player gets paid one chip for
each HEADS that occurs before that first TAILS. So for example
if TAILS happens on the first coin toss, the player just loses his
one chip bet; if one HEADS precedes the TAILS, the player comes
out even; if two HEADS precede the TAILS, the player comes out
one chip ahead; and so on.

The question is: is this a fair game, or does the house (or player)
have a monetary advantage (and if so, how much)?

Now in the corner of the casino is the high stakes version of the game,
with different payment rules. Here, the player pays M dollars to play,
but gets paid 2^N dollars if N HEADS occur before the first TAILS.

The question here is: for what value of M is this a fair game for the
player and the house?

Mini-Geek 2007-10-24 19:36

[quote=davar55;116964]A casino opens a new game using a fair (50-50) coin toss.
The player pays (bets) one chip to play. The coin is then tossed
repeatedly until one TAILS occurs. The player gets paid one chip for
each HEADS that occurs before that first TAILS. So for example
if TAILS happens on the first coin toss, the player just loses his
one chip bet; if one HEADS precedes the TAILS, the player comes
out even; if two HEADS precede the TAILS, the player comes out
one chip ahead; and so on.

The question is: is this a fair game, or does the house (or player)
have a monetary advantage (and if so, how much)?

Now in the corner of the casino is the high stakes version of the game,
with different payment rules. Here, the player pays M dollars to play,
but gets paid 2^N dollars if N HEADS occur before the first TAILS.

The question here is: for what value of M is this a fair game for the
player and the house?[/quote]
I think with the first question, it is a fair game.
With the second, M = 2 seems to get the closest to being fair, but there does seem to be a slight favor in the player's direction.
I wrote a program to calculate the numbers.

davieddy 2007-10-24 22:57

[quote=Mini-Geek;116975]I think with the first question, it is a fair game.
[/quote]
Expected return is:
[spoiler]
1*(1/2)^2+2*(1/2)^3+3*(1/2)^4+........
This is the sum of GPs:
(1/2)*[(1/2)+(1/2)^2+(1/2)^3)+....]+
(1/2)^2*[(1/2)+(1/2)^2+(1/2)^3)+....]+
(1/2)^3*[(1/2)+(1/2)^2+(1/2)^3)+....]+
(1/2)^4*[(1/2)+(1/2)^2+(1/2)^3)+....]+
....

Now [(1/2)+(1/2)^2+(1/2)^3)+....]=1, so the expected return is 1
[/spoiler]


I agree the game is fair.

The second game has something to do with St Petersburg
IIRC

David

Zeta-Flux 2007-10-25 00:12

The first game is "fair" but ultimately loses for the casino if players are smart. (Yes, the expected return is what you pay, but eventually with 100% probability, there is some point at which the casino will owe you more than you paid. So you stop at that point. Of course, this assume you have an infinite amount of money, and that you keep playing when you are VERY down. Although, with a fair coin, it is unlikely that you will have to get down too much before you are up at least once.)

davieddy 2007-10-25 00:41

ZetaFlux I think you need to read the original problem
more carefully. That said your observations have some relevance
to the second problem.
In the first case, quitting before a tail turns up would be a silly
move (unless the bouncers were getting trigger happy):lol:

Kevin 2007-10-25 02:15

I think the second version would be more fun if he got paid (2^N)/N dollars if it took N tosses to get a tail...

Mr. P-1 2007-10-25 03:20

[QUOTE=davieddy;117002]The second game has something to do with St Petersburg
IIRC

David[/QUOTE]

That the expected payoff of the second game is infinite, is known as the [URL=http://en.wikipedia.org/wiki/St._Petersburg_paradox#Paradox]St. Petersburg Paradox[/URL].

davieddy 2007-10-25 09:08

[quote=Kevin;117011]I think the second version would be more fun if he got paid (2^N)/N dollars if it took N tosses to get a tail...[/quote]
Does this make for a finite expected return? I think not.
David

davieddy 2007-10-25 09:33

[quote=Zeta-Flux;117003]The first game is "fair" but ultimately loses for the casino if players are smart. (Yes, the expected return is what you pay, but eventually with 100% probability, there is some point at which the casino will owe you more than you paid. So you stop at that point. Of course, this assume you have an infinite amount of money, and that you keep playing when you are VERY down. Although, with a fair coin, it is unlikely that you will have to get down too much before you are up at least once.)[/quote]
I see what you are getting at now.
May I recommend "Gamblers Anonymous"?:lol:

David

Zeta-Flux 2007-10-25 23:09

I do not gamble. So don't worry about me going out and spending all my money to win it back. ;)

davieddy 2007-10-26 11:17

[quote=Zeta-Flux;117080]I do not gamble. So don't worry about me going out and spending all my money to win it back. ;)[/quote]
But suggesting "smart " gamblers can beat the house isn't
helping the addicts one iota:smile:


All times are UTC. The time now is 14:07.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.