Skip to main content
guidealgebra

How to Solve Inequalities with Fractions: Step-by-Step Guide

·9 min read·Solvify Team

Knowing how to solve inequalities with fractions is a skill that shows up across pre-algebra, algebra 1, algebra 2, and even calculus prerequisites. The core idea mirrors solving equations with fractions — you clear the denominators and isolate the variable — but there is one extra rule that trips up almost every student: multiplying or dividing both sides by a negative number flips the inequality sign. This guide walks you through exactly how to solve inequalities with fractions using the LCD method, covers all the key edge cases, and provides five practice problems with full solutions. Master that rule alongside the fraction-clearing strategy and this entire topic becomes straightforward.

What Are Inequalities with Fractions?

An inequality compares two expressions using one of four symbols: < (less than), > (greater than), ≤ (less than or equal to), or ≥ (greater than or equal to). An inequality with fractions simply means that one or both sides of that comparison contain a fractional expression. For example, x/3 + 1 > 5 is a linear inequality with a fraction, while (2x − 1)/4 ≤ (x + 3)/2 has fractions on both sides. The solution to an inequality is not a single value but a range of values, which you write in interval notation or graph on a number line. Understanding what the solution set means — all values of x that make the inequality true — is just as important as the algebra used to find it.

An inequality with fractions has a range of solutions, not just one answer. Your goal is to find every value of x that makes the statement true.

The Golden Rule: When to Flip the Inequality Sign

Before working any examples, you need to know the one rule that makes inequalities different from equations. When you multiply or divide both sides of an inequality by a positive number, the inequality sign stays the same. When you multiply or divide both sides by a negative number, the inequality sign reverses. This rule applies whether you are dealing with whole numbers or fractions. For instance, if you multiply both sides of x > 4 by −1, you get −x < −4 — the sign flipped. Students who skip this flip consistently get wrong answers even when their algebra is otherwise perfect. Keep this rule visible while you work through any problem involving inequalities with fractions.

Multiply or divide by a negative number → flip the inequality sign. This is non-negotiable.

How to Solve Inequalities with Fractions: The LCD Method

The cleanest approach when you need to solve inequalities with fractions is to eliminate the fractions first by multiplying both sides by the least common denominator (LCD). This converts a fractional inequality into a simpler integer inequality that you solve using standard steps. Here is the full procedure.

1. Find the LCD of all denominators

List every denominator in the inequality. Find the least common denominator (smallest number divisible by all of them). For example, if your denominators are 4 and 6, the LCD is 12.

2. Multiply every term on both sides by the LCD

This clears all fractions at once. Make sure to multiply every term — not just the fractions. If the LCD is positive (which it almost always is when denominators are plain numbers), the inequality sign does not change at this step.

3. Simplify and solve the resulting inequality

After clearing fractions you have a standard linear inequality. Combine like terms, move variable terms to one side and constants to the other, then isolate the variable. If your final step involves dividing by a negative coefficient, flip the inequality sign.

4. Write the solution in interval notation and check

Express the answer as an interval, for example x > 3 becomes (3, ∞). To check, substitute a value from inside the solution set back into the original inequality and verify it makes the statement true. Also test a value outside the solution set to confirm it makes the statement false.

Worked Example 1: Single Fraction on One Side

Let us start with a straightforward problem and apply every step above.

1. Problem: Solve x/4 + 2 ≤ 5

We have one fraction with denominator 4. The LCD is simply 4.

2. Multiply every term by 4

4 × (x/4) + 4 × 2 ≤ 4 × 5 → x + 8 ≤ 20. The fractions are gone.

3. Isolate x

Subtract 8 from both sides: x ≤ 12.

4. Write the solution and check

Solution: x ≤ 12, or in interval notation (−∞, 12]. Check: substitute x = 0: 0/4 + 2 = 2 ≤ 5 ✓. Substitute x = 16 (outside the solution): 16/4 + 2 = 6, and 6 ≤ 5 is false ✓.

x/4 + 2 ≤ 5 → x ≤ 12. Solution: (−∞, 12]

Worked Example 2: Fractions on Both Sides

This example shows how to handle inequalities when fractions appear on both sides — a very common exam format.

1. Problem: Solve (2x − 1)/3 > (x + 2)/6

Denominators are 3 and 6. The LCD is 6.

2. Multiply every term by 6

6 × (2x − 1)/3 > 6 × (x + 2)/6 → 2(2x − 1) > (x + 2) → 4x − 2 > x + 2.

3. Isolate x

Subtract x from both sides: 3x − 2 > 2. Add 2 to both sides: 3x > 4. Divide by 3 (positive, sign stays): x > 4/3.

4. Write the solution and check

Solution: x > 4/3, or (4/3, ∞). Check with x = 2: (2×2−1)/3 = 1, (2+2)/6 = 2/3, and 1 > 2/3 ✓. Check x = 0 (outside): (−1)/3 > 2/6 → −1/3 > 1/3 is false ✓.

(2x − 1)/3 > (x + 2)/6 → x > 4/3. Solution: (4/3, ∞)

Worked Example 3: Negative Result Requires Sign Flip

This example is where many students lose points. Pay close attention to the final division step.

1. Problem: Solve (5 − 3x)/2 ≥ 7

Denominator is 2. LCD is 2.

2. Multiply every term by 2

2 × (5 − 3x)/2 ≥ 2 × 7 → 5 − 3x ≥ 14.

3. Move constants and isolate the x term

Subtract 5 from both sides: −3x ≥ 9.

4. Divide by −3 and flip the sign

Dividing both sides by −3 (negative!) reverses the inequality: x ≤ −3.

5. Write the solution and check

Solution: x ≤ −3, or (−∞, −3]. Check with x = −5: (5 − 3×(−5))/2 = (5+15)/2 = 10 ≥ 7 ✓. Check x = 0 (outside): (5−0)/2 = 2.5 ≥ 7 is false ✓.

When you divide by a negative to isolate x, always reverse ≥ to ≤ (or > to <, etc.).

Worked Example 4: Three-Part (Compound) Inequality with Fractions

Compound inequalities have the form a < expression < b, meaning the expression is trapped between two values. You solve them by performing the same operation on all three parts simultaneously.

1. Problem: Solve −1 < (x + 3)/4 ≤ 2

The denominator is 4. Multiply all three parts by 4.

2. Multiply all three parts by 4

4 × (−1) < 4 × (x + 3)/4 ≤ 4 × 2 → −4 < x + 3 ≤ 8.

3. Subtract 3 from all three parts

−4 − 3 < x ≤ 8 − 3 → −7 < x ≤ 5.

4. Write the solution

Solution: −7 < x ≤ 5, or in interval notation (−7, 5]. The left boundary is open (does not include −7) and the right boundary is closed (includes 5).

−1 < (x + 3)/4 ≤ 2 → −7 < x ≤ 5. Solution: (−7, 5]

Common Mistakes When Solving Inequalities with Fractions

Even students who know the theory make these errors under time pressure. Knowing where mistakes happen is half the battle.

1. Forgetting to flip the sign after dividing by a negative

This is the most common error. After clearing fractions you may end up dividing by a negative coefficient. The inequality sign must reverse at that point. Example: −2x > 6 → x < −3 (not x > −3).

2. Only multiplying some terms by the LCD

The LCD must be applied to every single term on both sides. If you have x/4 + 3 ≥ x/2 − 1, multiply all four terms by 4: x + 12 ≥ 2x − 4. Skipping the constant 3 or −1 produces wrong results.

3. Using an incorrect LCD

If your denominators are 4, 6, and 8, the LCD is 24 (not 48 or 4). Using a common multiple that is not the least works mathematically but creates larger numbers that are harder to work with, increasing the chance of arithmetic errors.

4. Misreading interval notation

x ≥ −3 means the solution starts at −3 and goes right. In interval notation this is [−3, ∞) — a closed bracket at −3 because it is included, and a parenthesis at ∞ because infinity is never included. x > −3 gives (−3, ∞) with an open bracket.

5. Skipping the check step

A 30-second check with a specific value catches sign-flip errors and arithmetic mistakes every time. Always test one value inside and one value outside the solution set before moving on.

Practice Problems: Solve These on Your Own

Work through these five problems before checking the solutions below. They increase in difficulty from basic to multi-step, covering everything you need to know to solve inequalities with fractions confidently. Use the LCD method for each one.

1. Problem 1 (Basic): x/5 − 1 < 3

Solution: Multiply by 5: x − 5 < 15. Add 5: x < 20. Interval: (−∞, 20).

2. Problem 2 (Two fractions): x/3 + x/6 ≥ 4

Solution: LCD = 6. Multiply by 6: 2x + x ≥ 24 → 3x ≥ 24 → x ≥ 8. Interval: [8, ∞).

3. Problem 3 (Both sides): (3x + 1)/5 < (x − 2)/2

Solution: LCD = 10. Multiply: 2(3x+1) < 5(x−2) → 6x+2 < 5x−10 → x < −12. Interval: (−∞, −12).

4. Problem 4 (Sign flip): (1 − 4x)/3 > −5

Solution: Multiply by 3: 1 − 4x > −15. Subtract 1: −4x > −16. Divide by −4 (flip!): x < 4. Interval: (−∞, 4).

5. Problem 5 (Compound): −3 ≤ (2x − 1)/5 < 3

Solution: Multiply all parts by 5: −15 ≤ 2x−1 < 15. Add 1: −14 ≤ 2x < 16. Divide by 2: −7 ≤ x < 8. Interval: [−7, 8).

Quick Tips for Solving Fractional Inequalities Faster

These shortcuts help you work more accurately on timed tests. Students who know how to solve inequalities with fractions reliably tend to use one or more of these habits consistently.

1. Circle the sign every time you divide by a negative

As a physical habit, draw a circle or arrow next to the inequality sign whenever a negative divisor appears. This forces your brain to acknowledge the flip before moving forward.

2. Rewrite all fractions with the LCD before multiplying

On complex problems, rewriting x/4 + x/6 as 3x/12 + 2x/12 first makes the multiplication step less prone to mistakes.

3. Always graph compound inequalities

Drawing a quick number line for compound inequalities like −7 < x ≤ 5 prevents you from swapping open and closed circle endpoints when writing interval notation.

4. Watch for variable denominators

If your inequality has a variable in the denominator — for example, 3/x > 2 — you cannot simply multiply both sides by x without knowing whether x is positive or negative. That case requires a sign analysis approach. The LCD method covered in this article applies when denominators are constants.

For variable denominators, split into cases: one where x > 0 and one where x < 0, then solve each case separately.

FAQ: Solving Inequalities with Fractions

Here are answers to the most common questions students ask when working through problems in this topic.

1. Do I always need to find the LCD?

No — you can use any common multiple. But the LCD keeps numbers smallest and reduces arithmetic errors, especially on multi-fraction problems. For two denominators that share no common factors, just multiply them together to find the LCD.

2. What if the LCD is negative?

In practice this does not happen with standard denominators (denominators are written as positive numbers). If a denominator has a negative sign in front of it, factor out the negative first (e.g., −2x becomes −1 × 2x) so you are working with a positive LCD.

3. Can I solve fractional inequalities the same way I solve fractional equations?

Almost. When you need to solve inequalities with fractions, the clearing-fractions step is identical to solving fractional equations. The difference is that if you ever multiply or divide both sides by a negative number — which includes dividing by a negative coefficient to isolate x — you must flip the inequality sign. Equations have no such rule.

4. How do I handle inequalities with fractions in both the numerator and denominator?

When the variable appears in the denominator (e.g., 2/x + 1 ≥ 3), you cannot multiply through by x without a case analysis, because x could be positive or negative. Split into Case 1 (x > 0) and Case 2 (x < 0), solve each, and remember that x = 0 is excluded from the domain.

5. What is the difference between a strict and non-strict inequality?

Strict inequalities use < or > and do not include the boundary value — the endpoint is open in interval notation. Non-strict inequalities use ≤ or ≥ and include the boundary — the endpoint is closed. This distinction matters when you write the final solution set.

Tags:
guidealgebra

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices