Find the greatest common divisor and least common multiple of two numbers. Enter both.
Usage Tip
Once you know the GCD, the LCM is quick: divide one number by the GCD, then multiply by the other.
LCM = a × b ÷ GCD
They are linked: GCD times LCM equals the product of the two numbers.
The product check (GCD times LCM = a times b) confirms the result.
For more than two numbers, use the GCF or LCM list calculators.
