LCM Calculator — Lowest Common Multiple
Find the lowest common multiple (LCM) of two numbers. The calculator uses the HCF-based method (LCM = a × b ÷ HCF) and shows every step of the working.
LCM(12, 18)
36
How it works
First, find the HCF
We use the relationship: LCM(a, b) = (a × b) ÷ HCF(a, b). So we first find HCF(12, 18).
Apply the Euclidean algorithm
The Euclidean algorithm: divide the larger number by the smaller, then repeat with (divisor, remainder) until the remainder is 0. The last non-zero remainder is the HCF.
18 = 12 × 1 + 6
Remainder is 6. Now apply the algorithm to (12, 6).
12 = 6 × 2 + 0
The remainder is 0, so the algorithm ends. The HCF is the last non-zero remainder (or divisor): 6.
Result:HCF = 6Apply the LCM formula
LCM = (12 × 18) ÷ 6 = 216 ÷ 6 = 36.
Result:36
The formula
Example substitution
HCF of 12 and 18 is 6. LCM = 12 × 18 ÷ 6 = 36.
Worked examples
Find the lowest common multiple of 4 and 6.
- 1Find HCF: HCF(4, 6) = 2
- 2Apply formula: 4 × 6 ÷ 2 = 12
Find the lowest common multiple of 8 and 12.
- 1Find HCF: HCF(8, 12) = 4
- 2Apply formula: 8 × 12 ÷ 4 = 24
Find the lowest common multiple of 15 and 25.
- 1Find HCF: HCF(15, 25) = 5
- 2Apply formula: 15 × 25 ÷ 5 = 75
Frequently asked questions
What is the LCM?+
The lowest common multiple (LCM) is the smallest positive number that is a multiple of two or more given numbers.
How do you find the LCM?+
List multiples of each number until you find the first one they share. Or use the formula: LCM(a,b) = (a × b) / HCF(a,b).
What is the LCM of 4 and 6?+
Multiples of 4: 4, 8, 12, 16... Multiples of 6: 6, 12, 18... LCM = 12.
When do you need the LCM?+
The LCM is used when adding fractions (to find the common denominator), solving scheduling problems, and in number theory.