SOLUTION: the sum of three consecutivee numbers is 27. what are the numbers?

Algebra ->  Human-and-algebraic-language -> SOLUTION: the sum of three consecutivee numbers is 27. what are the numbers?      Log On


   



Question 54525: the sum of three consecutivee numbers is 27. what are the numbers?
Answer by Nate(3500) About Me  (Show Source):
You can put this solution on YOUR website!
First Number = i
Second Number = i + 1
Third Number = i + 2
i + i + 1 + i + 2 = 27
3i + 3 = 27
3i = 24
i = 8
The numbers are: 8,9, and 10