Kb1jij
- 19
- 0
Homework Statement
Use Mathematical Induction to prove that [tex]12^n + 2(5^{n-1})[/tex] is divisible by 7 for all [tex]n \in Z^+[/tex]
Homework Equations
The Attempt at a Solution
First, show that it works for n = 1:
[tex]12^1 + 2 \cdot 5^0 = 14[/tex] , 14/7 = 2
Next assume:
[tex]12^k + 2(5^{k-1}) = 7A[/tex]
Then, prove for k + 1:
[tex]12^{k+1} + 2(5^k)[/tex]
I can't figure out how to prove this. I know that this can be changed to:
[tex]12 \cdot 12^{k} + 2 \cdot 5 (5^{k-1})[/tex]
But that doesn't seem to help me much.
I also tried substituting values for 12^k and 5^(k-1) from above:
[tex]12^k = 7A - 2(5^{k-1})[/tex]
[tex]2(5^{k-1}) = 7A - 12^k[/tex]
This doesn't seem too help either, I can reduce it to:
[tex]189A - (12 \cdot 2(5^{k-1})+5(12^k))[/tex]
Any suggestions?
Thanks,
Tom