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.

Related calculators