document.write( "Question 99424: Please help. I've been working on trying to solve by setting up a polynomial expression, but having trouble with this one. \r
\n" );
document.write( "\n" );
document.write( "If the sides of a square are decreased by 2 cm, the area is decreased by 36 cm^2. What were the dimensions of the original square?\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #72329 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let x=length of original side. \n" ); document.write( "A=s^2 \n" ); document.write( "new square area=old square area-36 \n" ); document.write( "(x-2)^2=x^2-36 \n" ); document.write( "x^2-4x+4=x^2-36 \n" ); document.write( "subtract x^2 and 4 from both sides: -4x=-40 \n" ); document.write( "divide -4 into each side: x=10 Ans. \n" ); document.write( "Check: \n" ); document.write( "10^2=100 \n" ); document.write( "8^2=64 \n" ); document.write( "100-64=36 \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |