Exact Question
Let $p(x)$ be monic quadratic polynomial over $\mathbb{Z}$. Show that for any integer $n$, there exists an integer $k$ such that $p(n)p(n+1)=p(k)$
Expanding the polynomial just creates a jumbled mess. Is there any intuitive way for this? Any hints appreciated
Let $p(x)=x^2+bx+c$ due to monicity (if this is even a word). Then $$\begin{align}p(n)p(n+1)&=(n^2+bn+c)((n+1)^2+b(n+1)+c)\\&=(n^2+bn+c)(n^2+(2+b)n+1+b+c)\\&=(n^2+bn+c)^2+(n^2+bn+c)(2n+1+b)\\&=(n^4+2bn^3+(b^2+2c)n^2+2bcn+c^2)+(n^3+(1+3b)n^2+(b^2+b+c)n+c+bc)\\&=n^4+(1+2b)n^3+(1+b^2+3b+2c)n^2+(b^2+b+2bc+c)n+(bc+c+c^2)\end{align}$$ Now if $p(n)p(n+1)=p(k)$ then $$n^4+(1+2b)n^3+(1+b^2+3b+2c)n^2+(b^2+b+2bc+c)n+(bc+c^2)=k^2+bk\tag{1}$$ for some $k$.
Firstly, to get $bc+c^2$, we must have that the coefficient independent of $n$ in $k$ is $c$ because then $k^2+bk$ 'ends' in $bc+c^2$.
Next, since $p(n)p(n+1)$ is also monic, so must $k$. Hence we currently have $$k=n^2+\text{something}\cdot n+c$$
Finally, substituting this into $(1)$ yields $$\boxed{k=n^2+(1+b)n+c}$$