MathBored

Virginia SOL Mathematics Textbook

Workbook pagesAnswer key

Chapter 13 — Factoring Polynomials

Standard: A.EO.2 (c)

A.EO.2 — verbatim. The student will perform operations on and factor polynomial expressions in one variable. Students will demonstrate the following Knowledge and Skills: c) Factor completely first- and second-degree polynomials in one variable with integral coefficients. After factoring out the greatest common factor (GCF), leading coefficients should have no more than four factors.

By the end of this chapter you will be able to:

Lessons: 13.1 Factoring as Multiplication Run Backwards · 13.2 The Greatest Common Factor · 13.3 Trinomials with Leading Coefficient 1 · 13.4 Difference of Squares · 13.5 Perfect Squares and Leading Coefficient Greater Than 1 · 13.6 Factoring Completely and Choosing a Method

Why this chapter matters. Chapter 12 taught you to build a rectangle from its sides: (x+3)(x+2)(x + 3)(x + 2) fills four cells that add to x2+5x+6x^{2} + 5x + 6. This chapter starts from the filled cells and asks for the sides. That reverse question is what "factor" means, and it is not a new operation — it is the same area model, the same tile rectangle, and the same distributive property, read from the inside out. Every quadratic model you will meet later — a thrown ball, a revenue curve, an area that has to be rebuilt as a product of dimensions — begins as an expression you have to factor before you can use it. Factoring is also the door into Chapter 15: once x2+5x+6=(x+2)(x+3)x^{2} + 5x + 6 = (x + 2)(x + 3), setting a product equal to zero becomes two linear equations. This chapter stays on the expression side of that door. Nothing here is an equation to solve.

Scope note. This chapter is A.EO.2c alone. Every polynomial is first- or second-degree, in one variable, with integral coefficients. After the GCF is removed, the remaining leading coefficient has no more than four factors — so aa may be 11, 22, 33, 44, 55, 66, 77, 88, 99, or 1010, but not 1212. Factor completely means: pull every GCF, then factor every remaining piece that still factors over the integers, until what is left is prime. Adding, subtracting, and multiplying polynomials were A.EO.2 a and b in Chapter 12; this chapter uses those products as the check on every factorization. Dividing a polynomial and writing equivalent quadratic forms are A.EO.2 d and e in Chapter 14. Solving a quadratic equation is A.EI.1 / A.EI.3 in Chapter 15, so no item here asks for a value of xx that makes an equation true — these are expressions to rewrite as products, not equations to solve.

Conventions this chapter fixes.

  • Factoring rewrites a polynomial as a product of polynomials of lower degree (or of a monomial and a polynomial). The product of the factors must expand back to the original.
  • Factor completely means every factor that still factors over the integers has been factored. 2x28=2(x24)2x^{2} - 8 = 2(x^{2} - 4) is not complete; 2(x+2)(x2)2(x + 2)(x - 2) is.
  • A polynomial is prime over the integers when it cannot be written as a product of two non-constant polynomials with integer coefficients. x2+7x+15x^{2} + 7x + 15 is prime; saying so is a complete answer, not a failure.
  • The greatest common factor (GCF) of the terms is the largest monomial that divides every term. Factor it out first, every time.
  • When the leading term is negative, factor out the minus sign with the GCF, so the remaining leading coefficient is positive.
  • For x2+bx+cx^{2} + bx + c, the search is for two integers whose product is cc and whose sum is bb. List the pairs systematically; if none work, the trinomial is prime.
  • For ax2+bx+cax^{2} + bx + c with a>1a > 1, split the middle term using a factor pair of acac that sums to bb, then group.
  • Check every factorization by multiplying the factors back out — an area model or the distributive property — until the original expression reappears.
  • Item numbering runs straight through the chapter, from 1 in Lesson 13.1 to 126 at the end of the review. It does not restart at each lesson.

Calculator note. Algebra 1 has no no-calculator standards, and the Desmos Virginia calculator is available for the entire End-of-Course test. Use it here the way Chapter 12 used it: to confirm. Expand your factors on paper, then evaluate the original polynomial and your factored form at the same two inputs — x=2x = 2 and x=1x = -1 are again the standing pair — and see whether the two numbers agree. A calculator cannot invent the factors of x2+11x+24x^{2} + 11x + 24 for you, because that is a search, not a computation. What it can do is catch a wrong pair in about ten seconds.


Lesson 13.1 — Factoring as Multiplication Run Backwards

The same rectangle, two directions

Chapter 12 filled an area model from the outside in. The sides were given; the cells were the products; adding the cells gave the polynomial.

Side by side: on the left, Chapter 12 multiplying with sides x and +2 above and x and +3 beside a two-by-two grid of cells x², 2x, 3x, and 6 summing to x² + 5x + 6; on the right, Chapter 13 factoring with the same four cells filled and the four side labels blank, asking for the sides that produce x² + 5x + 6

Read the figure left to right.

So

x2+5x+6=(x+3)(x+2)x^{2} + 5x + 6 = (x + 3)(x + 2)

is not a new fact. It is (x+3)(x+2)=x2+5x+6(x + 3)(x + 2) = x^{2} + 5x + 6 written in the other direction.

Reading an area model from the inside out

Here is the same idea with a different trinomial, drawn so that only the cells are given.

A two-by-two area model for x² + 6x + 8 with cells x², 2x, 4x, and 8 filled and four blank side slots above and beside the grid

The four cells hold x2x^{2}, 2x2x, 4x4x, and 88. They add to x2+6x+8x^{2} + 6x + 8. The blanks on each side are what factoring asks you to find.

How do you fill them?

  1. The top-left cell is x2x^{2}, so both the top-left side and the left-top side are xx (or x-x and x-x, but positive is the starting guess when every cell is positive).
  2. The bottom-right cell is 88, so the remaining two sides are a factor pair of 88.
  3. The off-diagonal cells must match: if the top-right side is +2+2, then the top-right cell x2=2xx \cdot 2 = 2x forces the bottom-left side to be +4+4, and 4x=4x4 \cdot x = 4x matches the bottom-left cell. The pair 22 and 44 also multiplies to 88.

x2+6x+8=(x+4)(x+2)x^{2} + 6x + 8 = (x + 4)(x + 2)

Check by multiplying back: (x+4)(x+2)=x2+2x+4x+8=x2+6x+8(x + 4)(x + 2) = x^{2} + 2x + 4x + 8 = x^{2} + 6x + 8. The original expression reappears, so the factorization is correct.

What "factor" means in this chapter

To factor a polynomial is to rewrite it as a product. The factors are the side lengths of a rectangle whose area is the polynomial. Two requirements never go away:

A factorization can be checked two ways, and both should become automatic.

Worked examples

Example 1 — Reading the reverse figure

The right panel of the reverse figure has cells x2x^{2}, 2x2x, 3x3x, and 66. Name the side lengths and write the factorization.

The top-left cell forces an xx on each adjacent side. The constant 66 and the split 2x+3x2x + 3x force +2+2 and +3+3.

Answer: (x+3)(x+2)(x + 3)(x + 2), so x2+5x+6=(x+3)(x+2)x^{2} + 5x + 6 = (x + 3)(x + 2).

Example 2 — Filling the blanks

The cells of an area model are x2x^{2}, 3x3x, 5x5x, and 1515. Find the sides.

Top-left x2x^{2} gives sides xx and xx. The constant 1515 with middle split 3x+5x3x + 5x gives +3+3 and +5+5.

Answer: (x+5)(x+3)(x + 5)(x + 3), and x2+8x+15=(x+5)(x+3)x^{2} + 8x + 15 = (x + 5)(x + 3).

Example 3 — Checking by multiplying back

A student claims x2+7x+10=(x+2)(x+5)x^{2} + 7x + 10 = (x + 2)(x + 5). Check.

(x+2)(x+5)=x2+5x+2x+10=x2+7x+10(x + 2)(x + 5) = x^{2} + 5x + 2x + 10 = x^{2} + 7x + 10. The products match.

Answer: The claim is correct.

Example 4 — Checking by evaluating

Check x2+6x+8=(x+4)(x+2)x^{2} + 6x + 8 = (x + 4)(x + 2) at x=2x = 2 and at x=1x = -1.

At x=2x = 2: both sides equal 2424. At x=1x = -1: both sides equal 33.

Answer: Both inputs agree, so the factorization survives the check.

Example 5 — A product written backwards

Chapter 12 produced (2x+1)(x5)=2x29x5(2x + 1)(x - 5) = 2x^{2} - 9x - 5. Write the factorization that statement becomes.

Answer: 2x29x5=(2x+1)(x5)2x^{2} - 9x - 5 = (2x + 1)(x - 5).

Guided practice

  1. Use the reverse figure. On the multiplying side, what are the four cells of (x+3)(x+2)(x + 3)(x + 2), and what polynomial do they sum to?
  2. In that same figure, on the factoring side, what is given and what is blank? Write the sentence the figure is asking you to complete.
  3. Use the run-backwards figure. Name the four cells and the polynomial they add to.
  4. In that same figure, explain how the cells 2x2x and 4x4x together produce the middle term 6x6x.
  5. Fill the blank sides of that figure and write x2+6x+8x^{2} + 6x + 8 in factored form.
  6. Explain. Why is factoring not a new operation? Use the two panels of the reverse figure in your answer.

Independent practice

  1. An area model has cells x2x^{2}, 4x4x, 2x2x, and 88. Write the polynomial, fill the sides, and give the factorization.
  2. An area model has cells x2x^{2}, 5x5x, 3x3x, and 1515. Write the factorization of the polynomial the cells form.
  3. Multiply (x+1)(x+6)(x + 1)(x + 6), then write the same equality with the product on the left and the factors on the right.
  4. Multiply (x2)(x+7)(x - 2)(x + 7), then write the corresponding factorization.
  5. A student writes x2+9x+18=(x+3)(x+6)x^{2} + 9x + 18 = (x + 3)(x + 6). Check by multiplying back. Is the student correct?
  6. Check x2+8x+12=(x+2)(x+6)x^{2} + 8x + 12 = (x + 2)(x + 6) by evaluating both sides at x=2x = 2 and at x=1x = -1.
  7. Error analysis. A student sees cells x2x^{2}, 2x2x, 4x4x, and 88 and writes (x+2)(x+2)(x + 2)(x + 2). Identify the error and give the correct factorization.
  8. Application. A rectangular garden has area x2+7x+10x^{2} + 7x + 10 square meters. Write two binomial expressions that could be its length and width.
  9. Reasoning. Explain why multiplying the factors back out is a complete check of a factorization, while evaluating at a single input is not.

Exit ticket 13.1

  1. Write x2+5x+6x^{2} + 5x + 6 as a product of two binomials.
  2. An area model has cells x2x^{2}, 2x2x, 4x4x, and 88. Give the side lengths.
  3. Check your answer to 16 by multiplying the factors back out.
  4. Explain in one sentence what "factoring is multiplication run backwards" means for an area model.

Lesson 13.2 — The Greatest Common Factor

A shared side length

Before any special pattern, every factorization starts the same way: look for a greatest common factor. In an area model, a GCF is literally a shared side.

On the left, a one-row area model for 6x² + 15x with cells 6x² and 15x and three blank side slots; on the right, the same model with shared side 3x and top labels 2x and +5, showing 3x(2x + 5)

The left panel is one row because there is one factor out front. The question is: what single side length divides both 6x26x^{2} and 15x15x?

Dividing each cell by 3x3x fills the top: 6x2÷3x=2x6x^{2} \div 3x = 2x and 15x÷3x=515x \div 3x = 5.

6x2+15x=3x(2x+5)6x^{2} + 15x = 3x(2x + 5)

Multiply back: 3x2x=6x23x \cdot 2x = 6x^{2} and 3x5=15x3x \cdot 5 = 15x. The factorization checks.

Finding the GCF of the terms

For a polynomial in one variable:

  1. GCF of the coefficients — the largest positive integer that divides every coefficient.
  2. GCF of the variable parts — the variable raised to the smallest exponent that appears.
  3. Multiply those two pieces. That monomial is the GCF of the terms.

Then write each term as GCF×(what remains)\text{GCF} \times (\text{what remains}) and pull the GCF out front by the distributive property in reverse.

10x215x=5x(2x)+5x(3)=5x(2x3)10x^{2} - 15x = 5x(2x) + 5x(-3) = 5x(2x - 3)

When the leading term is negative

If the leading term is negative, factor the minus sign out with the GCF so the remaining leading coefficient is positive.

6x2+9x=3x(2x3)-6x^{2} + 9x = -3x(2x - 3)

Check: 3x2x=6x2-3x \cdot 2x = -6x^{2} and 3x(3)=9x-3x \cdot (-3) = 9x. Both terms match. Writing 3x(2x+3)3x(-2x + 3) is algebraically equal, but the convention in this chapter is a positive remaining leading coefficient.

Factoring out the GCF is not always the end

2x28=2(x24)2x^{2} - 8 = 2(x^{2} - 4) has pulled the GCF, but x24x^{2} - 4 is still a difference of squares. The factorization is not yet complete. Lesson 13.4 will finish it. The rule for now: always pull the GCF first; then look at what remains.

Worked examples

Example 1 — Shared side

Factor 6x2+15x6x^{2} + 15x using the shared-side figure.

The shared side is 3x3x; the remaining side lengths are 2x2x and 55.

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

Example 2 — Coefficients and a variable

Factor 12x2+18x12x^{2} + 18x.

Coefficients: GCF of 1212 and 1818 is 66. Variables: GCF is xx.

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

Example 3 — A constant GCF only

Factor 4x+124x + 12.

Answer: 4(x+3)4(x + 3)

Example 4 — A leading minus sign

Factor 5x2+20x-5x^{2} + 20x.

Pull 5x-5x: 5x(x4)-5x(x - 4).

Answer: 5x(x4)-5x(x - 4)

Example 5 — Check by multiplying

A student writes 8x212x=4x(2x3)8x^{2} - 12x = 4x(2x - 3). Check.

4x2x=8x24x \cdot 2x = 8x^{2} and 4x(3)=12x4x \cdot (-3) = -12x. Both match.

Answer: Correct.

Guided practice

  1. Use the GCF figure. On the left panel, why is there only one row of cells?
  2. In that same figure, what shared side divides both 6x26x^{2} and 15x15x? Show the two divisions that fill the top labels.
  3. On the right panel of that figure, multiply 3x(2x+5)3x(2x + 5) back out and confirm you recover 6x2+15x6x^{2} + 15x.
  4. Find the GCF of the terms of 10x215x10x^{2} - 15x, then factor.
  5. Factor 6x2+9x-6x^{2} + 9x, taking the minus sign out with the GCF.
  6. Explain. Why does factoring out a GCF come before every other factoring method in this chapter?

Independent practice

  1. Factor. a) 4x+124x + 12 b) 9x159x - 15 c) 10x+2510x + 25 d) 14x2114x - 21
  2. Factor. a) 6x2+9x6x^{2} + 9x b) 10x215x10x^{2} - 15x c) 8x2+12x8x^{2} + 12x d) 5x220x5x^{2} - 20x
  3. Factor, taking out a minus sign with the GCF when the leading term is negative. a) 3x+12-3x + 12 b) 4x2+10x-4x^{2} + 10x c) 6x29x-6x^{2} - 9x d) x2+5x-x^{2} + 5x
  4. Factor 12x2+18x12x^{2} + 18x. Then check by multiplying back.
  5. Factor 7x2+7x7x^{2} + 7x. Is the remaining factor a monomial or a binomial?
  6. Error analysis. A student writes 6x2+15x=3(2x2+5x)6x^{2} + 15x = 3(2x^{2} + 5x). Identify what was missed and give the complete GCF factorization.
  7. Application. The area of a rectangle is 8x2+20x8x^{2} + 20x square feet. Factor the expression and name a possible length and width in terms of xx.
  8. Reasoning. Explain why 2x28=2(x24)2x^{2} - 8 = 2(x^{2} - 4) is a correct GCF step but is not yet factored completely.
  9. Check 5x(2x3)5x(2x - 3) by expanding, and say which original polynomial it came from.

Exit ticket 13.2

  1. Factor 6x2+15x6x^{2} + 15x.
  2. Factor 4x2+12x-4x^{2} + 12x.
  3. Factor 9x+69x + 6, and check by multiplying back.
  4. Explain what the shared side represents in the GCF area model.

Lesson 13.3 — Trinomials with Leading Coefficient 1

The factor-pair search

For a trinomial x2+bx+cx^{2} + bx + c, the area-model sides are x+px + p and x+qx + q, and the constant cell is pq=cpq = c while the middle cells add to (p+q)x=bx(p + q)x = bx. So the whole search collapses to one sentence:

Find two integers whose product is cc and whose sum is bb.

Two factor-pair tables side by side: on the left, factors of 24 with sums, the pair 3 and 8 highlighted because the sum is 11, giving x² + 11x + 24 = (x + 3)(x + 8); on the right, factors of 15 with sums, none equal to 7, so x² + 7x + 15 is prime over the integers

Read the left table completely. Every positive factor pair of 2424 is listed, and each sum is computed. The pair 33 and 88 is the only sum equal to 1111, so

x2+11x+24=(x+3)(x+8)x^{2} + 11x + 24 = (x + 3)(x + 8)

The right table is just as important. Every integer factor pair of 1515 is listed — positive and negative — and no sum is 77. That is not a failed search; it is a finished proof that

x2+7x+15 is prime over the integers.x^{2} + 7x + 15 \text{ is prime over the integers.}

Signs of the pair

The signs of pp and qq are forced by cc and bb:

cc bb Both factors
positive positive positive
positive negative negative
negative positive the one with larger absolute value is positive
negative negative the one with larger absolute value is negative

So x25x+6x^{2} - 5x + 6 needs two negatives that multiply to 66 and add to 5-5: 2-2 and 3-3. And x2+x12x^{2} + x - 12 needs opposite signs that multiply to 12-12 and add to 11: +4+4 and 3-3.

When the tiles refuse to make a rectangle

The same conclusion — prime or not — has a concrete picture.

On the left, algebra tiles for x² + 5x + 6 forming a complete rectangle with sides x + 3 and x + 2; on the right, an attempt to arrange x² + 5x + 8 that leaves four unit tiles left over, showing the trinomial is prime

Worked examples

Example 1 — A successful search

Factor x2+11x+24x^{2} + 11x + 24 using the factor-pair table.

The pair 33 and 88 sums to 1111.

Answer: (x+3)(x+8)(x + 3)(x + 8)

Example 2 — A prime trinomial

Factor x2+7x+15x^{2} + 7x + 15, or say why it does not factor.

Every pair of factors of 1515 is listed in the figure; no sum is 77.

Answer: Prime over the integers.

Example 3 — Two negatives

Factor x25x+6x^{2} - 5x + 6.

Need product 66, sum 5-5: 2-2 and 3-3.

Answer: (x2)(x3)(x - 2)(x - 3)

Example 4 — Opposite signs

Factor x2+x12x^{2} + x - 12.

Need product 12-12, sum 11: +4+4 and 3-3.

Answer: (x+4)(x3)(x + 4)(x - 3)

Example 5 — Tiles

Do the tiles for x2+5x+6x^{2} + 5x + 6 form a rectangle? If so, name the sides.

Answer: Yes; sides x+3x + 3 and x+2x + 2.

Guided practice

  1. Use the factor-pair figure. For x2+11x+24x^{2} + 11x + 24, which row of the table is the match, and why?
  2. In that same figure, list the sums on the right table and explain why they prove x2+7x+15x^{2} + 7x + 15 is prime.
  3. Use the tile figure. How many of each tile fill the left rectangle, and what product do they show?
  4. In that same figure, why can x2+5x+8x^{2} + 5x + 8 not form a rectangle? Refer to the possible splits of the five xx tiles.
  5. Factor x2+9x+18x^{2} + 9x + 18 by listing factor pairs of 1818 and their sums.
  6. Factor x27x+12x^{2} - 7x + 12.

Independent practice

  1. Factor. a) x2+8x+15x^{2} + 8x + 15 b) x2+9x+20x^{2} + 9x + 20 c) x2+12x+32x^{2} + 12x + 32 d) x2+10x+21x^{2} + 10x + 21
  2. Factor. a) x25x+6x^{2} - 5x + 6 b) x29x+20x^{2} - 9x + 20 c) x28x+12x^{2} - 8x + 12 d) x211x+24x^{2} - 11x + 24
  3. Factor. a) x2+x12x^{2} + x - 12 b) x2x12x^{2} - x - 12 c) x2+3x10x^{2} + 3x - 10 d) x22x15x^{2} - 2x - 15
  4. Decide whether each is factorable over the integers. If it is, factor it; if not, write prime. a) x2+7x+15x^{2} + 7x + 15 b) x2+5x+8x^{2} + 5x + 8 c) x2+6x+8x^{2} + 6x + 8 d) x2+4x+8x^{2} + 4x + 8
  5. Factor x2+11x+24x^{2} + 11x + 24 and check by multiplying back.
  6. Build a factor-pair table for x23x10x^{2} - 3x - 10 and factor it.
  7. Error analysis. A student factors x2+5x+6x^{2} + 5x + 6 as (x+1)(x+5)(x + 1)(x + 5). Identify the error using product and sum, and give the correct factorization.
  8. Application. A rectangular patio has area x2+9x+18x^{2} + 9x + 18 square feet. Write its length and width as binomials in xx.
  9. Reasoning. Explain why listing every factor pair — including negative pairs when c>0c > 0 and bb could be negative — is what makes "prime" a conclusion rather than a guess.
  10. Check (x4)(x3)(x - 4)(x - 3) by expanding, and say which of the trinomials in this lesson it matches.

Exit ticket 13.3

  1. Factor x2+11x+24x^{2} + 11x + 24.
  2. Factor x25x+6x^{2} - 5x + 6.
  3. Is x2+5x+8x^{2} + 5x + 8 factorable over the integers? Justify with a factor-pair argument or a tile argument.
  4. Factor x2+x12x^{2} + x - 12 and check by multiplying back.

Lesson 13.4 — Difference of Squares

Cutting a square and rearranging

A difference of squares is a binomial of the form a2b2a^{2} - b^{2}. It factors on sight:

a2b2=(a+b)(ab)a^{2} - b^{2} = (a + b)(a - b)

The area picture that forces the identity is a large square with a smaller square removed, then rearranged.

On the left, a square of side x with a 3-by-3 square removed from a corner, cut into piece A of size (x − 3) by x and piece B of size 3 by (x − 3); on the right, the same two pieces pushed into one rectangle of height x − 3 and width x + 3, showing x² − 9 = (x + 3)(x − 3)

Same area both ways, so

x29=(x+3)(x3)x^{2} - 9 = (x + 3)(x - 3)

Recognizing the pattern

A binomial is a difference of squares when:

  1. It is a difference (a minus sign between the terms), not a sum.
  2. Each term is a perfect square — a square of an integer or of a monomial with integer coefficient.
Expression aa bb Factored
x29x^{2} - 9 xx 33 (x+3)(x3)(x + 3)(x - 3)
x216x^{2} - 16 xx 44 (x+4)(x4)(x + 4)(x - 4)
4x294x^{2} - 9 2x2x 33 (2x+3)(2x3)(2x + 3)(2x - 3)
9x2259x^{2} - 25 3x3x 55 (3x+5)(3x5)(3x + 5)(3x - 5)

A sum of squares x2+9x^{2} + 9 does not factor over the integers. There is no integer pair whose product is 99 and whose sum is 00.

GCF first, then the difference

Sometimes a GCF hides a difference of squares.

2x28=2(x24)=2(x+2)(x2)2x^{2} - 8 = 2(x^{2} - 4) = 2(x + 2)(x - 2)

Stopping at 2(x24)2(x^{2} - 4) leaves a factorable factor behind. Factoring completely requires the second step.

Worked examples

Example 1 — The area argument

Use the difference-of-squares figure to factor x29x^{2} - 9.

The rearranged rectangle has sides x+3x + 3 and x3x - 3.

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

Example 2 — A larger constant

Factor x225x^{2} - 25.

Answer: (x+5)(x5)(x + 5)(x - 5)

Example 3 — Squares on both sides

Factor 9x2259x^{2} - 25.

Answer: (3x+5)(3x5)(3x + 5)(3x - 5)

Example 4 — With a GCF

Factor 2x2322x^{2} - 32 completely.

2(x216)=2(x+4)(x4)2(x^{2} - 16) = 2(x + 4)(x - 4).

Answer: 2(x+4)(x4)2(x + 4)(x - 4)

Example 5 — A sum is not the pattern

Does x2+16x^{2} + 16 factor over the integers as a difference of squares?

Answer: No. It is a sum of squares, and it is prime over the integers.

Guided practice

  1. Use the difference-of-squares figure. What was removed from the large square, and what two pieces remain?
  2. In that same figure, what are the side lengths of the rearranged rectangle, and what identity do they prove?
  3. Factor x216x^{2} - 16 by naming aa and bb.
  4. Factor 4x294x^{2} - 9.
  5. Factor 2x282x^{2} - 8 completely.
  6. Explain. Why does x2+9x^{2} + 9 not factor as a difference of squares?

Independent practice

  1. Factor. a) x29x^{2} - 9 b) x216x^{2} - 16 c) x225x^{2} - 25 d) x236x^{2} - 36
  2. Factor. a) 4x294x^{2} - 9 b) 9x2259x^{2} - 25 c) 16x2116x^{2} - 1 d) 25x24925x^{2} - 49
  3. Factor completely. a) 2x282x^{2} - 8 b) 3x2273x^{2} - 27 c) 5x2455x^{2} - 45 d) 2x2322x^{2} - 32
  4. Which of these factor as a difference of squares? Factor those that do, and label the others prime or not a difference of squares. a) x24x^{2} - 4 b) x2+4x^{2} + 4 c) x22x^{2} - 2 d) 9x2169x^{2} - 16
  5. Factor 9x2259x^{2} - 25 and check by multiplying back.
  6. Error analysis. A student writes x29=(x3)2x^{2} - 9 = (x - 3)^{2}. Identify the error and give the correct factorization.
  7. Application. A square fountain of side 33 feet sits in the corner of a square plaza of side xx feet. The remaining area is x29x^{2} - 9. Write that area as a product of two binomials.
  8. Reasoning. Explain why a difference of squares always factors into a sum times a difference, using the middle-term cancellation (a+b)(ab)=a2b2(a + b)(a - b) = a^{2} - b^{2}.
  9. Expand (2x+5)(2x5)(2x + 5)(2x - 5) and say which item in this lesson it reverses.

Exit ticket 13.4

  1. Factor x29x^{2} - 9.
  2. Factor 4x294x^{2} - 9.
  3. Factor 2x282x^{2} - 8 completely.
  4. Explain why x2+9x^{2} + 9 is not a difference of squares.

Lesson 13.5 — Perfect Squares and Leading Coefficient Greater Than 1

A square area model

A perfect-square trinomial is the expansion of (a+b)2(a + b)^{2} or (ab)2(a - b)^{2}:

(a+b)2=a2+2ab+b2,(ab)2=a22ab+b2(a + b)^{2} = a^{2} + 2ab + b^{2}, \qquad (a - b)^{2} = a^{2} - 2ab + b^{2}

In an area model the two side lengths come out equal, so the model is itself a square.

Two square area models: on the left, x² + 6x + 9 with equal sides x and +3, written (x + 3)²; on the right, 4x² − 20x + 25 with equal sides 2x and −5, written (2x − 5)²

A quick test: the first and last terms are perfect squares, and the middle term is twice the product of their square roots (with the correct sign).

When the leading coefficient is greater than 1

For ax2+bx+cax^{2} + bx + c with a>1a > 1, the factor-pair search targets the product acac instead of cc. The method is split the middle term, then group.

The split 2x² + 7x + 3 = 2x² + 6x + x + 3 placed in a two-by-two area model with cells 2x², 6x, x, and 3, sides 2x and +1 beside and x and +3 above, with row factorizations 2x(x + 3) and 1(x + 3) sharing the binomial (x + 3)

For 2x2+7x+32x^{2} + 7x + 3:

  1. Compute ac=23=6ac = 2 \cdot 3 = 6.
  2. Find a factor pair of 66 that sums to 77: 66 and 11.
  3. Split: 2x2+7x+3=2x2+6x+x+32x^{2} + 7x + 3 = 2x^{2} + 6x + x + 3.
  4. Place the four terms in the area model. The rows share the binomial (x+3)(x + 3):

2x2+6x=2x(x+3),x+3=1(x+3)2x^{2} + 6x = 2x(x + 3), \qquad x + 3 = 1(x + 3)

  1. Pull the common binomial: (2x+1)(x+3)(2x + 1)(x + 3).

The figure's caption records why 66 and 11 were the right split: 61=6=236 \cdot 1 = 6 = 2 \cdot 3 and 6+1=76 + 1 = 7.

Grouping without the picture

The same steps in symbols:

2x2+7x+3=2x2+6x+x+3=(2x2+6x)+(x+3)=2x(x+3)+1(x+3)=(2x+1)(x+3)2x^{2} + 7x + 3 = 2x^{2} + 6x + x + 3 = (2x^{2} + 6x) + (x + 3) = 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3)

After the GCF is removed, aa has at most four factors in this chapter — so the search for a pair of acac stays small.

Worked examples

Example 1 — A perfect square

Factor x2+6x+9x^{2} + 6x + 9.

First and last are squares; middle is 2x32 \cdot x \cdot 3.

Answer: (x+3)2(x + 3)^{2}

Example 2 — A square with a>1a > 1

Factor 4x220x+254x^{2} - 20x + 25.

Answer: (2x5)2(2x - 5)^{2}

Example 3 — Split the middle

Factor 2x2+7x+32x^{2} + 7x + 3 by splitting.

Split as 2x2+6x+x+32x^{2} + 6x + x + 3, then group.

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

Example 4 — Another a>1a > 1

Factor 3x2+10x+83x^{2} + 10x + 8.

ac=24ac = 24; pair 44 and 66 sums to 1010. Split: 3x2+4x+6x+8=x(3x+4)+2(3x+4)=(x+2)(3x+4)3x^{2} + 4x + 6x + 8 = x(3x + 4) + 2(3x + 4) = (x + 2)(3x + 4).

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

Example 5 — Opposite signs in the pair

Factor 6x2x26x^{2} - x - 2.

ac=12ac = -12; pair 4-4 and 33 sums to 1-1. Split and group.

Answer: (3x2)(2x+1)(3x - 2)(2x + 1)

Guided practice

  1. Use the perfect-square figure. Why are both side lengths on the left panel equal, and how is that written in exponential form?
  2. In that same figure, name the four cells on the right panel and explain how the two middle cells together make 20x-20x.
  3. Use the splitting figure. Why is 7x7x rewritten as 6x+x6x + x?
  4. In that same figure, show that both rows share the factor (x+3)(x + 3), and write the factorization.
  5. Factor x28x+16x^{2} - 8x + 16 as a perfect square.
  6. Factor 2x2+11x+122x^{2} + 11x + 12 by splitting the middle term.

Independent practice

  1. Factor as a perfect square. a) x2+2x+1x^{2} + 2x + 1 b) x2+10x+25x^{2} + 10x + 25 c) x28x+16x^{2} - 8x + 16 d) x212x+36x^{2} - 12x + 36
  2. Factor as a perfect square. a) 4x2+12x+94x^{2} + 12x + 9 b) 4x220x+254x^{2} - 20x + 25 c) 9x2+6x+19x^{2} + 6x + 1 d) 9x230x+259x^{2} - 30x + 25
  3. Factor by splitting the middle term. a) 2x2+7x+32x^{2} + 7x + 3 b) 2x2+11x+122x^{2} + 11x + 12 c) 3x2+10x+83x^{2} + 10x + 8 d) 3x2+11x+63x^{2} + 11x + 6
  4. Factor by splitting the middle term. a) 6x2+5x66x^{2} + 5x - 6 b) 6x2x26x^{2} - x - 2 c) 4x2+5x64x^{2} + 5x - 6 d) 2x25x32x^{2} - 5x - 3
  5. Factor 4x2+12x+94x^{2} + 12x + 9 two ways: as a perfect square, and by splitting. Confirm the answers match.
  6. Error analysis. A student writes (x+5)2=x2+25(x + 5)^{2} = x^{2} + 25. Identify the missing middle term and give the correct expansion, then factor x2+10x+25x^{2} + 10x + 25.
  7. Application. A square garden has area x2+6x+9x^{2} + 6x + 9 square meters. Write the side length as a binomial.
  8. Reasoning. Explain why the search for ax2+bx+cax^{2} + bx + c uses factor pairs of acac, not of cc alone.
  9. Group 2x2+6x+x+32x^{2} + 6x + x + 3 and write the factorization. (This is the split form of item 86a.)
  10. Factor 6x2+5x66x^{2} + 5x - 6 and check by multiplying back.

Exit ticket 13.5

  1. Factor x2+6x+9x^{2} + 6x + 9.
  2. Factor 4x220x+254x^{2} - 20x + 25.
  3. Factor 2x2+7x+32x^{2} + 7x + 3.
  4. Factor 6x2x26x^{2} - x - 2 by splitting and grouping.

Lesson 13.6 — Factoring Completely and Choosing a Method

A decision flow

Every polynomial in this chapter yields to the same three-step habit.

A flowchart: start with a polynomial to factor completely; Step 1 factor out the GCF and a leading minus if needed; Step 2 match the shape to the number of terms — two terms for difference of squares, three for a factor-pair or perfect-square search, four for grouping; if no method fits the search is exhausted then it is prime; Step 3 multiply back and check no factor is still factorable

Read the flow top to bottom.

  1. Factor out the GCF. If the leading term is negative, take the minus out too.
  2. Match the shape to the number of terms left inside.
    • Two terms. A difference of squares? Use a2b2=(a+b)(ab)a^{2} - b^{2} = (a + b)(a - b).
    • Three terms. Search for the factor pair. A perfect square? Use (a±b)2(a \pm b)^{2}.
    • Four terms. Group in pairs and pull the common binomial.
  3. Check. Multiply the factors back out, and check that no factor is still factorable.

If no method fits and the search is exhausted, the polynomial is prime over the integers. Saying so is the correct complete answer.

Factoring completely — worked through

Example A. 2x282x^{2} - 8

Example B. 3x2+6x+33x^{2} + 6x + 3

Example C. x2+7x+15x^{2} + 7x + 15

Staying on the expression side

Factoring rewrites an expression. It does not solve an equation. The sentence

x2+5x+6=(x+2)(x+3)x^{2} + 5x + 6 = (x + 2)(x + 3)

says two expressions are equal for every xx. It does not ask which xx makes either side zero. That question is Chapter 15. Every item in this chapter stops at the product.

Worked examples

Example 1 — Following the flow

Factor 2x282x^{2} - 8 completely, naming the step at each move.

GCF first: 2(x24)2(x^{2} - 4). Two terms inside: difference of squares: 2(x+2)(x2)2(x + 2)(x - 2).

Answer: 2(x+2)(x2)2(x + 2)(x - 2)

Example 2 — GCF then a trinomial

Factor 3x2+6x+33x^{2} + 6x + 3 completely.

Answer: 3(x+1)23(x + 1)^{2}

Example 3 — Already a special form

Factor x216x^{2} - 16 completely.

Answer: (x+4)(x4)(x + 4)(x - 4)

Example 4 — Prime

Factor x2+5x+8x^{2} + 5x + 8 completely, or say it is prime.

Answer: Prime over the integers.

Example 5 — Four terms after a split

Factor 2x2+7x+32x^{2} + 7x + 3 completely.

No GCF other than 11. Three terms with a=2a = 2: split and group to (2x+1)(x+3)(2x + 1)(x + 3).

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

Guided practice

  1. Use the method-flow figure. What is Step 1, and why does it come before matching the shape?
  2. In that same figure, what three branches does Step 2 offer, and what does each branch ask you to try?
  3. According to that figure, when is "prime over the integers" the correct final answer?
  4. Factor 2x282x^{2} - 8 completely, naming which box of the flow you are in at each step.
  5. Factor 3x2+6x+33x^{2} + 6x + 3 completely.
  6. Explain. Why does the flow end with a multiply-back check rather than with the factored form alone?

Independent practice

  1. Factor completely. a) 2x282x^{2} - 8 b) 3x2273x^{2} - 27 c) 5x2205x^{2} - 20 d) 4x2364x^{2} - 36
  2. Factor completely. a) 3x2+6x+33x^{2} + 6x + 3 b) 2x2+8x+82x^{2} + 8x + 8 c) 5x2+10x+55x^{2} + 10x + 5 d) 4x2+4x+14x^{2} + 4x + 1
  3. Factor completely, or write prime. a) x2+7x+15x^{2} + 7x + 15 b) x2+5x+6x^{2} + 5x + 6 c) x2+5x+8x^{2} + 5x + 8 d) x29x^{2} - 9
  4. For each expression, name the first method the flow recommends (after any GCF), then factor completely. a) x225x^{2} - 25 b) x2+8x+16x^{2} + 8x + 16 c) 2x2+7x+32x^{2} + 7x + 3 d) 6x2+15x6x^{2} + 15x
  5. Error analysis. A student factors 2x282x^{2} - 8 as 2(x24)2(x^{2} - 4) and stops. Identify what the flow's final check would catch, and give the complete factorization.
  6. Application. A rectangular banner has area 2x2+7x+32x^{2} + 7x + 3 square feet. Factor the area and name possible side lengths.
  7. Reasoning. A polynomial factors as 2(x+3)(x3)2(x + 3)(x - 3). Explain how you can tell the original polynomial was 2x2182x^{2} - 18 without being told, and why that original was "factored completely" only after both the GCF and the difference of squares were used.
  8. Factor 6x2+5x66x^{2} + 5x - 6 completely and check by evaluating the original and the factors at x=2x = 2.
  9. Use the flow on 2x2+8-2x^{2} + 8. Factor completely, taking the minus with the GCF.

Exit ticket 13.6

  1. Factor 2x282x^{2} - 8 completely.
  2. Factor 3x2+6x+33x^{2} + 6x + 3 completely.
  3. Factor x2+7x+15x^{2} + 7x + 15 completely, or write prime.
  4. Name the three Step-2 branches on the method-flow figure, and give one example polynomial for each branch.

Chapter 13 Review

Vocabulary. factor · factor completely · greatest common factor (GCF) · prime over the integers · factor pair · difference of squares · perfect-square trinomial · split the middle term · grouping · area model (run backwards)

A.EO.2c is a single bullet with several techniques inside it, so this review is organized by technique and then by the complete-factoring habit that ties them together.

Part A — Reverse of multiplying and GCF

  1. An area model has cells x2x^{2}, 2x2x, 4x4x, and 88. Write the factorization of the polynomial those cells form.
  2. Factor 6x2+15x6x^{2} + 15x.
  3. Factor 5x2+20x-5x^{2} + 20x.
  4. Explain why factoring is Chapter 12's multiplication read backwards, using an area model in your answer.

Part B — Leading coefficient 1 and primes

  1. Factor x2+11x+24x^{2} + 11x + 24.
  2. Factor x25x+6x^{2} - 5x + 6.
  3. Factor x2+x12x^{2} + x - 12.
  4. Is x2+7x+15x^{2} + 7x + 15 factorable over the integers? Justify.

Part C — Special products and a>1a > 1

  1. Factor x29x^{2} - 9.
  2. Factor 4x220x+254x^{2} - 20x + 25.
  3. Factor 2x2+7x+32x^{2} + 7x + 3.
  4. Factor 6x2x26x^{2} - x - 2.

Part D — Factoring completely and method choice

  1. Factor 2x282x^{2} - 8 completely.
  2. Factor 3x2+6x+33x^{2} + 6x + 3 completely.
  3. For x2+8x+16x^{2} + 8x + 16, name the method the flow recommends and give the factorization.
  4. Application. A rectangular courtyard has area x2+9x+18x^{2} + 9x + 18 square meters. Write its length and width as binomials, then check by multiplying back.

Standards coverage check — Chapter 13

A.EO.2c is one Knowledge and Skill with a fixed scope: first- and second-degree, one variable, integral coefficients, GCF first, leading coefficient afterward limited to at most four factors, and factor completely. Coverage is broken out by technique.

Knowledge and Skill Technique Where it is taught Where it is practiced Where it is used in context
A.EO.2c — factor completely first- and second-degree polynomials in one variable with integral coefficients; after the GCF, leading coefficients have no more than four factors Factoring as multiplication backwards 13.1 (area model reverse; multiply-back and evaluate checks) 1–19; 117, 120 14
A.EO.2c Greatest common factor 13.2 (shared side; leading minus sign) 20–38; 118, 119 32
A.EO.2c Trinomials with leading coefficient 1; primes 13.3 (factor-pair search; tile rectangle versus prime) 39–58; 121–124 52
A.EO.2c Difference of squares 13.4 (cut-and-rearrange area; GCF then difference) 59–77; 125 71
A.EO.2c Perfect-square trinomials; ax2+bx+cax^{2} + bx + c; grouping 13.5 (square area model; split middle term; group) 78–97; 126–128 90
A.EO.2c Factor completely; method selection 13.6 (decision flow; GCF then shape; prime as a finished answer) 98–116; 129–132 109, 132

Supporting items: 6, 15, 25, 33, 53, 64, 72, 91, 103, 110, and 120 are reasoning prompts aimed at the claims most often taken on faith — that factoring is multiplication reversed, that GCF comes first, that "prime" is a conclusion from an exhausted search, that a sum of squares is not the difference pattern, that acac is the right product for a>1a > 1, and that a multiply-back check is required. Items 13, 31, 51, 70, 89, and 108 are error analyses aimed at the most common defects: wrong factor pair, incomplete GCF, missing middle term of a square, and stopping before a remaining difference of squares is factored. Items 12, 18, 29, 49, 58, 69, 93, and 111 all run a multiply-back or evaluate-at-the-same-input check.

Boundaries respected. No item solves an equation or asks for a value of xx that makes a product zero — that is A.EI.1 / A.EI.3 in Chapter 15. Every item rewrites an expression as a product, or identifies a polynomial as prime. No item uses a polynomial of degree greater than 22, a polynomial in two variables, or a leading coefficient (after GCF) with more than four factors. No item divides a polynomial or asks whether two quadratic forms are equivalent; those are A.EO.2 d and e in Chapter 14. Multiplication appears only as the check on a factorization, which is A.EO.2b from Chapter 12 being used, not re-taught.

Answer keys for every item in this chapter are in Appendix A.