You are offered a game where you roll 2 fair 6-sided die and add the sum to your total earnings. You can roll as many times as you'd like however, in the case where both die land on the same face, the games stops and you lose everything you gained until that point. How much would you pay to play this game?
By forming an inequality of expected value of re-rolling given our current earnings is $x$, we get $\frac16(0) + \frac56(x+7) > x$ or $x < 35$. This means optimal strategy is for us to re-roll any value where $x < 35$ and keep our earnings when $x > 35$. That being said, I am wondering if there is a computationally simple way to find the expected earnings of this game given our strategy. If $35$ is our indifference point, I think $(\frac56)^5 \cdot 35$ is a pretty good approximation since on average you may expect to roll 5 times given an average sum of 7 but this is the best I was able to come up with. Anything that might be better?