document.write( "Question 40949: 2x^2+2xy+x+y \n" ); document.write( "
Algebra.Com's Answer #26323 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Factor by grouping... \n" ); document.write( "2x^2 + 2xy + x + y = \n" ); document.write( "(2x^2 + 2xy) + (x + y) = \n" ); document.write( "2x(x + y) + 1(x + y) = \n" ); document.write( "(2x + 1)(x + y) \n" ); document.write( " |