How Do You Get Rid Of Fractions

8 min read

Fractions show up in algebra and suddenly everything feels harder than it needs to be.

You're solving for x, minding your own business, and then — boom — there's a ⅓, a ⁵/₇, maybe even a nested fraction inside another fraction. And your brain freezes. Mine used to too.

Here's the thing: getting rid of fractions isn't some advanced trick. It's just multiplication wearing a disguise. And once you see the pattern, you'll wonder why anyone ever taught it as a separate "skill It's one of those things that adds up..

What Does "Getting Rid of Fractions" Actually Mean

When people say "clear the fractions" or "eliminate the denominators," they mean one specific thing: rewrite the equation so every term is an integer. No more rational coefficients. No more denominators. Just whole numbers (or at least decimals you chose yourself).

It looks like this:

Before: ⅔x + ¼ = ⅚
After: 4x + 3 = 5

Same equation. Same solution. One makes you want to quit math. The other takes ten seconds.

The Core Idea: Multiply Everything by the LCD

LCD stands for least common denominator. Because of that, it's the smallest number that every denominator in your equation divides into evenly. On the flip side, the denominators cancel. Multiply every single term — both sides, every piece — by that number. You're left with integers.

That's it. That's the whole trick Not complicated — just consistent..

But — and this matters — you have to multiply every term. Not just the fractions. Consider this: *Everything. Day to day, not just the left side. * Miss one term and your equation lies to you.

Why This Matters More Than You Think

Fractions aren't "wrong.Also, " They're mathematically perfectly fine. But they're also friction.

Every fraction adds cognitive load. You have to find common denominators to add them. But you have to flip and multiply to divide them. Think about it: you have to keep track of signs across numerators and denominators. Each step is another place to drop a negative sign or miscalculate a multiple.

Clearing fractions front-loads the work. You do one multiplication pass — sometimes two — and then the rest is just integer arithmetic. Addition, subtraction, division. The stuff you've been doing since third grade.

Real-World Payoff

This shows up everywhere:

  • Solving linear equations with rational coefficients
  • Systems of equations where substitution gives you fractions
  • Rational equations (variables in denominators)
  • Word problems that naturally produce fractional rates
  • Calculus later, when you're simplifying derivatives before differentiating

Students who master this move through algebra faster. Here's the thing — they make fewer errors. They see the structure of equations instead of drowning in arithmetic.

And honestly? That's why it feels good. There's a tiny dopamine hit when a messy fraction equation collapses into clean integers. Don't underestimate that.

How to Clear Fractions — Step by Step

Let's walk through the standard method, then I'll show you the shortcuts pros actually use It's one of those things that adds up..

Step 1: Identify Every Denominator

Look at your equation. But include denominators on both sides. List every denominator you see. Include denominators on whole numbers (those are 1, but it helps to be explicit).

Example: ⅖x − ⅓ = ⁷/₁₀ + x

Denominators: 5, 3, 10, 1

Step 2: Find the LCD

The least common denominator is the least common multiple of those numbers. For 5, 3, 10, and 1 — that's 30.

How to find it fast:

  • Prime factor each: 5 = 5, 3 = 3, 10 = 2 × 5, 1 = 1
  • Take the highest power of each prime: 2¹ × 3¹ × 5¹ = 30

If you're comfortable with multiples, you can often spot it by inspection. 30 is the first number divisible by 5, 3, and 10 Not complicated — just consistent..

Step 3: Multiply Every Term by the LCD

This is where people mess up. Write it out:

30(⅖x) − 30(⅓) = 30(⁷/₁₀) + 30(x)

Now cancel each denominator:

30 ÷ 5 = 6 → 6 × 2x = 12x
30 ÷ 3 = 10 → 10 × 1 = 10
30 ÷ 10 = 3 → 3 × 7 = 21
30 × x = 30x

Result: 12x − 10 = 21 + 30x

Step 4: Solve the Integer Equation

Now it's just algebra:

12x − 30x = 21 + 10
−18x = 31
x = −31/18

Notice the answer is a fraction. In practice, that's fine. The point wasn't to avoid fractions forever — it was to avoid them while solving Small thing, real impact. Which is the point..

Step 5: Check (Optional but Smart)

Plug x = −31/18 back into the original. If both sides match, you didn't drop a sign or mis-cancel Not complicated — just consistent..


The "Multiply by Each Denominator" Shortcut

Here's what textbooks don't always highlight: you don't have to find the LCD. You can just multiply by each denominator, one at a time.

Same example: ⅖x − ⅓ = ⁷/₁₀ + x

Multiply everything by 5:
2x − ⁵/₃ = ⁷/₂ + 5x

Multiply everything by 3:
6x − 5 = ²¹/₂ + 15x

Multiply everything by 2:
12x − 10 = 21 + 30x

Same result. More steps, but each step is smaller and harder to mess up. I've seen students who struggle with LCDs nail this method every time Most people skip this — try not to. Took long enough..

Trade-off: More writing, less mental math. Pick your poison.

Clearing Fractions in Rational Equations

This is where the skill becomes essential. Rational equations have variables in denominators:

1/(x−2) + 3/(x+1) = 4

The LCD is (x−2)(x+1). Multiply everything by it:

(x+1) + 3(x−2) = 4(x−2)(x+1)

Now you have a quadratic. Solve normally. Now, But — and this is critical — you must check for extraneous solutions. Any x that makes an original denominator zero gets thrown out, even if it satisfies the cleared equation And that's really what it comes down to..

In this case, x ≠ 2 and x ≠ −1. If your quadratic gives you x = 2, it's fake. Discard it Not complicated — just consistent..

Clearing Fractions in Inequalities

Same process. One rule change: if you multiply by a negative number, flip the inequality sign.

But the LCD is always positive (it's a product of denominators, and we typically take the positive LCM). So the sign usually stays the same. Just be careful if you're multiplying by a variable expression that could be negative — that's a whole separate can of worms Which is the point..

Common Mistakes — And How to Avoid Them

I've graded thousands of algebra papers. These errors show up every single time Worth keeping that in mind..

Mistake 1:

Mistake 1: Forgetting to Multiply Every Term

The LCD touches everything. Constants, variables, terms on both sides. If the equation is:

⅖x − ⅓ = ⁷/₁₀ + x

and you multiply the fractions by 30 but leave the lone x alone, you've broken the equation. The "multiply both sides" rule means both sides in their entirety. Write the multiplication explicitly:

30(⅖x − ⅓) = 30(⁷/₁₀ + x)

Then distribute. Every. Single. Time.

Mistake 2: Canceling Instead of Multiplying

Students see 30(⅖x) and want to "cancel the 5" immediately. That's fine if you track it correctly. But many write:

30(⅖x) = 6x ❌

They forgot the 2 in the numerator. The 30 ÷ 5 = 6, yes — but then 6 × 2x = 12x. Even so, write the intermediate step: (30/5) × 2x = 6 × 2x = 12x. Speed kills accuracy here No workaround needed..

Mistake 3: Sign Errors When Clearing Subtraction

⅗x − ¼ = ½

Multiply by 20:

20(⅗x) − 20(¼) = 20(½)
12x − 5 = 10 ✓

Not 12x + 5 = 10. The subtraction sign stays with the term. If it helps, rewrite subtraction as adding a negative first: ⅗x + (−¼) = ½. Then distribute: 12x + (−5) = 10.

Mistake 4: Skipping the Extraneous Check

In rational equations, this isn't optional. Worth adding: always substitute back into the original equation — not the cleared version. So the clearing process creates solutions that don't work in the original. Day to day, if a denominator becomes zero, the solution is invalid. No exceptions.

Mistake 5: Using the Wrong LCD

Taking the product of denominators instead of the LCM works, but it makes numbers huge. ⅓ + ⅙ = x doesn't need 18 as the LCD — 6 works fine. Larger numbers mean more arithmetic errors. Also, pause. Find the least common multiple.

Mistake 6: Multiplying an Inequality by a Variable Expression

(x−2)/(x+3) > 1

You cannot just multiply by (x+3) to clear it. If x+3 is negative, the inequality flips. Here's the thing — if it's positive, it doesn't. Now, since you don't know x yet, you don't know the sign. That said, instead: bring everything to one side, combine into a single fraction, and use a sign chart. Or multiply by (x+3)² — which is always positive (except x = −3, excluded anyway) — so the sign never flips Not complicated — just consistent..


When Not to Clear Fractions

Sometimes clearing creates more work than it saves.

Proportions: a/b = c/d → cross-multiply directly: ad = bc. That is clearing fractions, but it's a one-step pattern. Don't over-engineer it.

Simple linear equations with one fraction: ⅔x = 6. Just multiply by the reciprocal: x = 6(3/2) = 9. Done Not complicated — just consistent..

Equations where fractions combine nicely: ½x + ⅓x = 10. Add the fractions first: ⁵/₆x = 10 → x = 12. Clearing by 6 works too, but adding first is faster.

Systems where substitution keeps fractions contained: If you're substituting y = ⅓x + 2 into another equation, the fraction stays isolated. Clearing it prematurely might scatter it across both equations Easy to understand, harder to ignore..


The Real Point

Clearing fractions isn't about eliminating fractions from mathematics. It's about converting a problem with distributed fraction arithmetic — where every step requires common denominators, careful cancellation, and sign tracking — into a problem with concentrated integer arithmetic, where the fractions only appear at the very end (if at all) Easy to understand, harder to ignore. Less friction, more output..

You trade many small fraction operations for one large integer setup. That's usually a winning trade.

But like any tool, it has a learning curve. Also, the students who master it aren't the ones who memorize "multiply by the LCD. " They're the ones who understand why it works: multiplication by 1 (in the form LCD/LCD) preserves equality, and the distributive property lets you cancel denominators term by term That's the whole idea..

Once that clicks, you stop asking "what do I multiply by?" and start seeing the structure: denominators are obstacles; the LCD is a bulldozer.

Use it.

What's New

What People Are Reading

Others Explored

These Fit Well Together

Thank you for reading about How Do You Get Rid Of Fractions. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home