SOLUTION: The sum of two consecutive EVEN integers is 182. Algebraically, find the two integers.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The sum of two consecutive EVEN integers is 182. Algebraically, find the two integers.      Log On


   



Question 150161: The sum of two consecutive EVEN integers is 182. Algebraically, find the two integers.
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Let N be the first integer.
The next integer, consecutive even integer that is, is N+2.
N%2B%28N%2B2%29=182
2N%2B2=182
2N=180
N=90
The two consecutive even integers that sum to 182 are 90(N) and 92(N%2B2).