Question 334205: find three consecutive integers such that three times the smallest equals to the middle number increased by the greatest number Answer by nyc_function(2741) (Show Source):
You can put this solution on YOUR website! x = first number
x + 1 = middle number
x + 2 = third number
======================
3x = x + 1 + x + 2
3x = 2x + 3
3x - 2x = 3
x = 3
The numbers are: 3, 4, 5