The smallest common multiple of two or more numbers is called the lowest common multiple (LCM). Given a list of integers, find the lowest common multiple.
Answers
Answered by
2
Explanation:
where is that list we can't answer it
Answered by
3
As there is no list given in the question so i will answer this question by the random example.
Least common multiple
1) LCM is the common multiple of the given number that is divisible by the every number given.
2) Let us take the example: 12, 45, 90
we will solve it by the prime factorization
12 = 2×2×3
45 = 3×3×5
90 = 2×3×3×5
LCM(12, 45, 90) = 2×2×3×3×5 = 180.
We can solve LCM of any numbers by this method.
Similar questions
English,
4 months ago
Math,
4 months ago
Computer Science,
9 months ago
Physics,
1 year ago
Physics,
1 year ago