If I add a 2 digit number and the number formed by swapping digits, the resultant number is surely divisible by
Let a be the tenths and b be the units digit of the original number. Therefore the sum will be:
(10a + b) + (10b + a) = 11a + 11b
= 11 (a + b)
Which is divisible by 11.