document.write( "Question 1009143: Please help me solve this equation and show each step: (x+y)^2 \n" ); document.write( "
Algebra.Com's Answer #624685 by norymae(15)![]() ![]() ![]() You can put this solution on YOUR website! longer solution:.. \n" ); document.write( "use parrot beak: \n" ); document.write( "(x+y)(x+y) \n" ); document.write( "x(x)+x(y)+y(x)+y(y) \n" ); document.write( "x^2+xy+xy+y^2 \n" ); document.write( "=x^2+2xy+y^2 \n" ); document.write( "shorter solution:.. \n" ); document.write( "(x+y)^2 \n" ); document.write( "x=1st term \n" ); document.write( "y=2nd term \n" ); document.write( "*square the first term =x^2 \n" ); document.write( "*double the product of the 2 terms =2(x*y)=2xy \n" ); document.write( "*square the last term y^2 \n" ); document.write( "*then add \n" ); document.write( "=x^2+2xy+y^2 \n" ); document.write( " |