document.write( "Question 1016663: Factor by grouping
\n" );
document.write( "12x-xu+2u-6x^2 \n" );
document.write( "
Algebra.Com's Answer #633073 by fractalier(6550) You can put this solution on YOUR website! Okay, we might be best served by rearranging \n" ); document.write( "12x - xu + 2u - 6x^2 = \n" ); document.write( "12x - 6x^2 + 2u - xu = \n" ); document.write( "6x(2 - x) + u(2 - x) = \n" ); document.write( "(6x + u)(2 - x) \n" ); document.write( " |