Prove that a positive integer n is divisible by 11 if and only if the integer obtained by alternately adding and subtracting its digits beginning with adding the units digit and working to the left is divisible by 11.
What are you having trouble with? Do you understand the idea behind the earlier post?
Using the hint:
(1)
.................................(2) for some j :
You can see that every second term is negative, giving us the alternating sum you wanted. So every integer is congruent to the alternating sum of its digit (mod 11). So if a number was divisible by 11, then their alternating sum (2) must be congruent to 0 (mod 11) which would mean (1) is congruent to 0 mod 11 which by definition, means that it is divisible by 11.