answersLogoWhite

0


Best Answer

First you Prime Factorize the two (or more) numbers.

The LCM of the two (or more) numbers must contain all the prime factors of the two (or more) numbers that made it.

To find the LOWEST common multiple, for each prime factor, find from one of the numbers where the prime factor has the highest power. The highest powers of each prime multiply together to form the LCM of the numbers.

e.g.

LCM of 36 and 24

36 = (2^2)(3^2)

24 = (2^3)3

LCM = (2^3)(3^2)

= 72

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find the LCM of 2 or more numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the LCM of 47814?

Two or more numbers are needed to find their LCM


What is the LCM of 6816?

At least 2 or more numbers are needed to find their LCM


What is the LCM of 96108180?

To find the LCM there must be at least 2 or more numbers given.


What is the LCM of 91821?

LCM of 8, 12, 18 = 72Prime factorization of:8 = 2 * 2 * 212=2 * 2......* 318=2 ..........* 3 * 3=============LCM=2*2 * 2 * 3 *3 = 72


What is the LCM 3248?

To find the LCM requires 2 or more numbers. The LCM of a single number is itself.


What is the lmc of 1827?

At least 2 or more numbers are needed to find the LCM


What is the LCM of 2?

You need at least two numbers to find an LCM.


What is the LCM of 5102?

You must have at least 2 numbers to have a LCM. If you mean 30 and 42... LCM = 5 x6 x 7 = 210


What is the LCM of 3280120?

At least 2 numbers or more are needed for numbers to have a LCM


What is the LCM of 642?

You need at least two or more numbers to find their LCM But if you meant: 6, 4 and 2 then it is 12


What is the least common multiple of 679?

At least 2 or more numbers are needed to find their LCM


What is the algorithm of LCM of more than 3 numbers?

If you use methods based on prime factors, it is the same whether you have 2, 3, or more numbers: find all the factors that occur in any of your numbers. If you use a method based on Euclid's Algorithm (that is, lcm(a, b) = a x b / gcf(a, b), where you find the gcf with Euclid's Algorithm), then you can find the lcm for two numbers at a time. For example, to get the lcm of four numbers, find the lcm of the first two, then the lcm of the result and the third number, than the lcm of the result and the fourth number.