Bunuel
If a and b are positive integers, a > b, the greatest common factor of a and b is x, and the least common multiple of and b is y, then what is the least common multiple of (a - b) and b ?
A. x
B. y
C. (a - b)b
D. (a - b)b/x
E. x(a - b)
Are You Up For the Challenge: 700 Level QuestionsWe can let a = 5 and b = 2. So x = GCF(5, 2) = 1, and y = LCM(5, 2) = 10. Since a - b = 5 - 2 = 3, we have LCM(3, 2) = 6. We can check which answer choice will also give us the value of 6.
A. x = 1 → This is not 6.
B. y = 10 → This is not 6.
C. (a - b)b = (5 - 2)(2) = 6 → This is 6, but we need to make sure the last two choices aren’t 6, either.
D. (a - b)b/x = (5 - 2)(2)/1 = 6 → This is also 6.
E. x(a - b) = 1(5 - 2) = 3 → This is not 6.
We see that both C and D give us 6. To determine which one is the correct answer, we need to use a different pair of values of a and b with a GCF greater than 1. Letting a = 6 and b = 4, we see that x = GCF(6, 4) = 2 and y = LCM(6, 4) = 12. Since a - b = 6 - 4 = 2, we have LCM(2, 4) = 4. We can check which answer choice (between C and D) will also give us the value of 4.
C. (a - b)b = (6 - 4)(4) = 8 → This is not 4.
D. (a - b)b / x = (6 - 4)(4)/2 = 8/2 = 4 → This is 4.
Answer: D