LCM Calculator
Find the Least Common Multiple of two or more numbers.
Number TheoryFormula
LCM(a,b) = |a×b| / GCF(a,b)
The LCM is the smallest number divisible by all inputs. Found using LCM(a,b) = a×b / GCD(a,b).
Result
—
Calculation Breakdown
STEP-BY-STEP DETAILS
ParameterValue
Result—