If we take a certain 2-digit integer and reverse its digits to form another 2-digit integer, then the sum of these two numbers is always divisible by which of the following numbers?
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 two digit number be A B = 1 0 A + B .Then the number forned by reversing its digits will be B A = 1 0 B + A .Their sum would be: A B + B A = ( 1 0 A + B ) + ( 1 0 B + A ) = 1 1 A + 1 1 B = 1 1 ( A + B ) Therefore the sum of a two digit number and the number formed by reversing its digits is always divisible by 1 1