document.write( "Question 33406: If the sides of a square are decreased by 3 cm, the area is decreased by 81 cm^2. What were the dimensions of the original square?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #19755 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let the original square have side=x, and area=x^2 \n" ); document.write( "If the side is decreased by 3cm it becomes x-3, and area is (x-3)^2. \n" ); document.write( "EQUATION: \n" ); document.write( " old area - new area = 81 cm^2 \n" ); document.write( "x^2-(x-3)^2=81 \n" ); document.write( "x^2-[x^2-6x+9]=81 \n" ); document.write( "6x-9=81 \n" ); document.write( "6x=90 \n" ); document.write( "x=15cm (size of old side) \n" ); document.write( "x-3=12cm (size of new side) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |