Question 77995
"find 3 consecutive odd integers"
x, (x+2), (x+4)
:
"twice the smallest is 3 more than the greatest integer."
2x = 3 + (x+4)
:
2x = x + 7
:
2x - x = 7
:
x = 7, 9, 11 are the the 3 odd integers
:
Check:
2(7) = 3 + (7+4)