SOLUTION: find three consecutive integers such that the sum of the smallest integer and twice the second is 12 more than the third

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive integers such that the sum of the smallest integer and twice the second is 12 more than the third      Log On


   



Question 1050588: find three consecutive integers such that the sum of the smallest integer and twice the second is 12 more than the third
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
n is any integer.
Integers in order, system%28n%2Cn%2B1%2Cn%2B3%29;

n%2B2%28n%2B1%29=%28n%2B2%29%2B12