document.write( "Question 713863: The perimeter of a rectangular garden is 96m. The length of the garden is 8 more than the width. Find the length and width of the garden. \n" ); document.write( "
Algebra.Com's Answer #438588 by BGutridge(15)![]() ![]() ![]() You can put this solution on YOUR website! Perimeter = 96 \n" ); document.write( "let x represent the width. Then the length is represented by x+8 \n" ); document.write( "The equation to solve then would be 2(x+x+8)=96 which simplifies to 4x+16=96 \n" ); document.write( "Isolating the variable leaves 4x=80, or x=20 \n" ); document.write( "The length is 20m and the width is 28m. Checking... \n" ); document.write( "2x20=40 + 2x28=56. 40+56=96 \n" ); document.write( " |