If we take a certain 3-digit integer and reverse its digits to form another 3-digit integer, the absolute difference between 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 three digit number be A B C = 1 0 0 A + 1 0 B + C .Then the number formed by reversing its digits will be C B A = 1 0 0 C + 1 0 B + A .Their absolute difference would be: ∣ A B C − C B A ∣ = ∣ ( 1 0 0 A + 1 0 B + C ) − ( 1 0 0 C + 1 0 B + A ) ∣ = ∣ 9 9 A − 9 9 C ∣ = 9 9 ∣ A − C ∣ Therefore we can see that the difference of a three digit number and the number formed by reversing its digits is always divisible by 9 9