document.write( "Question 265456: The width of a rectangular garden is 1 yard more than half the length.
\n" );
document.write( "If the perimeter is 26 yards, find the length and width of the garden. \n" );
document.write( "
Algebra.Com's Answer #195165 by roseo(33)![]() ![]() ![]() You can put this solution on YOUR website! Because the width is given in terms of the length, make the length = x and then the width would be 1+ 1/2 x. Remember that the perimeter is twice the length plus twice the width. Therefore, \n" ); document.write( "2x + 2(1 + 1/2 x) = 26 \n" ); document.write( "2x + 2 +x = 26 \n" ); document.write( "3x +2 = 26 \n" ); document.write( "3x = 24 \n" ); document.write( "x = 8 \n" ); document.write( "So 8 yd. would be the length and 1 + 1/2 (8) = 5 yd. would be the width \n" ); document.write( " |