-2

Find the largest positive integer $d$ with a property, that for any positive integer $n$ the value of expression $V(n) = n^4+11n^2-12$ is a multiple of $d$.

Could somebody give me a hint on how to start solving this problem?

Bill Dubuque
  • 272,048

1 Answers1

-1

Note that we may verify that for any $d$ we have

$$V(n+d)\equiv V(n)\ (\text{mod }d)$$

Thus, in order to check that a particular $d$ has the desired property, it is sufficient to check the integers $\{0,1,...,d-1\}$. As a hint on how to continue, note that $d$ divides $V(2)=48=2^4\cdot 3$ (as pointed out by @hamam_Abdallah). Can you take it from here?

QC_QAOA
  • 11,796
  • I'm sorry, but I don't quite understand the expression you wrote. – badatmath Dec 17 '21 at 20:53
  • 1
    @badatmath The expression basically means is that let's say you think a certain $d$ satisfies the required properties. Then you simply need to prove that $d|V(n)$ for all $n\in{0,1,\ldots d-1}$. – Alan Abraham Dec 17 '21 at 20:56