.
A box is properly filled if both inequalities are valid simultaneously
x >= 11.8 ounces AND x <= 12.2 ounces.
It is the same as one compound inequality
11.8 <= x <= 12.2,
or, in the form of the absolute value inequality
| x - 12 | <= 0.2.
The box is improperly filled, if
x < 11.8 ounces OR x > 12.2 ounces.
Solved, answered and explained.
-------------------
On systems of inequalities, compound inequalities, and absolute value inequalities see the lessons
- Solving systems of linear inequalities in one unknown
- Solving compound inequalities
- Solving absolute value inequalities
in this site.
///////////
Ignore the post by @ewatrrr, since it contains errors and nonsensical inequalities.