Take any positive two digit number. Reverse its digits to obtain a new number. Out of the two numbers, subtract the smaller number from the larger number. The number which you get after subtraction will always be divisible by
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.
We just basically follow what the problem states, write it down and simplify it to find our answer. The difference of the two numbers = 10a+b-a-10b = 9a-9b = 9(a-b) This new number has a factor of 9 therefor it will always be divisible by 9. whether it is positive or negative. For example: 47-74=27 which as we can see is divisible by 9