Calcolatore MCM — Formula
Least Common Multiple (LCM)
Definition
The LCM of two numbers is the smallest positive integer that is divisible by both numbers.
Formula
LCM(a, b) = / GCD(a, b)a × b
Example
LCM(12, 18):
Esempio Risolto
Find LCM(12, 18).
- GCD(12, 18) = 6
- LCM = (12 × 18) / 6
- = 216 / 6
- = 36