The game: you start with nothing, and you choose to roll a fair dice as many times as you want. Each of the 6 outcomes is attached with a certain $ value, except for one, where you will lose all that you gained and the game ends.
My question: Mathmaitcally speaking, is there an optimal stopping rule that maximizes the expected gains of a single game?
There are two possible kinds of strategies:
1- Stop after n rounds
2- Stop as soon as your balance exceed $k
The latter makes more sense to me, as the former feels like I'm indulging in some kind of gambler's fallacy.
Let $N_1,\dots,N_5$ be earnings on outcomes $\{1,\dots,5\}$ such that $N_1+\dots+N_5 = N$. Let $X_i$ be the earnings after i'th round.
$\mathbb E [X_i] = \frac{5}{6} N - \frac{1}{6} X_{i-1}$. A fair strategy is to play when you expect to win from playing the game. Thus you play till $\frac{5}{6} N - \frac{1}{6} X_{i-1} \geq 0$ In other words, stop when $\frac{5}{6} N < \frac{1}{6} X_{i-1}$ or $5 N < X_{i-1}$.
Thus your strategy (2) is right. Stop when your balance exceeds $5N = 5(N_1+\dots+N_5)$