document.write( "Question 505171: If one side of a square is doubled in length and the adjacent side is decreased by two centimeters, the area of the resulting rectangle is 96 square centimeters larger than that of the original square. Find the dimensions of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #339865 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
If one side of a square is doubled in length and the adjacent side is decreased by two centimeters, the area of the resulting rectangle is 96 square centimeters larger than that of the original square.
\n" ); document.write( " Find the dimensions of the rectangle?
\n" ); document.write( ":
\n" ); document.write( "let x = the side of the square
\n" ); document.write( "then
\n" ); document.write( "x^2 = the area of the square
\n" ); document.write( ":
\n" ); document.write( "2x = length of the rectangle
\n" ); document.write( "(x-2) = width of the rectangle
\n" ); document.write( "then
\n" ); document.write( "2x(x-2) = 2x^2 - 4x = the area of the rectangle
\n" ); document.write( ":
\n" ); document.write( "Rect area - square area = 96 sq/cm
\n" ); document.write( "2x^2 - 4x - x^2 = 96
\n" ); document.write( "Forms a quadratic equation
\n" ); document.write( "x^2 - 4x - 96 = 0
\n" ); document.write( "factors to
\n" ); document.write( "(x-12)(x+8) = 0
\n" ); document.write( "positive solution
\n" ); document.write( "x = 12 cm is the side of the square
\n" ); document.write( "then
\n" ); document.write( "2(12) = 24 cm is the length of the rect
\n" ); document.write( "and
\n" ); document.write( "12-2 = 10 cm is the width of the rect
\n" ); document.write( ";
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this
\n" ); document.write( "24*10 - 12^2 =
\n" ); document.write( "240 - 144 = 96 sq/cm difference
\n" ); document.write( "
\n" );