Sep 2, 2023
This is more fun for 9, and you can prove that n mod 9 == the sum of n's digits mod 9, so you can use it to check calculations.
And there's a similar rule for 11, except you alternate -1 and +1 from the left, because 10 = 11 - 1 but 100 = 99 + 1, etc.