Divisibility of n Squared Minus One by Three

#hsc-maths#proofs#easy

Divisibility arguments are a staple of the HSC Extension 1 proofs topic, testing your ability to reason about integers and their remainders. In this problem we explore the property that n21n^2-1 is divisible by 33 precisely when nn itself is not a multiple of 33. Working through the proof will sharpen your skills with modular arithmetic and proof by cases, two fundamental tools for tackling number-theoretic statements.

Problem Statement

Prove that n21n^2 - 1 is divisible by 3 if nn is not a multiple of 3.


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

Proof by Cases (Modular Arithmetic)

Step 1: Set up the cases

If nn is not a multiple of 3, then n≢0(mod3)n \not\equiv 0 \pmod{3}.

By the division algorithm, nn must satisfy one of:

  • n1(mod3)n \equiv 1 \pmod{3}, or
  • n2(mod3)n \equiv 2 \pmod{3}

We will prove n210(mod3)n^2 - 1 \equiv 0 \pmod{3} in both cases.

Step 2: Case 1 - n1(mod3)n \equiv 1 \pmod{3}

For the first case, we substitute n1n \equiv 1 into n21n^2-1 and reduce modulo 3:

n21(1)21(mod3)11(mod3)0(mod3)\begin{aligned} n^2 - 1 &\equiv (1)^2 - 1 \pmod{3} \\ &\equiv 1 - 1 \pmod{3} \\ &\equiv 0 \pmod{3} \end{aligned}

Therefore, 3(n21)3 \mid (n^2 - 1) in this case.

Step 3: Case 2 - n2(mod3)n \equiv 2 \pmod{3}

In this case, we substitute n2n \equiv 2 and simplify, remembering that 41(mod3)4 \equiv 1 \pmod{3}:

n21(2)21(mod3)41(mod3)3(mod3)0(mod3)\begin{aligned} n^2 - 1 &\equiv (2)^2 - 1 \pmod{3} \\ &\equiv 4 - 1 \pmod{3} \\ &\equiv 3 \pmod{3} \\ &\equiv 0 \pmod{3} \end{aligned}

Therefore, 3(n21)3 \mid (n^2 - 1) in this case as well.

Conclusion

Since n210(mod3)n^2 - 1 \equiv 0 \pmod{3} in all possible cases where 3n3 \nmid n, we conclude that n21n^2 - 1 is divisible by 3 whenever nn is not a multiple of 3.


Takeaways

  • Proof by Cases Setup: If n≢0(modm)n \not\equiv 0 \pmod{m}, check all other residue classes modulo mm
  • Modular Arithmetic: Use ab(modm)a \equiv b \pmod{m} to mean m(ab)m \mid (a-b), or equivalently, aa and bb have same remainder when divided by mm
  • Complete Case Coverage: For modulo 3, only residues are 0, 1, 2; excluding 0 leaves exactly 2 cases to check
  • Calculation Technique: Substitute residue values directly: if n2(mod3)n \equiv 2 \pmod{3}, then n241(mod3)n^2 \equiv 4 \equiv 1 \pmod{3}

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 Mechanics, HSC Combinatorics

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About