IMO, plugging in values for a and b is the fastest approach in this question. We don’t have to try too many values since this is a YES-NO type of DS questions; we will have to take one set of values to get a YES and another set of values to get a NO.
From statement I alone, a is not divisible by 6.
Let a = 3; if b = 3, a+b = 6 is divisible by 6. If b = 4, a+b = 7 is NOT divisible by 6. Statement I alone is insufficient to find if (a+b) is definitely divisible by 6.
Answer options A and D can be eliminated. Possible answer options are B, C or E.
From statement II alone, (a-b) is divisible by 6.
If a= 9 and b = 3, (a-b) = 6 is divisible by 6. In this case, a+b = 12 is divisible by 6.
On the other hand, if a = 7 and b =1, (a-b) = 6 is divisible by 6. In this case, a+b = 8 is NOT divisible by 6.
Statement II alone is insufficient to find if (a+b) is definitely divisible by 6. Answer option B can be eliminated. Possible answer options are C or E.
Combining statements I and II, we have the following:
From statement I, a is not divisible by 6 and from statement II, (a-b) is not divisible by 6.
We can again use the values of a=9 and b=3 to get a YES while a=7 and b=1 will give us a NO. Even after combining the statements, we don’t have a unique YES or a NO as an answer. Answer option C can be eliminated.
The correct answer option is E.
Learning to recycle values (using the same values instead of looking for new values all the time) will help you save time and effort. Observe how I recycled the values when I combined the statements.
Hope that helps!