LCM, Least Common Multiple
Calculates the least common multiple: |a×b| / GCD(a,b).
LCM
36
Advertisement
Formula
LCM(a, b) = |a × b| / GCD(a, b)
Example: LCM(12, 18) = 36
Methodology
LCM(a,b) = |a×b| / GCD(a,b).
Example
LCM(12, 18) = 36.
Calculates the least common multiple: |a×b| / GCD(a,b).
LCM
36
Advertisement
LCM(a, b) = |a × b| / GCD(a, b)
Example: LCM(12, 18) = 36
LCM(a,b) = |a×b| / GCD(a,b).
LCM(12, 18) = 36.