Take a 3-digit number 'abc', reverse this number and divide the difference of the original number and the reverse by 99, the remainder is:
0
abc can be written as 100a+10b+c
Similarly, cba=100c+10b+a
The difference is:
abc−cba=(100a+10b+c)−(100c+10b+a)
=99a−99c
=99(a−c)
On dividing by 99,
Dividend=Divisor×Quotient+Remainder
99(a−c)=99×(a−c)+0
Remainder=0