Loading...
Loading...
You roll two dice. Given that the first die shows a 5, what is the probability that the sum of both dice is greater than 8?
Let A = "first die shows 5"
Let B = "sum greater than 8"
We want P(B|A)
Given first die = 5, second die can be 1-6:
| Second Die | Sum | Sum greater than 8? |
|---|---|---|
| (5, 1) | 6 | No |
| (5, 2) | 7 | No |
| (5, 3) | 8 | No |
| (5, 4) | 9 | Yes |
| (5, 5) | 10 | Yes |
| (5, 6) | 11 | Yes |
Outcomes where sum greater than 8:
With first die = 5, we need second die greater than or equal to 4 for sum greater than 8:
3 out of 6 possible second die values work, giving us 50%.