SOLUTION: Find 3 consecutive integers such that three times the first added to the last is 22
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find 3 consecutive integers such that three times the first added to the last is 22
Log On
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 878064
:
Find 3 consecutive integers such that three times the first added to the last is 22
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)
3(x-1) + (x+1) = 22
3x-3 + x+1 = 22
4x - 2 = 22
4x = 24
x = 6
The integers are 5, 6, and 7.