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)\"\" \"About 
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 \"%28x%2By%29%5E2+=+361\"\r
\n" ); document.write( "\n" ); document.write( "sub the first equation, for y, in the second, to give \"%28x+%2B+%281%2Bx%29%29%5E2+=+361\". This becomes \"%282x%2B1%29%5E2+=+361\"\r
\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( "
\n" );