document.write( "Question 689597: Please help me figure out how to find the x intercepts of this equation:\r
\n" );
document.write( "\n" );
document.write( "y= -3x^3 + 18x - 27x \n" );
document.write( "
Algebra.Com's Answer #426009 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I think the problem is: \n" ); document.write( "y= -3x^3 + 18x^2 - 27x \n" ); document.write( "x intercept occur when y = 0 \n" ); document.write( "-3x^3 + 18x^2 - 27x = 0 \n" ); document.write( "Factor out -3x \n" ); document.write( "-3x(x^2 - 6x + 9) = 0 \n" ); document.write( "a perfect square is revealed, factor it to \n" ); document.write( "-3x(x-3)(x-3) = 0 \n" ); document.write( "the x intercepts: \n" ); document.write( "-3x = 0 \n" ); document.write( "x = 0 \n" ); document.write( "and \n" ); document.write( "x = 3 \n" ); document.write( " |