The smallest positive integer that is divisible by 3, 4 and 5 is .
Is it also true that the smallest positive integer that is divisible by 3, 4, 5 and 6 is ?
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.
Relevant wiki: Lowest Common Multiple
lcm ( 3 , 4 , 5 , 6 ) = 3 × lcm ( 1 , 4 , 5 , 2 ) = 3 × 2 × lcm ( 1 , 2 , 5 , 1 ) = 3 × 2 × 2 × 5 = 6 0 .
In general LCM = product of numbers if and only if they are pairwise coprime.