I have to prove that for any $n>1$, the number $n^5+n^4+1$ is not a prime.With induction I have been able to show that it is true for base case $n=2$, since $n>1$.However, I cannot break down the given expression involving fifth and fourth power into simpler terms. Any help?
Asked
Active
Viewed 1,875 times
3 Answers
20
$n^5 + n^4 + 1 = n^5 + n^4 + n^3 – n^3 – n^2 − n + n^2 + n + 1$
$\implies$$ n^3(n^2 + n + 1) − n(n^2 + n + 1) + (n^2 + n + 1)$
=$ (n^2 + n + 1)(n^3 − n + 1)$
Hence, for $n>1$, $n^5 + n^4 + 1$ is not a prime number.
7
$n^5+n^4+1=(n^3-n+1)(n^2+n+1)$

apprenant
- 746
-
7I think you answer would benefit from explaing why and how you arrived to this factorisation. – TZakrevskiy Jan 19 '17 at 16:05
5
$$n^5+n^4+1=n^5-n^2+n^4+n^2+1=n^2(n-1)(n^2+n+1)+(n^2+n+1)(n^2-n+1)=$$ $$=(n^2+n+1)(n^3-n^2+n^2-n+1)=(n^2+n+1)(n^3-n+1)$$ I think, the best way is the following: $$n^5+n^4+1=n^5+n^4+n^3-(n^3-1)=(n^2+n+1)(n^3-n+1)$$

Michael Rozenberg
- 194,933
$$ x^{2}!+!x!+!1\mid x^A! +! x^B! +! x^C\ \ \ {\rm if}\ \ \ {A,B,C}\equiv {2,1,0}\pmod{!3} $$
– Bill Dubuque Jan 19 '17 at 16:34