SOLUTION: If 'd' is the middle number of three consecutive odd integers whose sum is 's', what is the value of 'd' divided by 's'? Explain how you got your answer.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: If 'd' is the middle number of three consecutive odd integers whose sum is 's', what is the value of 'd' divided by 's'? Explain how you got your answer.      Log On


   



Question 879749: If 'd' is the middle number of three consecutive odd integers whose sum is 's', what is the value of 'd' divided by 's'? Explain how you got your answer.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
numbers: d-2, d, d+2

(d-2) + d + (d+2) = s
3d = s

d/s = 1/3