document.write( "Question 158252: The length of a certain rectangle is 10 meters greater than twice its width. if its length were doubled and the width were halved, the perimeter would be increased by 80 meters. Find the area of the original rectangle. \n" ); document.write( "
Algebra.Com's Answer #116626 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! L=2W+10 \n" ); document.write( "W=W \n" ); document.write( "2(2W+10)+2W=2*2L+2W/2-80 \n" ); document.write( "4W+20+2W=4(2W+10)+W-80 \n" ); document.write( "6W+20=8W+40+W-80 \n" ); document.write( "6W-9W=-40-20 \n" ); document.write( "-3W=-60 \n" ); document.write( "W=-60/-3 \n" ); document.write( "W=20 FOR THE ORIGINAL WIDTH \n" ); document.write( "L=2*20+10 \n" ); document.write( "L=40+10 \n" ); document.write( "L=50 FOR THE ORIGINAL LENGTH. \n" ); document.write( "PROOF: \n" ); document.write( "2(2*20+10)+2*20=4(2*20+10)+2*20/2-80 \n" ); document.write( "2(40+10)+40=4(40+10)+40/2-80 \n" ); document.write( "2*50+40=4*50+20-80 \n" ); document.write( "100+40=200+20-80 \n" ); document.write( "140=220-80 \n" ); document.write( "140=140 \n" ); document.write( " \n" ); document.write( " |