document.write( "Question 520392: The area of a rectangular lot 80m by 100m is to be increased by 4000m^2. The length and the width will be increased by the same amount. What are the dimensions of the larger lot? \n" ); document.write( "
Algebra.Com's Answer #346077 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Area = Length * Width \n" ); document.write( ". \n" ); document.write( "A = 80 m * 100 m \n" ); document.write( "A = 8000 m^2 \n" ); document.write( ". \n" ); document.write( "The area is increased by 4000... \n" ); document.write( "A = 8000 + 4000 m^2 \n" ); document.write( "A = 12000 \n" ); document.write( ". \n" ); document.write( "L and W will be increased by the same amount. \n" ); document.write( "What are the new dimensions? \n" ); document.write( ". \n" ); document.write( "x = the amount of increase \n" ); document.write( "80+x = new dimension \n" ); document.write( "100+x = new dimension \n" ); document.write( ". \n" ); document.write( "(80+x)(100+x) = 12000 \n" ); document.write( ". \n" ); document.write( "use FOIL \n" ); document.write( ". \n" ); document.write( "8000 +80x +100x + x^2 = 12000 \n" ); document.write( ". \n" ); document.write( "rearrange \n" ); document.write( ". \n" ); document.write( "x^2 + 180x + 8000 -12000 = 0 \n" ); document.write( ". \n" ); document.write( "x^2 +180x -4000 = 0 \n" ); document.write( ". \n" ); document.write( "factor \n" ); document.write( ". \n" ); document.write( "(x+200)(x-20) = 0 \n" ); document.write( ". \n" ); document.write( "check using FOIL \n" ); document.write( ". \n" ); document.write( "x^2 -20x +200x -4000 = 0 \n" ); document.write( "OK \n" ); document.write( ". \n" ); document.write( "x = -200 or 20 \n" ); document.write( ". \n" ); document.write( "Negative length and width are nonsense, so x = 20 is the only reasonable solution. \n" ); document.write( ". \n" ); document.write( "Re-read the question to be sure you answer it. \n" ); document.write( ". \n" ); document.write( "Answer: The dimensions of the new lot are 100 by 120 m. \n" ); document.write( ". \n" ); document.write( "Always check your answer. \n" ); document.write( ". \n" ); document.write( "100*120 = 12000 = 8000 + 4000 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |