document.write( "Question 990975: The length of a rectangle is twice its width. If the perimeter is 72 meters, find the length and width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #610967 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make width = 'x' \n" ); document.write( "Length = 2x \n" ); document.write( "Perimeter = 2 x Width + 2 x Length \n" ); document.write( "72 = 2x + 4x \n" ); document.write( "6x = 72 \n" ); document.write( "x = 12m \n" ); document.write( "Width = 12m \n" ); document.write( "Length = 24m \n" ); document.write( "Hope this helps :-) \n" ); document.write( " \n" ); document.write( " |