- #1
h0dgey84bc
- 160
- 0
Hi,
Let's say you start off with $500, and someone offers to give you another $500 everytime a coin is heads, or take $500 from you it's tails. You agree to play this game until a) you've either lost all your money, or b) you've made an extra $1000 (i.e. so you walk away with $1500).
Then it will take at least 2 coin flips for you to walk away winning anything in this game, so initially considering those, we have:
(In the following I will use +2 to signify you've one 500 twice, -1 to rep you losing a 500 and going bankrupt etc)
hh, +2, 25% chance
ht, +0 , 25%
th, bankrupt after toss 1, when you stop making you -1, 25%
tt, bankrupt after toss 1, when you stop, making you -1, 25%
So obviously here there is a 25% chance to win in 2 moves, but you also keep on going if the combo was ht and your back to your original 500. But then the probability for you to win +2 going down this node is exactly the same anyway (since youre basically just back to square one and going to repeat yet another two moves)
Thus the probability of you going up by +2 and walking away happy, is given by the recurssion
P(+2)=0.25+0.25*P(+2). If you solve this you get P(+2)=33.33%
---------------------------------------------------------------------
Another way to arrive at this answer is by considering:
P(+2)=0.25+0.25*(0.25+0.25^2+0.25^3+...)
=0.25+0.25^2+0.25^3+0.25^4+...
Which is a geometric series with a=0.25,r=0.25
=(0.25/1-0.25)
=.25/.75=.333
So again P(+2)=33%
---------------------------------------
Just wanted to check everyone agrees with this and I haven't missed anything? would really appreciate it thanks
Let's say you start off with $500, and someone offers to give you another $500 everytime a coin is heads, or take $500 from you it's tails. You agree to play this game until a) you've either lost all your money, or b) you've made an extra $1000 (i.e. so you walk away with $1500).
Then it will take at least 2 coin flips for you to walk away winning anything in this game, so initially considering those, we have:
(In the following I will use +2 to signify you've one 500 twice, -1 to rep you losing a 500 and going bankrupt etc)
hh, +2, 25% chance
ht, +0 , 25%
th, bankrupt after toss 1, when you stop making you -1, 25%
tt, bankrupt after toss 1, when you stop, making you -1, 25%
So obviously here there is a 25% chance to win in 2 moves, but you also keep on going if the combo was ht and your back to your original 500. But then the probability for you to win +2 going down this node is exactly the same anyway (since youre basically just back to square one and going to repeat yet another two moves)
Thus the probability of you going up by +2 and walking away happy, is given by the recurssion
P(+2)=0.25+0.25*P(+2). If you solve this you get P(+2)=33.33%
---------------------------------------------------------------------
Another way to arrive at this answer is by considering:
P(+2)=0.25+0.25*(0.25+0.25^2+0.25^3+...)
=0.25+0.25^2+0.25^3+0.25^4+...
Which is a geometric series with a=0.25,r=0.25
=(0.25/1-0.25)
=.25/.75=.333
So again P(+2)=33%
---------------------------------------
Just wanted to check everyone agrees with this and I haven't missed anything? would really appreciate it thanks