document.write( "Question 101108: the length of a rectangle is 5m less than twice its width. If its width is increased by 5m and its length by 2m, the new area would be 81 sq m more than the original. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #73595 by edjones(8007)![]() ![]() You can put this solution on YOUR website! L=2w-5 \n" ); document.write( "A=w(2w-5) \n" ); document.write( "(w+5)((2w-5)+2)=81+w(2w-5) \n" ); document.write( "(w+5)(2w-3)=81+2w^2-5w \n" ); document.write( "2w^2+7w-15=2w^2-5w+81 \n" ); document.write( "12w=96 \n" ); document.write( "w=8 \n" ); document.write( "L=16-5=11 \n" ); document.write( "I checked this and its ok. \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |