document.write( "Question 321877: The length of a rectangle garden is 3yd more than twice its width. The perimeter of the garden is 36yd. What are the width and length of the garden? \n" ); document.write( "
Algebra.Com's Answer #230459 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let width be x
\n" ); document.write( "2x+3 = length
\n" ); document.write( "..
\n" ); document.write( "Perimeter = 2*L +2*W
\n" ); document.write( "=2x+2(2x+3)=36
\n" ); document.write( "2x+4x+6=36
\n" ); document.write( "6x=30
\n" ); document.write( "x=5 yards which is the width
\n" ); document.write( "..
\n" ); document.write( "Length = 2x+3
\n" ); document.write( "=2*5+3
\n" ); document.write( "=13 yards
\n" ); document.write( "
\n" );