Six Practice Systems of Linear Inequalities: A Step‑by‑Step Guide
Linear inequalities are the building blocks of many real‑world problems—from budgeting to engineering design. By mastering how to solve systems of linear inequalities, you can predict feasible regions, optimize solutions, and understand constraints in a clear, visual way. Below, we present six carefully crafted practice systems, each illustrating a different combination of inequality types, slopes, and intercepts. Follow the detailed steps, learn the underlying concepts, and test your skills with the included explanations and FAQs Most people skip this — try not to..
Introduction
A system of linear inequalities consists of two or more linear inequalities that must be satisfied simultaneously. The solution set is the intersection of the individual solution regions, often visualized as a shaded area on the coordinate plane. Key concepts to remember:
- Inequality symbols:
>(greater than),<(less than),≥(greater than or equal to),≤(less than or equal to). - Boundary lines: Replace the inequality sign with an equation to find the boundary line. Use a dashed line for strict inequalities (
>or<) and a solid line for inclusive inequalities (≥or≤). - Testing a point: Pick a convenient point (often the origin) to determine which side of the boundary satisfies the inequality.
Let’s dive into six practice systems, each with a step‑by‑step solution.
1. System A – One Strict, One Inclusive
Inequalities
- ( 2x + 3y > 6 )
- ( x - y \leq 1 )
Step‑by‑Step Solution
| Step | Action | Explanation |
|---|---|---|
| 1 | Draw boundary lines: (2x+3y=6) and (x-y=1). | Replace “>” with “=” and “≤” with “=”. Even so, |
| 2 | Plot points: For (2x+3y=6), set (x=0\Rightarrow y=2); set (y=0\Rightarrow x=3). Consider this: for (x-y=1), set (x=0\Rightarrow y=-1); set (y=0\Rightarrow x=1). Consider this: | These points define the lines. |
| 3 | Sketch dashed line for (2x+3y=6) (strict) and solid line for (x-y=1). On the flip side, | Dashed indicates the boundary is not included. |
| 4 | Test a point: Use the origin ((0,0)). Plug into both inequalities. | (2(0)+3(0)=0<6) → fails first; (0-0=0\le 1) → passes second. |
| 5 | Shade the region that satisfies both inequalities. | Since the origin fails the first, shade the opposite side of the dashed line. For the solid line, shade the side that includes the origin. Consider this: |
| 6 | Identify intersection region. | The overlapping shaded area is the solution set. |
Visual Summary
- Boundary 1: Dashed, slope (-\frac{2}{3}), intercept (2).
- Boundary 2: Solid, slope (1), intercept (-1).
- Solution: A convex polygon bounded by the two lines.
2. System B – Two Strict Inequalities
Inequalities
- ( y \geq -x + 4 )
- ( 3y < 9 - 2x )
Step‑by‑Step Solution
- Boundary lines: (y=-x+4) (solid) and (3y=9-2x) → (y = 3 - \frac{2}{3}x) (dashed).
- Intercepts: For the first, (x=0\Rightarrow y=4); for the second, (x=0\Rightarrow y=3).
- Test a point: Choose ((0,0)).
- (0 \ge 4) → false.
- (0 < 3) → true.
Since the first fails, shade the opposite side of the solid line.
- Intersection: Solve simultaneously to find the vertex of the feasible region.
Set (-x+4 = 3 - \frac{2}{3}x).
Multiply by 3: (-3x + 12 = 9 - 2x).
(-x = -3) → (x = 3).
Plug back: (y = -3 + 4 = 1).
Intersection point: ((3,1)). - Shade: The region above (y=-x+4) and below the dashed line is the solution.
3. System C – Three Inequalities (Triangular Feasible Region)
Inequalities
- ( y \leq 2x + 1 )
- ( y \geq -x + 3 )
- ( x \geq 0 )
Step‑by‑Step Solution
- Boundary lines:
- (y = 2x+1) (solid).
- (y = -x+3) (solid).
- (x=0) (vertical line, solid).
- Intercepts:
- For (y=2x+1): (x=0\Rightarrow y=1); (y=0\Rightarrow x=-\frac{1}{2}) (outside first quadrant).
- For (y=-x+3): (x=0\Rightarrow y=3); (y=0\Rightarrow x=3).
- Test a point: Use ((1,1)).
- (1 \le 2(1)+1 = 3) → true.
- (1 \ge -1+3 = 2) → false.
Since the second fails, shade the side of the second line that contains the origin ((0,0)), but remember (x\ge0) restricts to the right of the y‑axis.
- Find vertices:
- Intersection of (y=2x+1) and (x=0): ((0,1)).
- Intersection of (y=-x+3) and (x=0): ((0,3)).
- Intersection of the two slanted lines: Solve (2x+1 = -x+3).
(3x = 2) → (x=\frac{2}{3}).
(y = 2(\frac{2}{3})+1 = \frac{7}{3}).
- Shade: The triangle with vertices ((0,1)), ((0,3)), and ((\frac{2}{3},\frac{7}{3})) is the solution set.
4. System D – Coinciding Boundary Lines (Infinite Solutions)
Inequalities
- ( 4x - 2y \ge 8 )
- ( 2x - y \le 4 )
Step‑by‑Step Solution
- Notice proportionality: Multiply the second inequality by 2 → (4x - 2y \le 8).
The two boundaries are the same line (4x - 2y = 8). - Interpretation:
- First inequality includes points on or above the line.
- Second inequality includes points on or below the same line.
- Result: The only points that satisfy both are those exactly on the line.
Solution set: ({(x,y) \mid 4x - 2y = 8}). - Visual: Draw a solid line; shade only the line itself (no area).
5. System E – Parallel Boundary Lines (No Solution)
Inequalities
- ( y \leq x + 2 )
- ( y > x + 3 )
Step‑by‑Step Solution
- Boundary lines:
- (y = x + 2) (solid).
- (y = x + 3) (dashed).
- Parallelism: Both have slope (1); they never intersect.
- Feasibility check:
- The first inequality allows points on or below the lower line.
- The second requires points strictly above the higher line.
Since the higher line lies entirely above the lower line, there is no point that can satisfy both simultaneously.
- Conclusion: The system has no solution.
6. System F – Mixed Slopes and Quadrant Restriction
Inequalities
- ( y \geq -\frac{1}{2}x + 5 )
- ( y \leq \frac{3}{4}x - 1 )
- ( x \geq 2 )
Step‑by‑Step Solution
- Boundary lines:
- (y = -\frac{1}{2}x + 5) (solid).
- (y = \frac{3}{4}x - 1) (solid).
- (x = 2) (vertical, solid).
- Intercepts:
- First line: (x=0\Rightarrow y=5); (y=0\Rightarrow x=10).
- Second line: (x=0\Rightarrow y=-1); (y=0\Rightarrow x=\frac{4}{3}).
- Test a point: Use ((3,4)).
- (4 \ge -\frac{1}{2}(3)+5 = 3.5) → true.
- (4 \le \frac{3}{4}(3)-1 = 1.25) → false.
So the point fails the second inequality; we need to find the intersection region correctly.
- Intersection of the two slanted lines:
Solve (-\frac{1}{2}x + 5 = \frac{3}{4}x - 1).
Multiply by 4: (-2x + 20 = 3x - 4).
(5x = 24) → (x = \frac{24}{5} = 4.8).
(y = -\frac{1}{2}(4.8)+5 = 2.6). - Feasible region:
- Must satisfy (x \ge 2).
- Must lie above the first line and below the second line.
The intersection is a bounded quadrilateral with vertices:
((2, 4.5)) (intersection of (x=2) with first line),
((2, 0.5)) (intersection of (x=2) with second line),
((4.8, 2.6)) (intersection of the two slanted lines),
and the point where the second line meets the vertical line (x=2) again, which is ((2,0.5)).
The shaded area is the solution set.
Scientific Explanation: Why These Systems Work
- Linear inequalities translate to half‑planes in the coordinate system.
- The solution set of a system is the intersection of these half‑planes.
- If the half‑planes do not intersect (parallel, contradictory), the system has no solution.
- If the half‑planes overlap perfectly (coincident boundaries), the solution set is the line itself.
- When multiple inequalities are present, the feasible region can be a polygon, unbounded area, or a line segment.
Understanding these geometric relationships allows you to anticipate the shape of the solution set before plotting, saving time and reducing errors.
FAQ
| Question | Answer |
|---|---|
| What if the system has more than two inequalities? | Treat each additional inequality as another half‑plane. The solution is the intersection of all. |
| How do I handle inequalities with fractions or decimals? | Convert to a common denominator or use decimal equivalents; the plotting process remains identical. |
| Can a system have an infinite number of solutions? | Yes—if all inequalities reduce to the same boundary line or if the feasible region is an entire half‑plane. But |
| *What if the intersection is a single point? Now, * | That point satisfies all inequalities; the solution set is that point alone. Also, |
| *Is it always necessary to test a point? * | Testing a convenient point (often the origin) confirms which side of each boundary to shade. |
Quick note before moving on.
Conclusion
Mastering systems of linear inequalities equips you with a versatile tool for modeling constraints in economics, engineering, computer science, and everyday decision‑making. By systematically drawing boundary lines, testing points, and identifying intersection regions, you can solve even complex systems confidently. Use the six practice systems above as a training ground—alter coefficients, swap inequality signs, or add more constraints—to deepen your intuition and sharpen your problem‑solving skills.
The official docs gloss over this. That's a mistake Simple, but easy to overlook..