Is there a difference between rolling 3d6 and rerolling lowest twice, versus rolling 5d6 and dropping the two lowest values

dicestatistics

I was rolling stats for a set of characters (main + backup) with my DM, and he told me I could choose between 3 sets of two rolls. One rolled by him, one rolled by another player, and one rolled by me. Him and the other player use physical dice, rolling three dice, then rerolling the lowest value twice. Myself, I roll electronic dice, and I used a 5d6d2 command.

When the three of us came up with sets of rolls, the results were very different, to the point that you could easily guess which one was mine (the only that was done using electronic dice):

DM's rolls: {14, 17, 14, 15, 15, 18} & {17, 16, 16, 16, 16, 14}

Player's rolls: {15, 17, 17, 16, 18, 17} & {17, 15, 16, 16, 18, 16}

My rolls: {7, 12, 15, 13, 16, 11} & {16, 16, 10, 14, 14, 17}

This isn't that surprising: in my experience, physical dice have a tendency to roll higher (just by comparing what I roll against them, this is far from the first time when this happens). However, we started a friendly argument regarding the statistics we were using for the rolls, and whether we were actually rolling the same/equivalent thing.

My belief is that the two different roll scenarios are equivalent, while my DM believes it's a situation similar to the three doors problem, as he calls it.


My scenario/rolls

Rolling 5 six-sided dice and taking the three largest values. The 5d6D2 roll, which using this page we can get a neat graph of the possibilities for each roll.

Example roll: {3, 2, 2, 1, 1} Result: 7

My DM's/fellow player's scenario/rolls

Rolling 3 six-sided dice, then rerolling the lowest value twice.

Example roll: Roll: {6, 4, 1} Result: 11

Reroll the 1. Roll: {4} Result: 4

Reroll either 4. Roll: {1} Result: 1

Final roll: {6, 4, 4} Result: 14


Is there a statistical distribution difference between these two scenarios?

Best Answer

You are both wrong:

  • You are wrong because the two rolling procedures do not produce the same distributions of probability.

  • Your DM is wrong, because this has nothing to do with the Monty Hall (three doors) problem.

Tackling these in reverse order: in the Monty Hall problem, the host of the game knows where the goats and prize are. He cannot reveal the prize, so when he reveals a goat, you gain extra information. That is, there is a dependence in between the sequence of events which leads to an outcome (winning or losing the game).

In the dice scenario, the die rolls are independent. There is no difference between rolling three dice and rerolling the lowest, and rolling four dice and throwing away the lowest of the first three. You don't get any extra information after rolling three dice, as the fourth roll is independent of the previous three rolls.

Therefore your DM's explanation is incorrect.

Your error is, perhaps, a bit more subtle. Since the question asks whether the probability distributions are different, and not for the probability distributions themselves, let's consider a much simpler case:

  • Procedure 1: Flip a coin (a d2, if you will) twice—say tails is $0$ and heads is $1$. Reflip the lowest result. Equivalently, flip three coins, then throw away the lowest result among the first two tosses.

  • Procedure 2: Flip a coin three times, and throw away the lowest result.

In either case, you flip the coin $3$ times, leading to $2^3=8$ different events, each corresponding to a sequence of flips. For example, possible events are $$ HHT, \qquad TTT, \qquad\text{and}\qquad HTH. $$ With respect to either procedure, these $8$ events correspond to just three outcomes: you get a sum of $0$, $1$, or $2$ (the total number of heads which "count"). However, the probabilities of these outcomes are not the same. I have chosen this example to be small and tractable, so we can actually show every possible event and outcome, as summarized below:

\begin{array} .\text{Event} & \text{Proc 1} & \text{Proc 2} \\\hline TTT & 0 & 0 \\ TTH & 1 & 1 \\ THT & 1 & 1 \\ THH & 2 & 2 \\ HTT & 1 & 1 \\ HTH & 2 & 2 \\ \color{red}{HHT} & \color{red}{1} & \color{red}{2} \\ HHH & 2 & 2 \end{array}

Notice that these two procedures give very similar results, but that Procedure 2 is, on average, slightly better. The difference occurs in the line which I have colored red—under Procedure 1, you get two heads, but then replace one of those heads with tails on your next toss. Under Procedure 2, you get to keep both heads, so you are better off.

The question regarding dice follows a similar pattern. Rolling three dice, rerolling the lowest, then rerolling the lowest again (or, equivalently, rolling five dice, then dropping the lowest two from the first four) is akin to Procedure 1. Rolling five dice and dropping the lowest two is akin to Procedure 2. Procedure 2 is always going to win out—heuristically, this is because you never replace a high roll with a lower roll.