The largest integer say $n$ for which $(n+5)$ divides $n^5+5$ is
$3115$
$3120$
$3125$
$3130$
I just want a hint not the solution.
The largest integer say $n$ for which $(n+5)$ divides $n^5+5$ is
$3115$
$3120$
$3125$
$3130$
I just want a hint not the solution.
$n+5$ divides $n^5+5$ if $$ n^5 + 5 \equiv 0 \pmod{n+5} $$ and since $n\equiv -5 \pmod{n+5}$ you're looking for the largest $n$ such that $$ (-5)^5 + 5 \equiv 0 \pmod{n+5} $$ The left-hand side of this evaluates to $-3120$, so $n+5$ must be the largest divisor of $3120$ ...
First, we have this conculsion:
$n+5$ divides $n^5+5^5$.
It is an application of polynomial remainder theorem.
Now the question becomes simple. Because $n+5$ divides $n^5+5$, $n+5$ must divides $5^5-5$. As a result, the largest value is $n=5^5-5-5=3115$
HINT:
$\dfrac{n^5+5}{n+5}=n^4-5n^3+25n^2-125n+625-\dfrac{3120}{n+5}$