I'm doing some prep work for a job interview and one of their difficult sample questions is as follows:
You flip a coin 100 times, but instead of having a fixed stake, you can freely choose the stake for each flip. You start with £100. After each flip, if it comes up heads you win twice your stake (and your stake is returned), if it comes up tails you lose your stake. So if you start with $x$ and select a stake of $S$, then after the flip you will either have $x+2S$ or $x-S$. You can never make your stake larger than your current balance.
If your profit is $P$ how should you select your stake, $S$, to maximise:
a) $E[P]$
b) $E[\log (P+100)]$
Edit: to clarify $0