document.write( "Question 330516: If the sides of a sqaure are lengthened by 5cm. and the area becomes 81cm^2. What was the length of the original square? \n" ); document.write( "
Algebra.Com's Answer #236918 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the length of side be x \n" ); document.write( "x=5 will be the new side \n" ); document.write( "(x+5)^2= 81 \n" ); document.write( "take square root of both sides \n" ); document.write( "x+5 =9 \n" ); document.write( "x=9-5 \n" ); document.write( "x=4 cms. \n" ); document.write( " |