document.write( "Question 984208: How can I determine the zeros roots and interceptors of this third-degree polynomial function f ( x ) = x ^ 3 + x ^ 2-4x \n" ); document.write( "
Algebra.Com's Answer #604991 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x^3+x^2-4x=0 to find roots
\n" ); document.write( "factor out x
\n" ); document.write( "x(x^2+x-4)=0
\n" ); document.write( "x=0 is one root
\n" ); document.write( "x=(1/2)(-1+/- sqrt (1+16)) That works ;;;; sqrt 17=4.12
\n" ); document.write( "x=1.56, -2.56\r
\n" ); document.write( "\n" ); document.write( "y intercept =0,0
\n" ); document.write( "\"graph%28300%2C200%2C-5%2C5%2C-10%2C10%2Cx%5E3%2Bx62-4x%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );