document.write( "Question 1066237: The length or a rectangle is 15cm longer than its width. When its width is increased by 3cm and its length is decreased by 5cm, the area of the new rectangle is 20cm² bigger than the original rectangle.
\n" );
document.write( "Find the original dimension of the new rectangle.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #681460 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let w be the width of the rectangle. Then the length would be w+15. So: \n" ); document.write( "(w+3)(w+15-5)-w(w+15)=20 \n" ); document.write( "w²+13w+30-w²-15w=20 \n" ); document.write( "30-2w=20 \n" ); document.write( "w=5 \n" ); document.write( "The original rectangle was 5 x 20 cms., the new rectangle is 8 x 15 cms. ☺☺☺☺ \n" ); document.write( " |