document.write( "Question 170636This question is from textbook Algebra structure and method book one
\n" );
document.write( ": Originally the dimensions of a rectangle were 20 cm by 23 cm. When both dimensions were decreased by the same amount, the area of the rectangle decreased by 120 cm^2. Find the dimensions of the new rectangle. \n" );
document.write( "
Algebra.Com's Answer #125954 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 20*23=460cm^2 is the original area. \n" ); document.write( "(20-x)(23-x)=460-120 \n" ); document.write( "460-43x+x^2=340 \n" ); document.write( "x^2-43x+460-340=0 \n" ); document.write( "x^2-43x+120=0 \n" ); document.write( "(x-40)(x-3)=0 \n" ); document.write( "x-3=0 \n" ); document.write( "x=3 \n" ); document.write( "Thus the new dimentions are: \n" ); document.write( "20-3=17 \n" ); document.write( "23-3=20 \n" ); document.write( "Proof: \n" ); document.write( "17*20=460-120 \n" ); document.write( "340=340 \n" ); document.write( " |