SOLUTION: Find three consecutive numbers that add up to 108(let the middle number be x)

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive numbers that add up to 108(let the middle number be x)      Log On


   



Question 1048018: Find three consecutive numbers that add up to 108(let the middle number be x)
Answer by mathslover(157) About Me  (Show Source):
You can put this solution on YOUR website!
Let the middle number of the the 3 consecutive numbers be x
so the other numbers are x-1 and x+1
Given, the 3 numbers add to 108
=> (x-1) + x + (x+1) =108
=> 3x=108
x= 108/3
x=36
Numbers are 35,36 and 37