Formula applied
The exact method behind this answer
CalculationTime keeps the method visible so the number can be checked instead of blindly trusted.
For two positive integers a and b, LCM(a,b) = |a × b| ÷ GCF(a,b). For three numbers, calculate LCM(LCM(a,b),c). The prime-factor method keeps the highest power of each prime that appears in any number.- Apply the formulaFor two positive integers a and b, LCM(a,b) = |a × b| ÷ GCF(a,b). For three numbers, calculate LCM(LCM(a,b),c). The prime-factor method keeps the highest power of each prime that appears in any number.36GCF(12, 18) = 6 · LCM(12, 18) = 36