document.write( "Question 258209: The perimeter of a rectangle is 118m. The length is 2m more than twice the width. Find the dimensions. \n" ); document.write( "
Algebra.Com's Answer #190068 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! perimeter of a rectangle is 118m. The length is 2m more than twice the width. Find the dimensions. \n" ); document.write( "------------------------------- \n" ); document.write( "L = W + 2 \n" ); document.write( "Perimeter = 2(L + W) \n" ); document.write( "118 = 2(W+2 + W) \n" ); document.write( "59 = 2W + 2 \n" ); document.write( "2W = 57 \n" ); document.write( "W = 19 meters (width) \n" ); document.write( "--- \n" ); document.write( "L = 19+2 = 21 meters (length) \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |