What is the least possible positive integer that is divisible by all the prime numbers less than 30?
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: Prime Numbers
This is done by simple using your brain, use calculator
Prime nos less than 30 are 2,3,5,7,11,13,17,19,23,29
Multiply all of them with the calculator as they dont have any divisor other than 1 and themselves , The divisor of all of them would be all their product and 1, So excluding 1,
And you get 6 4 6 9 6 9 3 2 3 0
The twist in this problem is you are not told about using the calculator
If you were told so , it would have become more easier