M HYPE SPLASH
// general

Prime polynomial values

By Andrew Adams
$\begingroup$

The number of prime values of the polynomial $n^3 − 10n^2 − 84n + 840$ where $n$ is an integer is..?

How do we do this? Is there some sort of specific method or formula that I can learn, if yes what is it called?

$\endgroup$ 2

1 Answer

$\begingroup$

Taking Jyrki's hint:

$P(n) := n^3 − 10n^2 − 84n + 840=(n-10)(n^2-84)$

For $P(n)$ to be prime, therefore, we need the factors to be both positive or both negative, and one of them to be equal to $\pm1$. $|n^2-84|$ is never equal to one, so we only need to consider $n=9$ and $n=11$. $P(9)=3$ and $P(11)= 37$, so there are two values of $n$ with $P(n)$ prime.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy