document.write( "Question 1059575: The perimeter of a rectangular garden is 324 ft. IF the length is twice the width, what is the width of the garden? \n" ); document.write( "
Algebra.Com's Answer #674608 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the width = x \n" ); document.write( "Length = 2x \n" ); document.write( "Perimeter = 2 x Length + 2 x Width. \n" ); document.write( "324 = 2(2x) + 2(x) \n" ); document.write( "324 = 4x + 2x \n" ); document.write( "6x = 324 \n" ); document.write( "x = 54 \n" ); document.write( "Width = 54 ft \n" ); document.write( "Length = 108 ft. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |