Greatest Common Divisor (GCD) Calculator



GCD(21000, 100) = 22×52 = 100


Calculation

1. Find the prime factorization of each number.
2. Find the smallest (common) exponent of each prime factor.
3. Multiply all the prime factors from step 2 together to get the final result.
4. If no prime factors are common to all numbers, the GCD is 1.

21000 = 23×3×53×7
100 = 22×52
GCD = 22×52 = 100

Division by the greatest common divisor

21000 / 100 = 210

100 / 100 = 1

What is GCD?

The greatest common divisor (gcd/GCD), or the greatest common factor (gcf), or highest common factor (hcf), of two or more integers (at least one of which is not zero), is the largest positive integer that divides the numbers without a remainder.

See also the divisors of the numbers 100, 21000.

Questions and word problems involving GCD



more math problems »