document.write( "Question 151995: A rectangle is twice as long as it is wide. If its length is decreased by 4 and its width is decreased by 2, its area is decreased by 32. Find the original dimensions. \n" ); document.write( "
Algebra.Com's Answer #111818 by orca(409)\"\" \"About 
You can put this solution on YOUR website!
Suppose its width is x, then its length is 2x.
\n" ); document.write( "So its area is 2x^2.
\n" ); document.write( "The new rectangle's width is x + 2, length is 2x + 4, so its area is (x+2)(2x+4).
\n" ); document.write( "As the area of new rectangle is 32 more than the original one, we have
\n" ); document.write( "(x+2)(2x+4) = 2x^2 + 32\r
\n" ); document.write( "\n" ); document.write( "To Solve the equation for x, first we simplify it by dividing both sides by 2.
\n" ); document.write( "(x+2)(x+2) = x^2 + 16
\n" ); document.write( "Or written as
\n" ); document.write( "(x+2)^2 = x^2 + 16
\n" ); document.write( "Expanding the left side, we have
\n" ); document.write( "x^2 + 4x + 4 = x^2 + 16
\n" ); document.write( "4x = 12
\n" ); document.write( "x = 3
\n" ); document.write( "So the dimensions of the original rectangle is 3 and 6.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );