Been stuck in this problem for quite a while. Apparently uses modular congruence to solve.
2026-03-25 10:59:01.1774436341
On
Prove that 11 divides a if and only if 11 divides the alternating sum of the digits of a
3.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Hint $ $ Radix notation has Polynomial form $\,n = d_0\! + d_1 10 + d_2 10^2\! +\cdots + d_k 10^k\! = P(10)\,$ so
${\rm mod}\ 11\!:\ \color{#c00}{10}\equiv \color{#c00}{-1}\,\Rightarrow\ n = P(\color{#c00}{10}) \equiv P(\color{#c00}{-1}) \equiv d_0 - d_1 + d_2 - \cdots + (-1)^k d_k\, $ by applying the Polynomial Congruence Rule, i.e. $\,a\equiv b\,\Rightarrow\,P(a)\equiv P(b)$.
Write $a = \sum_{n=0}^N a_n10^n$ mod 11. Then as $10\equiv -1\mod 11$ we have
which is exactly the alternating sum of its digits. If this is $0$, then by definition that's divisibility by $11$. This actually shows a stronger fact, not only is $a$ divisible by $11$ iff its alternating digital sum is, but in fact $a$ is always congruent to the alternating sum of its digits, be that sum $0$ or otherwise.