document.write( "Question 539770: If a number is increased or decreased by 10, you will have a square number what is the number? \n" ); document.write( "
Algebra.Com's Answer #353548 by KMST(5328)![]() ![]() You can put this solution on YOUR website! If a number, n, is increased by 10, you get n+10. \n" ); document.write( "If the same number, n, is decreased by 10, you get n-10. \n" ); document.write( "They are both perfect squares. \n" ); document.write( "The difference between then is (n+10)-(n-10)=n+10-n+10=20. \n" ); document.write( "That tells you they are rather small numbers because as numbers grow, the differences between the squares of consecutive numbers grow larger and larger, and it does not take much to go past 20. \n" ); document.write( "TRIAL AND ERROR \n" ); document.write( "You could make a list of squares (of numbers 1 through 10), and look for two squares that differ by 20. \n" ); document.write( "ANOTHER WAY \n" ); document.write( "Could n-10 and n+10 be the squares of consecutive numbers x, and x+1? \n" ); document.write( "Would they be the squares of numbers differing by 2, like y and y+2? \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So we are talking about the squares of \n" ); document.write( " \n" ); document.write( "Solving either |