Official Solution:List A consists of five distinct integers. Is the range of the numbers in list A greater than 8? (1) List A does not contain a multiple of 5. Clearly insufficient
(2) No two numbers in list A are consecutive.
In this case the minimum range would be if we consider a list with any five consecutive odd (or even) integers. So, if A is say {1, 3, 5, 7, 9} or {2, 4, 6, 8, 10} then the range would be 8, so less than 8. Of course, we can get a list with the range greater than 8, so this statement is also insufficient.
(1)+(2) Without a multiple of 5, the minimum range would be if A is say {1, 3, 7, 9, 11} or {2, 4, 6, 8, 12} (so skipping a multiple of 5). So, the minimum range of the list is 10. Sufficient.
Answer: C