LCM Calculator - Least Common Multiple

LCM of Two Numbers

LCM(12, 18) = 36
GCD(12, 18) = 6
Formula Used: LCM = (a × b) / GCD(a, b)
Calculation: (12 × 18) / 6 = 216 / 6 = 36
Verification: 36 ÷ 12 = 3, 36 ÷ 18 = 2
LCM(6, 8) = 24
LCM(15, 20) = 60
LCM(9, 12) = 36
LCM(14, 21) = 42
LCM(10, 25) = 50
LCM(16, 24) = 48

LCM of Multiple Numbers

Enter up to 10 numbers separated by commas or spaces:

Numbers: 12, 18, 24
LCM: 72
Step-by-step:
• LCM(12, 18) = 36
• LCM(36, 24) = 72
Verification: 72 ÷ 12 = 6, 72 ÷ 18 = 4, 72 ÷ 24 = 3

LCM Calculation Methods

LCM(12, 18) = 36

Method 1 - Formula Method:
LCM = (a × b) / GCD(a, b)
GCD(12, 18) = 6
LCM = (12 × 18) / 6 = 36

Method 2 - Prime Factorization:
12 = 2² × 3
18 = 2 × 3²
LCM = 2² × 3² = 4 × 9 = 36

Method 3 - Division Method:
2 | 12, 18
3 | 6, 9
3 | 2, 3
    | 2, 1
LCM = 2 × 3 × 3 × 2 = 36

LCM Applications & Examples

Scheduling Problems

Problem: Bus A comes every 12 minutes, Bus B every 18 minutes. When do they arrive together?

Solution: LCM(12, 18) = 36 minutes

Gear Problems

Problem: Gear A has 15 teeth, Gear B has 20 teeth. After how many teeth do they align?

Solution: LCM(15, 20) = 60 teeth

Fraction Addition

Problem: Add 1/12 + 1/18

Solution: Find LCM(12, 18) = 36
1/12 + 1/18 = 3/36 + 2/36 = 5/36

Packaging Problems

Problem: Box A holds 8 items, Box B holds 12 items. What's the smallest number that fills both?

Solution: LCM(8, 12) = 24 items

Music & Rhythm

Problem: Beat A repeats every 4 counts, Beat B every 6 counts. When do they sync?

Solution: LCM(4, 6) = 12 counts

Work Shifts

Problem: Worker A works 5-day cycles, Worker B works 7-day cycles. When do they both start together?

Solution: LCM(5, 7) = 35 days

Related Math Calculators

LCM Calculator — quick guide

1) Core idea

The least common multiple (LCM) of numbers is the smallest positive integer divisible by all of them. It’s vital for fraction addition, schedules, and periodic alignment.

2) How this tool works

3) Sanity checks

4) Shortcuts that help

5) Common pitfalls

6) Micro‑examples

7) Mini‑FAQ

8) Action tip

Find LCM to get a common denominator, add fractions, then simplify using the GCF tool.