document.write( "Question 1007373: Solve each polynomial equation by factoring \r
\n" );
document.write( "\n" );
document.write( "x^3+2x^2-9x-18=0.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623293 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Solve each polynomial equation by factoring \n" ); document.write( "x^3+2x^2-9x-18=0. \n" ); document.write( "x^2(x+2)-9(x+2)=0 \n" ); document.write( "(x+2)(x^2-9)=0 \n" ); document.write( "x+2=0 \n" ); document.write( "x=-2 \n" ); document.write( "x^2-9=0 \n" ); document.write( "x^2=9 \n" ); document.write( "x=±√9=±3 \n" ); document.write( " |