document.write( "Question 885576: The length of the rectangle is twice its width. If its length is decrease by 3m and its width is increase by 2m, the area resulting rectangle is 30 square mater. Find the dimensions of the rectangle \n" ); document.write( "
Algebra.Com's Answer #535253 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The length of the rectangle is twice its width. If its length is decrease by 3m and its width is increase by 2m, the area resulting rectangle is 30 square mater. Find the dimensions of the rectangle
\n" ); document.write( "***
\n" ); document.write( "let x=width of rectangle
\n" ); document.write( "2x=length of rectangle
\n" ); document.write( "..
\n" ); document.write( "(2x-3)(x+2)=30
\n" ); document.write( "2x^2+x-6=30
\n" ); document.write( "2x^2+x-36=0
\n" ); document.write( "(2x+9)(x-4)=0
\n" ); document.write( "2x+9=0
\n" ); document.write( "x=-9/2(reject, x>0)
\n" ); document.write( "or
\n" ); document.write( "x-4=0
\n" ); document.write( "x=4
\n" ); document.write( "2x=8
\n" ); document.write( "dimensions of the rectangle: 4m by 8m
\n" ); document.write( "
\n" ); document.write( "
\n" );