|
x & y are integers greater than 1. Is x multiple of y? (1) 3y^2 + 7y = x (2) x^2 - x is a multiple of y.
ANS: (1) 3y^2 + 7y = x
y * (3y+7) = x
Clearly, this shows that x is a multiple of y. SUFF
(2) x^2 - x is a multiple of y.
x^2 - x = a*y, where a is a positive integer
x*(x-1) = a*y
Clearly x can be a multiple of y, but can we make an example where x cannot be a multiple of y? Sure! How about x-1 = y? There would be no way for x to be a multiple of y, since y has to be at least 2.
INSUFF
Therefore, A. i don't really understand, anybody help? |