SOLUTION: Find three consecutive even integers such that the difference of the third and half of the first is 14
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find three consecutive even integers such that the difference of the third and half of the first is 14
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 997319
:
Find three consecutive even integers such that the difference of the third and half of the first is 14
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive even integers: (x-2), x, (x+2)
(x+2) - (x-2)/2 = 14
x + 2 - (x/2 - 1) = 14
x + 2 - x/2 + 1 = 14
x/2 = 11
x = 22
The integers are 20, 22, and 24.