SOLUTION: find three consecutive even integers such that their sum is 12 less than twice the smallest

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive even integers such that their sum is 12 less than twice the smallest      Log On


   



Question 981725: find three consecutive even integers such that their sum is 12 less than twice the smallest
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
N-2,N, and N%2B2 are the integers.
N-2%2BN%2BN%2B2=2%28N-2%29-12
3N=2N-4-12
3N=2N-16
N=-16
So the integers are -18,-16, and -14.