- Published on
Parity of a Cubed Minus a Plus One
- Authors

- Name
- Vu Hung
Problem Statement
Prove that the expression is odd for all positive integer values of .
Hints
Consider factoring as a product of consecutive integers. What can you say about the parity of any product of consecutive integers?
Alternatively, try proof by cases: analyze when is even and when is odd separately.
Solutions
Method 1 (Factorization - Elegant):
Factor the expression:
The product is the product of three consecutive integers. In any set of consecutive integers, at least one must be even, so the product is even. Let for some integer .
Therefore, , which is odd by definition.
Method 2 (Cases):
Case 1: If (even), then (odd).
Case 2: If (odd), then expanding shows (odd).
In both cases, the expression is odd.
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: https://vumaths.com/booklets/hsc-proofs/
- HSC Sequences: https://vumaths.com/booklets/hsc-sequences/
- HSC Collections: https://vumaths.com/booklets/hsc-collections/
Connect with me
If you're eager for more HSC Maths insights, be sure to check out my LinkedIn. For deeper dives and regular tips, join my Substack. Let's tackle these challenging math problems together! You can also catch my daily math content on GitHub.
