document.write( "Question 865713: The length of a rectangular garden is 9 feet longer than its width. If the garden's perimeter is 202 feet, what is the area of the garden in square feet? \n" ); document.write( "
Algebra.Com's Answer #521814 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangular garden is 9 feet longer than its width. If the garden's perimeter is 202 feet, what is the area of the garden in square feet? \n" ); document.write( "*** \n" ); document.write( "let x=width \n" ); document.write( "x+9=length \n" ); document.write( "Area=length*width=x(x+9) \n" ); document.write( "perimeter=2x+2(x+9)=202 \n" ); document.write( "x+x+9=101 \n" ); document.write( "2x+9=101 \n" ); document.write( "2x=92 \n" ); document.write( "x=46(width) \n" ); document.write( "x+9=55(length) \n" ); document.write( "area=x(x+9)=46*55=2530 sq ft \n" ); document.write( " |