In DS questions, we need to consider the given statements are True. Consider them as constraints for us to solve the question.
The task at hand is to determine is X = even?
In statement 2 it is given 3x + 2 is divisible by 8, our job is to determine which value of x can satisfy this condition.
As rightly identified by you, the condition is satisfied by x = 2, 10, etc. our task at hand is to determine whether these values which satisfy (3x + 2) = 8k are even or not.
Using statement 2, we can answer the question as YES, x = even.
However, If we were to find values of x as odd as well as even & satisfying statement 2, then statement 2 would not be sufficient. Since we will get answer for X = even? as YES & NO.
Hope that answers your query.
Thanks,
GyM[/quote]
Thanks
gym,
My point was:- Although 3x+2 is even as mentioned in your explanation, it is not divisible by 8.
Now you have made it clear.