document.write( "Question 1028085: Please help me factor completely\r
\n" );
document.write( "\n" );
document.write( "2x^3 - 2x^2-12X \n" );
document.write( "
Algebra.Com's Answer #643267 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay, from \n" ); document.write( "2x^3 - 2x^2 - 12x = \n" ); document.write( "let's look for the greatest common factor first (we always do that first)... \n" ); document.write( "2x(x^2 - x - 6) = \n" ); document.write( "now factor into binomials...factors of 6 that have a difference of 1...3 and 2...so we get \n" ); document.write( "2x(x - 3)(x + 2) \n" ); document.write( " |