document.write( "Question 991213: A rectangle has a perimeter of 130 centimeters. If the length of the rectangle is 4 times its width, find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #611072 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A rectangle has a perimeter of 130 centimeters. If the length of the rectangle is 4 times its width, find the dimensions of the rectangle. \n" ); document.write( "--------------- \n" ); document.write( "width:: x \n" ); document.write( "length:: 4x \n" ); document.write( "---- \n" ); document.write( "perimeter = 2(length + width) \n" ); document.write( "130 = 2(5x) \n" ); document.write( "x = 13 (width) \n" ); document.write( "4x = 52 (length) \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------ \n" ); document.write( " |