document.write( "Question 258818: How do I factor this completely?\r
\n" );
document.write( "\n" );
document.write( "3x^3 - 6x^2 - 5x + 10 \n" );
document.write( "
Algebra.Com's Answer #190529 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 3x^3 - 6x^2 - 5x + 10 \n" ); document.write( "(x-2) (3 x^2-5) \n" ); document.write( "(3x^3 - 6x^2) -(5x - 10) \n" ); document.write( "3x^2(x-2)-5(x-2) \n" ); document.write( "3x^2((x-2)-5(x-2) \n" ); document.write( "(3x^2-5)(x-2) \n" ); document.write( " \n" ); document.write( " |