document.write( "Question 566320: Find two consecutive negative integers such that the sum of their squares is 113. \n" ); document.write( "
Algebra.Com's Answer #366181 by ad_alta(240)\"\" \"About 
You can put this solution on YOUR website!
Let 'n' be the smaller integer. Then n^2+(n+1)^2=113. Thus 2n^2+2n-112=0. Using the quadratic formula, we get n=-8. The two consecutive negative integers are -8 and -7. \n" ); document.write( "
\n" );