SOLUTION: Find two consecutive integers such that twice the smaller is two more than the larger

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two consecutive integers such that twice the smaller is two more than the larger      Log On


   



Question 877258: Find two consecutive integers such that twice the smaller is two more than the larger
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: x, (x+1)

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

The integers are 3 and 4.