I really need help with this proof by induction. I am familiar with the process of induction, but in this case it is just not making sense. An explanation would be very much appreciated.
Thanks!
I really need help with this proof by induction. I am familiar with the process of induction, but in this case it is just not making sense. An explanation would be very much appreciated.
Thanks!
For this you should ask what it means to be divisible by 5 and use induction from there. After you prove the base case ($3+2 = 5$ is divisible by $5$), assume that $3^{3n+1} + 2^{n+1} = 5a$ for some $a \in \mathbb Z.$ Then you want to show that $3^{3(n+1)+1} + 2^{n+1+1} = 5b$ for some $b \in \mathbb Z.$
$3^{3(n+1)+1} + 2^{n+1+1} = 3^{3n+1+3}+2^{n+1+1} = 3^3\cdot 3^{3n+1}+2\cdot 2^{n+1} = (25+2)\cdot3^{3n+1}+2\cdot2^{n+1} = 25\cdot3^{3n+1}+2(3^{3n+1} + 2^{n+1}) = 25\cdot 3^{3n+1} + 2\cdot5a = 5(5\cdot3^{3n+1} +2a).$
Then if you take $b = 5\cdot3^{3n+1}+2a$ you are done.