document.write( "Question 253681: What is the measure of the lenght of a rectangle that ha a width of 2 meters and a perimeter of 14 meters? \n" ); document.write( "
Algebra.Com's Answer #186148 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Given, the width of the rectangle = 2 mts \n" ); document.write( "Let the length of the rectangle = x mts \n" ); document.write( "Perimeter 2x+2*2 = 14 \n" ); document.write( " 2x+4 = 14 \n" ); document.write( " 2x = 14-4 \n" ); document.write( " 2x = 10 \n" ); document.write( " x = 5 mts \n" ); document.write( "Therefore, the length of the rectangle = 5 mts \n" ); document.write( " \n" ); document.write( " |