SOLUTION: Find all sets of two consecutive positive odd integers with a sum that is at least 8 and less than 24.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find all sets of two consecutive positive odd integers with a sum that is at least 8 and less than 24.
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 744953
:
Find all sets of two consecutive positive odd integers with a sum that is at least 8 and less than 24.
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive positive integers: x, (x+2)
8 < x + (x + 2) < 24
8 < 2x + 2 < 24
6 < 2x < 22
3 < x < 11
solutions of x: x = 5, 7, 9
sets of integers: (5, 7), (7, 9), (9, 11)