Raxit85
How many factors does positive integer z have?
(1) z/5 and z/7 are integers and the greatest integer that divides them both is 8.
(2) The smallest integer that is divisible by both z and 14 is 280.
Statement 1:First, z must have a factor of 5 and 7, and z is a multiple of 8 so we should start from z = 5*7*8. Next we should question if there are any other z's that satisfy this criterion.
If we add any additional factors into z, for example z = 5*7*8*3, then the greatest integer that divides both would be 8*3, not 8 anymore. Thus we cannot add any additional factors at all and we are forced to have z = 5*7*8. Since z is a fixed value we can determine the number of factors, sufficient.
Statement 2:This is saying the least common multiple of z and 14 is 280.
Method 1: \(280 = 14*20 = 2*7*2*2*5 = 2^3 * 5 * 7\).
14 = 2*7 only contributes the 7 for the LCM, we need a \(2^3\) and a \(5\) from z. Then we can have \(z = 2^3 * 5\) or \(z = 2^3*5*7\). Insufficient.
Method 2: Using the formula \(LCM = \frac{a*b}{GCF}\), we have \(280 = \frac{z*14 }{ GCF}\). We can try a couple GCF's that make sense in the context of b = 14, such as GCF = 1, GCF = 2, GCF = 7, and GCF = 14. Then we could receive values such as z = 20 (reject becasue the GCF of 20 and 14 would be 2), z = 40 (accept), z = 140 (reject since the GCF of 140 and 14 is 14), z = 280 (accept).
Thus z = 40 or z = 280 are both acceptable, insufficient.
Ans: A