I am looking at a fairly simple problem yet I can't figure it out.
Prove that $16x^4+32x^3+32x^2+16x$ is divisible by 96 for every positive integer x.
I've tried factoring, but I cannot figure out how to prove this.
I am looking at a fairly simple problem yet I can't figure it out.
Prove that $16x^4+32x^3+32x^2+16x$ is divisible by 96 for every positive integer x.
I've tried factoring, but I cannot figure out how to prove this.
The polynomial factors as $$ 16x(x+1)(x^2+x+1). $$ Since $x(x+1)$ is always even, the polynomial is always divisible by $32$ and it remains to show that it is divisible by $3$. This is easy to check for the cases $x\equiv 0,1,2 \ (\textrm{mod} \ 3).$
$96=32\cdot 3$. Let’s proof $16x^4+16x$ is divisible by $32$. This is the case if and only if $x^4+x$ is divisible by $2$. As taking powers does not change parity this is clear.
Now we still need to show: $16x^4+32x^3+32x^2+16x$ is divisible by $3$. Taking this modulo $3$ yields $x^4+2x^3+2x^2+x$. Note that if $x$ is a multiple of $3$, this trivially is divisible by $3$. If not, then $x^2,x^4$ has rest $1$ and $x,x^3$ have the same rest modulo $3$ (as $1^2=1,2^2=1,1^3=1,2^3=2$). Thus we end up modulo $3$ with $$ 1+2x+2+x = 3+3x$$ is divisible by $3$.