document.write( "Question 709485: each side of a square is lengthened by 1 inch. the area of this new, larger square is 100 square inches. find the length of a side of the original square. \n" ); document.write( "
Algebra.Com's Answer #436622 by checkley79(3341)\"\" \"About 
You can put this solution on YOUR website!
AREA=S^2
\n" ); document.write( "AREA=(S+1)^2
\n" ); document.write( "100=S^2+2S+1
\n" ); document.write( "S^2+2S+1-100=0
\n" ); document.write( "S^2+2S-99=0
\n" ); document.write( "(S+11)(S-9)=0
\n" ); document.write( "S-9=0
\n" ); document.write( "S=9 IN. ANS. FOR THE ORIGINAL SIDES.
\n" ); document.write( "PROOF:
\n" ); document.write( "100=(9+1)^2
\n" ); document.write( "100=10^2
\n" ); document.write( "100=100
\n" ); document.write( "
\n" );