document.write( "Question 74188: Factor completely: (x+3y)^2-(2x+5y)^2 \n" ); document.write( "
\n" ); document.write( "Factor completely: (x+3y)^2-(2x+5y)^2\r\n" ); document.write( "\n" ); document.write( "This is a speacial case: the difference of two squares\r\n" ); document.write( "\n" ); document.write( " x^2 - y^2 = (x - y) (x + y)\r\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " (x+3y)^2-(2x+5y)^2 = [(x+3y)-(2x+5y)][(x+3y) + (2x+5y)]\n" ); document.write( " = [(x+3y)-1(2x+5y)][(x+3y) + (2x+5y)]\n" ); document.write( " = (x + 3y - 2x - 5y)(x + 3y + 2x +5y)\n" ); document.write( " = (-x - 2y)(3x +8y)\r\n" ); document.write( "\n" ); document.write( "