1

$\forall n \ge 0$ : $5\mid 8^n−3^n$, therefore $8^n − 3^n = 5m$, with $m \in \mathbb{Z}$.

For example $8^2 − 3^2 = 55 = 5 \cdot 11$ and $8^3 − 3^3 = 485 = 5 \cdot 97$.

I know that the first step would be something regarding showing that it is true for the first case, usually $n = 1$. Then for step 2, I would assume that it is true for $n = k$, and prove it is true for $n = k + 1$. I am unsure how to apply it with $\forall n \geq 0$ : $5$?

amWhy
  • 210,739

1 Answers1

3

Here's a sketch of the answer

Step 1:(n = 0)

$$ 8^0 - 3^0 = 0 = 5*0 $$

Step 2: Assuming the propety is valid for n = k, we want to show that it is valid for n = k+1.

$$ 8^{k+1} - 3^{k+1} = 3(8^k - 3^k) + (8^{k+1} - 3*8^k) = 3(8^k - 3^k) + 8^k(8 - 3) = 3(8^k - 3^k) + 5*8^k $$

By our induction hypothesis we have that $(8^k - 3^k) = 5m$:

$$ 3(8^k - 3^k) + 5*8^k = 3*5m+5*8^k = 5(3m+8^k) $$