2026-03-21

Problem — 2026-03-21

Easy

Easyprobability

You roll two fair six-sided dice. Given that their sum is even, what is the probability that both dice show the same number?

Express as a fraction

Show solution
The sum is even when both dice are even or both are odd, giving 9+9=189 + 9 = 18 outcomes. Among those 1818, the pairs where both show the same number are (1,1),(2,2),(3,3),(4,4),(5,5),(6,6)(1,1),(2,2),(3,3),(4,4),(5,5),(6,6) — all 66 have even sums. So the probability is 618=13\frac{6}{18} = \frac{1}{3}.