document.write( "Question 94986: If the sides of a square are decreased by 2 cm, the area is decreased by 36 cm2. What were the dimensions of the original square?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #69161 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If the sides of a square are decreased by 2 cm, the area is decreased by 36 cm2. What were the dimensions of the original square? \n" ); document.write( ": \n" ); document.write( "Let x = side of original square \n" ); document.write( "Then \n" ); document.write( "(x-2) = side of the new square \n" ); document.write( ": \n" ); document.write( "Original square area - new square area = 36 \n" ); document.write( " x^2 - (x-2)^2 = 36 \n" ); document.write( ": \n" ); document.write( " x^2 - (x^2 - 4x + 4) = 36: FOILed (x-2)(x-2) \n" ); document.write( ": \n" ); document.write( " x^2 - x^2 + 4x - 4 = 36; removing bracket changes the signs \n" ); document.write( ": \n" ); document.write( "4x = 36 + 4; x^2's cancel out \n" ); document.write( ": \n" ); document.write( "4x = 40 \n" ); document.write( ": \n" ); document.write( "x = 40/4 \n" ); document.write( ": \n" ); document.write( "x = 10 cm, side of original square: \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: 10^2 - 8^2 = 36 \n" ); document.write( " |