document.write( "Question 548868: Find the length of a rectangular lot with a perimeter of 132 meters if the length is 4 meters more than the width. \n" ); document.write( "
Algebra.Com's Answer #357250 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width =w \n" ); document.write( "length = w+4\r \n" ); document.write( "\n" ); document.write( "Perimeter = 2(L+W)\r \n" ); document.write( "\n" ); document.write( "Perimeter = 2(w+w+4)\r \n" ); document.write( "\n" ); document.write( "perimeter = 2(2w+4)\r \n" ); document.write( "\n" ); document.write( "132=4w+8 \n" ); document.write( "4w=124 \n" ); document.write( "/4 \n" ); document.write( "w=31 m the width \n" ); document.write( "length = 35 m \n" ); document.write( " |