learn.howToCalculate
learn.whatIsHeading
The Least Common Multiple (LCM) is the smallest positive integer that is a multiple of both numbers. It is used for adding fractions (as the LCD) and solving scheduling problems.
Hướng dẫn từng bước
- 1Find the GCF(a, b) first
- 2LCM(a, b) = (a × b) ÷ GCF(a, b)
Ví dụ có lời giải
đầu vào
LCM(4, 6)
Kết quả
12
GCF=2, LCM=24÷2=12
đầu vào
LCM(12, 15)
Kết quả
60
GCF=3, LCM=180÷3=60