List all factors shared by a set of numbers, not just the greatest one.
A common factor of a set of integers is a positive number that divides each of them exactly. The set of all common factors is exactly the set of all divisors of the GCF — this follows from the definition of GCF. For example, the common factors of 24, 36 and 60 are the factors of GCF(24, 36, 60) = 12: that's 1, 2, 3, 4, 6, 12.
Key relationship
The set of common divisors of a and b equals the set of divisors of gcd(a, b)
Common factors are all the divisors shared by the numbers. The GCF (Greatest Common Factor) is just the largest of those shared divisors. For 24 and 36, common factors are 1, 2, 3, 4, 6, 12; the GCF is 12.
Yes. 1 always divides every integer. The GCF always divides every number in the list by definition. Every divisor of the GCF (including 1 and the GCF itself) is a common factor.
As many as the GCF has divisors. For large GCFs this can be substantial: gcd(360, 420) = 60, which has 12 divisors — so there are 12 common factors.