-2

I have no idea how to prove this. I don't even have an idea where to start from, could someone drop a few hints?

Infinity_hunter
  • 5,369
  • 1
  • 10
  • 30

3 Answers3

1

Note that $ 4^{n + 2 }+ 5^{n + 2 }+ 4^{n + 3 }+ 5^{n + 3 } = 5\cdot 4^{n + 2 }+ 6 \cdot 5^{n + 2 } = 80 \cdot 4^n + 150 \cdot 5^n $.

lhf
  • 216,483
1

If you mean

$N=5^{n+3}+5^{n+2}+4^{n+3}+4^{n+2}$

Then we have:

$N=5^{n+2}(5+1)+4^{n+2}(4+1)= 5k$

But N is even therefore it must be a multiple of $2\times 5 =10$.

sirous
  • 10,751
1

Hint: $\ ({a,b\!+\!1})(\color{#c00}{a\!+\!1,b})\mid a^j(\color{#c00}{a\!+\!1}) + \color{#c00}{b^k}(b\!+\!1)\,$ if $\,j,\color{#c00}{k>0}$.

OP is case $\ a,b = 4,5,\ j,k = n\!+\!2$

Bill Dubuque
  • 272,048