How should I go about factoring $f(x)=3x^4+14x^3+21x^2+10x$
I tried factoring out a $x$, and then factoring by grouping, but that led me to no avail.
I used a polynomial calculator and it gave me the answer without any of the steps as to how they did it.
Any suggestions?
HINT
Notice that $f(0) = f(-1) = 0$. Taking advantage of such facts, one has \begin{align*} f(x) & = 3x^{4} + 14x^{3} + 21x^{2} + 10x\\\\ & = x(3x^{3} + 14x^{2} + 21x +10)\\\\ & = x[(3x^{3} + 3x^{2}) + (11x^{2} + 11x) + (10x + 10)]\\\\ & = x[3x^{2}(x+1) + 11x(x+1) + 10(x+1)]\\\\ & = x(x+1)(3x^{2} + 11x + 10) \end{align*}
Can you take it from here?