document.write( "Question 1101338: A rectangle has an area of 2340 sq.cm.. When the length and width are both increased by 2 cm each, the area is increased by 206 sq. cm. Find the original perimeter. \n" ); document.write( "
Algebra.Com's Answer #715924 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let l and w be the width and length of the rectangle, respectively. Then: \n" ); document.write( "lw=2340 and \n" ); document.write( "(l+2)(w+2)=2340+206=2546 \n" ); document.write( "So: \n" ); document.write( "l=2340/w \n" ); document.write( "(2340/w +2)(w+2)=2546 \n" ); document.write( "2340+4680/w+2w+4=2546 \n" ); document.write( "4680/w+2w=202 \n" ); document.write( "4680+2w²=202w \n" ); document.write( "2w²-202w+4680=0 \n" ); document.write( "w²-101w+2340=0 \n" ); document.write( "(w-65)(w-36)=0 \n" ); document.write( "w=65 or 36 \n" ); document.write( "The width is 36; and the length is 65, making the original perimeter 202cm \n" ); document.write( "☺☺☺☺ \n" ); document.write( " \n" ); document.write( " |