document.write( "Question 765453: find the zeros of the polynomial function x^3+x^2-42x\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #466164 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! x^3+x^2-42x=\r \n" ); document.write( "\n" ); document.write( "x(x^2+x-42)=\r \n" ); document.write( "\n" ); document.write( "x(x+7)(x-6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "zeros -> {0, 6, -7} \n" ); document.write( " |