SOLUTION: find two consecutive integers such that twice the larger increased by the smaller is -34

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find two consecutive integers such that twice the larger increased by the smaller is -34      Log On


   



Question 879717: find two consecutive integers such that twice the larger increased by the smaller is -34
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: x, (x+1)

2(x+1) + x = -34
3x + 2 = -34
3x = -36
x = -12

The integers are -12 and -11.