SOLUTION: 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?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: 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?       Log On


   



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?

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
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.