Kritisood
Is abc/d an integer if a, b, c, and d are positive integers?
(1) (a + b + c)/d is an integer.
(2) {a, b, c, d} are consecutive integers and arranged in ascending order
What can you say..
1) a, b, c and d are positive integers
2) If d is prime and the greater than the other three, answer will surely be NO.
3) If d is a factor of any of the other three, answer will be YES.
4) If factors of d are also factors of product of abc, surely YES.
(1) (a + b + c)/d is an integer.
\(\frac{a+b+c}{d}=y\), where y is an integer.
But d could be a prime greater than the other 3.....a=b=c=1, and d=3......\(\frac{abc}{d}=\frac{1}{3}\)...NO
a=b=c=2, and d=2......\(\frac{abc}{d}=\frac{8}{2}=4\)...YES
Insuff
(2) {a, b, c, d} are consecutive integers and arranged in ascending order
So numbers are b-1, b, b+1, b+2...
If numbers are 1, 2, 3, 4...NO
If numbers are 3, 4, 5, 6...YES
Insuff
Combined..
Statement I tells us that \(\frac{(a + b + c)}{d}\)
=> \(\frac{(b-1)+b+(b+1)}{b+2}=x......3b=(b+2)x.......(3-x)b=2x........b=\frac{2x}{3-x}\)
Since b is positive, x can be
a) \(x=1...b=1\) so the set = 0, 1, 2, 3, but a cannot be 0
b) \(x=2..b=\frac{2*2}{(3-2)}=4\), so the set = 3, 4, 5, 6......\(\frac{abc}{d}=\frac{3*4*5}{6}=10\)..YES, an integer
No other possibility
Suff
C