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
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 57529
:
find all sets of four consecutive odd integers that are positive and whose sum is at most 25.
Answer by
checkley71(8403)
(
Show Source
):
You can
put this solution on YOUR website!
X+X+2+X+4+X+6=25
4X+12<=25
4X<=25-12
4X<=13
X<=13/4
X<=3
PROOF
3+5+7+9<=25
24<=25