Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Simplifying Fractions Algebraically
Source: https://www.fatskills.com/k-12-assessment-tests/chapter/how-to-solve-simplifying-fractions-algebraically

How to Solve: Simplifying Fractions Algebraically

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

How to Solve: Simplifying Fractions Algebraically

For Students Who Want to Ace Their Exam & Teachers Who Need a Ready-to-Record Script


Introduction

"Simplifying algebraic fractions is the key to solving equations, graphing functions, and even passing your final exam—without it, you’ll waste time and lose marks on every question."


What You Need To Know First

Before simplifying algebraic fractions, you must already understand: 1. Factoring polynomials (GCF, difference of squares, trinomials, grouping). 2. Canceling common factors (basic arithmetic fractions like 6/8 = 3/4). 3. Restrictions on variables (denominators cannot equal zero).

If you’re shaky on any of these, pause and review them first.


Key Vocabulary

Term Plain-English Definition Quick Example
Algebraic Fraction A fraction with polynomials in the numerator/denominator. (x² + 3x) / (x – 2)
Factor A quantity that divides another without a remainder. Factors of x² – 4: (x + 2)(x – 2)
Simplest Form A fraction where numerator/denominator have no common factors. (x + 2)/(x – 1) (already simplified)
Restriction Values that make the denominator zero (invalid). For (x + 1)/(x – 3), x ≠ 3
Canceling Dividing numerator/denominator by the same factor. (2x)/(4x) = 1/2 (cancel 2x)
Common Factor A factor shared by numerator and denominator. (3x²)/(6x) → common factor: 3x

Formulas To Know

(All must be memorized—exam sheets rarely include these.)

  1. Difference of Squares
  2. Formula: a² – b² = (a + b)(a – b)
  3. Use: Factor denominators/numerators like x² – 9.

  4. Perfect Square Trinomial

  5. Formula: a² + 2ab + b² = (a + b)²
  6. Use: Factor expressions like x² + 6x + 9.

  7. Sum/Difference of Cubes (Less common but useful)

  8. Formulas:
    • a³ + b³ = (a + b)(a² – ab + b²)
    • a³ – b³ = (a – b)(a² + ab + b²)
  9. Use: Factor denominators like x³ – 8.

Step-by-Step Method

Goal: Simplify (P)/(Q) where P and Q are polynomials.

  1. Factor numerator (P) completely.
  2. Look for GCF, difference of squares, trinomials, or grouping.
  3. Example: x² – 9 → (x + 3)(x – 3).

  4. Factor denominator (Q) completely.

  5. Same techniques as Step 1.
  6. Example: x² – 6x + 9 → (x – 3)².

  7. Identify and cancel common factors.

  8. Only cancel factors, not terms (e.g., can’t cancel x in (x + 2)/(x + 3)).
  9. Example: (x + 3)(x – 3) / (x – 3)² → cancel one (x – 3).

  10. Write the simplified fraction.

  11. Leave remaining factors in factored form (don’t expand).
  12. Example: (x + 3)/(x – 3).

  13. State restrictions.

  14. Set original denominator = 0 and solve for x.
  15. Example: x – 3 ≠ 0 → x ≠ 3.

Pro Tip: Always check if the simplified form can be factored further!


Worked Example Using Steps

Simplify: (x² – 4x + 4) / (x² – 2x)

  1. Factor numerator: x² – 4x + 4 = (x – 2)².
  2. Factor denominator: x² – 2x = x(x – 2).
  3. Cancel common factor (x – 2):
    (x – 2)² / x(x – 2) = (x – 2)/x.
  4. Simplified form: (x – 2)/x.
  5. Restrictions: x ≠ 0, x ≠ 2 (from original denominator).

Worked Examples

Example 1 – Basic

Simplify: (6x²) / (9x)

  1. Factor numerator: 6x² = 6 · x · x.
  2. Factor denominator: 9x = 3 · 3 · x.
  3. Cancel common factor (3x): (6x²)/(9x) = (2x)/3.
  4. Simplified form: 2x/3.
  5. Restrictions: x ≠ 0.

What we did and why: - Factored out the GCF (3x) to cancel. - Simplified coefficients (6/9 = 2/3) and variables (x²/x = x).


Example 2 – Medium

Simplify: (x² – 9) / (x² + 5x + 6)

  1. Factor numerator: x² – 9 = (x + 3)(x – 3).
  2. Factor denominator: x² + 5x + 6 = (x + 2)(x + 3).
  3. Cancel common factor (x + 3): (x – 3)/(x + 2).
  4. Simplified form: (x – 3)/(x + 2).
  5. Restrictions: x ≠ –3, x ≠ –2.

What we did and why: - Used difference of squares for numerator. - Factored trinomial for denominator. - Canceled (x + 3) because it’s a common factor.


Example 3 – Exam Style

Simplify and state restrictions: (2x² – 8) / (4x² – 16x + 16)

  1. Factor numerator: 2x² – 8 = 2(x² – 4) = 2(x + 2)(x – 2).
  2. Factor denominator: 4x² – 16x + 16 = 4(x² – 4x + 4) = 4(x – 2)².
  3. Cancel common factor (x – 2): 2(x + 2) / 4(x – 2).
  4. Simplify coefficients: 2/4 = 1/2 → (x + 2) / 2(x – 2).
  5. Restrictions: x ≠ 2 (from original denominator).

What we did and why: - Factored out GCF first (2 and 4). - Recognized perfect square trinomial in denominator. - Canceled one (x – 2) but left the other (denominator can’t be zero).


Common Mistakes

Mistake Why it Happens Correct Approach
Canceling terms, not factors Confusing addition with multiplication. Only cancel factors (e.g., (x+2)/(x+3) can’t cancel x).
Ignoring restrictions Forgetting to check where denominator = 0. Always solve denominator = 0 for x.
Not factoring completely Stopping after one factoring step. Factor until no common factors remain.
Expanding after simplifying Unnecessarily multiplying out factors. Leave in factored form for final answer.
Canceling coefficients wrong Misapplying arithmetic (e.g., 6/9 = 2/3). Simplify numbers separately from variables.

Exam Traps

Trap How to Spot it How to Avoid it
Disguised common factors Numerator/denominator look different but share a factor (e.g., (x² – 1)/(x – 1)). Factor everything first—don’t assume!
Hidden restrictions Simplified form hides original restrictions (e.g., (x + 2)/x seems fine, but x ≠ –2 from original denominator). Always state restrictions from original denominator.
Tricky coefficients Fractions like (2x + 4)/(4x + 8) where coefficients need factoring. Factor out GCF before canceling.

1-Minute Recap

"Alright, let’s lock this in for your exam. Simplifying algebraic fractions is just three steps: factor, cancel, restrict. First, factor the numerator and denominator completely—GCF, difference of squares, trinomials, whatever it takes. Second, cancel any common factors, but only if they’re multiplied, not added. Third, write your simplified fraction and list the values that make the original denominator zero—those are your restrictions. Watch out for traps like hidden factors or forgetting restrictions. If you’re stuck, factor again—don’t skip steps. You’ve got this!




ADVERTISEMENT