document.write( "Question 202266: the perimeter of a rectangular garden is 84 feet. The lenght of the garden is twice the width. What is the width of the garden? \n" ); document.write( "
Algebra.Com's Answer #152511 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
P = perimeter
\n" ); document.write( "L = length
\n" ); document.write( "W = width
\n" ); document.write( "P = 2*L + 2*W = 84
\n" ); document.write( "L = 2*W
\n" ); document.write( "P = 2*(2*W) + 2*W = 84 = 6*W
\n" ); document.write( "84 = 6*W
\n" ); document.write( "W = 84/6 = 14
\n" ); document.write( "L = 2*W = 28
\n" ); document.write( "-----
\n" ); document.write( "2*28 + 2*14 = 56 + 28 = 84
\n" ); document.write( "-----
\n" ); document.write( "answer is width of the garden is 14 feet.
\n" ); document.write( "
\n" ); document.write( "
\n" );