document.write( "Question 288227: the perimeter of a rectangle is twice the sum of its length and its width. the perimeter is 40 meters and its length is 2 meters more than twice its width. what is the length? \n" ); document.write( "
Algebra.Com's Answer #208907 by Deina(147)\"\" \"About 
You can put this solution on YOUR website!
P = 40
\n" ); document.write( "P = 2(L + W)
\n" ); document.write( "L = 2W + 2
\n" ); document.write( "P = 2(2W + 2 + W)
\n" ); document.write( "P = 2(3W + 2)
\n" ); document.write( "P = 6W + 4
\n" ); document.write( "40 = 6W + 4 | subtract 4 from each side:
\n" ); document.write( "36 = 6W | divide each side by 6
\n" ); document.write( "W = 6

\n" ); document.write( "L = 2*6 + 2 = 14
\n" ); document.write( "2(14 + 6) = 40 and bob's your uncle!
\n" ); document.write( "
\n" );