Find the sum of all positive two-digit integers that are divisible by each of their 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.
Note 0 doesn't divide any number except itself (depending on definition), so a number that is divisible by all of its digits cannot have as a digit.
We recall some rules of divisibility for digits (for two-digit numbers):
Combining all these rules give 14 two-digit numbers: 1 1 , 1 2 , 1 5 , 2 2 , 2 4 , 3 3 , 3 6 , 4 4 , 4 8 , 5 5 , 6 6 , 7 7 , 8 8 , 9 9 .
The sum of these numbers is 6 3 0 .