Proof by mathematical induction

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 8K views
Messages
6,221
Reaction score
31
[SOLVED] Proof by mathematical induction

Homework Statement


Prove by mathematical induction that for all +ve integers n,[itex]10^{3n}+13^{n+1}[/itex] is divisible by 7.


Homework Equations





The Attempt at a Solution



Assume true for n=N.
[tex]10^{3N}+13^{N+1}=7A[/tex]

Multiply both sides by ([itex]10^3+13[/itex])

[tex](10^{3N}+13^{N+1})(10^3+13)=7A(10^3+13)[/tex]

[tex]10^{3N+3}+ 10^3(13^{N+1})+13(10^{3N})+13^{N+2}=7A(1013)[/tex]

[tex]10^{3N+3}+13^{N+2}=7A(1013)-10^3(13^{N+1})-13(10^{3N})[/tex]

Here is where I am stuck. I need to show that [itex]10^3(13^{N+1})-13(10^{3N})[/itex] is divisible by 7 now.

What I would like to get is that [itex]10^3(13^{N+1})-13(10^{3N})[/itex] can somehow be manipulated into the initial inductive hypothesis and then it will become true for n=N+1. So I need some help.
 
Physics news on Phys.org
the standard trick here is to write the 10^3 and the 13 in terms of multiples of 7, plus or minus 1
 
well then if you expand things out you should see what happens to the equation
 
ah..thank you scottie_000

I see it now, was so simple.So when I have to prove that some expression is divisible by a number,k, always try to rewrite any unwanted constants in terms of k?
 
like i said, it's the best trick to look for
glad to help by the way!