3

I tried induction, so I assume the hypothesis and attempt to show $5 \mid 2^{n+2} +3^{3n + 4}$ but this doesn't help. I tried breaking it down into prime factorizations, but I do not see it.

Seirios
  • 33,157
Don Larynx
  • 4,703

4 Answers4

5

$2^{n+1}+3^{3n+1}=2\cdot2^n+3\cdot(3^3)^n$

$\equiv2\cdot2^n+3\cdot(2)^n\pmod5$ as $3^3=27\equiv2\pmod5$

$\equiv2^n(2+3)\pmod5\equiv0$

3

Hints:

$$2^{n+1}+3^{3n+1}=2(2^n+3^{3n-2})+25\cdot 3^{2n-1}$$

and use induction on $\;n\;$ ...

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
2

Hint: 1) $27 = 2 \mod 5$ and

2) $3=-2 \mod 5$

Can u do it now?

Gautam Shenoy
  • 10,318
0

Hint: $$\begin{align}2^{n+2}+3^{3n+4}&=3^3\left(3^{3n+1}+2^{n+1}\right)+\left(2^{n+2}-3^3(2^{n+1})\right)\\&=5k+2^{n+1}(2-3^3)\\&=5k+5\ell\end{align}$$

user91500
  • 5,606