Beginner

Common Multiple Calculator — LCM & Multiples List

Enter two positive integers to find their least common multiple (LCM) — the smallest number divisible by both — and list as many common multiples as you need. The LCM is also used to find the common denominator when adding fractions.
How many common multiples to display (1–20)
Least common multiple (LCM)
12

Smallest positive integer that is divisible by both numbers

First number
4
Second number
6
GCF
2
LCM
12
Common multiples
12, 24, 36, 48, 60, 72, 84, 96
Formula check
4 × 6 ÷ 2 = 12
1224364860728496First common multiples — each bar is one more LCM
Step by step
  1. 1

    GCF (Euclidean algorithm)

    2
    Computed by repeatedly replacing (a, b) with (b, a mod b) until b = 0.
  2. 2

    LCM = a × b ÷ GCF

    4 × 6 ÷ 2 = 12
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

LCM(a, b) = a × b ÷ GCF(a, b), where GCF is found by the Euclidean algorithm. Every common multiple is a whole-number multiple of the LCM: k × LCM. Enter two integers and a count to get the LCM and a list of common multiples.

Formula
LCM(a, b) = a × b ÷ GCF(a, b) • kth common multiple = k × LCM(a, b) • GCF via Euclidean algorithm
How this is calculated

The least common multiple of two integers is the smallest positive integer into which both divide evenly. It can be computed from the greatest common factor (GCF) using the identity LCM(a, b) = a × b ÷ GCF(a, b). The GCF is found efficiently with the Euclidean algorithm: repeatedly replace the pair (a, b) with (b, a mod b) until b is zero; the last non-zero a is the GCF.

Every common multiple of a and b is a positive integer multiple of the LCM. So the kth common multiple is simply k × LCM(a, b). For example, LCM(4, 6) = 12, and the common multiples are 12, 24, 36, 48, … The sequence grows linearly with k.

The LCM has direct applications in arithmetic: the least common denominator (LCD) when adding fractions equals the LCM of their denominators. It also appears in scheduling (when two events next coincide), gear-ratio analysis, and the Chinese Remainder Theorem in number theory.

Frequently asked questions

They are related by LCM(a, b) × GCF(a, b) = a × b. So if you know one, you can find the other without separate computation. This identity also shows that coprime numbers (GCF = 1) always have LCM = a × b.

To add fractions with different denominators, you need the least common denominator (LCD), which equals the LCM of the denominators. For example, to add 1/4 + 1/6: LCM(4, 6) = 12, so rewrite as 3/12 + 2/12 = 5/12.

Yes — apply the formula pairwise: LCM(a, b, c) = LCM(LCM(a, b), c). Each step reduces the problem to two numbers until all are included. For example, LCM(4, 6, 9) = LCM(12, 9) = 36.

Also known as

common multiple calculator
least common multiple calculator
lcm calculator
lowest common multiple
list common multiples of two numbers
lcm formula calculator
multiples two numbers share

APA

TG we-Calculate Editorial Team. (2026). Common Multiple Calculator — LCM & Multiples List [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/common-multiple-calculator

Chicago

TG we-Calculate Editorial Team. "Common Multiple Calculator — LCM & Multiples List." TG we-Calculate. 2026. https://we-calculate.com/calculator/common-multiple-calculator.

IEEE

TG we-Calculate Editorial Team, "Common Multiple Calculator — LCM & Multiples List," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/common-multiple-calculator

BibTeX

@misc{wecalculate_common_multiple_calculator, title = {Common Multiple Calculator — LCM & Multiples List}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/common-multiple-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?