LCM & GCF Formulas
GCF using Euclidean algorithm: gcd(a, b) = gcd(b, a mod b)
LCM(a, b) = |a × b| / GCF(a, b)
For two numbers: LCM × GCF = a × b
Enter numbers separated by commas to find their LCM and GCF.
What would make it better?
GCF using Euclidean algorithm: gcd(a, b) = gcd(b, a mod b)
LCM(a, b) = |a × b| / GCF(a, b)
For two numbers: LCM × GCF = a × b