Least Common Multiple Formula

Least common multiple is the smallest positive integer that is divisible by each of two or more given numbers—where their multiples first coincide.

The Formula

LCM(a,b)=a×bGCF(a,b)\text{LCM}(a, b) = \frac{a \times b}{\text{GCF}(a, b)}

When to use: The first number that appears in both times tables—where two counting sequences land on the same value.

Quick Example

LCM of 4 and 6: Multiples of 4 (4,8,12,16...) and 6 (6,12,18...). LCM =12= 12.

Notation

LCM(a,b)\text{LCM}(a, b) or lcm(a,b)\text{lcm}(a, b) denotes the least common multiple of aa and bb

What This Formula Means

The smallest positive integer that is divisible by each of two or more given numbers—where their multiples first coincide.

The first number that appears in both times tables—where two counting sequences land on the same value.

Formal View

lcm(a,b)=min{mZ+:am and bm}\text{lcm}(a, b) = \min\{m \in \mathbb{Z}^+ : a \mid m \text{ and } b \mid m\}. Via prime factorization: lcm(a,b)=pimax(αi,βi)\text{lcm}(a,b) = \prod p_i^{\max(\alpha_i, \beta_i)}. Relation: gcd(a,b)lcm(a,b)=ab\gcd(a,b) \cdot \text{lcm}(a,b) = |ab|.

Worked Examples

Example 1

easy
Find the LCM of 1212 and 1818.

Answer

3636

First step

1
Prime-factor each number: 12=22×312 = 2^2 \times 3 and 18=2×3218 = 2 \times 3^2.

Full solution

  1. 2
    For the LCM, keep the highest exponent of each prime that appears: 222^2 and 323^2.
  2. 3
    Multiply those factors: 22×32=4×9=362^2 \times 3^2 = 4 \times 9 = 36, so the LCM is 3636.
The LCM is the product of all prime factors, each raised to the highest power from either number. The LCM is the smallest number that both original numbers divide into evenly.

Example 2

medium
Find the LCM of 88, 1212, and 1515.

Example 3

easy
Find the LCM of 44 and 1010 by listing multiples.

Common Mistakes

  • Picking the GCF by mistake - LCM is the smallest shared MULTIPLE (at least the larger number), not a factor.
  • Always multiplying the two numbers - a×ba\times b overshoots unless the numbers are coprime; divide by the GCF.
  • Stopping at a common multiple that is not the least - 2424 is a common multiple of 4,64,6 but 1212 is smaller.

Why This Formula Matters

LCM is the engine of adding fractions with unlike denominators and of "when do cycles sync" problems: a student who finds lcm(4,6)=12\text{lcm}(4,6)=12 can rewrite 14+16\frac14+\frac16 over a common 1212 instead of guessing a denominator. Recognizing it by "Am I looking for the smallest number that every given value divides into evenly?" — rather than by familiar numbers — is what lets a student tell it apart from greatest common factor and multiples (of one number) and product of the numbers in a mixed problem set.

Frequently Asked Questions

What is the Least Common Multiple formula?

The smallest positive integer that is divisible by each of two or more given numbers—where their multiples first coincide.

How do you use the Least Common Multiple formula?

The first number that appears in both times tables—where two counting sequences land on the same value.

What do the symbols mean in the Least Common Multiple formula?

LCM(a,b)\text{LCM}(a, b) or lcm(a,b)\text{lcm}(a, b) denotes the least common multiple of aa and bb

Why is the Least Common Multiple formula important in Math?

LCM is the engine of adding fractions with unlike denominators and of "when do cycles sync" problems: a student who finds lcm(4,6)=12\text{lcm}(4,6)=12 can rewrite 14+16\frac14+\frac16 over a common 1212 instead of guessing a denominator. Recognizing it by "Am I looking for the smallest number that every given value divides into evenly?" — rather than by familiar numbers — is what lets a student tell it apart from greatest common factor and multiples (of one number) and product of the numbers in a mixed problem set.

What do students get wrong about Least Common Multiple?

The procedure for least common multiple is the easy part; the trap is picking the GCF by mistake. Asking "Am I looking for the smallest number that every given value divides into evenly?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Least Common Multiple formula?

Before studying the Least Common Multiple formula, you should understand: multiples.