document.write( "Question 489417: find two consecutive integers whose sum is 16 less than the square of the larger number \n" ); document.write( "
Algebra.Com's Answer #333659 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
n+(n+1)+16=(n+1)2
\n" ); document.write( "2n+17=n2+2n+1
\n" ); document.write( "n2-16=0
\n" ); document.write( "n2=16
\n" ); document.write( "n=4 or -4
\n" ); document.write( "The two possible answers for n are 4 and -4, therefore the two possible values for n+1 are 5 and -3. ☺☺☺☺
\n" ); document.write( "
\n" ); document.write( "
\n" );