document.write( "Question 657955: the width of a rectangle is 1 foot moe than 1/3 of its length. If the perimeter of the rectangle is 74 feet, find the area of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #410077 by lostin(9)![]() ![]() ![]() You can put this solution on YOUR website! Let Width of rectangle is W and Length is L so \n" ); document.write( "W = (L/3) + 1 \n" ); document.write( "which is same as 3W = L + 3 \n" ); document.write( " =>> 3W - L = 1 say it is equation 1. \n" ); document.write( "The perimeter of the rectangle is 74 feet so \n" ); document.write( "2W + 2L = 74 OR \n" ); document.write( "W+L = 37 say it is equation 2 \n" ); document.write( "solving equation 1 and 2 will give us \n" ); document.write( "W = 10 and L = 27 \n" ); document.write( "Area of retangle is W*L = 270 square feet \n" ); document.write( " |