document.write( "Question 176771: A rectangle has a perimeter of 46 cm. Its length is 2 cm more than twice its width. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #131897 by EMStelley(208)\"\" \"About 
You can put this solution on YOUR website!
Let's call the width of the rectangle w. Then if the length is 2 cm more than twice the width, the length can be represented by 2w+2. Remembering that perimeter is 2L+2W, we have that
\n" ); document.write( "46 = 2(2w+2) + 2w
\n" ); document.write( "46 = 4w + 4 + 2w
\n" ); document.write( "46 = 6w + 4
\n" ); document.write( "42 = 6w
\n" ); document.write( "7 = w
\n" ); document.write( "So the width of the rectangle is 7 cm, and since the length is 2w+2, we have that the length is 2(7)+2 = 16 cm.
\n" ); document.write( "
\n" );