- #1
flyingpig
- 2,579
- 1
Homework Statement
I like this thing call induction
Prove that for every integer [tex]n\geq 0[/tex] that
[tex]5| (9^n - 4^n)[/tex]
The Attempt at a Solution
1) Base Case n = 0
[tex]9^0 - 4^0 = 0[/tex]
Clearly it is true
2) Take n = k + 1
[tex]9^{k + 1} - 4^{k + 1} = 9^k 9 - 4^k 4 = 9^k (4 + 5) - 4^k 4 = 9^k 5 + 9^k 4 - 4^k 4 = 9^k 5 + 4(9^k - 4^k)[/tex]
Now here is the problem. I know I did it correctly, but I don't know what to do with [tex]9^k 5 + 4(9^k - 4^k)[/tex] I know that 4 won't matter because I proved 1) and that 5 behind the 9^k would also disappear. But how do I formally say that?