A player in roulette always bets on a color (black or red). If he wins, he gets double his stake back. He uses the Martingale strategy: In the first round, he starts with the minimum bet, e.g. 1€. If he loses, he doubles his stake in the next round. If he wins, he goes back to the minimum bet in the next round. What winnings or losses are possible after three rounds of play? What is the probability of getting a loss after three rounds?
#how to solve this stochastics roulette game problem?
74 messages · Page 1 of 1 (latest)
@thin blade Hey, what did you try? Did you figure out some possible winnings or losses?
I don’t know how to figure that out but rn I’m trying to solve the second question using the bernoulli formula
p = 18/37
n = 3
x = 1
am I on the right track?
“What’s is the probability of getting a loss after three rounds”
Well in order to compute this probability, you first need to find the possible winnings/losings.
Can you be more precise on what you call the Bernoulli formula? It looks like you try to use the binomial distribution but this is not a problem where you can use it
Oh yeah it’s the binomial distribution!!
How can I find the possible winnings/losings?
Is it combinatorics?
Well if you play three games, you can first determine the possible sequences of winning and losing a round, (hint: there are 8 of them)
For example, you can win the three rounds (WWW). Another example: you can lose the three rounds (LLL)
Can you find the 6 other outcomes?
WLL
WLW
WWL
LWW
LWL
LLW
Exactly, and now you can compute how much you will/lose for all these 8 outcomes
And this will be the answer to your first question
Does that mean I have to do ex.
WWW = 1 + 1 + 1 = 3
WLW = 1 + 2 + 1 = 4
Etc ?
sorry if I seem a lil slow 😭
nvm that doesn’t make sense does it
Don't worry
Not exactly, what you wrote is how much you put money on stake. Can you now compute the overall gain/loss?
It makes half sense
How do I do that? If it’s WLL would it be 1/3 (one win out of three)
Let's do one together
If you win all 3 rounds
You win 2 Euros on all 3 rounds, but you bet 1 Euro on all 3 rounds too, by definition of the game
It means you won 6 Euros after betting 3 Euros
Your gain overall is 6-3 = 3 Euros
Ohhhh
Now, you have to do this for all the 7 other outcomes
Then after calcuating those do I have to see how many were losses?
It's a bit long, but well, there's no better way. 😄
Exactly
For the second question
But right now you should focus on the first question
I’m a lil confused, If I bet 1€, do I get my euro back or do I get an additional euro
It depends if you win or lose the round
If I win oops
Basically if you bet x Euros, you lose it if you lose the round, and you win 2x Euros if you win the round
ohhhh okay thank you!!
So, it's either you win x Euros, or either you lose x Euros, after a round
Because the overall gain when you win a round is 2x - x = x
-x comes from the initial bet
WLL: I bet 7€ overall
on the first round I bet 1€ and I get +1
on the second -2
on the third -4
so overall -5€
I initially had 7€
I end up with 2€
Right?
If WLL happens, you bet: 1 + 1 + 2 overall, not 1+2+4
omg ur right
Because after the first win, you go back to the minimum bet
And for the three rounds you win 2 + 0 + 0
Which means that your overall gain/loss is : 2 - 4 = -2
WWW = +3€
WLL = -2€
WWL = +1€
WLW = +2€
LLL = -7€
LLW = +1€
LWL = 0€
LWW = +2€
How can I use these to solve the second question?
Alright, this looks good
To compute the probability of losing money, then you have to compute the probability that one of the two following outcomes happens : WLL or LLL
Because these are the only two cases in which you lose money
isn’t it 2/8?
Actually, no, because on a given round, you have more chance to lose than to win, because of that green 0
For one single round, your probability to win is 18/37, which is slightly less than 1/2
Are you familiar with the multiplication rule in probability?
Or even more simply you can use the independence between each rounds
For example: P(LLL) = P(L) * P(L) * P(L)
By independence of the outcomes for each rounds
So P(LLL) = (19/37)^3
Is it right this way?
P(WLL) = P(W) * P(L) * P(L)
P(WLL) = (18/37) * (19/37) * (19/37 )
Yes
Finally, it remains to add those two results together
To find the probability of losing money
WLL = 0.128
LLL= 0.135
= 0.2636
= 26,36%
Is that the probability?
I have a 26,36% chance of losing money?
Yes, this is right