document.write( "Question 1009726: The length of a rectangle exceeds its width by 5m. If the width is increased by 1m and the length is decreased by 2m, the area of the new rectangle is 4 sq m less than the area of the original rectangle. Find the dimensions of the original rectangle. \n" ); document.write( "
Algebra.Com's Answer #625242 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The area is A = LW for a rectangle.
\n" ); document.write( "We have originally
\n" ); document.write( "L = W + 5
\n" ); document.write( "Then the area is (W+5)W = W^2 + 5W
\n" ); document.write( "Then
\n" ); document.write( "(L-2)(W+1) = W^2 + 5W - 4
\n" ); document.write( "Substituting we get
\n" ); document.write( "(W+5 - 2)(W+1) = W^2 + 5W - 4
\n" ); document.write( "(W + 3)(W + 1) = W^2 + 5W - 4
\n" ); document.write( "W^2 + 4W + 3 = W^2 + 5W - 4
\n" ); document.write( "and W = 7 m so that
\n" ); document.write( "L = 12 m
\n" ); document.write( "
\n" );