document.write( "Question 54737: What three consecutive numbers who sum is 0 \n" ); document.write( "
Algebra.Com's Answer #36965 by psbhowmick(878)\"\" \"About 
You can put this solution on YOUR website!
Let the nos. be (n-1), n and (n+1).
\n" ); document.write( "Then the sum = (n-1) + n + (n+1) = 3n.
\n" ); document.write( "According to given condition, this sum = 0.
\n" ); document.write( "So, 3n = 0 or n = 0.
\n" ); document.write( "Hence the nos. are: (n-1) = -1, n = 0 and (n+1) = 1 i.e. -1,0,1.
\n" ); document.write( "
\n" );