SOLUTION: find three consecutive integers such that twice the sum of the first two is 2 less than 3 times the third

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive integers such that twice the sum of the first two is 2 less than 3 times the third      Log On


   



Question 794362: find three consecutive integers such that twice the sum of the first two is 2 less than 3 times the third
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)

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

The integers are 2, 3, and 4.