A very interesting problem

1.) You are able to play a game where you put 1000 dollars on your account and the casino puts another 1000. You are not able to add additional money after first game. Your only game is to toss an unfair coin where you have the probability of 0.45 of winning the game, and casino has 0.55. You are able to withdraw from this game, when you made bets on at least 10000 dollars (for example first bet 2000 dollars- win, second 3000 dollars- win, third - 5000 dollars - loss, you are now able to withdraw from this game), or when you lose all your money.

What is the best strategy for you?

 

Well, provided that it is pure probability where I'm at a disadvantage, I would most likely refrain myself from putting all money on a single bet. Without going too deep into why I'd do this or that, I'd probably start off by betting 10-max 20% of my total available money. However, if I go into a loss streak of 2 (I would probably prefer the number to be 3 actually), I will go with a all-in bet afterwards. Statistically it might be incorrect or inefficient, but I'm not looking at it from a statistical point-of-view, or at least not going too deep.

Curious what would be statistically efficient though.

 

The first question I would have is how do I ensure that 45% winning and 55% losing are the actual odds?

Assuming I was satisfied with the answer, I would bet $2,000 the first time. If I won, I would bet $4,000 the next time. I would bet $4,000 the third time and walk away, regardless of the outcome.

I would have a 20.25% chance of having $8,000 after my second roll. After my third roll with a $4,000 bet, I will end up with either $4,000 (11.1% cumulative probability) or $12,000 (9.1% cumulative probability), giving me an expected value of $1,539. Given that I started with $1,000 of my money; that's a decent % return. Also, I'm done after only three rolls, so it's not costing me a lot of opportunity cost in the form of time.

 

bet $1 if you lose bet double until you win

i.e. bet $1 lose (at 55% chance) bet$2 lose (at 55% chance) bet $4 lose (at 55% chance) bet $8 lose (at 55% chance) bet $16 win get $32 bucks cost to you was $31 profit is $1

when you win start back at betting $1 rinse and repeat until you made 10k of bets and clean house

-
 

depends on your utility function. Since you're at a disadvantage, definitely withdraw at the first opportunity. Your expected loss is .1(10,000) = 1,000 dollars. To minimize variance, bet house minimum until you've bet 10,000, but you're almost definitely going to leave a (moderate) loser. Any attempts to increase your probability of leaving a winner however will just increase your risk.

This is assuming that it's your own money and your interests are suitably aligned. Obviously on a Lehman trading desk, shoot for the moon and bet max every time.

 
Best Response
polymorphic123:

depends on your utility function. Since you're at a disadvantage, definitely withdraw at the first opportunity. Your expected loss is .1(10,000) = 1,000 dollars. To minimize variance, bet house minimum until you've bet 10,000, but you're almost definitely going to leave a (moderate) loser. Any attempts to increase your probability of leaving a winner however will just increase your risk.

This is assuming that it's your own money and your interests are suitably aligned. Obviously on a Lehman trading desk, shoot for the moon and bet max every time.

How is this better than the solution I posted? You have an expected $0 gain or loss on your $1,000 and I made over $500 in expected value.

The goal should be to do as few throws of the dice as possible. Also, I didn't bet everything every time. Although, even if I did bet everything for three throws, it would have a positive expected value (because they gave you $1,000 for free) just less than betting $2,000, $4,000, and $4,000 would and then stopping. Your goal should be to defend that $1,000 they gave you. The more you bet, the more you lose. So, you need to get $10,000 worth of bets out there as fast as you can and stop your betting.

 

Edit: actually the below is incorrect, i didnt read the condition that u get to exit if you lose all your money. that makes things different. but i'll leave the stuff below anyways

@dickfuld @yelloweat

no, polymorphic is correct, all ur approach does is increase variance. it's just basic probability.

for a simple illustration, compare betting $2 vs. betting $1 and $1. The first has an EV of 2.45 - 2.55 and variance of 3.96 while the second has a mean return of 2.45-2.55 and variance of 1.98.

basically you make a series of bets a_1...a_k, a_i>0 and sum(a_i) = 10,000.

your ev on this is sum( a_i.45 - a_i.55) = -.1 * sum(a_i) = -1000 your variance on this by linearity (since a_1 can be considered independent random variables) is

sum(var(a_i)) = sum(a_i^2 * .99) = .99 * sum(a_i^2).

to minimize the variance u need to minimize sum(a_i^2) subject to sum(a_i) = 10,000.

it can be proven that for each fixed k, we minimize the quadratic sum by taking a_1=a_2...=a_k (if any 2 are different you can "smooth" it so they are equal and reduce quadratic sum)

then sum(a_i^2) = ka^2 with ka = 10,000, so a = 10,000/k so sum(a_i^2) = 10,000^2/k

as we can see, taking k->infinity brings the variance to 0.

(too bored..)

 

@cauchymonkey

EDIT: nevermind, your post was edited while I wrote this. Will leave the below for future reference.

Your methodology leads to you only leaving with the $1,000 you started with (on average). My simple way of doing this leaves you with an extra $539 (total of $1,539). Unless my math is wrong, my way seems better.

Here's the math (you can ignore the losing in the first two throws, because it goes to zero):

0.45 x 0.45 = .2025 chance of winning $8,000

One more try, where I bet $4,000: 0.45 x .2025 x $12,000 (comes from the doubling of $4,000 to $8,000 and the $4,000 I didn't bet) = $1,093.50 0.55 x .2025 x $4,000 (only kept the $4,000 I didn't bet) = 445.50

First bet was $2,000, second bet was $4,000, and the third bet was $4,000; so the total amount bet was $10,000.

$1,093.50 + $445.50 = $1,539

If instead I bet $8,000 instead of $4,000 on the third throw, I would be left with this:

.2025 x 0.45 x $16,000 = $1,458

And my total bet would have been $14,000.

So, it does not just increase the variance, but changes the outcome given the assumptions we started with.

If someone has a better solution than me, please post it and what the expected value is. Or, if my math is wrong, please tell me where it's wrong. I'm from a non-target and haven't taken a math class in many decades.

 

@DickFuld - Will do, sir.

From where I'm sitting, the best strategy here is utilizing the Kelly criterion. Now, the tricky part is getting it to work properly, since as the question states, you're always in a losing situation given the unfair coin, making the typical calculation unworkable since you can't "be the casino" or "bet against yourself". However, that little detail of the casino giving you an extra grand looks to be the key. The way I'd look at this is not by including the casino's money in the original bankroll, but instead by using it as an augment to the payout. For example, for every $1 of YOUR money that you put up, you have a 45% chance of winning $2, not $1, since the extra $1 put up in the bet isn't really yours, it's the casino's. So:

fraction of bankroll = [(probability of winning)(net odds + 1) - 1] / net odds fraction of bankroll = [(0.45)(2 + 1) - 1] / 2 = 0.175

So, using this information, I'd put up 17.5% of the account value for each bet (i.e. $350 for the first bet) and leave with more than $1,000 (my original bankroll).

"My caddie's chauffeur informs me that a bank is a place where people put money that isn't properly invested."
 

Ah, okay, @polymorphic123 @cauchymonkey just kidding about the red herring thing, sorry guys. You use that information to calculated the expected return.

So, not exactly sure how the math looks and it's Friday and I'm too lazy to derive it. But, Excel is magical so I just cranked it out. Looks like by the time you get to $10k in bets, you'd expect $1,018 in the bank.

"My caddie's chauffeur informs me that a bank is a place where people put money that isn't properly invested."
 

@dickfuld

oh actually i didnt read a key part of the question, sorry: you get to exit if you lose all your money. in this case i think you're right. i'll leave my answer up tho since it works if u remove that condition.

 

@polymorphic123 @cauchymonkey - This part of the question is probably a red herring:

boib:
You are able to withdraw from this game, when you made bets on at least 10000 dollars

That shouldn't matter if you have a profitable strategy. It's probably in there to mess you up.

@yelloweat - What you're talking about is a martingale betting strategy. So, in this case, since q > 1/2, using this strategy your expected payout per round (a round being complete when the gambler wins or goes bust) is -1.85. Suggesting that utilizing a martingale strategy in this situation isn't profitable (read: you'll probably go bust).

"My caddie's chauffeur informs me that a bank is a place where people put money that isn't properly invested."
 

@mikesswimn

EDIT: nevermind, you just addressed this.

It's not a profitable strategy though. The more you bet, the more you lose. I think the goal should be to bet as few times as possible and with as little money at risk as possible. Otherwise, you just keep playing forever, which you clearly do not want to do because you win or lose an equal amount on a bet, but the odds are against you. You're just trying to defend the $1,000 extra they gave you. I think the $10,000 figure is there to make you think that if you bet $1 ten thousand times, you should be able to walk away with no loss.

Each additional bet costs you some expected value. Isn't it just a constraint?

 

Yeah, your intuition was pretty damn good initially. But, of course, this:

However, if I go into a loss streak of 2 (I would probably prefer the number to be 3 actually), I will go with a all-in bet afterwards.

Is a little too ballsy for the Kelly criterion :).

"My caddie's chauffeur informs me that a bank is a place where people put money that isn't properly invested."
 

@mikesswimn

Is this math wrong? This is the way I would do this:

Here's the math (you can ignore the losing in the first two throws, because it goes to zero):

0.45 x 0.45 = .2025 chance of winning $8,000

One more try, where I bet $4,000: 0.45 x .2025 x $12,000 (comes from the doubling of $4,000 to $8,000 and the $4,000 I didn't bet) = $1,093.50 0.55 x .2025 x $4,000 (only kept the $4,000 I didn't bet) = 445.50

First bet was $2,000, second bet was $4,000, and the third bet was $4,000; so the total amount bet was $10,000.

$1,093.50 + $445.50 = $1,539 (expected value)

 

@mike

dickfuld is correct, you cannot have a profitable strategy placing -ev bets. the point is to invest as little money into the game as possible. i dont think it makes sense to use some sort of "risk management strategy" that makes you play the losing game longer... that's why you should bet $2000 right from teh start.

if you lose 2k, alright you only had to make 2000 of negative ev bets. if you win, then you are obviously in better shape.

it's still a negative ev strategy though but you can come out with more than 1k since the casino gave u 1k.

ur expected pnl from the strategy is -2000.55 + -2000.45.55 + 2000.45.45.55 + 10000.45.45*.45 = -461

so we r expected to have 2000-461 = 1539 as dick fuld got.

 

@DickFuld & @cauchymonkey

There's a big glaring issue with the "bet it all" strategy because you can't calculate the expectation in the traditional way as your strategy becomes path dependent. In other words, after the first round, you're not calculating a straight expectation, you're calculating a conditional expectation. Let me crank the math out and get back to you guys.

"My caddie's chauffeur informs me that a bank is a place where people put money that isn't properly invested."
 

I basically agree with Dick Fuld.

This game kind of works like a weird option.

It is impossible to get your money out using a low vol strategy. You expect to lose $0.10 every time you bet $1 (45% chance of winning $2= $0.90 expectation from game). So if you bet $1 10k times, your expected loss is $1K with low variance.

If you use a high vol strategy, and try to maximize the expectation of having unbet money short of $10k, that's basically your expected value from the account.

 
IlliniProgrammer:

My only caveat is I think you can only bet $1K first, then $2K, then $4K, then $3K for a total of $10k bet.

in the question, the OP specifically mentions betting $2,000 on the first bet, so, I think it's ok.

Actually, in re-reading his question and assuming this is correct, he practically gave away the answer in the question.

@boib -- do you actually know the answer?

 

@DickFuld & @cauchymonkey

Okay, here's the problem with your math, you don't include the potential loss in the two prior periods in your expectation. Both of you are correct that the final two outcomes result in $1,093.5 and $445.5, but that's only if you get there in the first place. You need to include the prior probability that you'd lose all $4,000 (probability = .2475) and the initial probability that you'd lose all $2,000 (probability = .55) giving you an expected value of -$551.

"My caddie's chauffeur informs me that a bank is a place where people put money that isn't properly invested."
 
mikesswimn:

@DickFuld & @cauchymonkey

Okay, here's the problem with your math, you don't include the potential loss in the two prior periods in your expectation. Both of you are correct that the final two outcomes result in $1,093.5 and $445.5, but that's only if you get there in the first place. You need to include the prior probability that you'd lose all $4,000 (probability = .2475) and the initial probability that you'd lose all $2,000 (probability = .55) giving you an expected value of -$551.

I think that is accounted for (but, could be wrong). In my first two rolls, I have a 79.5% chance of ending up with $0. At the end of the third roll, I 'actually' have either $4,000 (with a 55% chance of the 20.5% chance remaining or 11% cumulative) or $12,000 (with a 45% chance of the remaining 20.5% chance or 9% cumulative). (11% x $4,000) + (9% x $12,000) = $1,539 expected value (but a value you would never actually realize in one game)
 

I was a bit quick and my answer is slightly off, but close. What you're doing wrong is not treating the losing parts as "losses", you're treating them as 0. Here's what the total expectation should look like:

2000(.45) - 2000(.55) + 4000(.45)(.45) - 4000(.45)(.55) + 4000(.45)(.45)(.45) - 4000(.45)(.45)(.55) = -461

"My caddie's chauffeur informs me that a bank is a place where people put money that isn't properly invested."
 

edit: actually im not completely sure how the money accounting is done, the question states 1k is "your money" and 1k from the casino is put into the account. when you incur losses, is that taken directly from your 1k? so you could exit if you bet 1000 dollars and then lose? then illini's strategy would make sense.

@mikeswimn

the losses are incorporated in the calculation.

@euroazn

yeah i guess one should incorporate variance... for example using the very small bets you can guarantee a -1000 loss with very little variance. or you can have an ev -541 with dickfuld's strategy with greater variance.

 

Let me adjust my previous answer since I, like cauchy didn't take into account you can leave if you lose all your money. In this case, slightly counterintuitively, you want to MAXIMIZE your chance of going broke. This is because in a negative EV game, you want to minimize the amount of time you play it. So DickFuld's maxbet strategy is best.

 

I think Dick Fuld is right. Conceptually I'm not sure if I'm thinking about it correctly, but I'd look at it as a simple case of cutting off one end of your probability tail. If at any point in time I end up with nothing left, I simply leave. Increasing the variance allows me to cut off a longer tail, effectively increasing the expected value of what's left on the right side.

As soon as I'm no longer forced to go all-in I kill the variance (although this wouldn't affect the expected value) and leave.

Edit: hurr read the problem wrong

 

actually there may be an improvement on the strategy,

again, first bet 2k. if you win, you are at 4k. again, bet 4k. now if you win, you are at 8k and have to bet 4k more.

But at this point, it makes sense to do a ton of 1$ bets because no matter what you do, you are going to have to bet 4k more into the negative ev game. So at this point, making a ton of tiny bets will minimize the variance.

 

I think of this as a sophisticated version of you need to double your money or you'll get killed. The only game in the casino is the roulette table. The most efficient strategy is to bet it all on black (or red). Sure, you have a little more than a 50% chance of dying, but it beats all the other strategies.

 
DickFuld:

I think of this as a sophisticated version of you need to double your money or you'll get killed. The only game in the casino is the roulette table. The most efficient strategy is to bet it all on black (or red). Sure, you have a little more than a 50% chance of dying, but it beats all the other strategies.

No silly. You have experience with this. It's called "gambling for resurrection". This is where an insolvent company goes around claiming that a whole bunch of people relish it's demise and that it's getting attacked by shorts who want to see it fail and that creditors need to just give it a little more time while it takes a few risks to become solvent.
 
IlliniProgrammer:
DickFuld:

I think of this as a sophisticated version of you need to double your money or you'll get killed. The only game in the casino is the roulette table. The most efficient strategy is to bet it all on black (or red). Sure, you have a little more than a 50% chance of dying, but it beats all the other strategies.

No silly. You have experience with this. It's called "gambling for resurrection". This is where an insolvent company goes around claiming that a whole bunch of people relish it's demise and that it's getting attacked by shorts who want to see it fail and that creditors need to just give it a little more time while it takes a few risks to become solvent.

I think you have me confused with someone else, probably Jimmy Cayne.
 

This is a real-life problem as many sports gambling websites offer this type of deal...they match ur account on opening and you are required to bet some amount. I am quite rusty on stats but i think that the EV of putting 10k into play in this game is -1k, which is the value of the 1k comp you are getting so at best this is a 0 EV setup...there is no betting strategy that can overcome that so long as your odds of wining each flip are only 45%. However, there is an additional problem in that you are taken out of the game with a 1k loss if you hit 0 in your account (if you lose 2k)...ie you cant use the option to leave the game if you lose all your money before you put that 10k into play. My strategy would be to flat bet the minimum i was allowed in order to reduce the variance around that -1k EV and increase the odds that you make it to the point where you have put 10k into play. But in the long run you cannot win with those odds even with that 1k comp.

 

This is very serious problem and very good approach.i think this is very beneficial for every one. i wanna discus on this topic if any body is online so please reply me i m waiting. Thanks for sharing this information.

 

Et pariatur excepturi doloremque natus consectetur. Laborum est vero aliquam et. Voluptas occaecati impedit animi dolorem sed asperiores.

Voluptate molestiae reprehenderit earum dicta quia voluptas sed nihil. Nemo vero quisquam deserunt illum perspiciatis quidem ipsa. Nesciunt quisquam excepturi vel optio voluptas libero aut. Maxime officiis cumque voluptas.

Officia alias ut illo tempora tenetur facilis nesciunt ut. Cumque velit saepe voluptates dolores. Rerum deleniti quas a est amet omnis id illum. Culpa facilis non autem.

Voluptatem non ut dolores aut qui maxime dolorum. Eos repudiandae sed libero ut sint possimus.

 

Assumenda dolores aut sint rerum. Consequatur non et quo mollitia. Id molestiae et officia consectetur in consequatur accusamus. Ipsum eligendi non dicta et incidunt.

At eius sunt in consequuntur pariatur nostrum quo. Libero rem asperiores qui minima. Quo illo ad temporibus. Quis molestiae amet nesciunt reiciendis minima et nobis. Aut minima dolores quae et non perspiciatis quisquam. Aut voluptatem officiis id. Est iure aut sunt sapiente ipsam labore.

Career Advancement Opportunities

April 2024 Investment Banking

  • Jefferies & Company 02 99.4%
  • Goldman Sachs 19 98.8%
  • Harris Williams & Co. New 98.3%
  • Lazard Freres 02 97.7%
  • JPMorgan Chase 03 97.1%

Overall Employee Satisfaction

April 2024 Investment Banking

  • Harris Williams & Co. 18 99.4%
  • JPMorgan Chase 10 98.8%
  • Lazard Freres 05 98.3%
  • Morgan Stanley 07 97.7%
  • William Blair 03 97.1%

Professional Growth Opportunities

April 2024 Investment Banking

  • Lazard Freres 01 99.4%
  • Jefferies & Company 02 98.8%
  • Goldman Sachs 17 98.3%
  • Moelis & Company 07 97.7%
  • JPMorgan Chase 05 97.1%

Total Avg Compensation

April 2024 Investment Banking

  • Director/MD (5) $648
  • Vice President (19) $385
  • Associates (87) $260
  • 3rd+ Year Analyst (14) $181
  • Intern/Summer Associate (33) $170
  • 2nd Year Analyst (66) $168
  • 1st Year Analyst (205) $159
  • Intern/Summer Analyst (146) $101
notes
16 IB Interviews Notes

“... there’s no excuse to not take advantage of the resources out there available to you. Best value for your $ are the...”

Leaderboard

1
redever's picture
redever
99.2
2
Betsy Massar's picture
Betsy Massar
99.0
3
BankonBanking's picture
BankonBanking
99.0
4
Secyh62's picture
Secyh62
99.0
5
CompBanker's picture
CompBanker
98.9
6
kanon's picture
kanon
98.9
7
dosk17's picture
dosk17
98.9
8
GameTheory's picture
GameTheory
98.9
9
Linda Abraham's picture
Linda Abraham
98.8
10
Jamoldo's picture
Jamoldo
98.8
success
From 10 rejections to 1 dream investment banking internship

“... I believe it was the single biggest reason why I ended up with an offer...”