Method guideAlgebra IIIntermediate9 min read

Simplifying rational expressions by factors, not by terms

Factor completely, record excluded inputs, and cancel common factors. Individual terms separated by addition cannot be canceled.

abac=bc,a0\frac{ab}{ac}=\frac bc,\quad a\ne0
Method guide

How to recognize the method, run it, and know when it is the wrong choice.

Updated July 13, 2026
MethodStart here

Cancellation is division by a common factor. If the expression is not factored, the shared object may not be visible—or may not exist.

01

Terms are not factors

In (x + 3)/x, the x in the numerator is one term of a sum, not a factor multiplying the entire numerator. It cannot cancel with the denominator.

Factor bars, not visual symbols. A legal cancellation should be explainable as dividing the full numerator and denominator by the same nonzero expression.

x+3x3\frac{x+3}{x}\ne3
02

Factor every polynomial first

Use GCF, trinomial, and special-pattern factoring until numerator and denominator are products. Then identify identical factors.

Signs matter: x − 4 and 4 − x are opposites, so one can be rewritten as −(x − 4).

4x=(x4)4-x=-(x-4)
03

Keep the domain attached

The simplified expression and original expression agree only on the original domain. State the canceled restrictions beside the answer.

This makes later graphing and equation solving honest because holes do not disappear from the mathematics.

x216x4=x+4,x4\frac{x^2-16}{x-4}=x+4,\quad x\ne4
Worked exampleFactor, restrict, cancel

Simplify (x² + 5x + 6)/(x² − 9).

1x2+5x+6=(x+2)(x+3)x^2+5x+6=(x+2)(x+3)

Factor the numerator.

2x29=(x3)(x+3)x^2-9=(x-3)(x+3)

Factor the denominator and note x ≠ ±3.

3(x+2)(x+3)(x3)(x+3)=x+2x3\frac{(x+2)(x+3)}{(x-3)(x+3)}=\frac{x+2}{x-3}

Cancel the common factor x + 3.

Resultx+2x3,x3,3\boxed{\frac{x+2}{x-3},\quad x\ne-3,3}
Watch for

Common mistakes

  1. Canceling terms across addition.
  2. Factoring only the denominator.
  3. Dropping a restriction when its factor cancels.
Keep

Three takeaways

  1. Factor before canceling.
  2. Only common factors cancel.
  3. Carry the original domain.