SOLUTION: the sum of two consecutive even integers is greater than 66.find the least possible values of the integers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: the sum of two consecutive even integers is greater than 66.find the least possible values of the integers      Log On


   



Question 872151: the sum of two consecutive even integers is greater than 66.find the least possible values of the integers
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) >= 66
2x + 2 >= 66
2x >= 64
x >= 32

The smallest possible values of the integers are 32 and 34.