document.write( "Question 850513: The length of a rectangular garden is 4 feet more than three times its width. The perimeter of the garden is 56 feet. Find the length and width of the garden. \n" ); document.write( "
Algebra.Com's Answer #512324 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! Let Width be x and length 3x+4 \n" ); document.write( "Perimeter = 56 \n" ); document.write( "2(l+b)=56 \n" ); document.write( "2(x+3x+4)=56 \n" ); document.write( "2(4x+4)=56 \n" ); document.write( "4x +4 = 28 \n" ); document.write( "4x = 24 \n" ); document.write( "x = 6 \n" ); document.write( "Width = 6 ft and Length = 22 ft \n" ); document.write( " |