SOLUTION: find 3 consecutive integers such that their sum is 0.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find 3 consecutive integers such that their sum is 0.      Log On


   



Question 815734: find 3 consecutive integers such that their sum is 0.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)

(x-1) + x + (x+1) = 0
3x = 0
x = 0

The integers are -1, 0, and 1.