document.write( "Question 968960: The length of Sally's garden is 4 meters greater than 3 times the width. The perimeter of her garden is 72 meters. What are the dimensions of Sally's garden? \n" ); document.write( "
Algebra.Com's Answer #592020 by amarjeeth123(570) ![]() You can put this solution on YOUR website! Let the width be x. \n" ); document.write( "Then the length is (3x+4). \n" ); document.write( "Perimeter=2(length+width) \n" ); document.write( "Plugging in the values we get, \n" ); document.write( "2(3x+4+x)=72 \n" ); document.write( "2(4x+4)=72 \n" ); document.write( "8(x+1)=72 \n" ); document.write( "x+1=9 \n" ); document.write( "x=8 metres \n" ); document.write( "The width of the garden in 8 metres. \n" ); document.write( "The length of the garden is 28 metres. \n" ); document.write( " |