Divisibility by 9 via Digit Sum
The classic divisibility test for —adding the digits and checking if the result is a multiple of —is more than a quick mental trick; it’s a beautiful application of algebra and modular arithmetic that directly connects to the HSC Extension 1 proofs syllabus. By unpacking a three-digit number into its place-value components, we can reveal exactly why the digit sum works and then prove the equivalence in both directions. Mastering this proof will strengthen your ability to construct biconditional arguments and recognise where modular relationships simplify the reasoning.
Problem Statement
Prove that a three-digit number is divisible by if and only if the sum of its digits is divisible by .
Hints
Let where are the digits.
Rewrite this as to establish the relationship between and the digit sum.
Then prove both directions of the biconditional using this relationship.
Solutions
Let be a three-digit number with digits .
Let be the sum of digits.
To see the link between and its digit sum, we’ll rewrite in a form that isolates multiples of , leaving the digit sum as a remainder-like term.
Key Relationship:
Rewrite :
From this identity we see that the difference between and is a multiple of , which immediately gives us a modular equivalence. Therefore: , which means .
With this core relationship in hand, proving the biconditional comes down to simple modular arithmetic.
Direction 1 (): If , then .
If , then from , we get .
Thus .
Direction 2 (): If , then .
If , then from , we get .
Thus .
Since we have shown both implications, the proof of the if-and-only-if statement is complete.
Note: This proof generalizes to all positive integers and divisibility by 9. The key is the modular relationship .
Takeaways
- Reconstruct the full proof from the hint and the solution outline, and justify every transformation explicitly.
- Check edge cases and verify where each assumption is used in the argument.
Further Readings
If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills: HSC Proofs, HSC Last Resorts, HSC Trigonometry