What is the lowest common multiple of the numbers 8, 9, 10, and 12?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The Lowest Common Multiple of a set of numbers will be equal to the product of the highest power of each prime that appears in the list. Since 8 = 2 3 , 9 = 3 2 , 1 0 = 2 × 5 , 1 2 = 2 2 × 3 , their LCM is going to be 2 3 × 3 2 × 5 1 = 3 6 0 .