How to Solve Fractions in Inequalities: Methods, Examples, and Practice
Fractions in inequalities cause more errors than almost any other algebra topic — not because the math is hard, but because students second-guess themselves on when to flip the sign and how to handle multiple denominators at once. Whether you are working through a pre-algebra worksheet or preparing for the SAT, knowing how to solve fractions in inequalities confidently is a skill that pays off across every math course you will take. This guide breaks down three reliable methods to solve fractions in inequalities, walks through six fully worked examples, and gives you five practice problems to lock in the techniques.
Contents
- 01Why Fractions in Inequalities Trip Students Up
- 02Method 1: Clearing Fractions with the LCD
- 03Method 2: Cross-Multiplication for Simple Comparisons
- 04Method 3: Handling Variable Denominators (Critical Cases)
- 05Worked Example: Multi-Term Fractions in Inequalities
- 06Worked Example: Compound Inequality with Fractions
- 07Common Mistakes When Solving Fractions in Inequalities
- 08Practice Problems: Solve Fractions in Inequalities
- 09Quick-Reference Rules for Fractions in Inequalities
- 10Frequently Asked Questions
- 11Build Speed and Confidence with Solvify AI
Why Fractions in Inequalities Trip Students Up
Solving a regular equation with fractions is mostly mechanical: clear the denominators, simplify, and solve. Inequalities add a layer because the direction of the comparison symbol depends on the sign of whatever you multiply by. When you multiply both sides of 3 < 5 by −1, you must write −3 > −5, not −3 < −5. Students who treat inequalities exactly like equations — ignoring this sign-flip rule — get the right algebra but the wrong answer every single time. The second stumbling block is variable denominators. When x appears in a denominator, you cannot simply multiply both sides by that expression without first asking: could it be negative? Could it be zero? Those two questions add cases to the solution that do not exist in standard equations. Understanding why fractions in inequalities require extra care is the first step toward handling them without mistakes.
The sign-flip rule and variable denominators are the two reasons fractions in inequalities demand more attention than fractions in equations.
Method 1: Clearing Fractions with the LCD
The most common and reliable method to solve fractions in inequalities is to multiply every term by the least common denominator (LCD). This LCD approach works perfectly when all denominators are positive constants — which is the case in most textbook and test problems. Once you learn to solve fractions in inequalities using LCD clearing, you can handle about 80% of the problems you will see on exams.
1. Identify every denominator
List all the denominators in the inequality. For example, in (x + 1)/6 > (2x − 3)/4, the denominators are 6 and 4.
2. Find the LCD
The LCD of 6 and 4 is 12 — the smallest number that both 6 and 4 divide into evenly.
3. Multiply every term on both sides by the LCD
12 × (x + 1)/6 > 12 × (2x − 3)/4 simplifies to 2(x + 1) > 3(2x − 3). Because the LCD (12) is positive, the inequality sign stays the same.
4. Distribute and simplify
2x + 2 > 6x − 9. Move variable terms to one side: 2x − 6x > −9 − 2, which gives −4x > −11.
5. Isolate the variable (watch for sign flip)
Divide both sides by −4. Because you are dividing by a negative number, flip the sign: x < 11/4, or x < 2.75.
6. Write the solution and verify
Solution: x < 11/4, or (−∞, 11/4). Check with x = 0: (0 + 1)/6 = 1/6 ≈ 0.167 and (2·0 − 3)/4 = −3/4 = −0.75. Is 0.167 > −0.75? Yes ✓. Check with x = 5 (outside): (5 + 1)/6 = 1 and (10 − 3)/4 = 7/4 = 1.75. Is 1 > 1.75? No ✓.
When the LCD is a positive constant, multiply through and keep the inequality direction. Only flip when you divide or multiply by a negative.
Method 2: Cross-Multiplication for Simple Comparisons
When you have a single fraction on each side and the denominators are positive constants, cross-multiplication is a fast shortcut. It is really just a special case of the LCD method, but it saves a step and keeps the work tidy. For the inequality a/b < c/d where b and d are both positive, cross-multiply to get ad < bc — the sign direction does not change. This method works well on standardized tests where time matters.
1. Problem: Solve (3x − 2)/5 ≥ (x + 4)/3
Both denominators (5 and 3) are positive constants, so cross-multiplication is safe.
2. Cross-multiply
3(3x − 2) ≥ 5(x + 4). Distribute: 9x − 6 ≥ 5x + 20.
3. Solve the resulting inequality
Subtract 5x from both sides: 4x − 6 ≥ 20. Add 6: 4x ≥ 26. Divide by 4: x ≥ 26/4 = 13/2 = 6.5.
4. State and verify the solution
Solution: x ≥ 13/2, or [13/2, ∞). Check x = 7: (21 − 2)/5 = 19/5 = 3.8 and (7 + 4)/3 = 11/3 ≈ 3.67. Is 3.8 ≥ 3.67? Yes ✓. Check x = 0: (−2)/5 = −0.4 and 4/3 ≈ 1.33. Is −0.4 ≥ 1.33? No ✓.
Method 3: Handling Variable Denominators (Critical Cases)
When the variable x appears in the denominator, clearing fractions in inequalities gets more complex. You cannot multiply both sides by an expression containing x without considering whether that expression is positive or negative — because that determines whether the sign flips. The standard approach is to bring everything to one side, combine into a single fraction, find the critical values (where the numerator or denominator equals zero), and then test intervals on a number line.
1. Problem: Solve 3/x > 1
The variable x is in the denominator. We cannot simply multiply both sides by x because we do not know whether x is positive or negative.
2. Bring everything to one side
Subtract 1 from both sides: 3/x − 1 > 0. Rewrite with a common denominator: (3 − x)/x > 0.
3. Find critical values
The numerator 3 − x = 0 when x = 3. The denominator x = 0 when x = 0. So the critical values are x = 0 and x = 3. Note that x = 0 is excluded because it makes the original expression undefined.
4. Test intervals on a number line
The critical values split the number line into three intervals: (−∞, 0), (0, 3), and (3, ∞). Test x = −1: (3 − (−1))/(−1) = 4/(−1) = −4, which is not > 0. Test x = 1: (3 − 1)/1 = 2, which is > 0 ✓. Test x = 5: (3 − 5)/5 = −2/5 = −0.4, which is not > 0.
5. Write the solution
Only the interval (0, 3) satisfies the inequality. Solution: 0 < x < 3, or in interval notation (0, 3). Notice x = 0 and x = 3 are not included — x = 0 is undefined, and at x = 3 the expression equals 0 (not > 0).
When x is in the denominator, never multiply both sides by x blindly. Move everything to one side and test intervals instead.
Worked Example: Multi-Term Fractions in Inequalities
Here is a more involved problem that combines several fractions with constant denominators — the kind you see on mid-term exams.
1. Problem: Solve x/2 − (x + 3)/6 < 1
The denominators are 2 and 6. The LCD is 6.
2. Multiply every term by 6
6 × (x/2) − 6 × ((x + 3)/6) < 6 × 1. This simplifies to 3x − (x + 3) < 6.
3. Distribute and combine
3x − x − 3 < 6, which simplifies to 2x − 3 < 6.
4. Isolate x
Add 3: 2x < 9. Divide by 2 (positive, so no flip): x < 9/2 = 4.5.
5. Solution and check
Solution: x < 9/2, or (−∞, 9/2). Quick check with x = 0: 0/2 − (0 + 3)/6 = 0 − 0.5 = −0.5 < 1 ✓. Check x = 10: 10/2 − 13/6 = 5 − 2.167 = 2.833, which is not < 1 ✓.
Worked Example: Compound Inequality with Fractions
Compound inequalities have a variable sandwiched between two bounds. When fractions are involved, you clear them the same way — by multiplying the entire chain by the LCD.
1. Problem: Solve −1 ≤ (2x − 5)/3 < 2
This is a compound (three-part) inequality. The only denominator is 3.
2. Multiply all three parts by 3
3 × (−1) ≤ 3 × (2x − 5)/3 < 3 × 2. Simplifies to −3 ≤ 2x − 5 < 6.
3. Add 5 to all three parts
−3 + 5 ≤ 2x < 6 + 5, which gives 2 ≤ 2x < 11.
4. Divide all three parts by 2
1 ≤ x < 11/2, or 1 ≤ x < 5.5.
5. Solution and check
Solution: [1, 11/2). Check x = 3: (2·3 − 5)/3 = 1/3 ≈ 0.333. Is −1 ≤ 0.333 < 2? Yes ✓. Check x = 0 (outside left): (−5)/3 ≈ −1.667, and −1 ≤ −1.667 is false ✓. Check x = 6 (outside right): (12 − 5)/3 = 7/3 ≈ 2.333, and 2.333 < 2 is false ✓.
−1 ≤ (2x − 5)/3 < 2 → 1 ≤ x < 11/2. Solution: [1, 11/2)
Common Mistakes When Solving Fractions in Inequalities
After grading thousands of homework submissions and tutoring sessions, these are the mistakes that come up the most when students try to solve fractions in inequalities.
1. Forgetting to flip the sign when dividing by a negative
This is the number-one error. If your final step is something like −3x > 12, dividing by −3 must flip the sign to x < −4, not x > −4. Circle or highlight any step where you divide by a negative — treat it as a checkpoint.
2. Not multiplying every term by the LCD
When you clear fractions, you must multiply all terms — including standalone numbers. In x/3 + 2 < 5, multiplying by 3 gives x + 6 < 15, not x + 2 < 15. Missing even one term throws off the entire solution.
3. Forgetting parentheses when distributing
When the LCD method turns (x + 3)/6 into a full expression, students often write 6 × x + 3/6 instead of 6 × (x + 3)/6. The parentheses matter. Without them, only the x gets multiplied and the constant term is wrong.
4. Treating a variable denominator as always positive
If the denominator contains x, its sign depends on the value of x. Multiplying both sides of 2/x < 1 by x is only valid when x > 0 — and even then, you need a separate case for x < 0. The interval-testing method from Method 3 avoids this trap entirely.
5. Mixing up open and closed endpoints
A strict inequality (< or >) uses open endpoints: parentheses in interval notation, open circles on the number line. A non-strict inequality (≤ or ≥) uses closed endpoints: brackets and filled circles. Using the wrong bracket type is a common exam deduction.
Practice Problems: Solve Fractions in Inequalities
Try these five problems on your own before checking the solutions. Each one uses a different technique covered above.
1. Problem 1: Solve (5x + 1)/4 > 3
Solution: Multiply both sides by 4: 5x + 1 > 12. Subtract 1: 5x > 11. Divide by 5: x > 11/5 = 2.2. Answer: (11/5, ∞).
2. Problem 2: Solve x/3 − x/5 ≤ 2
Solution: The LCD of 3 and 5 is 15. Multiply every term by 15: 5x − 3x ≤ 30. Simplify: 2x ≤ 30. Divide by 2: x ≤ 15. Answer: (−∞, 15].
3. Problem 3: Solve (4 − x)/2 ≥ (x + 1)/3
Solution: LCD is 6. Multiply: 3(4 − x) ≥ 2(x + 1). Distribute: 12 − 3x ≥ 2x + 2. Move terms: −5x ≥ −10. Divide by −5 and flip: x ≤ 2. Answer: (−∞, 2].
4. Problem 4: Solve −2 < (3x + 1)/4 ≤ 5
Solution: Multiply all three parts by 4: −8 < 3x + 1 ≤ 20. Subtract 1: −9 < 3x ≤ 19. Divide by 3: −3 < x ≤ 19/3 ≈ 6.333. Answer: (−3, 19/3].
5. Problem 5: Solve 5/(x − 1) < 0
Solution: The numerator 5 is always positive. For the fraction to be negative, the denominator (x − 1) must be negative. So x − 1 < 0, which gives x < 1. Also, x ≠ 1 (undefined). Answer: (−∞, 1).
Quick-Reference Rules for Fractions in Inequalities
Keep these rules handy while practicing. They cover every scenario you will encounter when you need to solve fractions in inequalities at the algebra level.
1. Rule 1: Positive LCD — sign stays
When you multiply both sides by a positive LCD (constant denominators like 3, 4, 12), the inequality direction does not change.
2. Rule 2: Negative multiplier — sign flips
Any time you multiply or divide both sides by a negative number, reverse the inequality symbol. < becomes >, ≤ becomes ≥, and vice versa.
3. Rule 3: Variable denominators — use intervals
When x appears in a denominator, do not multiply both sides by the expression containing x. Instead, move everything to one side, combine fractions, find critical values, and test intervals.
4. Rule 4: Excluded values
Any x-value that makes a denominator zero is automatically excluded from the solution, no matter what.
5. Rule 5: Always verify
Pick one value inside your solution set and one outside. Substitute both into the original inequality. If the inside value works and the outside value fails, your answer is correct.
Five rules, zero exceptions. Memorize these and fractions in inequalities become routine.
Frequently Asked Questions
Below are answers to the most common questions students ask about how to solve fractions in inequalities.
1. Can I just move fractions to one side and subtract?
You can, but you will still need a common denominator to combine the fractions — and then you are back to the LCD method anyway. Clearing fractions first is usually faster and less error-prone.
2. What if the LCD is negative?
In practice, LCDs from constant denominators are always positive (you take the absolute value). The sign-flip issue only arises when dividing by the variable's coefficient later, or when a variable is in the denominator.
3. Do these methods work for quadratic inequalities with fractions?
Yes, the LCD method still works to clear fractions. After clearing, you end up with a quadratic inequality, which you solve by factoring and using sign charts — the same interval-testing approach from Method 3.
4. How do I graph the solution on a number line?
Mark your endpoint(s). Use an open circle for < or > and a filled circle for ≤ or ≥. Shade the direction that includes all valid x-values. For compound inequalities, shade the region between the two endpoints.
Build Speed and Confidence with Solvify AI
If you want to check your work instantly or need more practice to solve fractions in inequalities, Solvify AI can help. Snap a photo of any inequality problem to get a full step-by-step solution, ask follow-up questions when a step is unclear, and generate similar problems to build confidence before your next test. The goal is always the same: understand the method, not just get the answer.
Related Articles
How to Solve Inequalities with Fractions: Step-by-Step Guide
A complementary guide focused on the LCD clearing method for fractional inequalities.
How to Solve Algebraic Fractions: A Step-by-Step Guide
Master algebraic fractions in equations before tackling them in inequalities.
Interval Notation: Complete Guide with Examples and Practice Problems
Learn how to express inequality solutions in interval notation correctly.
Related Math Solvers
Smart Scan Solver
Snap a photo of any math problem and get an instant step-by-step solution.
Step-by-Step Solutions
Get detailed explanations for every step, not just the final answer.
AI Math Tutor
Ask follow-up questions and get personalized explanations 24/7.
