document.write( "Question 324858: the perimeter of rectangle is 42 m. the length of the rectangle is 3 m less than twice the width. find the length and the width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #232660 by jessica43(140)\"\" \"About 
You can put this solution on YOUR website!
To solve this problem you need to use the given information to write two equations and then solve.
\n" ); document.write( "First,you know that a rectangle has 4 sides with each of the opposite sides having the same length, and the total perimeter is 42m. So:
\n" ); document.write( "W+W+L+L = 42 or 2W + 2L = 42 (with W=width and L= length)
\n" ); document.write( "Second,you know that the length of the rectangle is 3m less than twice the width, which can be written as:
\n" ); document.write( "L = 2W - 3
\n" ); document.write( "Now you can plug the second equation into the first equation, replacing the L value:
\n" ); document.write( "2W + 2L = 42
\n" ); document.write( "2W + 2(2W-3) = 42
\n" ); document.write( "2W + 4W - 6 = 42
\n" ); document.write( "6W - 6 = 42
\n" ); document.write( "6W = 48
\n" ); document.write( "W = 8
\n" ); document.write( "Now plug this into the second equation to find the length:
\n" ); document.write( "L = 2W - 3
\n" ); document.write( "L = 2(8) - 3
\n" ); document.write( "L = 16-3
\n" ); document.write( "L = 13
\n" ); document.write( "So the width of the rectangle is 8 meters and the length is 13 meters.
\n" ); document.write( "
\n" );