document.write( "Question 1113782: the length of each side of a square is extended by 3 inches. The area of the resulting square is 121inches squared. find the length of the original side
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #728875 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the length of each side of a square is extended by 3 inches. The area of the resulting square is 121 inches squared. find the length of the original side. \n" ); document.write( "---- \n" ); document.write( "original side:: x \n" ); document.write( "original area:: x^2 \n" ); document.write( "--- \n" ); document.write( "new side:: x+3 \n" ); document.write( "new area:: (x+3)^2 \n" ); document.write( "-------------- \n" ); document.write( "Equation: \n" ); document.write( "(x+3)^2 = 121 \n" ); document.write( "x+3 = 11 \n" ); document.write( "x = 8 inches \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |