Supposing I add a number XY to its reverse YX. The resultant number is always 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.
XY can be written as 10X + Y. The opposite of this number YX can be written as 10Y + X. Adding these two yields the new number 11X + 11Y OR 11(X+Y), which is most certainly divisible by 11.