document.write( "Question 64062: How would I go about factoring this?\r
\n" );
document.write( "\n" );
document.write( " x4 + 2x3 - 3x - 6 \n" );
document.write( "
Algebra.Com's Answer #44695 by jai_kos(139)![]() ![]() ![]() You can put this solution on YOUR website! x4 + 2x3 - 3x - 6 \n" ); document.write( "= x3(x+2) - 3(x+2) \n" ); document.write( "=(x+2)(x3-3) \n" ); document.write( " |