How To Find The Lowest Common Multiple Of Two Numbers?

List the multiples of the first number

List the multiples of the second number

Find the first multiple that appears in both lists

That common multiple is the lowest common multiple

Alternatively, find the greatest common divisor

Use the formula: LCM = (a × b) ÷ GCD(a, b)

Suggested for You

Trending Today