document.write( "Question 52026This question is from textbook Beginning Algebra
\n" );
document.write( ": If the sides of a square are decreased by 3 cm, the area is decreased by 81cm^2. What were the dimensions of the original square? \n" );
document.write( "
Algebra.Com's Answer #34698 by mathchemprofessor(65)![]() ![]() You can put this solution on YOUR website! Let the original sides fo the square be xcm \n" ); document.write( "Area of the square= x^2 cm^2 \n" ); document.write( "When the sides are decreased by 3cm, then the area is (x-3)^2 sq cm \n" ); document.write( "Given: \n" ); document.write( "x^2-(x-3)^2=81 \n" ); document.write( "x^2-(x^2-6x+9)=81 \n" ); document.write( "x^2-x^2+6x-9=81 \n" ); document.write( "6x=81+9=90 \n" ); document.write( "x=15 \n" ); document.write( "So, the original dimensions of the square=15cm \n" ); document.write( " |