Q1.
Will this work with bigger numbers?
Answer
Yes — for every place value, however large. That is the whole point of the pattern:
1 = 0 + 1
10 = 9 + 1
100 = 99 + 1
1000 = 999 + 1
10000 = 9999 + 1, and so on
10 = 9 + 1
100 = 99 + 1
1000 = 999 + 1
10000 = 9999 + 1, and so on
Each place value is 1 more than a multiple of 9, so each digit contributes exactly itself to the remainder. Take 7309:
7 × 1000 + 3 × 100 + 0 × 10 + 9 × 1
= 7 × (999 + 1) + 3 × (99 + 1) + 0 × (9 + 1) + 9 × (0 + 1)
= (7 × 999 + 3 × 99 + 0 × 9 + 9 × 0) + (7 + 3 + 0 + 9)
= (a multiple of 9) + 19
= 7 × (999 + 1) + 3 × (99 + 1) + 0 × (9 + 1) + 9 × (0 + 1)
= (7 × 999 + 3 × 99 + 0 × 9 + 9 × 0) + (7 + 3 + 0 + 9)
= (a multiple of 9) + 19
Now shrink 19 the same way: 1 + 9 = 10, then 1 + 0 = 1. So 7309 is 1 more than a multiple of 9, and 7309 ÷ 9 leaves remainder 1.
Check: 7309 = 9 × 812 + 1 = 7308 + 1 ✓
Tip: the rule to remember — a number is divisible by 9 if and only if the sum of its digits is divisible by 9, and adding the digits repeatedly down to one digit gives the remainder (with 9 standing for remainder 0).