2
Favorable outcomes (sum > 8): Sum = 9: (3,6), (4,5), (5,4), (6,3) = 4 ways
Sum = 10: (4,6), (5,5), (6,4) = 3 ways
Sum = 11: (5,6), (6,5) = 2 ways
Sum = 12: (6,6) = 1 way
4
Probability = 10/36 = 5/18
Most Common Mistake (#1): Students confuse 'with replacement' and 'without replacement' problems. In without replacement, the sample space changes after each draw. Always check if items are put back or not. This changes the denominator in subsequent calculations and can completely alter your answer.