document.write( "Question 742582: A square is (x+1) inches on each side. You cut a smaller square hole from the larger square that is (y+1) inches on each side. In terms of x and y, find the area of the leftover shape in square inches. Explain your method. \n" ); document.write( "
Algebra.Com's Answer #452598 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Area of original larger square = \"%28x%2B1%29%5E2\".
\n" ); document.write( "Area of missing square part = \"%28y%2B1%29%5E2\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You are looking for the difference.
\n" ); document.write( "Remaining area is \"%28x%2B1%29%5E2-%28y%2B1%29%5E2\".
\n" ); document.write( "
\n" );