Find, without dividing, whether the following numbers are divisible by 9: (i) 123 (ii) 405 (iii) 8888 (iv) 93547 (v) 358095
Hint. Add the digits. If the total is a multiple of 9, so is the number.
The test: a number is divisible by 9 exactly when the sum of its digits is divisible by 9. This works because every power of 10 leaves remainder 1 when divided by 9 (10 = 9+1, 100 = 99+1, 1000 = 999+1, …), so each digit contributes just itself to the remainder.
(i) 123 → 1 + 2 + 3 = 6. Not a multiple of 9. Not divisible.
(ii) 405 → 4 + 0 + 5 = 9. A multiple of 9. Divisible. ✓ (Check: 405 ÷ 9 = 45.)
(iii) 8888 → 8 + 8 + 8 + 8 = 32. Not a multiple of 9 (27 and 36 are the nearest). Not divisible.
(iv) 93547 → 9 + 3 + 5 + 4 + 7 = 28. Not a multiple of 9. Not divisible.
(v) 358095 → 3 + 5 + 8 + 0 + 9 + 5 = 30. Not a multiple of 9. Not divisible. (This one is a deliberate trap: it contains a 9 and ends in 5, and 30 is a multiple of 3, so the number is divisible by 3 but not by 9.)
Shortcut for long numbers: cast out the 9s as you add. In (v), the 9 and the pair 3+5+... can be ignored or paired to nines, leaving the same conclusion faster.
✦ Only (ii) 405 is divisible by 9; the digit sums are 6, 9, 32, 28 and 30 respectively.
