We can expand the number $n = n_0 + 10n_1 + ... + (10^s)n_s$
Then we have $10^k ≡ (-1)^k \mod11$.
How do we go from here to here:
$n ≡ n_0 - n_1 + ... + (-1)^s n_s \mod 11$
I do not understand how the right hand side is congruent to (≡) n.
Furthermore, how do we jump from here to
"This shows if $11|n$ , then $n ≡ 0\mod 11$ (understand this) and so $n_0 - n_1 + ... + (-1)^s n_s = 0 \mod 11$ (do NOT understand where this jump in logic came from). Please explain.