document.write( "Question 366933: If the length of the rectangle is twice the width, and the perimeter of the rectangle is 30 cm, what is the length and width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #261562 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the length of the rectangle is twice the width, and the perimeter of the rectangle is 30 cm, what is the length and width of the rectangle? \n" ); document.write( "------------------ \n" ); document.write( "Let the width be \"x\": \n" ); document.write( "Then the length is \"2x\": \n" ); document.write( "---- \n" ); document.write( "Perimeter = 2(width + length) \n" ); document.write( "30 = 2(x+2x) \n" ); document.write( "30 = 2(3x) \n" ); document.write( "x = 5 cm (width) \n" ); document.write( "2x = 10 cm (length) \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |