Forget conventional ways of solving math questions. In DS, Variable approach is the easiest and quickest way to find the answer without actually solving the problem. Remember equal number of variables and independent equations ensures a solution.
If x is a positive integer, is x^3-3x^2+2x divisible by 4?
(1) x=4y+4, where y is an integer
(2) x=2z+2, where z is an integer
If we modify the question, x^3-3x^2+2x=4t? (t is an integer), --> x(x^2-3x+2)=4t? and we ultimately want to know whether
x(x-1)(x-2)=4t, which is the same as whether x-2 is even
For condition 1, from x=4y+4, x-2=4y+2=2(2y+1). This is even and the condition is sufficient
For condition 2, from x=2z+2, x-2=2z. This is also even and the condition sufficiently answers the question 'yes'
The answer becomes (D).
Once we modify the original condition and the question according to the variable approach method 1, we can solve approximately 30% of DS questions.