document.write( "Question 51014: The length of a rectangle is 2 cm more than twice its width. If the perimeter of the rectangle is 52 cm, find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #35062 by Niku(6)\"\" \"About 
You can put this solution on YOUR website!
width=x
\n" ); document.write( "length= 2x+2
\n" ); document.write( "Perimeter=2(length + width)
\n" ); document.write( "52 cm= 2(2x+2+x)
\n" ); document.write( "52 cm=4x+4+2x
\n" ); document.write( "48 cm=6x
\n" ); document.write( "8 cm= width
\n" ); document.write( "18 cm= length
\n" ); document.write( "
\n" );