Find the smallest non-negative integer such that when it is divided by 2, 3 or 5, the remainder is 0.
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 LCM of 2,3 and 5 is 30. So 30 can satisfy the condition.
But we know that for a ∈ R and a = 0 , a 0 = 0 . Hence the smallest non-negative integer that is divisible by 2, 3 and 5 is 0.