SOLUTION: 3 times the first three consecutive numbers is 4 more than 2 times the second

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: 3 times the first three consecutive numbers is 4 more than 2 times the second       Log On


   



Question 187711: 3 times the first three consecutive numbers is 4 more than 2 times the second
Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
Let x = first of three consecutive numbers
x+1 = second of three consecutive numbers
x+3 = third of three consecutive numbers
.
3x = 2(x+1) + 4
3x = 2x + 2 + 4
3x = 2x + 6
x = 6
.
Our three consecutive numbers are:
6, 7, and 8