Expected value in a dice game

799 Views Asked by At

Consider two people, person $A$ and person $B$. Person $A$ has a $30$-sided dice and Person $B$ has a $20$-sided dice. Both players roll and the person with the highest roll wins. The loser pays the winner the value of the winner's dice outcome. In the case of a tie, player $B$ wins.

What is the expected value of this game for player $A$?

So, this part was easy. I just split it up into two cases. If $A$'s dice roll is above $20$ they are guaranteed to win. If it's below $20$, by symmetry, they have a $50\%$ change of winning. Then, finally, there are $20$ ways for ties, so the expected value is just

$$E[\text{Player A}] = 1/3*51/2 - 20/600*10.5 = 8.15$$

Suppose player $B$ is allowed to reroll the dice once. Now, what is the expected value for player $A$?

I'm not too sure how to do this part. Obviously, player $B$ should reroll if player $A$ rolls less than a $20$ and he loses OR if he wins with a dice roll less than $10.5$ (because then, he can increase the amount he wins). I think the way to do this is first compute the expected value of player $B$'s roll with the reroll. Before, it was just $10.5$, but with the reroll, it becomes

$$1/2(10.5) + 1/2(15.5) = 13$$

So, I think now we have to account for the part I just canceled out before because of symmetry. I am not sure about how to do this. Any help is appreciated.

After that, I'd eventually like to calculate

In this scenario, how much is it worth for player $A$ to get a re-roll option?

2

There are 2 best solutions below

0
On

Obviously, player $B$ should reroll if player A rolls less than a $20$ and he loses OR if he wins with a dice roll less than $10.5$ ...

The "if he loses" part is obvious. The other part is not.

For example, suppose $B$ and $A$ both roll $10.$ In that case, if $B$ does not re-roll, $B$ wins $10.$ Then $B$ has won with a die roll less than $10.5.$

If $B$ rolls again, $B$ has a $0.55$ chance to roll $10$ or greater, in which case $B$ wins (on average) $15$ from $A.$ But $B$ has a $0.45$ chance to roll $9$ or less, in which case $B$ has to pay $10$ to $A.$ So $B$'s expected winnings if $B$ re-rolls in that case are $$ 0.55(15) - 0.45(10) = 3.75.$$ This is less than $10,$ so the better strategy in that case is not to re-roll.

0
On

For person A this doesn’t seem accurate. In first case, A has 200 ways of winning (for any number greater than 20), and For the rolls 1-20, person A will win if they roll higher than person B: For a roll of 1, there are 0 ways for person A to win; for a roll of 2, there’s 1 way; for a roll of 3, there are 2 ways… and so on until for a roll of 20, there are 19 ways. • This can be calculated as (0 + 1 + 2 + … + 19) = 190

So total is 390 out of possible 600. So 390/600

Person B wins if it is the same so 20 but also similar to above for rolls 1-20. That is 190. So total is 210. So 210/600