document.write( "Question 490140: A square's side is increased by 2 yards, which corresponds to an increase in the area by 56 square yards. How many yards is the side of the initial square?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #333908 by mananth(16946)![]() ![]() You can put this solution on YOUR website! original side length = x\r \n" ); document.write( "\n" ); document.write( "new length = (x+2)\r \n" ); document.write( "\n" ); document.write( "(x+2)^2= x^2+56\r \n" ); document.write( "\n" ); document.write( "x^2+4x+4 =x^2+56 \n" ); document.write( "4x+4 =56 \n" ); document.write( "4x=52 \n" ); document.write( "x=13 yards ---original length of side \n" ); document.write( " |