document.write( "Question 203191: A rectangle has integer side lengths. One pair of opposite sides is increased by 30% and the other pair of sides is decreased by 20%. The new side lengths are also integers. What is the smallest possible area, in square units, of the new
\n" );
document.write( "rectangle? \n" );
document.write( "
Algebra.Com's Answer #153308 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Let x and y represent the sides of the original rectangle. And we are given that they are both integers. (And, since they are sides of a rectangle, we must assume that they are positive integers.) \n" ); document.write( "If we increase a side by 30% then the new side is 130% of the original side. 130% = 130/100 = 13/10. So if the original side is x the increased side is \n" ); document.write( "The problem tells us that this new side, \n" ); document.write( "Similarly, if we decrease y by 20% the new side is 80% of the original side. 80% = 80/100 = 4/5. So the decreased side is \n" ); document.write( "With the new sides of 13 and 4, the smallest possible are is 13*4 = 52. \n" ); document.write( " |