Adam V. answered 09/20/16
Tutor
4.9
(19)
Senior Software Engineer, over 16 years work experience!
Let A = the first integer
Let B = the second integer
Let C = the third integer
Since the numbers are consecutive and odd, we know that the numbers must all be 2 apart.
Therefore we know
B = A + 2
C = B + 2 = A + 4
We also know that the median of a set of numbers is the middle value. Therefore, the median = B
Finally, from the problem, we know that
A + 8 = (B + C) - 23
Since we have B and C in terms of A, we can just use substitution:
A + 8 = ((A + 2) + (A + 4)) - 23
A + 8 = A + 2 + A + 4 - 23
8 = A + 2 + A + 4 - 23 - A
8 = A + 2 + 4 - 23
8 = A + 6 - 23
8 = A - 17
8 + 17 = A
25 = A
Therefore A = 25, B = 27, C = 29.