SOLUTION: find three consecutive integers such that the first increased by twice the second exceeds the third by 24
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find three consecutive integers such that the first increased by twice the second exceeds the third by 24
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 750380
:
find three consecutive integers such that the first increased by twice the second exceeds the third by 24
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)
(x-1) + 2x = (x+1) + 24
3x - 1 = x + 25
2x = 26
x = 13
The integers are 12, 13, and 14.