Least common multiple (LCM)
We think you wrote:
lcm(20,45,60)
This solution deals with the least common multiple (LCM).
Solution found
180
- Alternative approach
Step by Step Solution
Least Common Multiple is :
180Calculate Least Common Multiple for :
20, 45 and 60
Factorize of the above numbers :
20 = 22 • 5
45 = 32 • 5
60 = 22 • 3 • 5
Build a prime factors table
Prime Factor | Number 20 | Number 45 | Number 60 | L.C.M (max) |
---|---|---|---|---|
2 | 2 | 0 | 2 | 2 |
3 | 0 | 2 | 1 | 2 |
5 | 1 | 1 | 1 | 1 |
LCM = 22 • 32 • 5