Instead of directly counting the outcomes where the sum exceeds 8, it's often quicker to count the complementary event, sums of 8 or less, and subtract from 1, since \( 6\times6=36 \) is a small, fixed sample space either way.
Sums from 2 to 8 arise from the following pair counts: sum 2 (1 way), sum 3 (2), sum 4 (3), sum 5 (4), sum 6 (5), sum 7 (6), sum 8 (5). Adding these: \( 1+2+3+4+5+6+5=26 \). So \( P(\text{sum}\le 8)=\frac{26}{36}=\frac{13}{18} \), and therefore \( P(\text{sum}>8)=1-\frac{13}{18}=\frac{5}{18} \).
The complement calculation confirms the favorable count is 10 out of 36 total outcomes.
Therefore, the correct answer is \( \frac{5}{18} \).