Calculating Probability of Rolling Yahtzee

In summary, the conversation discusses different methods for calculating the probability of rolling Yahtzee in a single turn, including using a transitional matrix and basic counting knowledge. The conversation also mentions the possibility of using recursion to calculate the probability.
  • #1
silvermane
Gold Member
117
0
If you’ve ever played the game of Yahtzee, you’ll know that often times, the last line to be filled in is YAHTZEE. Let's say I want to calculate the probability of rolling Yahtzee on a single turn. To this end, suppose that after you roll five dice, you are allowed to select any of the five dice and roll them again. At which point, you may select any of the five dice and roll them for a third time. This would help with calculating the probability of rolling YAHTZEE after any of the three rolls.

First, consider the situation where you have exactly i dice of the same value and you re-roll the other 5 − i dice. Assuming that you have i dice of the same value that you are not going to re–roll, let pi,j denote the probability that you end up with exactly j dice of the same value after you re–roll the other 5 − i dice. (please let me know what you think of this) Note that if j < i then pi,j = 0 since you certainly have at least i dice all of the same value after you roll the other 5 − i dice.

I want to use a transitional matrix to calculate this which is easy with the binomial distribution, but let's say we wanted to calculate each value in the matrix using basic counting knowledge and probability theory.
 
Physics news on Phys.org
  • #2
It sounds like a reasonable way to do it to me. Let me see if I understand it right: after the first roll you are in one of five states (you have 1, 2, 3, 4, or 5 of some number, which you will try to match from then on). And then you get two more rolls, each time rolling the ones that don't match your number. How else would you calculate p_ij other than with the binomial distribution? You've got 5-i dice to roll, and you need to pick up j-i more of the established number on that roll.
 
  • #3
lol That's what I'm trying to figure out. I was told that there's another way, but don't know how to figure it out.
 
  • #4
silvermane said:
lol That's what I'm trying to figure out. I was told that there's another way, but don't know how to figure it out.


Hmm. Is it possible they meant another way to do it besides using transition probability matrices? For instance, you could do it recursively. But I think it's easier to do it your way, with matrices.

Do you get to assume that you start out with a pair, or do you have to consider all the possible situations after the first roll? If so, you have to find the probabilities for that roll separately (since a particular number has not been established yet).
 
  • #5


I appreciate your approach to calculating the probability of rolling Yahtzee. Using a transitional matrix is a valid method, but it is also important to understand the underlying principles of probability and counting.

Firstly, it is important to note that the probability of rolling Yahtzee on a single turn is (1/6)^5, or approximately 0.00077. This is because there are 6 possible outcomes for each of the 5 dice, and we want all 5 to be the same value.

Your approach of considering the situation where you have i dice of the same value and re-rolling the remaining dice is a good way to break down the problem. However, I would suggest using a different notation for clarity. Let's say we have i dice of value X and we want to find the probability of getting exactly j more dice of value X after re-rolling the remaining 5-i dice. We can denote this as P(j|i,X).

To calculate this probability, we can use the fundamental principle of counting. The total number of outcomes when rolling 5 dice is 6^5, or 7776. To get exactly j more dice of value X, we need to choose j out of the 5-i dice to be X, and the remaining 5-i-j dice can be any of the other 5 values. This can be written as (5-i choose j) * 5^(5-i-j). So the probability of getting exactly j more dice of value X is (5-i choose j) * 5^(5-i-j) / 6^5.

To get the overall probability of rolling Yahtzee, we need to consider all possible values of i and j, and sum up the probabilities. This can be written as:

P(Yahtzee) = Summation (i=1 to 5) Summation (j=i to 5) P(j|i,X) * P(i,X)

Where P(i,X) is the probability of having i dice of value X before re-rolling, which can be calculated using the binomial distribution.

In summary, your approach of using a transitional matrix is valid, but it is also important to understand the underlying principles of probability and counting to fully grasp the calculation of the probability of rolling Yahtzee.
 

1. What is the probability of rolling a Yahtzee with 5 dice?

The probability of rolling a Yahtzee with 5 dice is 1 in 1296 or approximately 0.077%. This is calculated by taking the total number of possible combinations (6^5 = 7776) and dividing it by the number of ways to roll a Yahtzee (6).

2. What is the probability of rolling a Yahtzee on the first roll?

The probability of rolling a Yahtzee on the first roll is 1 in 1296 or approximately 0.077%. This is because each dice roll is independent of the previous roll, so the probability remains the same for each roll.

3. What is the probability of rolling a Yahtzee with 5 dice after 3 rolls?

The probability of rolling a Yahtzee with 5 dice after 3 rolls is approximately 0.046%. This is calculated by taking the probability of not rolling a Yahtzee on the first two rolls (1295/1296) and multiplying it by the probability of rolling a Yahtzee on the third roll (1/6).

4. Can the probability of rolling a Yahtzee be increased by changing the order of the dice?

No, the order of the dice does not affect the probability of rolling a Yahtzee. Each dice roll is independent of the others, so the probability remains the same regardless of the order in which the dice are rolled.

5. How many rolls are needed on average to get a Yahtzee?

On average, it takes approximately 22 rolls to get a Yahtzee. This is calculated by taking the reciprocal of the probability of rolling a Yahtzee (1/1296) and adding 1 (to account for the first roll).

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
15
Views
1K
  • Set Theory, Logic, Probability, Statistics
2
Replies
41
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
29
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
Back
Top