- Published on
Last-Two-Digits Test for 4
- Authors

- Name
- Vu Hung
Problem Statement
Prove that a number is divisible by 4 if and only if the last two digits form a number divisible by 4.
Hints
Attempt the proof independently first. Focus on the key theorem, algebraic transformation, or contradiction setup that links the hypothesis to the target conclusion.
Solutions
Biconditional Proof (If and Only If)
This requires proving both directions:
Forward Direction (): If is divisible by 4, then its last two digits form a number divisible by 4.
Reverse Direction (): If the last two digits form a number divisible by 4, then is divisible by 4.
Setup: Express any integer as:
where is the number formed by all digits except the last two, and is the two-digit number formed by the last two digits ().
Forward Direction Proof:
Assume , so .
Then:
Since , we have .
Therefore:
Thus . \hfill
Reverse Direction Proof:
Assume , so .
Since , we have .
Therefore:
Thus . \hfill
Conclusion:
Since both directions are proven, we conclude:
Takeaways
- Iff Proof Structure: Must prove both () and () directions independently
- Digit Representation: Writing separates last two digits for modular analysis
- Key Observation: Since , divisibility of by 4 depends only on last two digits
- Generalization: Same technique proves divisibility rules for powers of 2 (e.g., rule for 8 uses last three digits)
Further Readings
If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills:
- HSC Proofs: https://vumaths.com/booklets/hsc-proofs/
- HSC Vectors: https://vumaths.com/booklets/hsc-vectors/
- HSC Mechanics: https://vumaths.com/booklets/hsc-mechanics/
Connect with me
If you're eager for more HSC Maths insights, be sure to check out my Substack. For deeper dives and regular tips, join my GitHub. Let's tackle these challenging math problems together! You can also catch my daily math content on YouTube - HSC Maths Extension 1+2.
