2026-03-16

Problem — 2026-03-16

Easy

Easyprobability

You roll a fair six-sided die. You may either keep the value shown or re-roll exactly once, in which case you must accept the second roll. What is the expected payout under the optimal strategy?

Express as a fraction or decimal

Show solution
Re-roll if the first result is 11, 22, or 33 (since 3.53.5, the expected value of a re-roll, exceeds each). Keep if the result is 44, 55, or 66. The expected payout is 124+5+63+121+2+3+4+5+66=12(5)+12(3.5)=174\frac{1}{2} \cdot \frac{4+5+6}{3} + \frac{1}{2} \cdot \frac{1+2+3+4+5+6}{6} = \frac{1}{2}(5) + \frac{1}{2}(3.5) = \frac{17}{4}.