Find the smallest positive multiple of with all even digits.
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.
A number is divisible by 9 only if its digits sum 9, or a multiple. Due to no sum of numbers of the same parity gives as a result an odd, we look for the smallest even multiple of 9, which is 18. Then, we look for the combination of smallest digits that gives this sum, which are 2, 8 and 8. Hencefore, the number is 288