Hi Bunuel,
I tried to solve the question with another approach but it seems to be wrong.
I tried to count the no of cases
The no of cases whose sum is greater than 7 when 2 is included : (2,6) , (2,8) , (2,10) = 3
The no of cases whose sum is greater than 7 when 4 is included : (4,6) , (4,8) , (4,10) = 3
The no of cases whose sum is greater than 7 when 6 is included : (6,4), (6,8) , (6,10) = 3
The no of cases whose sum is greater than 7 when 8 is included : (8,2), (8,4), (8,6), (8,10) = 4
The no of cases whose sum is greater than 7 when 10 is included

10,2),(10,4),(10,6),(10,8)= 4
So total cases = 3+3+3+4+4 = 17.
And total number of outcomes can be calculated as 5C2.
Please help where I am going wrong ? Is 2,8 and 8,2 one case ?
Thanks