SOLUTION: Find two consecutive even positive integers whose sum is 70. Also, I need to know why you do what you do?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two consecutive even positive integers whose sum is 70. Also, I need to know why you do what you do?      Log On


   



Question 898162: Find two consecutive even positive integers whose sum is 70. Also, I need to know why you do what you do?
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
If the first even integer is N, then the next consecutive integer would be N%2B2.
N%2BN%2B2=70
2N%2B2=70
2N=68
N=34
So the integers are 34 and 36.