Prove by mathematical induction that $$P(n)=3^{2n+1} + 2^{n-1}$$ is a multiple of 7.
My Attempt: Here, $P(n)= 3^{2n+1}+2^{n-1}$ For $n=1$, $$P(1)=3^3+2^0$$ $$=28$$ So, $P(1)$ is true. Suppose, $P(m)$ is true for all $m\in N$ Now, we have to show that $P(m+1)$ is true, $$P(m+1)=3^{2(m+1)+1}+2^{(m+1)-1}$$ $$=3^{2m+3}+2^m$$
Now, $$3^{2m+3}+2^m=9\cdot3^{2m+1}+2^m=9\left(3^{2m+1}+2^{m-1}-2^{m-1}\right)+2\cdot2^{m-1}=$$ $$=9\left(3^{2m+1}+2^{m-1}\right)-9\cdot2^{m-1}+2\cdot2^{m-1}=9\left(3^{2m+1}+2^{m-1}\right)-7\cdot2^{m-1}.$$ Can you end it now?