If the five-digit number is divisible by 2, 5, and 9, what is
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 must end in 0 if it has to be divisible by 2 and 5, so B = 0 .
The sum of the digits, 1 5 + A , must be a multiple of 9 for it to be divisible by 9. Thus, A = 3 , so A + B = 3 + 0 = 3 .