Help needed with a likely rather obvious induction proof

  • Thread starter Thread starter Boombaard
  • Start date Start date
  • Tags Tags
    Induction Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Boombaard
Messages
10
Reaction score
0

Homework Statement


show that for all natural numbers n: 3^(2n+1)+2^(n-1) is divisible by 7

The Attempt at a Solution



i've been trying to get the second part of the proof to look like the first part, so as to be able to conclude some multiple is also divisible by 7, but i don't seem to get what needs to be done..
3^(2(n+1)+1)+2^(n+1-1) -> 3^(2n+2+1)+2^(n+1-1) -> 3²*3^(2n+1)+2*2^(n-1) (= 7*k)
only here i sort of get stuck trying to get the multipliers out, and I'm not certain enough of my math 'certain knowledge' otherwise to just posit that 3*(something)+2*(something) always yields multiples of 7 (not that it does, in this case)

am i really trying to go down the wrong path here? or am i just missing something entirely too obvious? :(
 
Physics news on Phys.org
Yes, as you say, 3*(something)+ 2*(something) does NOT always yield multiples of 7 (for example if each "something" is 1, the sum is 5 which is not a multiple of 5 so you cannot "posit" that it always does!

What you need to show is that if 3^(2N+1)+2^(N-1) is a multiple of 7 for some specific N (do you see the difference between that and "3^(2n+1)+2^(n-1) is a multiple of 7 for all n?) then 3^(2(N+1)+1)+2^((N+1)-1) is also a multiple of 7.

3^(2(N+1)+1)+2^(N+1-1)= 3^(2N+1+2)+2^(N+1-1)= 3²*3^(2N+1)+2*2^(N-1)= 9(3^(2N+1))+2(2^(N-1))= 2[3^(2n+1)+ 2^(N-1)]+ 7(3^(2N+1). Now, you know that 3^(2N+1)+ 2^(N-1) is a multiple of 7: 3^(2N+1)- 2^(N-1)= 7m. What does that tell you about 2[3^(2n+1)+ 2^(N-1)]+ 7(3^(2N+1)?
 
HallsofIvy said:
Yes, as you say, 3*(something)+ 2*(something) does NOT always yield multiples of 7 (for example if each "something" is 1, the sum is 5 which is not a multiple of 7) so you cannot "posit" that it always does!

What you need to show is that if 3^(2N+1)+2^(N-1) is a multiple of 7 for some specific N (do you see the difference between that and "3^(2n+1)+2^(n-1) is a multiple of 7 for all n?) then 3^(2(N+1)+1)+2^((N+1)-1) is also a multiple of 7.

3^(2(N+1)+1)+2^(N+1-1)= 3^(2N+1+2)+2^(N+1-1)= 3²*3^(2N+1)+2*2^(N-1)= 9(3^(2N+1))+2(2^(N-1))= 2[3^(2n+1)+ 2^(N-1)]+ 7(3^(2N+1). Now, you know that 3^(2N+1)+ 2^(N-1) is a multiple of 7: 3^(2N+1)- 2^(N-1)= 7m. What does that tell you about 2[3^(2n+1)+ 2^(N-1)]+ 7(3^(2N+1)?

ugh.. as i suspected, totally obvious :(
thank you for the quick reply, HallsofIvy :)
 
Last edited by a moderator: