How Do You Graph a System of Linear Inequalities? Start Here.
If you’ve ever looked at a graph full of lines and shaded regions and thought, “Okay, but where’s the answer?” — you’re not alone.
That’s usually where systems of linear inequalities get tricky. On the flip side, you’re not just graphing one line. You’re graphing multiple inequality rules, then finding the area where all of them are true at the same time.
The short version? You graph each inequality, shade the correct side, and look for the overlap.
Let’s make that feel less like guessing Worth keeping that in mind..
What Is Graphing a System of Linear Inequalities
A system of linear inequalities is a set of two or more inequalities that you graph on the same coordinate plane. Each inequality has its own boundary line and its own shaded region Which is the point..
The solution to the system is the area where all the shaded regions overlap.
That overlap is sometimes called the feasible region, especially in algebra, optimization, and real-world planning problems. It’s the set of all points that satisfy every inequality in the system.
As an example, a system might look like this:
y > 2x - 1
y ≤ -x + 4
Each inequality creates a half-plane on the graph. When you graph both, the answer is the region where the shading from both inequalities lands on top of itself.
Boundary Lines Are the Starting Point
Every linear inequality has a related boundary line. You get that line by replacing the inequality symbol with an equals sign.
So for:
y < 3x + 2
the boundary line is:
y = 3x + 2
That line acts like a border. The inequality tells you which side of the border counts.
Dashed vs. Solid Lines
This part matters a lot.
If the inequality is strict, meaning it uses < or >, the boundary line is dashed.
That means points on the line are not included in the solution.
If the inequality includes equality, meaning it uses ≤ or ≥, the boundary line is solid Turns out it matters..
That means points on the line are included.
Think of it like a fence. This leads to a dashed fence says, “You can get close, but don’t stand on it. ” A solid fence says, “You’re allowed to stand right here.
Why Graphing a System of Linear Inequalities Matters
At first, graphing systems of linear inequalities can feel like busywork. But the idea is actually useful.
A single linear equation gives you a line. Now, a single linear inequality gives you a region. A system of linear inequalities gives you the region where several conditions are true at once.
That’s powerful because real life usually comes with limits.
You might be trying to figure out:
- how many products a business can make with limited materials
- how many hours someone can work within a weekly schedule
- what combinations of food meet nutrition requirements
- where a budget stays under a certain amount
- which production levels satisfy multiple constraints
In school, you’ll often see these problems as shaded regions on a coordinate plane. In real life, that shaded region represents possible choices The details matter here..
And that’s the key: the solution isn’t usually one point. It’s a whole set of points.
What Changes When You Understand It
Once you understand how to graph a system of linear inequalities, you stop treating the graph like random shading. You start seeing it as a map of possibilities Easy to understand, harder to ignore. Simple as that..
Every line is a limit.
Every shaded side is a rule It's one of those things that adds up..
The overlap is where everything works.
That shift makes the topic click. You’re not just drawing lines. You’re finding the area that follows all the rules.
How to Graph a System of Linear Inequalities
Here’s the process I’d use every time Easy to understand, harder to ignore..
1. Put Each Inequality in Slope-Intercept Form
If you can, rewrite each inequality in the form:
y = mx + b
For inequalities, that becomes:
y < mx + b
y > mx + b
y ≤ mx + b
y ≥ mx + b
This makes graphing much easier because you can quickly see the slope and y-intercept Simple, but easy to overlook. Simple as that..
For example:
2x + y < 6
Subtract 2x from both sides:
y < -2x + 6
Now you know the boundary line has a slope of -2 and a y-intercept of 6 Small thing, real impact. Took long enough..
What If You Can’t Solve for y?
You still can graph it. Use intercepts.
For example:
3x + 2y ≤ 6
Find the x-intercept by setting `y =
2. Draw the Boundary Line
Once the inequality is in a usable form, plot its boundary. - Dashed line for < or > – points on the line are not solutions Easy to understand, harder to ignore. No workaround needed..
- Solid line for
≤or≥– points on the line satisfy the condition.
For the example above, draw the line y = -2x + 6 as a dashed line because the original inequality was strict (<).
If the inequality had been ≤ or ≥, you would use a solid line instead Small thing, real impact. Simple as that..
3. Shade the Correct Side
The inequality tells you which side of the boundary belongs to the solution set.
A quick way to decide is to pick a test point that is not on the line—most often the origin (0, 0) works unless the line passes through it And that's really what it comes down to. Nothing fancy..
Plug the coordinates of the test point into the inequality:
- If the statement is true, shade the side that contains the test point. - If it is false, shade the opposite side.
In our case, substitute (0, 0) into y < -2x + 6:
0 < -2(0) + 6 → 0 < 6 (true).
So, the region below the dashed line is shaded.
4. Repeat for Every Inequality
A system usually contains more than one inequality.
Apply steps 1–3 to each one, drawing its own boundary and shading its allowed region.
5. Find the Overlap
The solution to the system is the intersection of all shaded regions—the area where every condition is satisfied simultaneously.
That overlapping region can be:
- A bounded polygon (often a triangle, rectangle, or more complex shape).
- An unbounded area that extends infinitely in one or more directions.
- Empty, meaning no points satisfy all inequalities at once.
6. Identify the Corner Points (Optional but Helpful)
The vertices of the overlapping region are found by solving the corresponding pairs of boundary equations as equalities.
These points are useful because:
- They often represent the most restrictive limits of the system.
- In word problems, they can correspond to extreme production levels, budget allocations, or other real‑world extremes.
To locate a vertex, set two boundary equations equal to each other and solve the resulting system of equations.
Take this: if another inequality in the system were x + y ≥ 2, you would solve:
y = -2x + 6
y = -x + 2
which yields the intersection point (4, -2). Verify that this point also satisfies the remaining inequality; if it does, it belongs to the feasible region.
7. Interpret the Result The shaded overlap is more than a picture—it encodes all possible solutions.
In a business context, each point inside the region might represent a viable combination of products to produce, hours to schedule, or funds to allocate without breaking any rule.
Because the region is usually infinite in some direction, you may need to add extra constraints (e.g., non‑negativity of quantities) to narrow it down to realistic values.
A Quick Worked Example
Suppose you need to satisfy the following two conditions simultaneously:
y ≤ 3x – 12x + y > 4
Step 1: Both are already solved for y.
Step 2:
- For
y ≤ 3x – 1, draw a solid line with slope 3 and y‑intercept –1, then shade below it. - For
2x + y > 4, rewrite asy > –2x + 4, draw a dashed line with slope –2 and y‑intercept 4, then shade above it.
Step 3: The overlapping shaded area is the solution set.
If you sketch it, you’ll see a wedge that opens upward to the right.
The corner where the two lines meet can be found by setting 3x – 1 = –2x + 4, giving x = 1 and y = 2.
Since the second inequality is strict, the point (1, 2) is not included, but every point just to the right or above it within the wedge works.
Conclusion
Graphing a system of linear inequalities transforms a collection of abstract symbols into a visual map of possibilities. By converting each inequality to slope‑intercept form, drawing the appropriate boundary, shading the correct side, and then locating the common overlap, you gain a clear picture of every solution that meets all the constraints. This visual approach not only reinforces algebraic
reasoning but also helps you check whether an answer makes sense in context. Once the graph is complete, you can test sample points, identify boundaries, and quickly see whether a proposed solution satisfies every condition.
With practice, graphing systems of linear inequalities becomes a powerful tool for solving both mathematical and real-world problems. Now, whether you are comparing costs, planning resources, or determining possible combinations, the shaded feasible region gives you a clear visual summary of what is allowed and what is not. By paying attention to boundary lines, shading directions, and overlapping regions, you can confidently interpret the full solution set.