LCM Calculator

Find the Least Common Multiple (LCM) of two or more integers using prime factorization. Also shows GCF and step-by-step prime factor method.

Input

LCM
60
of 4, 6, 10
GCF / GCD
2

Prime Factorization Method

Number235Factors
42^22^2
6232 × 3
10252 × 5
LCM (max)2^2352^2 × 3 × 5
LCM(4, 6, 10) = 60

LCM Chain Method

For multiple numbers, LCM is computed iteratively.

StepCalculationResult
1LCM(4, 6)12
2LCM(12, 10)60

Formulas & Properties

PropertyFormula
LCM from GCFLCM(a,b) = a×b / GCF(a,b)
Prime factorizationTake highest power of each prime
RelationshipGCF × LCM = a × b
LCM ≥ max(nums)Always true
If GCF = 1LCM = a × b

Common LCM Examples

NumbersLCMUse case
2, 36Adding ½, ⅓, ⅙
4, 612Adding ¼, ⅙
3, 412Adding ⅓, ¼
6, 1030Adding ⅙, 1/10
5, 735Adding ⅕, 1/7