document.write( "Question 319499: If two adjacent edges of a given square were made to be 2 cm longer, the area of the resulting square contains 84 more square centimeters than the original. How long is an edge of the original square? \n" ); document.write( "
Algebra.Com's Answer #228868 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let the length of square be x cm \n" ); document.write( "the increased length = x+2\r \n" ); document.write( "\n" ); document.write( "x^2+84 = (x+2)^2 \n" ); document.write( "x^2+84=x^2+4x+4 \n" ); document.write( "4x=80 \n" ); document.write( "x=20 cm \n" ); document.write( "the length of original square \n" ); document.write( " |