document.write( "Question 1042562: The length of a rectangle is 7 meters more than the width. The perimeter is 46 meters. Find the length of te rectangle. \n" ); document.write( "
Algebra.Com's Answer #657529 by ana@10(4)![]() ![]() ![]() You can put this solution on YOUR website! Formula of perimeter of rectangle is 2(l+b) \n" ); document.write( "Let width be x. So length will be x+7. \n" ); document.write( "46=2(x+x+7) \n" ); document.write( "23=2x+7 \n" ); document.write( "16=2x \n" ); document.write( "x=8.. \n" ); document.write( "So width is 8metres and so length will be 15m. \n" ); document.write( " |