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