carcass
a, b, and c are three integers such that a and b are less than 100, and c is less than 10. If a and b each have 2 more distinct prime factors than c has, is ab/c an integer?
(1) The ratio a/b is greater than 1, and when expressed as a decimal it is a terminating decimal, meaning that its decimal expression has a finite number of non-zero digits (for example, 3.4, 2.004, and 12 are terminating decimals).
(2) The integer c is not prime.
Can someone help me ho to approach this problem ???
They've used a lot of words for this question. Frankly not clear why.
Answer is E and the easiest way to solve this problem is number picking:
If a=2*3*7=42, b=2*3*5=30 (a/b=1.4) and c=2^2=4 then the answer is YES;
If a=2*3*7=42, b=2*3*5=30 (a/b=1.4) and c=2^3=8 then the answer is NO.
Any way to explain the solution differently? Or maybe point to what is the best way to pick numbers here? I tried the number picking method and got lost.
Thank you.