Question 283864
There are 3 consecutive integers such that 3 times the sum of the first and third is 5 times the second. What is the third integer?
---------------
Write down what you're given.

Call x = 1st integer
x+1 is the 2nd
x+2 is the 3rd
----------------
3*(x + (x+2)) = 5*(x+1)
Solve for x.