[Math] Dice Roll Probabilities

probability

I'm trying to figure out the probabilities for the following casino game:

You and the dealer each roll a pair of dice and the person with the highest individual die roll wins. If its a tie, you win.

First, what is the probability you win?

Second, given that you've won, whats the probability that the game resulted in a tie?

Here are my thoughts:

For the first – the expected value of your die roll is 4.25; which means you will win unless the dealer rolls a 5 or 6, giving you a 2/3 chance of winning.

For the second I'm not sure how to think about it.

Best Answer

Suppose $2$ dice are rolled, say by you. We will find the probability that the "larger" result is $i$, for $i=1$ to $6$.

The probability that the larger is $1$ is $\frac{1}{36}$. The probability that they are both $\le 2$ is $\frac{4}{36}$, so the probability the larger is $2$ is $\frac{4-1}{36}$. The probability they are both $\le 3$ is $\frac{9}{36}$, so the probability the larger is $3$ is $\frac{9-4}{36}$. And so on.

So the probability the larger is $i$, for $i=1$ to $6$, is $$\frac{1}{36},\quad\frac{3}{36},\quad \frac{5}{36}, \quad\frac{7}{36},\quad\frac{9}{36}, \quad\frac{11}{36}.\tag{1}$$

Now suppose that you and the dealer each toss two dice. From (1), the probability the higher of your tosses is equal to the higher of the dealer's tosses (that is, the probability $t$ of a tie) is given by $$t=\frac{1}{36^2}\left(1^2+3^2+5^2+7^2+9^2+11^2\right).$$

Let $p$ be the probability you win. Then $p-t$ is the probability your number is bigger than the dealer's. By symmetry this is the same as the probability the dealer's number is bigger than yours. Thus $p+p-t=1$, and therefore $p=\frac{1+t}{2}$. We know $t$, so we know $p$.

As to the conditional probability, by the usual conditional probability calculation, or by inspection, the probability you won through a tie, given that you won, is $\frac{t}{p}$.

Remark: Presumably the real game is that if there is a tie the casino wins. A casino that lets customers win with probability $\gt \frac{1}{2}$ will not be long in business.

Related Question