DWG NO. 7.2 — Lesson 2 of 5

Systems of Inequalities

Unit 7: Systems of Equations and Matrices · ~20 min

Objective Graph systems of linear inequalities and identify the region of points that satisfies every inequality simultaneously.

Lesson 7.1 solved for the single point where two lines cross. Replace one of the equal signs with < or >, and the picture changes: instead of a line, a linear inequality describes an entire half of the plane. A system of inequalities asks where all of those half-planes overlap — the answer is a region, not a point.

Graphing a single linear inequality

Systems of inequalities

Graph each inequality in the system on the same axes, using a different shading direction for each. The solution set of the system is only the region shaded by every inequality — the overlap. If the boundary lines intersect, the corner points of that overlapping region are found exactly the way Lesson 7.1 found a system's solution: by solving the boundary equations as a system.

vertex y ≤ −x + 8 y < 2x − 2

The shaded overlap satisfies both inequalities; the dashed edge is excluded, the solid edge is included

Worked Example 1 · Testing a point against a system
ProblemDoes (1, 1) satisfy the system y ≤ −x + 8 and y > 2x − 2?
1Check the first inequality: 1 ≤ −(1) + 8 = 7. True.
2Check the second inequality: 1 > 2(1) − 2 = 0. True.
(1, 1) satisfies both inequalities, so it lies in the solution region.
Worked Example 2 · Finding a vertex of the solution region
ProblemFind the corner point where the boundaries y = −x + 8 and y = 2x − 2 meet.
1Set the expressions equal: −x + 8 = 2x − 2.
2Solve: 10 = 3x → x = \(\frac{10}{3}\) ≈ 3.33.
3y = 2(\(\frac{10}{3}\)) − 2 = \(\frac{20}{3}\) − 2 = \(\frac{14}{3}\) ≈ 4.67.
Vertex ≈ (3.33, 4.67) — note this point is on the dashed boundary, so it is not itself part of the solution set.

Guided practice