SOLUTION: Find three consecutive even integers such that twice the second plus 3 times the third is 7 times the first.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find three consecutive even integers such that twice the second plus 3 times the third is 7 times the first.
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 738686
:
Find three consecutive even integers such that twice the second plus 3 times the third is 7 times the first.
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive even integers: (x-2), x, (x+2)
2x + 3(x+2) = 7(x-2)
2x + 3x + 6 = 7x - 14
20 = 2x
x = 10
The integers are 8, 10, and 12.