If I add a 2 digit number and the number formed by reversing the digits, then the sum is surely divisible by
11
Let a be the tens place digit and b be the units place digit, then the original number is 10 x a + 1 x b.The new number after reversing the digits is 10 x b + 1 x b. Therefore the sum will be:
(10a + b) + (10b + a) = 11a + 11b
= 11 (a + b)
Which is divisible by 11.