document.write( "Question 985534: completely factor the following expression
\n" );
document.write( "4x^2-8x-12+6x \n" );
document.write( "
Algebra.Com's Answer #606381 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 4x^2-8x-12+6x \n" ); document.write( "4x(x-2)+6(x-2) \n" ); document.write( "(4x+6)(x-2) \n" ); document.write( "2(2x+3)(x-2) \n" ); document.write( "; \n" ); document.write( "alternative: \n" ); document.write( "4x^2-2x-12 \n" ); document.write( "2(2x^2-x-6)) \n" ); document.write( "2(2x+3)(x-2) \n" ); document.write( " |