Last-Two-Digits Test for 4
Divisibility rules are a staple of the HSC Mathematics Extension 1 syllabus, particularly in the Proofs topic where you learn to construct rigorous arguments. In this problem, we explore why a number is divisible by 4 exactly when its last two digits are – a fact you’ve likely used without proof. By working through the biconditional structure and modular arithmetic, you’ll strengthen your ability to write clear, logical proofs that link algebraic representation to modular congruences.
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 ().
This representation is useful because it isolates the final two digits in and bundles everything else into . Since is a multiple of , the contribution of the term modulo is zero, making the analysis very clean.
Forward Direction Proof:
We assume that is already a multiple of and show that must be too. Assume , so . Substituting the digit representation into this congruence gives:
Since , we have . Because is a multiple of , any whole multiple of is certainly divisible by . This term disappears modulo , leaving us with just :
Thus .
Reverse Direction Proof:
Now we prove the converse. Assuming the last two digits are divisible by , we need to show that the whole number is divisible by . Assume , so .
Since , we have . Again, the term contributes nothing modulo , so the entire number is congruent to , which we assumed to be :
Thus .
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, HSC Vectors, HSC Mechanics