If I add a 2 digit number and the number formed by swapping digits, the number is surely divisible by ___
11
Let a be the tens 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 always divisible by 11.