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 a, b, c, and d, are positive numbers, is a/b < c/d?
(1) 0 < (c-a) / (d-b)
(2) (ad/bc)^2 < (ad)/(bc)
If we modify the question, the sign of the inequality does not change as a,b,c,d are positive integers. Hence, we want to know whether a/b < c/d?, or ad<bc.
From condition 1, 0 < (c-a) / (d-b), and if we multiply (d-b)^2 on both sides, 0<(c-a)(d-b). We cannot know whether ad<bc, so this is insufficient.
From condition 2, we can divide both sides by (ad)/(bc), which gives us (ad/bc)^2 < (ad)/(bc), or (ad/bc)<1, and when we multiply bc on both sides, (ad/bc)<1, or ad<bc. This answers the question 'yes' so this is sufficient, and the answer becomes (B).
Once we modify the original condition and the question according to the variable approach method 1, we can solve approximately 30% of DS questions.