document.write( "Question 694942: The length of a rectangular garden is 7ft longer than the width. The perimeter of the garden is 50ft. What is the area of the garden? \n" ); document.write( "
Algebra.Com's Answer #429949 by mathbird(71)![]() ![]() ![]() You can put this solution on YOUR website! let the width=x \n" ); document.write( "length=7+x \n" ); document.write( "perimeter=2(l+b) \n" ); document.write( "50=2(x+7+x) \n" ); document.write( "50/2=2x+7 \n" ); document.write( "25=2x+7 \n" ); document.write( "25-7=2x \n" ); document.write( "18=2x \n" ); document.write( "18/2=x \n" ); document.write( "9=x \n" ); document.write( "hence width=9ft \n" ); document.write( "length=9+7=16ft \n" ); document.write( "area=l*b \n" ); document.write( "=16*9 \n" ); document.write( "=144ft^2 \n" ); document.write( " |