— “
is congruent to
modulo
” — means that
divided by
gives the same remainder as
divided by
.
i.e.
, because
and ![]()
If
then
![]()
Problem: Show that an integer is divisible by
if and only if the sum of its digits is divisible by
.
Solution: Call the digits of the integer
from left to right 
, so
Solution: Call the digits of the integer
![Rendered by QuickLaTeX.com \[n=\sum_{k=0}^h a_k 10^k\equiv\sum_{k=0}^h a_k \pmod 9.\]](https://www.adamponting.com/wp-content/ql-cache/quicklatex.com-e3ce6a6b276cc986d6773316ae7de9d5_l3.png)
i.e.
is divisible by
exactly when the sum of its digits are.