ToolsDoc

LCM Calculator

The LCM Calculator finds the smallest positive number that is a multiple of every number you enter, using an efficient GCD-based algorithm.

Least Common Multiple (LCM)

12

How to Use

  1. Enter two or more positive integers separated by commas.
  2. Click Calculate.
  3. View the Least Common Multiple of all entered numbers.

Formula

LCM via GCD

LCM(a, b) = (a × b) / GCD(a, b), extended pairwise for more numbers.

Example

LCM(4, 6) = 12.

Frequently Asked Questions

Related Tools