When you know the greatest common divisor (GCD) of two positive integers, you can use it to find their least common multiple (LCM). The key relationship is that for two numbers, the product of the numbers equals the product of their GCD and LCM.
A good check is to confirm that the result is a multiple of both original numbers and that the GCD condition is consistent. If you know one number and the GCD, the LCM should not be smaller than either number.
Be sure the given GCD matches the two numbers. If the numbers are already coprime, the GCD is 1, so the LCM is just the product.
© 2023-2026 AI MATH COACH