120k views
4 votes
Given three consecutive integers with a sum of four times the second number, write an algebraic equation for this situation

1 Answer

6 votes
Define x:

Let the first number be x.

1st number = x
2nd number = x + 1
3rd number = x + 2

Construct equation:
x + x + 1 + x + 2 = 4(x + 1)
3x + 3 = 4(x + 1)

Answer: 3x + 3 = 4(x + 1)
User Dave Baghdanov
by
5.9k points