document.write( "Question 176985: if the length of a rectangle is increased by 120%and its width is decreased by 20%,what is the resulting percentage increase or decrease in the area? \n" ); document.write( "
Algebra.Com's Answer #132047 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! if the length of a rectangle is increased by 120%and its width is decreased by 20%,what is the resulting percentage increase or decrease in the area? \n" ); document.write( ". \n" ); document.write( "Let x = width of original rectangle \n" ); document.write( "and y = length of original rectangle \n" ); document.write( ". \n" ); document.write( "\"original area\" = xy \n" ); document.write( ". \n" ); document.write( "New dimensions: \n" ); document.write( "x-.20x = .80x = width of new rectangle \n" ); document.write( "y+1.20y = 2.20y = length of new rectangle \n" ); document.write( ". \n" ); document.write( "\"new area\" = (.80x)(2.20y) = 1.76xy \n" ); document.write( ". \n" ); document.write( "Therefore, the percentage increase is 176% \n" ); document.write( " |