document.write( "Question 689599:  Please help me figure out how to find the x intercepts of this equation:\r
\n" );
document.write( "\n" );
document.write( "y= x^4 -x^3 -6x^2 \n" );
document.write( "
| Algebra.Com's Answer #426202 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! find the x intercepts of this equation: \n" ); document.write( "x intercept occurs when y = 0 \n" ); document.write( " x^4 - x^3 - 6x^2 = 0 \n" ); document.write( "Factor out x^2 \n" ); document.write( "x^2(x^2 - x - 6) = 0 \n" ); document.write( "Factor again \n" ); document.write( "x^2(x-3)(x+2) = 0 \n" ); document.write( "Three solutions \n" ); document.write( "x^2 = 0 \n" ); document.write( "x = 0 \n" ); document.write( "and \n" ); document.write( "x = 3 \n" ); document.write( "and \n" ); document.write( "x = -2 \n" ); document.write( " |