.
If the left side of an inequality is an absolute value and the right side is not and the sides are separated by a sign indicating "less than" or "less than or equal to", then any solution that is a compound inequality involves two single inequalities separated by "or".
True or false?
----------------------------------------------------------------
True.
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
If f(x) is a function or an expression containing an unknown variable x, then the inequality
|f(x)| < c, where c is a positive constant, has the solution set which is the of solutions of these two systems of inequalities:
1) f(x) >= 0 and f(x) < c, <--- This AND is the same as OR. In other words, it is not exclusive AND; in opposite, it is inclusive AND.
2) f(x) <= 0 and f(x) > -c.
Again: {x: |f(x)| < c} == {x: f(x) >= 0 and f(x) < c} U {x: f(x) <= 0 and f(x) > -c}.