Algebra I & II · Polynomials

Factoring Polynomials Flowchart, Guide, and Worksheets

Use this factoring polynomials flowchart to decide what to try first, study each pattern, and work through three printable worksheet levels with fully explained answers.

Published · Last updated · Every question checked for accuracy before publishing

Level
Algebra I and Algebra II, typically grades 8-11
Skills
GCF, trinomials, AC method, grouping, special products, cubes, quadratic form, and factoring completely
Includes
Decision flowchart, method chart, six worked examples, 36 practice problems in three levels, and complete worked solutions
Downloads
Complete bundle, one-page flowchart, reference sheet, student worksheets, and separate teacher answer key
Time
Use the guide as a lesson, or assign one worksheet at a time for 20-35 minutes
In short

The factoring polynomials flowchart begins with the greatest common factor. Next, count the terms and look for a recognizable structure: special products for two terms, trinomial methods for three, grouping for four, or a substitution such as u = x² when the powers behave like a quadratic. Keep factoring until every factor is prime, then multiply back to check.

Download the Factoring Flowchart and Worksheet Pack

Everything is formatted for US letter paper. The bundle contains the flowchart, reference sheet, all three worksheets, and the worked answer key.

Complete printable bundle

The entire resource in one teacher-ready PDF.

Download complete bundle (PDF)
One-page decision flowchart

Simple student-friendly guide in a cleaner one-page layout.

Download the flowchart (PDF)
Factoring reference sheet

Patterns, AC method steps, and a complete-factor checklist.

Download the reference sheet (PDF)
Student worksheets

Foundations, mixed methods, and challenge practice without answers.

Download the worksheets (PDF)
Worked answer key

Methods and intermediate steps, not just final factors.

Download the answer key (PDF)

Factoring Polynomials Flowchart

This factoring polynomials flowchart is intentionally simple for younger students. It starts with the GCF, asks how many terms are left, and then points to the most likely method without crowding the page.

Factoring polynomials flowchart: start by factoring out the GCF, count the remaining terms, then follow the 2-term branch to squares or cubes, the 3-term branch to trinomial methods, or the 4-term branch to grouping, and finish by checking whether any factor can factor again.
Four decisions, in order: pull the GCF, count the terms, match the pattern, then check every factor again before writing the final answer.
Use this flowchart in your classroom

The flowchart and all five PDFs may be printed and handed out freely for classroom and home use, and the image may be republished with credit. Please link back to this page instead of rehosting the PDFs. To credit it, copy the line below:

<a href="https://burketutoringinfremont.com/factoring-polynomials-guide/">Factoring Polynomials Flowchart</a> by Berke Sahbazoglu, Burke Tutoring in Fremont
The mistake that ruins the most answers

Stopping one step early. For example, x(x² - 9) is factored, but it is not factored completely. The difference of squares is still waiting: x(x - 3)(x + 3).

Which Factoring Method Fits Each Expression

Greatest common factor
Every term shares a number, variable, or both.

12x³ - 18x² = 6x²(2x - 3)

Difference of squares
Two terms, subtraction, both perfect squares.

a² - b² = (a - b)(a + b)

Trinomial factoring
Three terms in ax² + bx + c form.

Use product-and-sum or the AC method.

Factoring by grouping
Usually four terms that form matching groups.

ab + ac + db + dc = (a + d)(b + c)

Sum or difference of cubes
Two perfect cubes.

a³ ± b³ = (a ± b)(a² ∓ ab + b²)

Quadratic form
Powers repeat a quadratic pattern, such as x⁴ and x².

Let u = x², factor, then substitute back.

What to try first, by number of terms
What you seeTry firstKeep in mind
Any number of termsGCFWhen the leading term is negative, factoring out a negative GCF makes it positive and the rest of the work easier.
Two termsSquares or cubesA sum of squares does not factor over the integers.
Three termsPerfect square, a = 1, or ACCheck leading product, constant product, and middle-term sum.
Four termsGroupingThe two groups must produce the same binomial factor.
x⁴, x², constantQuadratic formAfter substituting back, special products may still be hidden.

Start with the Greatest Common Factor

The GCF is not the “easy method” that students graduate from. It is the opening move for every factoring problem. Pulling it out first reduces the coefficients and often reveals a second pattern.

Worked example: factor 18x³ - 72x

18x³ - 72x

= 18x(x² - 4)

Both terms share 18x. The remaining binomial is a difference of squares.

= 18x(x - 2)(x + 2)

Quick GCF check

Use the smallest exponent of each shared variable. In 12x⁴y² and 18x³y⁵, the variable part of the GCF is x³y².

Factoring Trinomials

When the leading coefficient is 1

For x² + bx + c, find two numbers whose product is c and whose sum is b. Those numbers go directly into the binomial factors.

Worked example: factor x² - 2x - 35

Product: -35   Sum: -2

The pair is -7 and 5.

x² - 2x - 35 = (x - 7)(x + 5)

The AC method when a is not 1

Multiply a and c, find a factor pair that adds to b, split the middle term, then factor by grouping. The box method organizes the same arithmetic; AC explains why it works.

Worked example: factor 6x² + 11x + 3

ac = 18; use 9 and 2 because 9 · 2 = 18 and 9 + 2 = 11.

6x² + 9x + 2x + 3

3x(2x + 3) + 1(2x + 3)

= (3x + 1)(2x + 3)

AC method mapThe example 6x squared plus 11x plus 3 is split into four terms, grouped, and rewritten as two binomial factors.Multiply a · c6 · 3 = 18Product 18Sum 11: 9 and 2Split 11x9x + 2xGrouptwice6x² + 9x + 2x + 33x(2x + 3) + 1(2x + 3) = (3x + 1)(2x + 3)
The middle term is not guessed away. It is split into two terms that make grouping possible.

Factoring by Grouping

Grouping works when separate pairs produce the same binomial factor. If the binomials are opposites, factor out a negative from one group before deciding that the method failed.

Worked example: factor x³ + 3x² - 4x - 12

(x + 3) - 4(x + 3)

Both groups now contain x + 3.

= (x + 3)(x² - 4)

= (x + 3)(x - 2)(x + 2)

Special Products: Squares and Cubes

Special products are pattern shortcuts, but the pattern has to match exactly.

Special product patterns and how to recognize them
PatternFactored formMemory check
Difference of squaresa² - b² = (a - b)(a + b)Two terms and subtraction only.
Perfect-square trinomiala² + 2ab + b² = (a + b)²
a² - 2ab + b² = (a - b)²
The middle term must be exactly ±2ab.
Difference of cubesa³ - b³ = (a - b)(a² + ab + b²)Same sign in the short factor; all positive in the long factor.
Sum of cubesa³ + b³ = (a + b)(a² - ab + b²)Same sign, opposite sign, always positive.
Worked example: factor 8x³ + 125

8x³ + 125 = (2x)³ + 5³

= (2x + 5)(4x² - 10x + 25)

The quadratic factor from a cube identity does not factor farther over the integers.

Factoring Polynomials in Quadratic Form

If the exponents are 4, 2, and 0, the expression is often a quadratic wearing a larger coat. Substitute u = x², factor normally, then substitute back and inspect every factor again.

Worked example: factor x⁴ - 13x² + 36

Let u = x²: u² - 13u + 36

= (u - 4)(u - 9)

= (x² - 4)(x² - 9)

= (x - 2)(x + 2)(x - 3)(x + 3)

Factor completely ladderA polynomial is simplified through a greatest common factor, a difference of squares, and final linear factors.12x³ - 75xTake out 3x3x(4x² - 25)Squares remain(2x)² - 5²3x(2x - 5)(2x + 5)Nothing inside the factors can go farther.Multiply back: 3x(4x² - 25) = 12x³ - 75x
“Factor completely” means repeat the decision process on every factor, not only on the original expression.

When a Polynomial Will Not Factor

Some expressions are already finished. A polynomial that cannot be broken down farther over the integers is called prime, and writing “prime” is the correct answer, not a sign that a step was missed.

Expressions that are already prime over the integers
ExampleWhy it stops
x² + 9A sum of squares. Nothing over the integers or the reals produces it.
x² - 5Subtraction, but 5 is not a perfect square.
x² + 3x + 5No integer pair multiplies to 5 and adds to 3.
4x² - 10x + 25The long factor left behind by a sum of cubes never factors farther.
A test that takes ten seconds

For any ax² + bx + c with integer coefficients, compute b² - 4ac. If that number is a perfect square, integer factors exist. If it is not, the trinomial is prime. For x² + 3x + 5: 9 - 20 = -11, so it is prime.

Practice Worksheets: Three Levels

Use the flowchart beside these three separate assignments. Foundations stays mostly within one or two steps. Mixed Methods removes the method labels. Challenge problems deliberately hide a second pattern.

Worksheet A
Factoring Foundations

12 problems: GCF, a = 1 trinomials, squares, and simple multi-step factoring.

Worksheet B
Mixed Methods

14 problems: AC method, grouping, cubes, quadratic form, and factoring completely.

Worksheet C
Factoring Challenge

10 problems with hidden GCFs, repeated special products, and multiple decisions.

Worksheet A: Factoring Foundations

  1. 6x + 18
  2. 5x² - 20x
  3. x² + 7x + 12
  4. x² - x - 12
  5. x² - 25
  6. 4x² - 49
  7. x² + 10x + 25
  8. x² - 12x + 36
  9. 3x² + 12x + 12
  10. 2x² + 10x + 12
  11. x³ - 9x
  12. 4y² + 20y + 24

Worksheet B: Mixed Factoring Methods

  1. 6x² + 11x + 3
  2. 8x² - 2x - 3
  3. 12x² + 11x - 5
  4. x³ + 3x² - 4x - 12
  5. 2x³ - 6x² + 5x - 15
  6. x³ - 27
  7. 8x³ + 125
  8. 3x⁴ - 15x²
  9. x⁴ - 13x² + 36
  10. 16x⁴ - 81
  11. 6a²b - 24b
  12. 4x² - 12xy + 9y²
  13. 15m²n + 10mn² - 5mn
  14. 2x³ + 7x² + 3x

Worksheet C: Factoring Challenge

  1. 12x³ - 75x
  2. 6x³ + x² - 24x - 4
  3. 2x⁴ - 10x² + 8
  4. x⁶ - 64
  5. 16x⁴ - 40x²y² + 25y⁴
  6. 18x² - 33x - 30
  7. 4x⁴ + 4x² - 15
  8. x⁴ + 2x³ - 9x² - 18x
  9. 16a⁴ - 81b⁴
  10. 3x⁵ - 21x³ + 36x

Factoring Polynomials Answer Key

Open a solution only after choosing a method. The separate printable answer key contains the same work in teacher-friendly page format.

Worksheet A Solutions

1. 6x + 18

Method: GCF

The greatest common factor is 6.
6x + 18 = 6(x + 3)

Final: 6(x + 3)

Back to problem 1

2. 5x² - 20x

Method: GCF

The greatest common factor is 5x.
5x² - 20x = 5x(x - 4)

Final: 5x(x - 4)

Back to problem 2

3. x² + 7x + 12

Method: Trinomial, a = 1

Find two numbers with product 12 and sum 7: 3 and 4.
x² + 7x + 12 = (x + 3)(x + 4)

Final: (x + 3)(x + 4)

Back to problem 3

4. x² - x - 12

Method: Trinomial, a = 1

Find two numbers with product -12 and sum -1: -4 and 3.
x² - x - 12 = (x - 4)(x + 3)

Final: (x - 4)(x + 3)

Back to problem 4

5. x² - 25

Method: Difference of squares

x² - 25 = x² - 5²
a² - b² = (a - b)(a + b)

Final: (x - 5)(x + 5)

Back to problem 5

6. 4x² - 49

Method: Difference of squares

4x² - 49 = (2x)² - 7²
Use conjugates.

Final: (2x - 7)(2x + 7)

Back to problem 6

7. x² + 10x + 25

Method: Perfect-square trinomial

25 = 5² and 10x = 2(x)(5).
x² + 10x + 25 = (x + 5)²

Final: (x + 5)²

Back to problem 7

8. x² - 12x + 36

Method: Perfect-square trinomial

36 = 6² and -12x = 2(x)(-6).
x² - 12x + 36 = (x - 6)²

Final: (x - 6)²

Back to problem 8

9. 3x² + 12x + 12

Method: GCF, then perfect square

Factor out 3: 3(x² + 4x + 4).
x² + 4x + 4 = (x + 2)²

Final: 3(x + 2)²

Back to problem 9

10. 2x² + 10x + 12

Method: GCF, then trinomial

Factor out 2: 2(x² + 5x + 6).
Product 6, sum 5: 2 and 3.

Final: 2(x + 2)(x + 3)

Back to problem 10

11. x³ - 9x

Method: GCF, then difference of squares

Factor out x: x(x² - 9).
x² - 9 = (x - 3)(x + 3).

Final: x(x - 3)(x + 3)

Back to problem 11

12. 4y² + 20y + 24

Method: GCF, then trinomial

Factor out 4: 4(y² + 5y + 6).
Product 6, sum 5: 2 and 3.

Final: 4(y + 2)(y + 3)

Back to problem 12

Worksheet B Solutions

1. 6x² + 11x + 3

Method: AC method

ac = 18. Use 9 and 2.
6x² + 9x + 2x + 3
3x(2x + 3) + 1(2x + 3)

Final: (3x + 1)(2x + 3)

Back to problem 1

2. 8x² - 2x - 3

Method: AC method

ac = -24. Use -6 and 4.
8x² - 6x + 4x - 3
2x(4x - 3) + 1(4x - 3)

Final: (2x + 1)(4x - 3)

Back to problem 2

3. 12x² + 11x - 5

Method: AC method

ac = -60. Use 15 and -4.
12x² + 15x - 4x - 5
3x(4x + 5) - 1(4x + 5)

Final: (3x - 1)(4x + 5)

Back to problem 3

4. x³ + 3x² - 4x - 12

Method: Grouping, then difference of squares

x²(x + 3) - 4(x + 3)
(x + 3)(x² - 4)
Factor x² - 4 again.

Final: (x + 3)(x - 2)(x + 2)

Back to problem 4

5. 2x³ - 6x² + 5x - 15

Method: Grouping

2x²(x - 3) + 5(x - 3)
The repeated binomial is x - 3.

Final: (x - 3)(2x² + 5)

Back to problem 5

6. x³ - 27

Method: Difference of cubes

x³ - 27 = x³ - 3³
a³ - b³ = (a - b)(a² + ab + b²)

Final: (x - 3)(x² + 3x + 9)

Back to problem 6

7. 8x³ + 125

Method: Sum of cubes

8x³ + 125 = (2x)³ + 5³
a³ + b³ = (a + b)(a² - ab + b²)

Final: (2x + 5)(4x² - 10x + 25)

Back to problem 7

8. 3x⁴ - 15x²

Method: GCF

The greatest common factor is 3x².
x² - 5 does not factor over the integers, so it is prime.

Final: 3x²(x² - 5)

Back to problem 8

9. x⁴ - 13x² + 36

Method: Quadratic form

Let u = x²: u² - 13u + 36.
(u - 4)(u - 9)
Replace u and factor both differences of squares.

Final: (x - 2)(x + 2)(x - 3)(x + 3)

Back to problem 9

10. 16x⁴ - 81

Method: Difference of squares, twice

16x⁴ - 81 = (4x²)² - 9².
(4x² - 9)(4x² + 9)
Factor 4x² - 9 again. The sum 4x² + 9 stays prime.

Final: (2x - 3)(2x + 3)(4x² + 9)

Back to problem 10

11. 6a²b - 24b

Method: GCF, then difference of squares

Factor out 6b: 6b(a² - 4).
a² - 4 = (a - 2)(a + 2).

Final: 6b(a - 2)(a + 2)

Back to problem 11

12. 4x² - 12xy + 9y²

Method: Perfect-square trinomial

4x² = (2x)² and 9y² = (3y)².
-12xy = 2(2x)(-3y).

Final: (2x - 3y)²

Back to problem 12

13. 15m²n + 10mn² - 5mn

Method: GCF

The greatest common factor is 5mn.
Divide each term by 5mn.

Final: 5mn(3m + 2n - 1)

Back to problem 13

14. 2x³ + 7x² + 3x

Method: GCF, then AC method

Factor out x: x(2x² + 7x + 3).
ac = 6. Use 6 and 1.
2x² + 6x + x + 3

Final: x(2x + 1)(x + 3)

Back to problem 14

Worksheet C Solutions

1. 12x³ - 75x

Method: GCF, then difference of squares

Factor out 3x: 3x(4x² - 25).
4x² - 25 = (2x - 5)(2x + 5).

Final: 3x(2x - 5)(2x + 5)

Back to problem 1

2. 6x³ + x² - 24x - 4

Method: Grouping, then difference of squares

x²(6x + 1) - 4(6x + 1)
(6x + 1)(x² - 4)
Factor x² - 4.

Final: (6x + 1)(x - 2)(x + 2)

Back to problem 2

3. 2x⁴ - 10x² + 8

Method: GCF, quadratic form, then squares

2(x⁴ - 5x² + 4)
Let u = x²: 2(u - 1)(u - 4).
Replace u and factor each difference of squares.

Final: 2(x - 1)(x + 1)(x - 2)(x + 2)

Back to problem 3

4. x⁶ - 64

Method: Difference of squares, then cubes

x⁶ - 64 = (x³ - 8)(x³ + 8).
Factor each cube expression.

Final: (x - 2)(x² + 2x + 4)(x + 2)(x² - 2x + 4)

Back to problem 4

5. 16x⁴ - 40x²y² + 25y⁴

Method: Perfect-square trinomial

16x⁴ = (4x²)² and 25y⁴ = (5y²)².
-40x²y² = 2(4x²)(-5y²).
4x² - 5y² is prime, so the work stops.

Final: (4x² - 5y²)²

Back to problem 5

6. 18x² - 33x - 30

Method: GCF, then AC method

Factor out 3: 3(6x² - 11x - 10).
ac = -60. Use -15 and 4.
6x² - 15x + 4x - 10

Final: 3(3x + 2)(2x - 5)

Back to problem 6

7. 4x⁴ + 4x² - 15

Method: Quadratic form

Let u = x²: 4u² + 4u - 15.
(2u - 3)(2u + 5)
Replace u with x². Neither factor goes farther.

Final: (2x² - 3)(2x² + 5)

Back to problem 7

8. x⁴ + 2x³ - 9x² - 18x

Method: GCF, grouping, then difference of squares

Factor out x.
x[x²(x + 2) - 9(x + 2)]
x(x + 2)(x² - 9)

Final: x(x + 2)(x - 3)(x + 3)

Back to problem 8

9. 16a⁴ - 81b⁴

Method: Difference of squares, twice

(4a² - 9b²)(4a² + 9b²)
Factor 4a² - 9b² again.

Final: (2a - 3b)(2a + 3b)(4a² + 9b²)

Back to problem 9

10. 3x⁵ - 21x³ + 36x

Method: GCF, quadratic form, then difference of squares

Factor out 3x: 3x(x⁴ - 7x² + 12).
Let u = x²: (u - 3)(u - 4).
Replace u and factor x² - 4. The factor x² - 3 is prime.

Final: 3x(x² - 3)(x - 2)(x + 2)

Back to problem 10

Common Questions

Do I always factor out the GCF first?

Yes. Even when another pattern is obvious, the GCF usually makes that pattern smaller and prevents an incomplete final answer.

What does “factor completely” mean?

Every factor must be prime over the number system your class is using. In a typical Algebra I or Algebra II factoring unit, that means no remaining integer-coefficient factor can be factored farther.

Is the AC method different from the box method?

The arithmetic is the same. AC tells you how to split the middle term; the box method gives you a visual place to organize the four resulting terms.

Why is a sum of squares missing from the chart?

A sum such as x² + 9 does not factor over the real numbers or the integers. It can factor over the complex numbers, but that is usually a later topic.

How can I check a factored answer quickly?

Multiply the factors. For two binomials, check the first-term product, outside-plus-inside middle term, and constant product. The expansion must reproduce the original polynomial exactly.

How do I know a polynomial is prime instead of just hard?

For a trinomial with integer coefficients, compute b² - 4ac. If the result is not a perfect square, no integer factors exist and the answer is prime. For two terms, a sum of squares is always prime over the integers.

Can teachers print and share these worksheets?

Yes. The PDFs may be printed for classroom and home use. Link to this page rather than reposting the files on another website.

Standards, Sources, and How This Was Checked

The guide focuses on recognizing and using algebraic structure rather than memorizing disconnected tricks.

  • CCSS.Math.Content.HSA.SSE.A.2: use the structure of an expression to identify ways to rewrite it.
  • CCSS.Math.Content.HSA.SSE.B.3.a: factor a quadratic expression to reveal the zeros of the function it defines.
  • CCSS.Math.Content.HSA.APR.B.3: identify zeros of polynomials when suitable factorizations are available and use those zeros to sketch graphs.
  • All 36 questions were checked for accuracy before publishing, and the problem sets were prepared from previous class notes and assigned homework.

Factoring is the entry point to most of the quadratics unit. These pages pick up where this one stops.

About the Author

Berke Sahbazoglu, author of the factoring polynomials guide and math tutor at Burke Tutoring in Fremont

Berke has taught K-12 math and science for more than 10 years, logging over 6,000 tutoring hours with 200+ students. He holds a BA in Biochemistry from Washington University in St. Louis and an MS in Bioinformatics from UMGC.

This guide is organized around the decision points that cause the most hesitation in tutoring sessions: whether to take a GCF, how the number of terms changes the method, and when a factor is not actually finished. The three worksheet levels match the order the topic is introduced in most Algebra I and Algebra II classrooms.

More: · LinkedIn · burketutoringinfremont@outlook.com

Page Updates

  1. - published the guide, decision flowchart, three practice levels, worked answer key, and five printable downloads.
  2. - added a section on prime polynomials and the b² - 4ac test, plus a classroom reuse license for the flowchart.
Need one-on-one help?

When factoring feels random, the problem is usually method selection rather than arithmetic. Burke Tutoring offers in-home algebra tutoring in Fremont, Newark, and Union City. Call (510) 453-0350.