Find the least common multiple of two numbers — computed through the GCF identity, with the shared multiples listed.
How the LCM is found
The least common multiple is the smallest number both inputs divide into — the number you need when adding fractions with different denominators or synchronising repeating cycles. Listing multiples until they collide works but scales terribly; this calculator uses the clean identity LCM = a × b ÷ GCF, shows that working, and lists the first shared multiples as a sanity check.
How to use it
- Enter the two whole numbers.
- Read the LCM and the GCF-based working.
- Check the first few common multiples underneath.
The identity
A worked example
For 12 and 18 the GCF is 6, so the LCM is 12 × 18 ÷ 6 = 36 — confirmed by the shared multiples 36, 72, 108. The everyday payoff: to add 1/12 + 1/18, the common denominator is exactly that 36, giving 3/36 + 2/36 = 5/36. Cycles work the same way — events every 12 and every 18 days coincide every 36.