document.write( "Question 504433: The combined area of a square and a rectangle is 116 square centimeters. The width of the rectangle is 2 centimeters more than the length of a side of the square, and the length of the rectangle is 2 centimeters more than its width.Find the dimensions of the square and the rectangle? \n" ); document.write( "
Algebra.Com's Answer #339687 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The combined area of a square and a rectangle is 116 square centimeters. \n" ); document.write( "The width of the rectangle is 2 centimeters more than the length of a side of the square, and the length of the rectangle is 2 centimeters more than its width. \n" ); document.write( "Find the dimensions of the square and the rectangle? \n" ); document.write( ": \n" ); document.write( "x = the side of the square and the width of the rectangle \n" ); document.write( ": \n" ); document.write( "Adding the two areas \n" ); document.write( "x^2 + x(x+2) = 116 \n" ); document.write( "x^2 + x^2 + 2x = 116 \n" ); document.write( "A quadratic equation \n" ); document.write( "2x^2 + 2x - 116 = 0 \n" ); document.write( "Solve this using the quadratic formula: a=2; b=2; c=-116 \n" ); document.write( " |