document.write( "Question 554127: How can I find all of the real zeros of the function: \r
\n" );
document.write( "\n" );
document.write( "F(x)= x^3+4x^2+x-6 \n" );
document.write( "
Algebra.Com's Answer #361226 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How can I find all of the real zeros of the function: \r \n" ); document.write( "\n" ); document.write( "F(x)= x^3+4x^2+x-6 \n" ); document.write( "----------- \n" ); document.write( "Notice that the coefficients add to zero. \n" ); document.write( "That means 1 is a zero. \n" ); document.write( "Then, divide F(x) by (x-1) and solve the quadratic. \n" ); document.write( " \n" ); document.write( " |