document.write( "Question 288284: The length of a rectangle is increased by 15% and the width is decreased by
\n" );
document.write( "20%. Compared to the area of the original rectangle,the area of the new
\n" );
document.write( "rectangle is\r
\n" );
document.write( "\n" );
document.write( "(a) 8% less (b) 5% less (c) the same (d) 5% more (e) l2% more \n" );
document.write( "
Algebra.Com's Answer #208945 by amnd(23) You can put this solution on YOUR website! Of course, the area of the original rectangle would be L (length) x W (width) = LW\r \n" ); document.write( "\n" ); document.write( "The new rectangle has a length 15% more than the original, which means that its length is 100 + 15 = 115% of the original rectangle, or 1.15L. \n" ); document.write( "The new rectangle has a width 20% less than the original, which means that its width is 100 - 20 = 80% of the original rectangle, or 0.8W.\r \n" ); document.write( "\n" ); document.write( "To gain the value of the new area, we only need to multiply the new length and width, yielding: \n" ); document.write( "1.15*0.8*LW = 0.92LW\r \n" ); document.write( "\n" ); document.write( "This is 92/100, or 92% of the original rectangle's area. 92% is 8% away from 100%, which means that the new rectangle's area is 8 % less (a) than the original. \n" ); document.write( " |