document.write( "Question 1107022: Factor the following polynomial. Reduce any fractions.\r
\n" );
document.write( "\n" );
document.write( "X^3-2x^2-5x+6 \n" );
document.write( "
Algebra.Com's Answer #722033 by ikleyn(52782)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "x^3 - 2x^2 - 5x + 6 = x^3 - 3x^2 + x^2 - 5x + 6 = (x^3-3x^2) + (x^2 - 5x + 6) = x^2*(x-3) + (x-2)*(x-3) = (x-3)*(x^2 + (x-2)) = \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "= (x-3)*(x^2+x-2) = (x-3)*(x+2)*(x-1).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |