Hi, I have an alternate approach for the same. Please correct if Im wrong.
Given: x/y > 2
=> Inference:
a) x,y are both +ve or both are -ve
b) |x| > |y|
Now,
(1) x - y < 2
if both are positive, then , let x = 7, y = 1
7 - 1 is not LT 2
if both are negative, then, let x = -7, y = -1
-7 - (-1) => -6 < 2 (True)
hence both x and y are negative
therefore in the eq 3x + 2y => always < 0 => sufficient
(2) y - x < 2
if both positive, let x = 7, y = 1, 1 - 7 = -6 < 2 (True)
if both negative, let x = -7, y = -1, -1 - (-7) => 7 not LT 2
Hence both are positive
therefore, if positive values are put in the inequality 3x + 2y => clearly insufficient
Hence, answer is A.