SOLUTION: find three consecutive numbers whose sum is nine greater than the largest number

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive numbers whose sum is nine greater than the largest number      Log On


   



Question 655695: find three consecutive numbers whose sum is nine greater than the largest number
Answer by MathDazed(34) About Me  (Show Source):
You can put this solution on YOUR website!
n + (n+1) + (n+2) = (n+2) + 9
3n + 3 = n + 11
2n = 8
n = 4
n+1 = 5
n+2 = 6