document.write( "Question 1150095: The length of a rectangular garden is 7 feet longer than its width. If the garden's perimeter is 182 feet, what is the area of the garden in square feet?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #771454 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Width x \n" ); document.write( "Length x+7 \n" ); document.write( "perimeter = twice (length plus width) = 2(x+x+7) = 4x+14 = 182 \n" ); document.write( " \n" ); document.write( "(1) solve for the width, x \n" ); document.write( "(2) determine the length, x+7 \n" ); document.write( "(3) multiply length times width to find area \n" ); document.write( " \n" ); document.write( " |