-
vivek.kapoor83
- Legendary Member
- Posts: 833
- Joined: Mon Aug 04, 2008 1:56 am
- Thanked: 13 times
x is a multiple of y if y * some integer k = x
x = k*y
Stmt I
3y^2 + 7y = x
x = y(3y+7)
Since y is an integer 3y+7 is an integer = k
x = y * k
SUFF
Stmt II
x^2-x is a multiple of y
x ( x-1) = y * k
Either x is a mutiple of y or x-1 is a amultiple of y
INSUFF
Eg:
x=5 x-1=4 y=2 k=10 NO
x=4 x-1=3 y=2 k=6 YES
Choose A)

















