If a, b, and c are integers such that 0 < a < b < c < 10, is the product abc divisible by 3?(1) If \(\frac{a}{1000}\) + \(\frac{b}{100}\) + \(\frac{c}{10}\) is expressed as a single fraction reduced to lowest terms, the denominator is 200.
\(\frac{a}{1000}\) + \(\frac{b}{100}\) + \(\frac{c}{10}=\frac{a+10b+100c}{1000}\). Since when reduced to lowest terms, the denominator is 1000/5=200, then a+10b+100c must be divisible by 5, which implies that
a must be divisible by 5. Now, since 0<a<10, then a=5.
Next, abc won't be divisible by 3, if and only, b and c are 7 and 8 respectively (in all other cases b or c will be divisible by 3 since 5<b<c<10), but in this case a+10b+100c=875=
25*35 and in this case \(\frac{a+10b+100c}{1000}=\frac{875}{1000}=\frac{7}{8}\), so reduced to lowest terms the denominator is 8 not 200 as stated.
Therefore abc IS divisible by 3. Sufficient.
(2) c – b < b – a. This implies that a+c<2b. If a=1, b=4 and c=5, then the answer is NO but if a=1, b=6 and c=7, then the answer is YES. Not sufficient.
Answer: A.
Hope it's clear.