SOLUTION: find three consecutive odd integers such that 3 times their sum is 5 more than 8 times the middle one

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive odd integers such that 3 times their sum is 5 more than 8 times the middle one      Log On


   



Question 351105: find three consecutive odd integers such that 3 times their sum is 5 more than 8 times the middle one
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
HI,
*Note: Consective Integers differ by one.
Let x represent the smallest, the (x+1) and(x+2) are the other two integers.
.
Question States:
Write as You Read
.
3(x + (x+1)+(x+2)) = 8(x+1) +5
3(3x+3)= 8x + 8 + 5
.
simplify and solve
9x +9 = 8x + 13
x = 4
.
(x+1)= 5
(x+2)= 6
.
check your answer
3*15 = 8*5 + 5