document.write( "Question 702398: A square's side is increased by 3 yards, which corresponds to an increase in the area by 69 square yards. How many yards is the side of the initial square? \n" ); document.write( "
Algebra.Com's Answer #432953 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! (x+3)^2 = x^2 + 69\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 6x + 9 = x^2 + 69\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 6x + 9 - x^2 = x^2 + 69 - x^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x + 9 = 69\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x = 69 - 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 60/6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The initial square had a side length of 10 yards. \n" ); document.write( " |