Arithmetic/Lowest Common Multiple

From testwiki
Revision as of 09:59, 22 November 2023 by imported>ShakespeareFan00
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To find the Lowest Common Multiple (LCM) of several numbers, we first express each number as a product of its prime factors.

For example, if we wish to find the LCM of 60, 12 and 102 we write

Template:Center/top 60=223512=223102=2317 Template:Center/end

The product of the highest power of each different factor appearing is the LCM.

For example in this case, 223517=1020. You can see that 1020 is a multiple of 12, 60 and 102 ... the lowest common multiple of all three numbers.

Another example: What is the LCM of 36, 45, and 27?

Solution: Factorise each of the numbers

Template:Center/top 36=223245=53227=33 Template:Center/end

The product of the highest power of each different factor appearing is the LCM, i.e.;

Template:Center/top 22533=540 Template:Center/end

Properties of the LCM

If the LCM of the numbers is found and 1 is subtracted from the LCM then the remainder when divided by each of the numbers whose LCM is found would have a remainder that is 1 less than the divisor. For example if the LCM of 2 numbers 10 and 9 is 90. Then 90-1=89 and 89 divided by 10 leaves a remainder of 9 and the same number divided by 9 leaves a remainder of 8.

Template:BookCat