GCF
The greatest common factor (GCF), also called the greatest common divisor (GCD), of two or more integers is the largest positive integer that divides each of the integers without leaving a remainder. It is defined for nonzero integers, and when zero is involved the convention is gcd(a,0) = |a|; gcd(0,0) is treated differently in some contexts and may be considered undefined in pure number theory or defined as 0 in some programming settings.
GCF can be found by several methods. The prime factorization method identifies the common prime powers shared
For example, gcd(48, 180) is 12. Prime factorizations show 48 = 2^4 × 3 and 180 = 2^2 ×