Enter two or more numbers to find their greatest common factor (GCF), common factors, and all factors.
The Greatest Common Factor (GCF), also known as the Greatest Common Divisor (GCD), is the largest positive integer that divides each of the numbers without a remainder.
There is no single formula for calculating the GCF, but we can use the Euclidean algorithm:
\[ GCF(a,b) = GCF(b, a \bmod b) \]Where:
Let's find the GCF of 48 and 18:
The last non-zero remainder is 6, so the GCF of 48 and 18 is 6.
This diagram illustrates how 6 is the largest number that can evenly divide both 48 and 18.