document.write( "Question 1872: Two consecutive integers are added. The square of their sum is 361. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #703 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! let the first interger be x and the second be y\r \n" ); document.write( "\n" ); document.write( "we know 2 things...y-x=1 and \n" ); document.write( "\n" ); document.write( "sub the first equation, for y, in the second, to give \n" ); document.write( "\n" ); document.write( "Hence, taking a square root of both sides gives (2x+1) = +19 or -19\r \n" ); document.write( "\n" ); document.write( "Therefore, 2x = 18 or -20 and then x=9 or -10.\r \n" ); document.write( "\n" ); document.write( "Therefore the 2 integers are either (9 and 10) or (-9 and -10)\r \n" ); document.write( "\n" ); document.write( "cheers \n" ); document.write( "Jon. \n" ); document.write( " |