SOLUTION: Find three consecutive even integers such that the sum of the greater integers is equal to three times the least integer
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find three consecutive even integers such that the sum of the greater integers is equal to three 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 781183
:
Find three consecutive even integers such that the sum of the greater integers is equal to three times the least integer
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive even integers: (x-2), x, (x+2)
x + (x+2) = 3(x-2)
2x + 2 = 3x - 6
8 = x
The integers are 6, 8, and 10.