I have been interviewing in a few trading firms recently. I came up with the following question myself, but it is similar to some of the questions they ask and ways of thinking they expect.
Suppose you have some capital to invest (for example \$100). You can play a game where you bet \$x of your money and with probability $\frac{2}{3}$ your bet is doubled (so now you have \$(100 + x)) and with probability $\frac{1}{3}$ you lose your bet (so now you have \$(100 - x)). How much should you bet on this game.
I can see two ways of thinking about this problem. Firstly, there is the expected value maximisation approach. It can be easily seen that your expected gain in this game is $\frac{x}{3}$. So in order to maximise EV you should bet all of your money instantly. And if you were to play this game a million times, you should bet all of your money each time.
Of course this approach has the obvious flaw that when you play a few times, you will almost certainly go bankrupt. So we decide not to maximise EV and instead first make sure that we never go bankrupt. We do it by deciding to, at each point of the game, always bet exactly the same proportion of our money, say $p$. Then after $n=n_1+n_2$ games, where our bet was doubled $n_1$ times and we lost $n_2$ times, we will have $M \cdot (1+p)^{n_1} \cdot (1-p)^{n_2}$ money, where $M$ was our initial amount. Differentiating the log of this with respect to $p$ we can see that this function has its maximum for $p=\frac{n_1-n_2}{n} \rightarrow \frac{2}{3}-\frac{1}{3} = \frac{1}{3}$ as $n \rightarrow \infty$. So if we bet just a third of our money every time, we are (almost) guaranteed not to go bankrupt and, out of the strategies that bet a constant proportion every time, this one maximises our gain in the most likely outcome.
So here is my question - does this second strategy make sense to you? If you were to play this game with your own money would you use it? Does it make any sense to use a different strategy if you only play once, and not many times? I personally would be tempted to bet more than a third if I only got one chance, because it would increase my EV even if it is potentially bad in the long term. Does this sentiment make any sense?
Also, I just described two ways of thinking about the game above. Do you know of any other ways to think about it? Other strategies?
Please share your thoughts!
Your approach is remarkably on point. This issue is generally discussed in terms of portfolio construction in finance and depending on risk tolerance we define different functions to optimize. You choose to maximize the log of the expected payoff after n games, which is the same as Kelly criteria. For further and more detailed discussion of it you can check https://en.wikipedia.org/wiki/Kelly_criterion