document.write( "Question 944664: the perimeter of a rectangle is 132 meters. the length is 2 meters more than 3 times the width. what are the dimensions? \n" ); document.write( "
Algebra.Com's Answer #575993 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be x. \n" ); document.write( "Then the length is (3x+2). \n" ); document.write( "perimeter of the rectangle is 132 meters \n" ); document.write( "2(x+(3x+2))=132 \n" ); document.write( "4x+2=66 \n" ); document.write( "4x=64 \n" ); document.write( "x=16 \n" ); document.write( "The length=50 \n" ); document.write( "The dimensions of the rectangle are 50m and 16m. \n" ); document.write( " \n" ); document.write( " |