Fatskills
Practice. Master. Repeat.
Study Guide: Basic Math: Factoring
Source: https://www.fatskills.com/basic-math/chapter/factoring

Basic Math: Factoring

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

⏱️ ~5 min read


What Is This?

Factoring is the process of expressing a mathematical expression as a product of simpler expressions. This topic appears in exams to test your ability to manipulate and simplify algebraic expressions, which is crucial for solving equations and understanding polynomial structures. Typically, factoring questions will ask you to rewrite expressions in factored form or use factoring to solve equations.

Why It Matters

Factoring is tested in various high school and college-level algebra exams, including the SAT, ACT, and AP Calculus. It frequently appears in algebra sections and can carry significant marks. This skill tests your ability to recognize patterns, apply algebraic identities, and manipulate expressions, which are foundational for more advanced mathematical topics.

Core Concepts

  • Greatest Common Factor (GCF): The largest factor that divides all terms of a polynomial.
  • Difference of Squares: The identity (a^2 - b^2 = (a - b)(a + b)).
  • Trinomial Factoring: Expressing a quadratic trinomial (ax^2 + bx + c) as a product of two binomials.
  • Grouping: Factoring by grouping terms to identify common factors.
  • Special Cases: Recognizing perfect square trinomials and sum/difference of cubes.

Prerequisites

  • Combine Like Terms: Essential for simplifying polynomials before factoring.
  • Distributive Property: Understanding distribution is crucial for factoring, as it is the reverse process.

The Rule-Book (How It Works)


Primary Rule

Factoring involves identifying common factors or applying specific identities to rewrite an expression as a product.

Sub-rules, Exceptions, and Edge Cases

  • GCF: Always factor out the greatest common factor first.
  • Difference of Squares: Only applies to expressions of the form (a^2 - b^2).
  • Trinomial Factoring: Requires finding two numbers that multiply to (ac) and add to (b).
  • Grouping: Useful for expressions with more than two terms.
  • Special Cases: Recognize patterns like (a^2 + 2ab + b^2 = (a + b)^2) and (a^3 + b^3 = (a + b)(a^2 - ab + b^2)).

Visual Pattern

For trinomial factoring, remember the pattern: (ax^2 + bx + c = (px + q)(rx + s)), where (p \times r = a) and (q \times s = c).

Exam / Job / Audit Weighting

  • Frequency: Moderate to high.
  • Difficulty Rating: Intermediate.
  • Question Type: Multiple-choice, short answer, or problem-solving.

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. GCF Rule: Factor out the greatest common factor from all terms.
  2. Difference of Squares: (a^2 - b^2 = (a - b)(a + b)).
  3. Trinomial Factoring: (ax^2 + bx + c = (px + q)(rx + s)), where (p \times r = a) and (q \times s = c).

Worked Examples (Step-by-Step)


Easy

Question: Factor the expression (6x + 9).

Step-by-Step: 1. Identify the GCF: 3.
2. Factor out the GCF: (6x + 9 = 3(2x + 3)).

Answer: (3(2x + 3)).

Medium

Question: Factor the expression (x^2 - 9).

Step-by-Step: 1. Recognize the difference of squares: (x^2 - 9 = x^2 - 3^2).
2. Apply the identity: (x^2 - 9 = (x - 3)(x + 3)).

Answer: ((x - 3)(x + 3)).

Hard

Question: Factor the expression (2x^2 + 7x + 3).

Step-by-Step: 1. Identify the trinomial form: (2x^2 + 7x + 3).
2. Find two numbers that multiply to (2 \times 3 = 6) and add to 7: 1 and 6.
3. Rewrite the middle term: (2x^2 + 7x + 3 = 2x^2 + x + 6x + 3).
4. Group and factor: (2x^2 + 7x + 3 = (2x^2 + x) + (6x + 3) = x(2x + 1) + 3(2x + 1)).
5. Factor by grouping: (2x^2 + 7x + 3 = (x + 3)(2x + 1)).

Answer: ((x + 3)(2x + 1)).

Common Exam Traps & Mistakes

  1. Mistake: Factoring out an incorrect GCF.
  2. Wrong Answer: (6x + 9 = 2(3x + 4.5)).
  3. Correct Approach: Always check the GCF by dividing each term.

  4. Mistake: Applying the difference of squares incorrectly.

  5. Wrong Answer: (x^2 + 9 = (x + 3)(x - 3)).
  6. Correct Approach: Ensure the expression is a difference of squares.

  7. Mistake: Incorrectly identifying factor pairs for trinomials.

  8. Wrong Answer: (2x^2 + 7x + 3 = (2x + 3)(x + 1)).
  9. Correct Approach: Ensure the pairs multiply to (ac) and add to (b).

  10. Mistake: Overlooking special cases.

  11. Wrong Answer: (x^2 + 2x + 1 = (x + 1)^2).
  12. Correct Approach: Recognize perfect square trinomials.

Shortcut Strategies & Exam Hacks

  • Memory Aid: Remember the acronym GCF for Greatest Common Factor.
  • Elimination Strategy: If an option doesn't distribute back to the original expression, eliminate it.
  • Pattern Recognition: Look for common patterns like difference of squares and perfect square trinomials.
  • Formula Shortcut: For trinomials, use the cross-multiplication method to find factor pairs quickly.

Question-Type Taxonomy

  1. Multiple-Choice: Choose the correct factored form.
  2. Example: Factor (4x^2 - 9).
    • A) ((2x - 3)(2x + 3))
    • B) ((4x - 3)(x + 3))
    • C) ((2x - 3)(2x - 3))
    • D) ((4x - 9)(x + 1))
  3. Favored By: SAT, ACT.

  4. Short Answer: Write the factored form.

  5. Example: Factor (3x^2 + 11x + 6).
  6. Favored By: AP Calculus.

  7. Problem-Solving: Use factoring to solve an equation.

  8. Example: Solve (x^2 - 5x + 6 = 0) by factoring.
  9. Favored By: College Algebra.

Practice Set (MCQs)

  1. Question: Factor (12x + 15).
  2. Options:
    • A) (3(4x + 5))
    • B) (5(2x + 3))
    • C) (3(4x + 5))
    • D) (5(2x + 3))
  3. Correct Answer: A) (3(4x + 5))
  4. Explanation: The GCF of 12 and 15 is 3.
  5. Why the Distractors Are Tempting: B) and D) incorrectly factor out 5; C) is a typo.

  6. Question: Factor (y^2 - 25).

  7. Options:
    • A) ((y - 5)(y + 5))
    • B) ((y - 25)(y + 1))
    • C) ((y - 5)^2)
    • D) ((y - 5)(y - 5))
  8. Correct Answer: A) ((y - 5)(y + 5))
  9. Explanation: This is a difference of squares.
  10. Why the Distractors Are Tempting: B) and D) are incorrect applications; C) is a perfect square.

  11. Question: Factor (2x^2 + 5x + 2).

  12. Options:
    • A) ((2x + 1)(x + 2))
    • B) ((2x + 2)(x + 1))
    • C) ((2x + 4)(x + 1))
    • D) ((2x + 1)(x + 4))
  13. Correct Answer: A) ((2x + 1)(x + 2))
  14. Explanation: The pairs 1 and 4 multiply to 2 and add to 5.
  15. Why the Distractors Are Tempting: B), C), and D) are incorrect factor pairs.

  16. Question: Factor (9x^2 - 6x + 1).

  17. Options:
    • A) ((3x - 1)^2)
    • B) ((9x - 1)(x + 1))
    • C) ((3x - 1)(3x + 1))
    • D) ((9x - 1)^2)
  18. Correct Answer: A) ((3x - 1)^2)
  19. Explanation: This is a perfect square trinomial.
  20. Why the Distractors Are Tempting: B), C), and D) are incorrect applications.

  21. Question: Factor (x^3 + 8).

  22. Options:
    • A) ((x + 2)(x^2 - 2x + 4))
    • B) ((x + 2)(x^2 + 2x + 4))
    • C) ((x + 2)(x^2 - 2x + 4))
    • D) ((x + 2)(x^2 + 2x + 4))
  23. Correct Answer: A) ((x + 2)(x^2 - 2x + 4))
  24. Explanation: This is a sum of cubes.
  25. Why the Distractors Are Tempting: B), C), and D) are incorrect applications.

30-Second Cheat Sheet

  • Factor out the GCF first.
  • Difference of squares: (a^2 - b^2 = (a - b)(a + b)).
  • Trinomial factoring: (ax^2 + bx + c = (px + q)(rx + s)).
  • Perfect square trinomial: (a^2 + 2ab + b^2 = (a + b)^2).
  • Sum/difference of cubes: (a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)).

Learning Path

  1. Beginner Foundation:
  2. Understand combining like terms.
  3. Master the distributive property.

  4. Core Rules:

  5. Learn GCF factoring.
  6. Practice difference of squares.

  7. Practice:

  8. Solve trinomial factoring problems.
  9. Recognize special cases.

  10. Timed Drills:

  11. Complete factoring exercises under time constraints.

  12. Mock Tests:

  13. Take full-length practice exams with factoring questions.

Related Topics

  1. Quadratic Equations: Factoring is essential for solving quadratic equations.
  2. Polynomial Operations: Understanding polynomial addition and multiplication aids in factoring.
  3. Rational Expressions: Factoring is crucial for simplifying rational expressions.


ADVERTISEMENT