Prove by induction that for every positive integer $n$, $3^{2n} - 1$ is divisible by 8.
2025/7/1
1. Problem Description
Prove by induction that for every positive integer , is divisible by
8.
2. Solution Steps
We will prove this by induction.
Base Case:
.
Since 8 is divisible by 8, the base case holds.
Inductive Hypothesis:
Assume that is divisible by 8 for some positive integer . This means for some integer .
Inductive Step:
We want to show that is divisible by
8. $3^{2(k+1)} - 1 = 3^{2k+2} - 1 = 3^{2k} \cdot 3^2 - 1 = 9 \cdot 3^{2k} - 1$.
From the inductive hypothesis, .
Substituting this into our expression, we get
.
Since is an integer, is divisible by
8.
Therefore, by induction, is divisible by 8 for all positive integers .
3. Final Answer
is divisible by 8 for all positive integers .