document.write( "Question 885730: The length of a rectangular garden is 9 feet longer than its width. The garden's perimeter is 202 feet. Find the length of the garden \n" ); document.write( "
Algebra.Com's Answer #535388 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangular garden is 9 feet longer than its width. The garden's perimeter is 202 feet. Find the length of the garden \n" ); document.write( "*** \n" ); document.write( "let x=width of garden \n" ); document.write( "x+9=length of garden \n" ); document.write( "2(length+width)=perimeter \n" ); document.write( "2(x+x+9)=202 \n" ); document.write( "2x+9=101 \n" ); document.write( "2x=92 \n" ); document.write( "x=46 \n" ); document.write( "x+9=55 \n" ); document.write( "length of garden=55ft \n" ); document.write( " |