In the game of Yahtzee, each player's turn consists of rolling five 6-sided dice. The highest possible score is obtained when a player rolls all five dice as the same number. Whenever this happens, this is called a "Yahtzee" (hence the name of the game).
During each player's turn, that player may re-roll the dice up to two more times after the first roll. However, we will ignore this rule for this problem.
If the probability of rolling a Yahtzee in the first roll is , where and are positive co-prime integers, then what is ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can consider each single dice roll to be an independent event. Therefore, in order to obtain the probability of an event for all five dice, we multiply probabilities for each individual dice.
Let's first consider the probability of rolling a Yahtzee consisting of all 1s. The probability of rolling a 1 on a single dice is 6 1 . Therefore, the probability of rolling a 1 on all five dice would be: 6 1 × 6 1 × 6 1 × 6 1 × 6 1 = 6 5 1 .
Now consider the probability of rolling a Yahtzee consisting of all 2s. The calculation is the exact same, and so the probability of rolling a 2 on all five dice would be 6 5 1 .
There are six possible Yahtzees corresponding to each of the numbers on the dice, and the probability of rolling each Yahtzee is the same 6 5 1 . In addition, each possible Yahtzee is mutually exclusive. Therefore, the probability of rolling any Yahtzee would be 6 × 6 5 1 = 6 4 1 = 1 2 9 6 1 .
Thus, a + b = 1 2 9 7 .