Answer:
252
Explanation:
We can use the identity
LCM(a, b) = a * b / GCD(a, b)
GCD(28, 63) = GCD(4 * 7, 9 * 7) = 7
LCM(28, 63) = 28 * 63 / 7 = 28 * 9 = 252
1.6m questions
2.0m answers