Conditional Probability with Dice
You roll two standard fair six-sided dice. Given that their sum is 6, what is the probability that at least one of the dice shows a 4?
Related Concepts
Hint
- First, list all the possible pairs (Die 1, Die 2) that sum up to 6. This is your new, reduced sample space because you are GIVEN that the sum is 6.
- Count how many outcomes are in this reduced sample space.
- Now, look at these outcomes (that sum to 6) and count how many of them include at least one 4.
- The probability is (count from step 3) / (count from step 2).
Explanation: Conditional Probability with Dice
Imagine you rolled two dice, and your friend (who can see them) tells you, "Hey, the sum of the two dice is 6!"
Now, given this information, what's the chance that at least one of those dice is showing a 4?
- Possible ways to get a sum of 6: Let's list them (Die 1, Die 2):
- (1, 5)
- (2, 4)
- (3, 3)
- (4, 2)
- (5, 1)
- Which of these have at least one 4?
- (2, 4) - Yes, has a 4.
- (4, 2) - Yes, has a 4.
- The Chance: Out of the 5 ways to get a sum of 6, 2 of them include a 4. So the probability is 2/5.
Let A be the event that at least one die shows a 4.
Let B be the event that the sum of the two dice is 6.
We want to find the conditional probability P(A | B), which is the probability of A occurring given that B has occurred.
1. Identify the Reduced Sample Space (Given Sum = 6)
We are given that the sum of the two dice is 6. We list all possible outcomes (Die 1, Die 2) for this event B:
- (1, 5)
- (2, 4)
- (3, 3)
- (4, 2)
- (5, 1)
There are 5 equally likely outcomes in this reduced sample space where the sum is 6.
2. Identify Favorable Outcomes within the Reduced Sample Space (At least one 4 AND Sum = 6)
Now, from the outcomes listed above (where the sum is 6), we identify those where at least one die shows a 4. This corresponds to the event (A ∩ B).
- (2, 4) (Contains a 4)
- (4, 2) (Contains a 4)
There are 2 favorable outcomes in the reduced sample space.
3. Calculate the Conditional Probability
The probability of A given B is the number of outcomes in (A ∩ B) divided by the number of outcomes in B (our reduced sample space):
P(At least one 4 | Sum = 6) = (Number of outcomes with sum=6 AND at least one 4) / (Number of outcomes with sum=6)
P(At least one 4 | Sum = 6) = 2 / 5
As a decimal, this is:
2/5 = 0.4 or 40%
Using the Formal Conditional Probability Formula:
The full sample space for two dice has 36 outcomes.
- Event B (sum=6): {(1,5), (2,4), (3,3), (4,2), (5,1)}. So, P(B) = 5/36.
- Event A (at least one 4): {(1,4), (2,4), (3,4), (4,1), (4,2), (4,3), (4,4), (4,5), (4,6), (5,4), (6,4)}. There are 11 outcomes (P(A) = 11/36).
- Event (A ∩ B) (sum=6 AND at least one 4): {(2,4), (4,2)}. So, P(A ∩ B) = 2/36.
P(A|B) = (2/36) / (5/36) = 2/5.
This confirms our result from directly using the reduced sample space.
Fair Game? What are your thoughts on this? Try answering the questions yourself and share your insights or alternative approaches in the comments section below!