document.write( "Question 89061: factor by grouping:\r
\n" );
document.write( "\n" );
document.write( "x^3-3x^2+4x-12 \n" );
document.write( "
Algebra.Com's Answer #64739 by malakumar_kos@yahoo.com(315)![]() ![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( " factor by grouping:\r \n" ); document.write( "\n" ); document.write( "x^3-3x^2+4x-12\r \n" ); document.write( "\n" ); document.write( " consider x^3-3x^2+4x-12 \n" ); document.write( " = x^2(x-3)+4(x-3) \n" ); document.write( " = (x-3).(x^2+4) \n" ); document.write( " |