document.write( "Question 965095: if the sides of a square are increased by 5 feet, the new area is 81 square feet. How long is each side of the original square? \n" ); document.write( "
Algebra.Com's Answer #589851 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if the sides of a square are increased by 5 feet, the new area is 81 square feet. How long is each side of the original square? \n" ); document.write( "---- \n" ); document.write( "Original side:: x ; Original area = x^2 \n" ); document.write( "----- \n" ); document.write( "New side:: x+5 ; New area = (x+5)^2 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "(x+5)^2 = 81 \n" ); document.write( "---- \n" ); document.write( "x+5 = 9 \n" ); document.write( "---- \n" ); document.write( "x = 4 ft (length of each side of the original square) \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |