Roll a fair 6 sided die twice, What is the probability that one or both rolls are 6?

21.4k Views Asked by At

Roll a fair 6 sided die twice, What is the probability that one or both rolls are 6?

This question is confusing me on a conceptual level, specifically the "or both rolls."

With out that, the question is what is the probability of getting a 6 by rolling a die twice, which is of course 11/36.

The problem I am having is I don't understand how the "or both" factors in. If you roll a 6 on the first and second roll (1/36 chance) is that counted separately than getting a 6 on the first or second roll?

And if so, would the answer be 1/6 + 1/6 + 1/36 = 13/36?

And that leads into my second question:

What is the probability that one or both rolls are even numbers (2, 4 or 6’s)?

IF the above work is correct, then by the same logic the chance of the first roll being even is 1/2 + the chance of the second roll being even which is 1/2 + the chance of them both being even which is 1/4. This adds up to >1 which is obviously impossible, but I don't know what is going wrong.

Thanks.

3

There are 3 best solutions below

3
On BEST ANSWER

Almost. As you argued, probability to hit a 6 on each roll is 1/6, but the sum overcounts rolling 6 twice, so the actual probability of rolling 6 on either one or both roll is $$ \frac{1}{6} + \frac{1}{6} - \frac{1}{36} = \frac{11}{36}. $$ Can you take it from here?

0
On

If you role two dice, then there are 36 equally likely outcomes, (1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6) (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6) (3, 1), (3, 2), (3, 3), (3, 4), (3, 5), (3, 6) (4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6) (5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6) (6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)

Of those, 11, the last of each of those six lines and all of the last, have at least one 6 so the probability that "one or both rolls is a 6" is 11/36. Your "13/36" is wrong because both of the "1/6" In your sum include "(6/6)". It should be 1/6+ 1/6- 1/36 where the 1/36 being subtracted is to take away one of the (6, 6)s.

The general rule for "Probability of A or B" is "Probability of A"+ "Probability of B" minus "Probability of A and B".

When you roll two dice, the probability the first die is even is 1/2, the probability the second die is 1/2, and the probability both are even is (1/2)(1/2)= 1/4 (the results of the two rolls are independent) so the probability that either one or both are even is 1/2+ 1/2- 1/4= 3/4.

(Of the 36 outcomes above, (1, 2), (1, 4), (1, 6), (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6), (3, 2), (3, 4), (3, 6), (4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6), (5, 2), (5, 4), (5, 6), (6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6) have "either one or both even". There are 27 of them so the probability is 27/36= 3/4.)

1
On

I think your confusion is the use of the word "or" and how it relates to probability computations. In particular, it seems like your reasoning can be represented by the following computation:

\begin{align*} P(\text{One or both rolls are 6}) &= P(\text{The first die is 6 OR the second die is 6 OR both dice are 6}) \\ &= P(\text{The first die is 6}) + P(\text{The second die is 6}) + P(\text{Both dice are 6}) \\ &= \frac{1}{6} + \frac{1}{6} + \frac{1}{36} = \frac{13}{36} \end{align*}

The error in this computation is that it is NOT true that $P(\text{A OR B}) = P(A) + P(B)$ for events $A$, $B$, in general. This is only true when $A$ and $B$ are so-called `disjoint' events, that is, it is impossible for both to happen. The formula that works in general is:

$$P(\text{A OR B}) = P(\text{A}) + P(\text{B}) - P(\text{A AND B})$$

Also, the statement "The first die is 6 OR the second die is 6 OR both dice are 6" is redundant- it means the exact same thing as "The first die is 6 OR the second die is 6", and this is the exact same thing as "At least one die is 6".