SOLUTION: the sum of three consecutive even integers is two more than five times the first integer. find the smallest integer.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: the sum of three consecutive even integers is two more than five times the first integer. find the smallest 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 816478
:
the sum of three consecutive even integers is two more than five times the first integer. find the smallest integer.
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 + (x+2) = 5(x-2) + 2
3x = 5x - 8
-2x = -8
x = 4
smallest integer = x - 2 = 2