Solve Inequalities Using a Table- Step-by-Step Guide
What Is the Table Method for Solving Inequalities?
The table method is a systematic way to solve inequalities by organizing your work into columns. Instead of juggling signs and testing points in your head, you write everything down and let the structure do the heavy lifting. 📊
It works for linear inequalities and quadratic inequalities. Once you see the pattern, you'll stop second-guessing yourself every time you flip a sign.
Why Bother With Tables?
Three reasons:
- You won't forget critical steps
- Visual learners actually retain the information
- It transfers directly to systems of inequalities
Graphing is fine. Number line testing works. But tables give you a paper trail you can check. When you get the wrong answer, you can trace exactly where things went sideways.
Step-by-Step: Solving Linear Inequalities With a Table
Example 1: 2x - 3 < 7
Step 1: Isolate the variable
2x - 3 < 7
2x < 10
x < 5
That's your boundary point. Write it at the top of your table.
Step 2: Build your table
| Expression | x < 5 | x = 5 | x > 5 |
|---|---|---|---|
| 2x - 3 | -7 | 7 | 9 |
| Sign vs 7 | < (false) | = (false) | > (false) |
Step 3: Read the solution
The inequality is 2x - 3 < 7. Check where this is true.
Only the first column (x < 5) gives a true statement. So your solution is x < 5.
Example 2: -4x + 2 ≥ -6
Isolate first:
-4x ≥ -8
x ≤ 2
| Expression | x < 2 | x = 2 | x > 2 |
|---|---|---|---|
| -4x + 2 | 6 | -6 | -10 |
| Check ≥ -6 | 6 ≥ -6 ✓ | -6 ≥ -6 ✓ | -10 ≥ -6 ✗ |
Solution: x ≤ 2
Solving Quadratic Inequalities With a Table
This is where tables really shine. Quadratic inequalities have two critical points instead of one.
Example: x² - x - 12 ≥ 0
Step 1: Find the zeros
Factor: (x - 4)(x + 3) = 0
Critical points: x = 4 and x = -3
Step 2: Set up intervals
These points divide the number line into three regions:
- Region A: x < -3
- Region B: -3 < x < 4
- Region C: x > 4
Step 3: Build the table
| Factor | x < -3 | x = -3 | -3 < x < 4 | x = 4 | x > 4 |
|---|---|---|---|---|---|
| (x - 4) | - | - | - | 0 | + |
| (x + 3) | - | 0 | + | + | + |
| Product | + | 0 | - | 0 | + |
Step 4: Interpret
You need x² - x - 12 ≥ 0. That means the product must be positive or zero.
Check the table: positive or zero occurs when x ≤ -3 or x ≥ 4.
Solution: x ≤ -3 or x ≥ 4
Table Method vs. Other Approaches
| Method | Best For | Drawback |
|---|---|---|
| Table Method | Quadratics, systems, visual learners | Takes more writing |
| Number Line Testing | Quick checks, single variable | Easy to miss intervals |
| Graphing | Seeing the big picture | Needs graphing calculator |
| Sign Chart Only | Experts, speed | Hard to teach/debug |
The table method isn't the fastest for experts. But if you're learning or teaching, it's the clearest path to correct answers.
Common Mistakes That Will Sink You
- Forgetting to test the boundary points — Always include columns for x = your critical values. The inequality symbol matters here.
- Dropping the zero column — You need to know if the expression equals zero at critical points. Zero is not positive or negative.
- Sign errors when multiplying by negatives — If you multiply an inequality by -1, flip the symbol. Write it down before you forget.
- Not factoring completely — Missing a factor means missing a zero. Check your factorization before building the table.
Quick Reference Cheat Sheet
For any inequality:
- Move everything to one side
- Factor or find roots
- Identify critical points (where expression = 0)
- Create table columns for each interval
- Test one point per interval
- Select intervals matching your inequality
Remember: strict inequalities (< and >) exclude boundary points. Non-strict inequalities (≤ and ≥) include them.
That's it. No fluff, no motivational garbage. Practice three problems and this becomes automatic. 🧮