document.write( "Question 330521: If the sides of a square are lengthened by 8cm, the area becomes 169cm^2 find the length of a side of the orginal square. This one has me stumped and am not sure how to solve it. \n" ); document.write( "
Algebra.Com's Answer #236921 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the side be x \n" ); document.write( "new side = x+8 \n" ); document.write( "(x+8)(x+8)=225 \n" ); document.write( "(x+8)^2=15^2 \n" ); document.write( "Take square root \n" ); document.write( "x+8= 15 \n" ); document.write( "x= 15-8 \n" ); document.write( "x=7 cm \n" ); document.write( " |