You can
put this solution on YOUR website! .
Amy is one year older than Ben the sum of their ages is greater than 33 and less than 45 find all possible ages of Ben
~~~~~~~~~~~~~~~~
Let "b" be the Ben's age.
Then Amy's age is (b+1) years.
From the condition, we have this compound inequality
33 < b + (b+1) < 45
Simplify and solve for b
33 < 2b + 1 < 45.
Subtract 1 from all three terms
32 < 2b < 44.
Divide by 2 all the terms
16 < b < 22.
It is the ANSWER to the problem's question.
Solved.