document.write( "Question 880708: How do you find the largest of the three consecutive integers whose sum is -24? \n" ); document.write( "
Algebra.Com's Answer #531708 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the 3 consecutive integers be \"N-1\",\"N\",and \"N%2B1\".
\n" ); document.write( "\"N-1%2BN%2BN%2B1=-24\"
\n" ); document.write( "\"3N=-24\"
\n" ); document.write( "\"N=-8\"
\n" ); document.write( "Then the largest is \"N%2B1=-8%2B1=-7\"
\n" ); document.write( "
\n" ); document.write( "
\n" );