document.write( "Question 1129067: Factor the polynomial function f(x). Then solve the equation f(x)=0.
\n" );
document.write( "F(x)=x^3+4x^2+x-6 \n" );
document.write( "
Algebra.Com's Answer #745588 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x^3+4x^2+x-6 \n" ); document.write( "1 4 1 -6 Try -2 \n" ); document.write( "1 2 -3 0 \n" ); document.write( "(x+2)(x^2+2x-3) \n" ); document.write( "(x+2)((x+3)(x-1) \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Roots are -3,-2,1 \n" ); document.write( " |