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