document.write( "Question 687430: if the length of each side of a square is increased by 4 inches, the area of the square becomes 9 times greater. Find the perimeter of the original square \n" ); document.write( "
Algebra.Com's Answer #425152 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
if the length of each side of a square is increased by 4 inches, the area of the square becomes 9 times greater. Find the perimeter of the original square.
\n" ); document.write( "**
\n" ); document.write( "let x=original length of each side of a square
\n" ); document.write( "x^2=area of original square
\n" ); document.write( "(x+4)=side increased by 4
\n" ); document.write( "(x+4)^2=area of larger square
\n" ); document.write( "(x+4)^2=9x^2
\n" ); document.write( "x^2+8x+16=9x^2
\n" ); document.write( "8x^2-8x-16=0
\n" ); document.write( "x^2-x-2=0
\n" ); document.write( "(x-2)(x+1)=0
\n" ); document.write( "x=-1(reject)
\n" ); document.write( "or
\n" ); document.write( "x=2
\n" ); document.write( "perimeter of the original square=4x=8 inches
\n" ); document.write( "
\n" );