by RonPurewal Tue Sep 18, 2007 3:35 am
This is a tough problem. You should know right away to approach it with prime factorizations ("prime boxes"), though the rest is difficult.
Let's look at part 1 first. Here are some conclusions we can reach from part 1: (note that a period signifies multiplication; I couldn't use "x" for fear of creating confusion with the variable x)
* x = 2.2.3.u
* 8y + 12 = 12u
--> 2y + 3 = 3u
--> 2y = 3(u-1)
--> y = 3(u-1)/2 but still an integer.
* The only thing we know with confidence from this stuff is that y is a multiple of 3.
This doesn't look too promising - the prime box would only contain 3 and (u-1)/2, certainly not enough to reach a valid conclusion.
Other approaches don't give much of value either (and you don't want to spend the time!). Since the yield of results is so paltry, let's try plugging in particular multiples of 3 for y.
* Let y = 3. Then x = 8(3) + 12 = 36, and the greatest common divisor is 3.
* Let y = 6. Then x = 8(6) + 12 = 60, and the greatest common divisor is 6.
So (1) IS NOT SUFFICIENT.
Whew.
Now let's look at #2.
* y = 2.2.3.z (the "prime box" contains 2, 2, 3, and z)
* x = 8y + 12 = 2.2.(2y + 3)
= 2.2.(2.2.2.3.z + 3)
= 2.2.3.(8z + 1) (the "prime box" contains 2, 2, 3, and 8z+1)
But we know that z and 8z+1 don't have anything in common - any factor of z is also a factor of 8z, and therefore NOT a factor of 8z+1.
This means that the greatest common divisor is 2.2.3 = 12. So (2) IS SUFFICIENT.
Answer = B