document.write( "Question 599090: The length of a rectangular garden is four times its width. The perimeter of the garden is 240 meters. What is the length of the garden? \n" ); document.write( "
Algebra.Com's Answer #378812 by flame8855(424)![]() ![]() You can put this solution on YOUR website! let l be the length \n" ); document.write( "let w be the width \n" ); document.write( "l= 4 w \n" ); document.write( "p= 240= 2l +2w \n" ); document.write( "2l+2w= 240 \n" ); document.write( "solve the two equations \n" ); document.write( "2(4w)+2w=240 \n" ); document.write( "10w=240 \n" ); document.write( "w=24 \n" ); document.write( "l=96 \n" ); document.write( " \n" ); document.write( " |