document.write( "Question 316718: find the length of a rectangular lot with the perimeter of 132 meters if the length is 8 meters more than the width \n" ); document.write( "
Algebra.Com's Answer #226667 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let width be x \n" ); document.write( "length =x+8 \n" ); document.write( ".. \n" ); document.write( "Perimeter = 2*L+2*W \n" ); document.write( "2x+2(x+8)=132 \n" ); document.write( "2x+2x+16=132 \n" ); document.write( "4x+16=132 \n" ); document.write( "4x=116 \n" ); document.write( "x=29 m which is the width \n" ); document.write( "the length = 29+8=37 m \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( " |