document.write( "Question 381644: The perimeter of a rectangle is 60 meters. The length of the rectangle is 6 meters less than twice the width. Find the length and with of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #270693 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x and (2x-6) represent the width and length respectively
\n" ); document.write( " P = 2*l + 2*w ***
\n" ); document.write( " 60m = 2(2x-6) + 2x
\n" ); document.write( "Solving for x
\n" ); document.write( " 60m = 4x - 12m + 2x
\n" ); document.write( " 72m = 6x
\n" ); document.write( " x = 12m, the width. The length is 18m. (2*12 - 6)
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( "2*12m + 2*18m = 24m + 36m = 60m \n" ); document.write( "
\n" );