-2

Can anybody help me with this problem?

Prove that for every integer $n$, $$p(n) = n^{18} - n^{14} - n^6 + n^2$$ is divisible by $65$.

Thanks!

PM 2Ring
  • 4,844

2 Answers2

3

Hints:

Factor it as $n^2(n^{4}-1)(n^{12}-1)=(n^5-n)(n^{13}-n)$.

Note that $65=5\times13$.

Now use Fermat's little theorem.

J. W. Tanner
  • 60,406
0

Hint:

Use lil' Fermat and the Chinese remainder theorem:

  • Modulo $5$, we have $n^5\equiv n$ for all $n$, hence $$n^{18}=n^{15}n^3=(n^5 n)^3\equiv (n^2)^3=n^6\equiv n^2 \\ n^{14}=n^{10}n^4=(n^5n^2)^2\equiv(n^3)^2=n^6\equiv n^2\\ \text{so that }\quad n^{18} - n^{14} - n^6 + n^2\equiv n^2-n^2-n^2+n^2=0 \mod 5.$$
  • Similarly, modulo $13$, we have $n^{13}\equiv n$ for all $n$. Can you proceed?
J. W. Tanner
  • 60,406
Bernard
  • 175,478