Clear Denominators: Multiply to Remove Fractions from Equations

By Vegard Gjerde Based on Masterful Learning 8 min read
clear-denominators algebra math learning-strategies

Clear Denominators lets you multiply both sides of a fractional equation by the LCM of all denominators, producing an equivalent fraction-free equation — provided no denominator equals zero. The condition b0b \neq 0 is non-negotiable: when a denominator is a variable expression, you must record its zero values as excluded from the solution set and discard any derived solution that hits an excluded value. Recognizing when this move is legal and tracking excluded values automatically is a core algebra fluency skill practiced in the Unisium Study System.

This guide sits inside the Algebra study map, where you can see the neighboring moves, models, and next-step guides that connect this principle to the rest of algebra.

Unisium hero image titled Clear Denominators showing the principle equation and a conditions card.
The Clear Denominators move ab=c    a=bc\frac{a}{b} = c \iff a = bc under condition b0b \neq 0.

On this page: The Principle | Conditions | Failure Modes | EE Questions | Retrieval Practice | Practice Ground | Solve a Problem | FAQ


The Principle

The move: Multiply both sides of a fractional equation by the LCM of all denominators to eliminate every fraction from the equation.

The invariant: This preserves the solution set — the resulting equation is equivalent to the original, provided no denominator is zero. When a denominator is a variable expression, any value making it zero must be excluded and verified after solving.

Pattern: ab=c    a=bc(b0)\frac{a}{b} = c \quad \iff \quad a = bc \qquad (b \neq 0)

Legal ✓Illegal ✗
x4=3    x=12\dfrac{x}{4} = 3 \;\to\; x = 12x4=3↛x=3\dfrac{x}{4} = 3 \not\to x = 3

Illegal: the denominator was dropped from the left side without multiplying the right side by 4 — the result 343\frac{3}{4} \neq 3 shows equivalence is broken.


Conditions of Applicability

Condition: b0b \neq 0

Before applying, check: Identify every denominator in the equation; if any denominator is a variable expression, set it equal to zero and record those values as excluded from the solution set.

If the condition is violated: Multiplying by a zero expression is undefined for fractions, or collapses both sides to 0, destroying the equation’s information. Any derived solution equal to an excluded value is extraneous and must be discarded.

  • When all denominators are nonzero constants (e.g., 2, 3, 5), the LCM is a nonzero constant and no exclusions apply — the cleared equation is fully equivalent.
  • When a denominator is a variable expression such as (xk)(x - k), the value x=kx = k is excluded; if the cleared equation yields x=kx = k as a formal root, that root is extraneous and must be discarded, not reported as a solution.

Want the complete framework behind this guide? Read Masterful Learning.

This move depends on Multiplicative Equality because you multiply both sides by the same nonzero quantity. Compare it with Cross Multiplication when the equation is specifically a proportion, and use it next in Linear Model problems that become easier once the fractions disappear.


Common Failure Modes

Failure mode: multiplying only the fractional terms and not every term on both sides → the resulting equation is not equivalent to the original; any non-fractional term not multiplied by the LCM introduces an error.

Debug: Write the multiplication explicitly as LCM(left side)=LCM(right side)\text{LCM} \cdot (\text{left side}) = \text{LCM} \cdot (\text{right side}) before distributing; confirm every individual term — including constant and polynomial terms — was scaled.

Failure mode: forgetting to check excluded values when a denominator is a variable expression → a value that makes the denominator zero may appear as a formal root of the cleared equation; reporting it produces an extraneous answer.

Debug: Before recording the final answer, substitute each candidate solution back into the original fractional equation and reject any that produce a zero denominator.


Elaborative Encoding

Use these questions to build deep understanding. (See Elaborative Encoding for the full method.)

Within the Principle

  • What does “preserving the solution set” mean concretely when the denominator is a nonzero constant versus when it is a variable expression containing xx?
  • Why is the LCM the preferred multiplier rather than any common multiple of all denominators?

For the Principle

  • How do you determine the LCM when the denominators are polynomials such as (x1)(x - 1) and (x+2)(x + 2)?
  • Why can a value appear as a formal root after clearing denominators even though it is not a valid solution of the original equation?

Between Principles

  • How does Clear Denominators relate to Multiplicative Equality — is every Clear Denominators step also a valid Multiplicative Equality step, or is there a distinction?

Generate an Example

  • Write a fractional equation where clearing denominators produces an extraneous solution. State the excluded value, show where it emerges as a formal root, and explain why it must be rejected.

Retrieval Practice

Answer from memory, then click to reveal and check. (See Retrieval Practice for the full method.)

State the move in one sentence: _____Multiply both sides of a fractional equation by the LCM of all denominators to eliminate fractions, provided no denominator is zero.
Write the canonical pattern: _____ab=c    a=bc\frac{a}{b} = c \iff a = bc
State the canonical condition: _____b0b \neq 0

Practice Ground

Use these exercises to build move-selection fluency. (See Self-Explanation for how to use worked examples effectively.)

Procedure Walkthrough

Starting from x2+x3=10\dfrac{x}{2} + \dfrac{x}{3} = 10, reach x=12x = 12.

StepExpressionOperation
0x2+x3=10\dfrac{x}{2} + \dfrac{x}{3} = 10
13x+2x=603x + 2x = 60Multiply every term by lcm(2,3)=6\text{lcm}(2,3) = 6 (Clear Denominators, 606 \neq 0)
25x=605x = 60Combine like terms
3x=12x = 12Divide both sides by 5 (Multiplicative Equality, 505 \neq 0)

Drills

Format D — Goal-directed micro-chain

Micro-chain: Starting from x4=3\dfrac{x}{4} = 3 (denominator 404 \neq 0), clear the denominator and reach xx.

Reveal

Multiply both sides by 44 (404 \neq 0):

x=12x = 12

No excluded values — denominator is a nonzero constant.


Micro-chain: Starting from x2+x6=4\dfrac{x}{2} + \dfrac{x}{6} = 4, clear all denominators and isolate xx.

Reveal

lcm(2,6)=6\text{lcm}(2, 6) = 6. Multiply every term by 66 (606 \neq 0):

3x+x=24    4x=24    x=63x + x = 24 \implies 4x = 24 \implies x = 6

No excluded values — denominators are nonzero constants.


Micro-chain: Starting from x+43=x12\dfrac{x+4}{3} = \dfrac{x-1}{2}, clear all denominators and isolate xx.

Reveal

lcm(3,2)=6\text{lcm}(3, 2) = 6. Multiply both sides by 66 (606 \neq 0):

2(x+4)=3(x1)    2x+8=3x3    x=112(x+4) = 3(x-1) \implies 2x + 8 = 3x - 3 \implies x = 11

No excluded values — denominators 3 and 2 are nonzero constants. Check: 153=5\dfrac{15}{3} = 5 and 102=5\dfrac{10}{2} = 5 ✓.


Micro-chain: Starting from 2x1=5x+2\dfrac{2}{x-1} = \dfrac{5}{x+2}, clear all denominators, state all excluded values, and verify the solution.

Reveal

Denominators: (x1)(x-1) and (x+2)(x+2). Excluded values: x1x \neq 1 and x2x \neq -2.

Multiply both sides by (x1)(x+2)(x-1)(x+2) (valid when x1x \neq 1 and x2x \neq -2):

2(x+2)=5(x1)    2x+4=5x5    9=3x    x=32(x+2) = 5(x-1) \implies 2x + 4 = 5x - 5 \implies 9 = 3x \implies x = 3

Check: 313 \neq 1 and 323 \neq -2 ✓. The solution is x=3x = 3.


Micro-chain (negative): Starting from x29x3=5\dfrac{x^2 - 9}{x-3} = 5, clear the denominator, find all formal roots, and decide which are valid solutions.

Reveal

Denominator: (x3)(x-3). Excluded value: x3x \neq 3.

Multiply both sides by (x3)(x-3) (valid when x3x \neq 3):

x29=5(x3)=5x15    x25x+6=0    (x2)(x3)=0x^2 - 9 = 5(x-3) = 5x - 15 \implies x^2 - 5x + 6 = 0 \implies (x-2)(x-3) = 0

Formal roots: x=2x = 2 and x=3x = 3.

x=3x = 3 is the excluded value — it makes the original denominator zero, so it is extraneous and must be rejected.

Valid solution: x=2x = 2 only. Check: 4923=51=5\dfrac{4-9}{2-3} = \dfrac{-5}{-1} = 5 ✓.

Key lesson: Always test formal roots against excluded values. A root that algebraically satisfies the cleared equation can still be extraneous if it makes the original denominator zero.


Format A — Forward step

Apply Clear Denominators once: 3x7=6\dfrac{3x}{7} = 6

Reveal

Multiply both sides by 77 (707 \neq 0):

3x=423x = 42


Apply Clear Denominators once: 5x=2\dfrac{5}{x} = 2 — state the excluded value before multiplying.

Reveal

Denominator: xx. Excluded value: x0x \neq 0.

Multiply both sides by xx (valid when x0x \neq 0):

5=2x5 = 2x


Apply Clear Denominators once: x6+12=1\dfrac{x}{6} + \dfrac{1}{2} = 1

Reveal

lcm(6,2)=6\text{lcm}(6, 2) = 6. Multiply every term by 66 (606 \neq 0):

x+3=6x + 3 = 6


Apply Clear Denominators — identify the error: A student sees x3=5\dfrac{x}{3} = 5 and writes x=5x = 5 by “removing the denominator.” Identify the error and state the correct result.

Reveal

Error: The student dropped the denominator from the left side without multiplying the right side by 3. This breaks equivalence: the original says x=15x = 15, not x=5x = 5 (verification: 535\frac{5}{3} \neq 5).

Correct step: Multiply both sides by 33 (303 \neq 0): x=15x = 15.

The rule is ab=c    a=bc\frac{a}{b} = c \iff a = bc, not ab=c    a=c\frac{a}{b} = c \iff a = c. Every term on both sides must be multiplied.


Identify eligible steps: In which of the following equations can Clear Denominators be usefully applied, and in which can it not? Explain each case.

(a) 3x2=73x - 2 = 7

(b) x+15=3\dfrac{x+1}{5} = 3

(c) x2+2x8=0x^2 + 2x - 8 = 0

(d) 1x+3+2x1=0\dfrac{1}{x+3} + \dfrac{2}{x-1} = 0

Reveal

(a) 3x2=73x - 2 = 7 — No fractions; all denominators are 1 (implicit). Clear Denominators does not apply in a meaningful sense.

(b) x+15=3\dfrac{x+1}{5} = 3 — One fraction with constant denominator 5 (505 \neq 0); multiply both sides by 5 → x+1=15x + 1 = 15. Applies ✓

(c) x2+2x8=0x^2 + 2x - 8 = 0 — No fractions; Clear Denominators does not apply.

(d) 1x+3+2x1=0\dfrac{1}{x+3} + \dfrac{2}{x-1} = 0 — Two fractions with variable denominators; lcm=(x+3)(x1)\text{lcm} = (x+3)(x-1); excluded values x3x \neq -3 and x1x \neq 1. Applies ✓ — multiply every term by (x+3)(x1)(x+3)(x-1).


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem: Starting from 2x+15=x32\dfrac{2x+1}{5} = \dfrac{x-3}{2}, clear all denominators and solve for xx.

Full solution
StepExpressionMove
02x+15=x32\dfrac{2x+1}{5} = \dfrac{x-3}{2}
12(2x+1)=5(x3)2(2x+1) = 5(x-3)Multiply both sides by lcm(5,2)=10\text{lcm}(5,2) = 10 (Clear Denominators, 10010 \neq 0)
24x+2=5x154x + 2 = 5x - 15Distribute both sides
34x+17=5x4x + 17 = 5xAdd 15 to both sides (Additive Equality)
4x=17x = 17Subtract 4x4x from both sides (Additive Equality)

No excluded values — denominators 5 and 2 are nonzero constants throughout.

Check: 2(17)+15=355=7\dfrac{2(17)+1}{5} = \dfrac{35}{5} = 7 and 1732=142=7\dfrac{17-3}{2} = \dfrac{14}{2} = 7 ✓.


FAQ

What is Clear Denominators?

Clear Denominators is the algebraic move of multiplying both sides of a fractional equation by the LCM of all denominators to produce an equivalent equation with no fractions. The canonical form is ab=c    a=bc\frac{a}{b} = c \iff a = bc for b0b \neq 0.

When is Clear Denominators valid?

The move is valid whenever every denominator in the equation is nonzero. For constant denominators (integers or fractions) this is automatically satisfied. When any denominator is a variable expression, you must record its zero values as excluded from the solution set and verify that no final solution equals an excluded value.

What goes wrong if I skip tracking excluded values?

If a denominator is a variable expression and the value making it zero happens to also satisfy the cleared equation, that value will appear as a formal root — but substituting it back into the original produces division by zero (undefined). It is an extraneous solution and must be discarded. Skipping this check produces an incorrect final answer.

How does Clear Denominators differ from Cross Multiplication?

Cross Multiplication applies specifically to the form ab=cd\dfrac{a}{b} = \dfrac{c}{d} (one fraction on each side) and produces ad=bcad = bc directly. Clear Denominators is the general move: it applies to any equation containing fractions, with any number of terms on either side, by multiplying through by the LCM of all denominators. Cross Multiplication is a special case that follows from applying Clear Denominators to the proportion form.

Does Clear Denominators apply to inequalities?

This guide focuses on equations. In inequalities, clearing denominators is more delicate: multiplying by a variable expression of unknown sign may require case splitting to preserve the inequality direction. That is a separate technique and is not covered here.

Can I multiply by a non-LCM common multiple?

Yes — any common multiple of all denominators will clear them. The LCM is preferred because it keeps the resulting coefficients as small as possible, minimising arithmetic and reducing the chance of errors when simplifying.


How This Fits in Unisium

Clear Denominators is a high-leverage transformation move that converts a fractional equation into a fraction-free one, preparing it for subsequent isolation steps. Unisium builds fluency through goal-directed micro-chain drills — reaching a fraction-free form in the minimum number of moves — and forward-step drills that train the automatic habit of stating excluded values before multiplying. The target fluency is seeing a fractional equation and immediately identifying the LCM, noting any variable denominators with their restricted values, and executing the clearing step in one confident move — without losing extraneous-solution awareness.

Explore further:

Ready to master Clear Denominators? Start practicing with Unisium or explore the full learning framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The study system for physics, math, & programming that works: retrieval, connection, explanation, problem solving, and more.

Read the book (opens in new tab) ISBN 979-8-2652-9642-9

Ready to apply this strategy?

Join Unisium and start implementing these evidence-based learning techniques.

Start Learning with Unisium Read More Guides

Want the complete framework? This guide is from Masterful Learning.

Learn about the book →