document.write( "Question 470907: the sum of the squares of two consecutive positive integers is nine more than 8 times the smaller. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #322989 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Let x and (x+1) represent the two consecutive positive integers
\n" ); document.write( "Question states***
\n" ); document.write( " x^2 + (x+1)^2 = 8x + 9
\n" ); document.write( "x^2 + x^2 + 2x + 1 = 8x +9
\n" ); document.write( " 2x^2 -6x - 8 = 0
\n" ); document.write( " x^2 - 3x - 4 = 0
\n" ); document.write( "factoring
\n" ); document.write( " (x-4)(x+1) = 0
\n" ); document.write( " (x-4) = 0 x = 4 Integers are 4,5
\n" ); document.write( " (x+1) = 0 x = -1 Toss out, looking for positive pair\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " 16 + 25 = 41 = 32+9
\n" ); document.write( " \n" ); document.write( "
\n" );