Let $M$ be a natural number with $n+1$ digits; represented by $M=a_{n}a_{n-1}\cdots a_{2}a_{1}a_{0}$
Show $M$ is divisible by $11$ if and only if
$$(a_{0}+a_{2}+a_{4}+\ldots)-(a_{1}+a_{3}+a_{5}+\ldots)$$ is also a divisible by 11
- here is Solution By Mr Américo Tavares
Let
$$M=a_{n}a_{n-1}\cdots a_{2}a_{1}a_{0}=a_{n}10^{n}+a_{n-1}10a^{n-1}+\cdots +a_{2}10^{2}+a_{1}10+a_{0}.$$
For $\mod 11$ we have $10^{0}\equiv 1,10^{1}\equiv 10,10^{2}\equiv 1$, and if $n$ even
$$10^{n}\equiv 1;$$
if $n$ odd $$10^{n}\equiv 10.$$ Thus
$$a\equiv (a_{0}+a_{2}+a_{4}+\cdots )+10(a_{1}+a_{3}+a_{5}+\cdots )\pmod{11}.$$
Since $-10\equiv 1\pmod{11}$, we have $$10\equiv (-(-10))\equiv -1\pmod{11}$$ and
$$a\equiv (a_{0}+a_{2}+a_{4}+\cdots )-(a_{1}+a_{3}+a_{5}+\cdots )\pmod{11}.$$
Could we prove it by the Methods of :
Mr. Mr. JimmyK4542
Mr Bill Dubuque
from here Particular number is divisible by 11
Or Is There another way to prove it ?