Factoring Study Guide

7 mins read

Factoring Study Guide featured image

Listen to this article

Factoring Study Guide

Factoring is the process of rewriting an expression as a product of simpler expressions. In algebra, it is one of the most important skills because it helps you simplify expressions, solve equations, graph functions, and recognize patterns in polynomials. This factoring study guide reviews the main methods students need: finding the greatest common factor, factoring trinomials, using special products, grouping, and solving equations by factoring. Use the factoring notes, flashcards, and quiz below to build confidence and check whether you can choose the right method for different problems.

Key takeaways

  • Factoring rewrites an expression as multiplication, often making equations easier to solve or simplify.
  • Always look for a greatest common factor first before trying other factoring strategies.
  • Common factoring patterns include difference of squares, perfect square trinomials, and trinomial factoring.
  • Factoring by grouping is useful when a polynomial has four terms or can be rearranged into pairs.
  • To solve an equation by factoring, set the expression equal to zero, factor it, and use the zero product property.

What Factoring Means in Algebra

Factoring means expressing a polynomial or algebraic expression as a product of factors. For example, 6x + 12 can be factored as 6(x + 2), and x^2 + 5x + 6 can be factored as (x + 2)(x + 3). Factoring is the reverse of distributing or multiplying expressions. If expanding turns (x + 2)(x + 3) into x^2 + 5x + 6, factoring turns x^2 + 5x + 6 back into (x + 2)(x + 3). This skill is especially useful when simplifying rational expressions, solving quadratic equations, and identifying x-intercepts of graphs.

Step 1: Factor Out the Greatest Common Factor

The first step in most factoring problems is to check for a greatest common factor, or GCF. The GCF is the largest number, variable, or expression that divides evenly into every term. For example, in 8x^3 + 12x^2, the GCF is 4x^2, so the factored form is 4x^2(2x + 3). Factoring out the GCF makes the remaining expression simpler and may reveal another factoring pattern. A helpful habit is to ask: What do all terms have in common? If the leading term is negative, you may also factor out a negative GCF to make the expression inside parentheses easier to work with.

Factoring Trinomials

A trinomial has three terms, such as x^2 + 7x + 12. For simple quadratic trinomials in the form x^2 + bx + c, look for two numbers that multiply to c and add to b. In x^2 + 7x + 12, the numbers are 3 and 4 because 3 × 4 = 12 and 3 + 4 = 7, so the factored form is (x + 3)(x + 4). If the constant term is negative, the two numbers have opposite signs. If the coefficient of x^2 is not 1, such as 2x^2 + 7x + 3, you may use trial and error, the AC method, or grouping to factor.

Special Factoring Patterns

Some expressions follow patterns that can be recognized quickly. A difference of squares has the form a^2 – b^2 and factors as (a – b)(a + b). For example, x^2 – 25 = (x – 5)(x + 5). A perfect square trinomial has the form a^2 + 2ab + b^2 or a^2 – 2ab + b^2, and factors as (a + b)^2 or (a – b)^2. For example, x^2 + 10x + 25 = (x + 5)^2. Recognizing these patterns saves time and reduces mistakes.

Factoring by Grouping

Factoring by grouping is often used with four-term polynomials. The goal is to split the expression into pairs, factor each pair, and then factor out a common binomial. For example, x^3 + 3x^2 + 2x + 6 can be grouped as (x^3 + 3x^2) + (2x + 6). Factor each group: x^2(x + 3) + 2(x + 3). Since both terms contain (x + 3), factor it out to get (x + 3)(x^2 + 2). This method is also used in some trinomial problems after splitting the middle term.

Solving Equations by Factoring

Factoring is frequently used to solve quadratic equations. First, move all terms to one side so the equation equals zero. Then factor the expression and apply the zero product property, which says that if ab = 0, then a = 0 or b = 0. For example, to solve x^2 – 5x + 6 = 0, factor it as (x – 2)(x – 3) = 0. Then set each factor equal to zero: x – 2 = 0 or x – 3 = 0. The solutions are x = 2 and x = 3.

Flashcards

What does factoring mean in algebra?

Factoring means rewriting an expression as a product of simpler factors.

What should you usually check for first when factoring?

You should first check for a greatest common factor, or GCF.

What is the factored form of 6x + 18?

6(x + 3)

What two numbers are needed to factor x^2 + 9x + 20?

4 and 5, because they multiply to 20 and add to 9.

What is the difference of squares formula?

a^2 – b^2 = (a – b)(a + b)

What is the factored form of x^2 – 49?

(x – 7)(x + 7)

What is a perfect square trinomial?

A trinomial that factors into the square of a binomial, such as x^2 + 6x + 9 = (x + 3)^2.

When is factoring by grouping commonly used?

Factoring by grouping is commonly used for polynomials with four terms or trinomials where the middle term is split.

What property is used after factoring an equation equal to zero?

The zero product property.

What are the solutions to (x – 4)(x + 2) = 0?

x = 4 and x = -2.

Quiz

1. What is the greatest common factor of 12x^3 and 18x^2?

  1. A. 3x
  2. B. 6x^2
  3. C. 12x^2
  4. D. 18x^3
Show answer

Answer: 6x^2

The greatest number that divides 12 and 18 is 6, and the highest common power of x is x^2, so the GCF is 6x^2.

2. Which expression is equivalent to x^2 + 7x + 10?

  1. A. (x + 1)(x + 10)
  2. B. (x + 2)(x + 5)
  3. C. (x – 2)(x – 5)
  4. D. (x + 3)(x + 4)
Show answer

Answer: (x + 2)(x + 5)

The numbers 2 and 5 multiply to 10 and add to 7, so x^2 + 7x + 10 factors as (x + 2)(x + 5).

3. What is the factored form of x^2 – 36?

  1. A. (x – 6)^2
  2. B. (x + 6)^2
  3. C. (x – 6)(x + 6)
  4. D. (x – 18)(x + 2)
Show answer

Answer: (x – 6)(x + 6)

x^2 – 36 is a difference of squares: x^2 – 6^2 = (x – 6)(x + 6).

4. Which expression is a perfect square trinomial?

  1. A. x^2 + 8x + 16
  2. B. x^2 + 8x + 12
  3. C. x^2 – 8x – 16
  4. D. x^2 + 4x + 16
Show answer

Answer: x^2 + 8x + 16

x^2 + 8x + 16 factors as (x + 4)^2, making it a perfect square trinomial.

5. Solve x^2 – 3x – 10 = 0 by factoring.

  1. A. x = 5 and x = -2
  2. B. x = -5 and x = 2
  3. C. x = 10 and x = -1
  4. D. x = 3 and x = -10
Show answer

Answer: x = 5 and x = -2

The expression factors as (x – 5)(x + 2) = 0, so x = 5 or x = -2.

6. What is the first step in factoring 4x^2 + 20x?

  1. A. Use the difference of squares pattern
  2. B. Factor out the GCF
  3. C. Set x equal to 20
  4. D. Split the middle term
Show answer

Answer: Factor out the GCF

Both terms share 4x, so the first step is to factor out the GCF: 4x(x + 5).

FAQs

Why is factoring important in algebra?

Factoring is important because it helps simplify expressions, solve quadratic equations, find zeros of functions, and work with rational expressions. It also helps reveal the structure of a polynomial.

How do I know which factoring method to use?

Start by checking for a GCF. Then look at the number of terms: two terms may suggest a difference of squares, three terms may suggest trinomial factoring, and four terms may suggest grouping. Also watch for special patterns like perfect square trinomials.

What is the difference between factoring and expanding?

Factoring rewrites an expression as a product, while expanding multiplies factors to create a sum or polynomial. For example, factoring changes x^2 + 5x + 6 into (x + 2)(x + 3), while expanding changes (x + 2)(x + 3) into x^2 + 5x + 6.

Next step

Turn this topic into a study session with notes, flashcards, and a practice quiz built from your own class material.

Start studying

Upload a lecture, recording, or notes to generate review materials.

Related guides

AI StudyAssistant Avatar

Published by the editorial team. If you enjoyed this piece, make sure to subscribe to our newsletter for more stories.

Leave a Reply

Your email address will not be published. Required fields are marked *