Question 529346: find 3 consecutive odd integers such that the sum of four times the smallest integer and three times the largest integer is 159. Found 2 solutions by josmiceli, oberobic:Answer by josmiceli(19441) (Show Source):
You can put this solution on YOUR website! The consecutive odd integers can be defined as:
x
x+2
x+4
.
4x + 3(x+4) = 159
.
4x + 3x +12 = 159
.
7x = 147
.
x = 21
.
x+2 = 23
.
x+4 = 25
.
Done.