Find the Greatest Common Factor and Least Common Multiple of two or three numbers — with prime factorization steps and the Euclidean algorithm.
GCF(a, b) = product of shared prime factors (lowest exponent)
LCM(a, b) = product of all prime factors (highest exponent)
GCF(a, b) × LCM(a, b) = a × b
The Euclidean algorithm finds GCF efficiently by repeated division: GCF(a, b) = GCF(b, a mod b). Repeat until remainder = 0.
For three numbers: GCF(a, b, c) = GCF(GCF(a, b), c) and LCM(a, b, c) = LCM(LCM(a, b), c).
Work through problems one-on-one with a patient tutor who explains the "why" — not just the steps. Sessions flex to your schedule and pace.