SOLUTION: Find all sets of four consecutive odd integers that are positive and whose sum is at most 25

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find all sets of four consecutive odd integers that are positive and whose sum is at most 25      Log On


   



Question 339337: Find all sets of four consecutive odd integers that are positive and whose sum is at most 25
Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
%28x%2Bx%2B2%2Bx%2B4%2Bx%2B6%29%3C=25
4x%2B12%3C=25
add -12
4x%2B12-12%3C=25-12
4x%3C=13
divide by 4
x%3C=13%2F4
x%3C=3.25
..
The numbers could be 1,3,5,7 OR 3,5,7,9