What is the largest four-digit number that is divisible by 2, 3, and 5?
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.
Let the number be x
If x is divisible by 5 then it's unit digit is either 0 or 5 . Since x is divisible by 2 , the unit digit can only be 0 .
Now largest 4 digit number, ending with 0, is 9 9 9 0 . Let's now check the divisibility rule for 3 .
9 + 9 + 9 + 0 = 2 7 ⟹ 2 + 7 = 9 ⟹ 3 ∣ 9 9 9 0
Therefore, the largest 4 digit number is 9 9 9 0