document.write( "Question 261824: If the sides of a square are lengthened by 8 cm, the area becomes 289 cm^2. Find the length of a side of the original square.
\n" );
document.write( "The length of a side of the original square is?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #192906 by 20071436(1)![]() ![]() ![]() You can put this solution on YOUR website! the original length of the square side's is 9cm. \n" ); document.write( "u may reach this solution by considering the original side as x (variable) \n" ); document.write( "area of the square is s^2 where s is the side length = x+8 \n" ); document.write( "then (x+8)^2=289 \n" ); document.write( "taking the square root of both sides then x+8=17 \n" ); document.write( "then x=17-8=9cm \n" ); document.write( " |