SOLUTION: find 3 consecutive integers such that the sum of twice the second and three times the third is 5 less that six times the first

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find 3 consecutive integers such that the sum of twice the second and three times the third is 5 less that six times the first      Log On


   



Question 399115: find 3 consecutive integers such that the sum of twice the second and three times the third is 5 less that six times the first
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!

Hi
Find three consecutive integers
Let x, (x+1), (x+2) represent the three consecutive integers respectively
Question states***
2(x+1) + 3(x+2) = 6x - 5
Solving for x
5x + 8 = 6x - 5
13 = x The three consecutive integers are 13,14,15
CHECKING our Answer***
2*14 + 3*15 = 73 = 78 - 5