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
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 815734
:
find 3 consecutive integers such that their sum is 0.
Answer by
CubeyThePenguin(3113)
(
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.