Prove by Induction that 3 raised to 2n+1 + 2 raised to n-1 is divisible by 7

simcan18

New member
Joined
Oct 5, 2018
Messages
4
Can someone with understanding of proof by induction help with this problem?

Prove by induction that 3 raised to 2n+1 + 2 raised to n-1 is divisible by 7 for all numbers greater than/or equal to 1. How do you do the inductive step?
 
Can someone with understanding of proof by induction help with this problem?

Prove by induction that 3 raised to 2n+1 + 2 raised to n-1 is divisible by 7 for all numbers greater than/or equal to 1. How do you do the inductive step?
You need to prove:

\(\displaystyle Prove \ that \ \displaystyle{3^{2n+1} \ + \ 2^{n-1}}\) is divisible by 7 for n=> 1

First step - show this is true for n=1 and continue.....
 
Prove By Induction

[FONT=&quot]Some work that I did, but forgot to post. So, for the inductive step, a bit confused...not sure I'm heading in right direction


Base n = 1[/FONT]

[FONT=&quot] 32x1+1 + 21-1[/FONT]
[FONT=&quot] 33 + 20 = 27 + 1 =28 which is divisible by 7 so it is true for n=1[/FONT]
[FONT=&quot]
[/FONT]

[FONT=&quot] Assume true when n=k[/FONT]
[FONT=&quot] 32k+1 +2k-1 = 7M, also could imply 32k+1 =7M-2k-1[/FONT]
[FONT=&quot]
[/FONT]

[FONT=&quot] Inductive, So does it hold true for n=k+1[/FONT]
[FONT=&quot] 32(k+1)+1 +2(k+1)-1 = 32k+2+1 +2(k+1)-1[/FONT]
[FONT=&quot] =32k+1 x 32 + 2k x 20[/FONT]
[FONT=&quot] =9 x 32k+1 + 1 x 2k[/FONT]
[FONT=&quot] = 27 x 32k +1x2k

[/FONT]
 
Some work that I did, but forgot to post. So, for the inductive step, a bit confused...not sure I'm heading in right direction


Base n = 1

32x1+1 + 21-1
33 + 20 = 27 + 1 =28 which is divisible by 7 so it is true for n=1


Assume true when n=k
32k+1 +2k-1 = 7M, also could imply 32k+1 =7M-2k-1


Inductive, So does it hold true for n=k+1
32(k+1)+1 +2(k+1)-1 = 32k+2+1 +2(k+1)-1
=32k+1 x 32 + 2k x 20
=9 x 32k+1 + 1 x 2k
= 27 x 32k +1x2k


I see that either you or someone else has been working on this same problem on my other site, and showed the same work. So if it is you, you may not need more help. But let me try, in case it isn't (and in case someone else is reading along here).

What you've done here under the inductive step is to take the expression that you need to show is divisible by 7 under the inductive hypothesis, and simplify it a bit. What you did there is valid, but not all helpful. Your goal is to rewrite the expression in a way that will somehow include that known multiple of 7, 32k+1 +2k-1, so that you can conclude something. You nicely got it to include 32k+1 in your next to last line; you'd like to also include 2k-1. So you might do this:

9 ⋅ 32k+1 + 1 ⋅ 2k = 9 ⋅ 32k+1 + 2 ⋅ 2k-1.

But that has the wrong coefficients, 9 and 2 rather than 1 and 1. Can you break up the first term into two terms (keeping in mind that we are looking for multiples of 7!) that will let you include the expression we want?
 
Top