SOLUTION: Find three consecutive integers such that three times the least is 23 more than twice the greatest.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find three consecutive integers such that three times the least is 23 more than twice the greatest.
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 784262
:
Find three consecutive integers such that three times the least is 23 more than twice the greatest.
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)
3(x-1) = 23 + 2(x + 1)
3x - 3 = 2x + 25
x = 28
The integers are 27, 28, and 29.