document.write( "Question 253891: how would i factor (x + 2y) squared - 3(x+2y) +2\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #186239 by richwmiller(17219) You can put this solution on YOUR website! And that works out to: \n" ); document.write( "(x+2y)^2-3(x+2y)+2\r \n" ); document.write( "\n" ); document.write( "multiply that out to get \n" ); document.write( "x^2+4xy-3x+4y^2-6y+2 \n" ); document.write( "factor that to get \n" ); document.write( "(x+2y-2)(x+2y-1) \n" ); document.write( " |