SOLUTION: three consecutive odd number from list of first 8 odd numbers (1,3,5,7,9,11,13,15) whose sum = 33

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: three consecutive odd number from list of first 8 odd numbers (1,3,5,7,9,11,13,15) whose sum = 33      Log On


   



Question 968070: three consecutive odd number from list of first 8 odd numbers (1,3,5,7,9,11,13,15) whose sum = 33
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
We can check all triples of odd numbers. Eventually, we find that

9 + 11 + 13 = 33.