Howdy. You are definitely not the first person to make this assumption. The key to this problem is understanding the overlap of prime boxes. Let me begin with a simpler example.
If j is divisible by 2 and 4, is j divisible by 8?
In this case, the prime box of 2 = 2, and the prime box of 4 = 2*2. However, j does not necessarily have to be divisible by 8, as j could just as easily be 4 (a number divisible by both 2 and 4 but not divisible by 8).
The key is recognizing that prime boxes, when combined, and not additive. Instead, when prime boxes overlap in a problem such as this one, take the HIGHER POWER of the specific factor that overlaps. Thus in the problem at hand, the prime box of 12 = 2*2*3, and the prime box of 10 = 2*5. The combined prime box of j must include 3*5*2*2 (one 3, one 5, and the higher power of the shared factor 2). Since 24 = 3*2*2*2, we CANNOT determine whether j is divisible by 24.
To check your answer you could also consider actual numbers. If j is divisible by 12 and 10, j could = 60, which is not divisible by 24. J, however, could just as easily = 120, which is divisible by 24.
Hope that helps!
-dan
Full Question Is:
If j is divisible by 12 and 10, is j divisible by 24?
Book says CANNOT BE DETERMINED. If j is divisible by 12 and by 10, its prime factors include 2,2,3, and 5, as indicated by the prime box to the left. Therefore, any integer that can be constructed as a product of these factors is also a factor o j. 24 = 2 * 2 * 2 * 3. There are only two 2s in the prime box, therefore, 24 is not necessarily a factor of j.
I BELIEVE this might be a typo. The factors of 12 and 10 are 2*2*3*5*2, which can make 24. Can you confirm?