SOLUTION: four times the second of three consecutive integers equals the sum of first and third integers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: four times the second of three consecutive integers equals the sum of first and third integers      Log On


   



Question 913863: four times the second of three consecutive integers equals the sum of first and third integers
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)

4x = (x-1) + (x+1)
4x = 2x
x = 0

The integers are -1, 0, and 1.