Find the smallest positive integer that is divisible by 9, and for which all the digits are even.
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 number clearly has at least two digits. If the number has two digits, then it is of the form ab¯¯¯¯¯, where a and b are even. It is easy to check that no number of this form is divisible by 9 (we can use the fact that a number is divisible by 9 if and only if the sum of its digits is divisible by 9), so the number must have at least three digits. If the number has three digits, then it is of the form abc¯¯¯¯¯¯¯, where a, b, and c are even. If a=2, then only b=c=8 makes the number divisible by 9, so 288 works. Otherwise, a≥4, and the number is greater than 288, so the smallest such number is 288.