document.write( "Question 913001: The length of a rectangle is 1 cm. more than twice the width. if the length of the rectangle is decreased by 2 cm and the width is decreased by 1 cm, the perimeter is 20cm. find the length and width of the original rectangle? \n" ); document.write( "
Algebra.Com's Answer #554254 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The length of a rectangle is 1 cm. more than twice the width. if the length of the rectangle is decreased by 2 cm and the width is decreased by 1 cm, the perimeter is 20cm. find the length and width of the original rectangle?
\n" ); document.write( "***
\n" ); document.write( "let x=width of original triangle
\n" ); document.write( "2x+1=length of original triangle
\n" ); document.write( "2(width-length)=perimeter
\n" ); document.write( "...
\n" ); document.write( "x-1=width of smaller triangle
\n" ); document.write( "2x+1-2=2x-1=length of smaller triangle
\n" ); document.write( "2(x-1+2x-1)=20
\n" ); document.write( "2(3x-2)=20
\n" ); document.write( "3x-2=10
\n" ); document.write( "3x=12
\n" ); document.write( "x=4
\n" ); document.write( "2x+1=8+1=9
\n" ); document.write( "width of original triangle=4 cm
\n" ); document.write( "length of original triangle=9 cm
\n" ); document.write( "
\n" );