How do you solve #|3f + 2| <= 7#?
1 Answer
Consider cases
#-3 <= f <= 5/3#
Explanation:
Split into cases
Case:
If
In this case,
#-3f-2 <= 7#
Add
#-2 <= 3f + 7#
Subtract
#-9 <= 3f#
Divide both sides by
#-3 <= f#
So this case gives us solutions
Case:
If
In this case,
#3f+2 <= 7#
Subtract
#3f <= 5#
Divide both sides by
#f <= 5/3#
So this case gives us solutions
Summary
Putting both solutions together, the original inequality is satisfied for all
Here are graphs of
graph{(abs(3x+2)-y)(y+0.001x-7) = 0 [-14.28, 13.81, -1.85, 12.2]}