There are three consecutive odd integers such that the sum of the smallest and largest is nineteen less than three times the middle integer. find the SUM of the integers.
d+(d+4)==3*(d+2) - 19, solve for d
d = 17 and 17+2 =19 and 17+4= 21
The 3 integers are: 17, 19, 21.