SOLUTION: find three consecutive integers such that three times the smallest equals to the middle number increased by the greatest number

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: find three consecutive integers such that three times the smallest equals to the middle number increased by the greatest number      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



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) About Me  (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