- 6,221
- 31
[SOLVED] Proof by mathematical induction
Prove by mathematical induction that for all +ve integers n,10^{3n}+13^{n+1} is divisible by 7.
Assume true for n=N.
10^{3N}+13^{N+1}=7A
Multiply both sides by (10^3+13)
(10^{3N}+13^{N+1})(10^3+13)=7A(10^3+13)
10^{3N+3}+ 10^3(13^{N+1})+13(10^{3N})+13^{N+2}=7A(1013)
10^{3N+3}+13^{N+2}=7A(1013)-10^3(13^{N+1})-13(10^{3N})
Here is where I am stuck. I need to show that 10^3(13^{N+1})-13(10^{3N}) is divisible by 7 now.
What I would like to get is that 10^3(13^{N+1})-13(10^{3N}) can somehow be manipulated into the initial inductive hypothesis and then it will become true for n=N+1. So I need some help.
Homework Statement
Prove by mathematical induction that for all +ve integers n,10^{3n}+13^{n+1} is divisible by 7.
Homework Equations
The Attempt at a Solution
Assume true for n=N.
10^{3N}+13^{N+1}=7A
Multiply both sides by (10^3+13)
(10^{3N}+13^{N+1})(10^3+13)=7A(10^3+13)
10^{3N+3}+ 10^3(13^{N+1})+13(10^{3N})+13^{N+2}=7A(1013)
10^{3N+3}+13^{N+2}=7A(1013)-10^3(13^{N+1})-13(10^{3N})
Here is where I am stuck. I need to show that 10^3(13^{N+1})-13(10^{3N}) is divisible by 7 now.
What I would like to get is that 10^3(13^{N+1})-13(10^{3N}) can somehow be manipulated into the initial inductive hypothesis and then it will become true for n=N+1. So I need some help.