document.write( "Question 83889: If the sides of a square are decreased by 2cm, the area is decreased by 36cm^2. What are the dimensions of the original square?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #60345 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the sides of a square are decreased by 2cm, the area is decreased by 36cm^2. What are the dimensions of the original square? \n" ); document.write( "------------------ \n" ); document.write( "Let the original square have sides that are \"x\"cm. long. \n" ); document.write( "The area of this square is x^2 cm^2 \n" ); document.write( "---------------- \n" ); document.write( "The new sqquare has sides that are \"x-2\"cm. long. \n" ); document.write( "The area of this square is (x-2)^2 = x^2-4x+4 cm^2 \n" ); document.write( "------------ \n" ); document.write( "EQUATION: \n" ); document.write( "original area minus new area = 36 cm^2 \n" ); document.write( "x^2-(x^2-4x+4) = 36 \n" ); document.write( "4x-4 = 36 \n" ); document.write( "4x = 40 \n" ); document.write( "x = 10 cm \n" ); document.write( "The original square is 10 cm by 10 cm\r \n" ); document.write( "\n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |