SOLUTION: FIND ALL POSSIBLE SOLUTIONS FIND 2 Consecutive Even Integers such that their sum is 22 less than 8 times the first integer.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: FIND ALL POSSIBLE SOLUTIONS FIND 2 Consecutive Even Integers such that their sum is 22 less than 8 times the first 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 838990
:
FIND ALL POSSIBLE SOLUTIONS
FIND 2 Consecutive Even Integers such that their sum is 22 less than 8 times the first integer.
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive even integers: x, (x+2)
x + (x+2) = 8x - 22
2x + 2 = 8x - 22
24 = 6x
x = 4
The integers are 4 and 6.