Thinath G.
asked 11/21/12how to find to common multiples of large numbers
numbers from 100-1000
2 Answers By Expert Tutors

Kathye P. answered 11/22/12
Math Geek, passionate about teaching
Hi, Thinath.
Multiplying numbers together gives you a common multiple. If you want to find the least common multiple, though, you can use the prime factorization method. For example, let's find the LCM of 200 and 315.
Write both numbers as the product of their prime factors:
200 = 23 x 52
315 = 32 x 5 x 7
The least common multiple is the product of the higher degree of each unique factor. In this example, all the factors are unique except the 5. We'll use 52 since it is the higher degree.
LCM = 23 x 32 x 52 x 7 = 12,600
Hope this helps!
Roman C. answered 11/21/12
Masters of Education Graduate with Mathematics Expertise
First of all, if x and y are any two positive integers, then LCM(x,y) = xy / GCD(x,y)
Therefore, to find LCM(x,y), we need to find GCD(x,y) first.
GCD(x,y) can be found using Euclids algorithm:
If x = ay+b, then GCD(x,y) = GCD(y,b). Here is an example.
Say that x = 78 and y = 60. Then
GCD(78,60)
= GCD(60,18)
= GCD(18,6)
= GCD(6,0)
= 6
So LCM(78,60) = 78*60/6 = 780
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Thinath G.
hi
11/21/12