Determining Optimal Strategy for Rolling Dice

AI Thread Summary
The optimal strategy for rolling a single die involves understanding expected winnings, which is $3.50 for one roll. If the first roll results in a value of 1, 2, or 3, it is advisable to roll again since the expected value of the second roll is higher. With the option to roll three times and take the maximum value, the expected winnings increase to approximately $4.96. In this case, players should re-roll if the first roll is 1, 2, 3, or 4. This strategy maximizes potential earnings based on the probabilities of the outcomes.
bob j
Messages
22
Reaction score
0
Hi All,
I was wondering if anyone could give me a suggestion to solve this

"With one die, suppose in a round, you earn the amount of dollars equal to the value of the upwards face of the die. (eg. you earn $6 if you roll a six.) Now also suppose after your first roll, you are given the opportunity to cancel your first and roll again, taking that value as the final value. What should your strategy be? What if you are allowed to roll the die three times?"

thank you,
 
Physics news on Phys.org
What are you expected winnings on a single roll of the die? Clearly this is $3.50, since all results 1-6 are equally probable.

If you get to roll a second time, you should take it if and only if your expected winnings are higher by rolling again -- that is, if you roll less than 3.5. This happens precisely when you roll a 1, 2, or 3, so your strategy is to roll again in precisely these cases. This makes your average winnings $(3.5 + 3.5 + 3.5 + 4 + 5 + 6) / 6 = $4.25.

If you get to roll three times, you should only take the first reroll if you could get better than 4.25.
 
bob j said:
Hi All,
I was wondering if anyone could give me a suggestion to solve this

"With one die, suppose in a round, you earn the amount of dollars equal to the value of the upwards face of the die. (eg. you earn $6 if you roll a six.) Now also suppose after your first roll, you are given the opportunity to cancel your first and roll again, taking that value as the final value. What should your strategy be? What if you are allowed to roll the die three times?"

thank you,

If the first throw is a number from {1,2,3}, then your expected winnings if you roll again is $3.5 so you should cancel and roll again.

If you are allowed to throw 3 times and take the maximum from those 3 (let it be Y), you should observe that Y follows the following discrete distribution:

P(Y=1)=1/216
P(Y=2)=7/216
P(Y=3)=19/216
P(Y=4)=37/216
P(Y=5)=61/216
P(Y=6)=91/216

E(Y)= 4.96

Your strategy should be to re-roll if your first roll was from {1,2,3,4}.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top