Proving (13^n)-(6^n) is divisible by 7 by induction

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
9 replies · 3K views
supasupa
Messages
24
Reaction score
0
Hey there evryone

I need some help with this problem as I don't know which direction to go with it.

Prove by mathematical induction that (13^n)-(6^n) is divisible by 7.



The Base Step is obviously ok...

Then assume (13^K)-(6^K) is true

Then have to prove (13^(k+1))-(6^(k+1)) is true... how do i do this

thank heaps...
 
Physics news on Phys.org
yeah that's what i have been trying to do but i don't know how to get

(13^(k+1) - 6^(k+1))

as a multiple of (13^k - 6^k).

I don't know if this is the correct direction to take
 
how do you do that?
like what is the step u take to get there
 
Instead of trying that... can you find a way to just show (13^(k+1) - 6^(k+1)) is divisible by seven? What looks like it equal seven in that equation?
 
supasupa said:
i get

13.13^K - 6.6^K

then what do i do??

=13.13^K-(13-7).6^K=13(13^K-6^K)+7.6^K
 
thank you very much...that makes a heap more sense now
:smile:
 
In all this, you've missed out the slightly easier solution Shredder was trying to point you to. There is a standard factorization for a^n - b^n. You use a specific case of this factorization when you write the sum of a geometric series : [itex]1+b+b^2+...+b^{n-1} = (1-b^n)/(1-b)[/itex]