What is the smallest positive integer that can be divided by all of the integers from 20 to 30 inclusive without any remainder?
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 smallest positive integer n that can be divided by all the integers from 20 to 30 is the least common multiplier of integers from 20 to 30. That is n = lcm ( 2 0 , 2 1 , 2 2 , . . . 3 0 ) . This is equivalent to finding the product of all largest prime factors (powers) of k = 2 0 ∏ 3 0 k . That is n = 2 3 3 3 5 2 7 1 1 1 1 1 3 1 1 7 0 1 9 0 2 3 1 2 9 1 = 3 6 0 5 4 0 1 8 0 0 .