home

greatest common divisor and least common multiple

separate numbers with commas or spaces

GCD
6
greatest common divisor
gcd(12, 18) = 6
gcd(6, 24) = 6
LCM
72
least common multiple
lcm(12, 18) = 36
lcm(36, 24) = 72
>ready
ready