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


   



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) About Me  (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.