Computer Science, asked by nishthasharma9144, 9 months ago

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 humeraashraf13
2

Explanation:

where is that list we can't answer it

Answered by DevendraLal
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