Fiveable

🔟Elementary Algebra Unit 8 Review

QR code for Elementary Algebra practice questions

8.4 Add and Subtract Rational Expressions with Unlike Denominators

8.4 Add and Subtract Rational Expressions with Unlike Denominators

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔟Elementary Algebra
Unit & Topic Study Guides

Adding and Subtracting Rational Expressions with Unlike Denominators

Adding and subtracting rational expressions with unlike denominators works just like adding numeric fractions: you need a common denominator before you can combine anything. The difference is that with algebraic expressions, finding that common denominator often requires factoring polynomials.

Least Common Denominator for Rational Expressions

The least common denominator (LCD) is the smallest expression that each denominator divides into evenly. Here's how to find it:

  1. Factor each denominator completely (into primes for numbers, or into polynomial factors for algebraic expressions).
  2. List every distinct factor that appears in any denominator.
  3. For each factor, take the highest power that appears.
  4. Multiply those together. That product is your LCD.

Numeric example: Find the LCD of 215\frac{2}{15} and 320\frac{3}{20}

  • 15=3×515 = 3 \times 5
  • 20=22×520 = 2^2 \times 5
  • Highest power of 2: 222^2. Highest power of 3: 313^1. Highest power of 5: 515^1.
  • LCD = 22×3×5=602^2 \times 3 \times 5 = 60

Algebraic example: Find the LCD of 5x24\frac{5}{x^2 - 4} and 3x+2\frac{3}{x + 2}

  • x24=(x+2)(x2)x^2 - 4 = (x+2)(x-2)
  • x+2x + 2 is already fully factored
  • LCD = (x+2)(x2)(x+2)(x-2), since that already contains x+2x+2
Least common denominator for rational expressions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Simplifying Rational Expressions

Conversion to Common Denominators

Once you have the LCD, you convert each fraction so its denominator equals the LCD. You do this by multiplying the numerator and denominator by the same factor, which keeps the expression equivalent.

That factor is whatever's "missing" from the current denominator compared to the LCD. In other words, divide the LCD by the current denominator.

Example: Convert 215\frac{2}{15} and 320\frac{3}{20} to equivalent forms with the LCD of 60.

  • For 215\frac{2}{15}: the missing factor is 6015=4\frac{60}{15} = 4, so 215×44=860\frac{2}{15} \times \frac{4}{4} = \frac{8}{60}
  • For 320\frac{3}{20}: the missing factor is 6020=3\frac{60}{20} = 3, so 320×33=960\frac{3}{20} \times \frac{3}{3} = \frac{9}{60}

The same idea applies to algebraic fractions. If the LCD is (x+2)(x2)(x+2)(x-2) and your denominator is (x+2)(x+2), you multiply top and bottom by (x2)(x-2).

Least common denominator for rational expressions, Add and Subtract Rational Expressions – Intermediate Algebra

Addition of Unlike Rational Expressions

  1. Find the LCD of all denominators.
  2. Convert each fraction to an equivalent form with the LCD.
  3. Add the numerators. Keep the common denominator.
  4. Simplify the result by factoring and canceling common factors.

Example: 215+320\frac{2}{15} + \frac{3}{20}

  1. LCD = 60
  2. 860+960\frac{8}{60} + \frac{9}{60}
  3. 8+960=1760\frac{8 + 9}{60} = \frac{17}{60}
  4. 17 is prime and doesn't divide 60, so 1760\frac{17}{60} is already simplified.

Subtraction of Unlike Rational Expressions

The process is identical to addition, except you subtract the numerators in step 3. Be careful with signs: distributing the negative across the entire second numerator is where most mistakes happen.

Example: 712518\frac{7}{12} - \frac{5}{18}

  1. Factor: 12=22×312 = 2^2 \times 3 and 18=2×3218 = 2 \times 3^2. LCD = 22×32=362^2 \times 3^2 = 36.

  2. 712×33=2136\frac{7}{12} \times \frac{3}{3} = \frac{21}{36} and 518×22=1036\frac{5}{18} \times \frac{2}{2} = \frac{10}{36}

  3. 211036=1136\frac{21 - 10}{36} = \frac{11}{36}

  4. 11 is prime and doesn't divide 36, so the answer is 1136\frac{11}{36}.

Common mistake: When subtracting something like 21362x+536\frac{21}{36} - \frac{2x + 5}{36}, you need to subtract the entire numerator: 21(2x+5)36=162x36\frac{21 - (2x + 5)}{36} = \frac{16 - 2x}{36}. Forgetting the parentheses and writing 212x+521 - 2x + 5 instead of 212x521 - 2x - 5 is one of the most common errors on exams.

Working with Algebraic Fractions

When variables appear in the denominators, the same four-step process applies. The main added challenge is that you'll need to factor polynomials to find the LCD.

Example: 3x+1+5x2\frac{3}{x+1} + \frac{5}{x-2}

  1. The denominators (x+1)(x+1) and (x2)(x-2) share no common factors, so the LCD = (x+1)(x2)(x+1)(x-2).

  2. Multiply each fraction by its missing factor:

    • 3x+1×x2x2=3(x2)(x+1)(x2)\frac{3}{x+1} \times \frac{x-2}{x-2} = \frac{3(x-2)}{(x+1)(x-2)}
    • 5x2×x+1x+1=5(x+1)(x+1)(x2)\frac{5}{x-2} \times \frac{x+1}{x+1} = \frac{5(x+1)}{(x+1)(x-2)}
  3. Add the numerators: 3(x2)+5(x+1)(x+1)(x2)=3x6+5x+5(x+1)(x2)=8x1(x+1)(x2)\frac{3(x-2) + 5(x+1)}{(x+1)(x-2)} = \frac{3x - 6 + 5x + 5}{(x+1)(x-2)} = \frac{8x - 1}{(x+1)(x-2)}

  4. The numerator 8x18x - 1 doesn't factor further and shares no common factors with the denominator, so this is the final answer.

When the denominators contain factorable expressions (like x29=(x+3)(x3)x^2 - 9 = (x+3)(x-3)), always factor first before determining the LCD. Skipping the factoring step often leads to an LCD that's larger than necessary, which makes the arithmetic harder and the simplification messier.