Skip to main content
GeorgiaMathsSyllabus dot point

How do you add, subtract, and multiply polynomials, and how do you factor a quadratic expression back into a product of binomials?

Add, subtract, and multiply polynomials, and factor quadratic expressions including GCF, trinomials, and the difference of squares (A.PAR, Patterning and Algebraic Reasoning).

A Georgia Milestones Algebra: Concepts & Connections answer on polynomial operations and factoring: adding and subtracting by combining like terms, multiplying with the distributive property and FOIL, and factoring quadratics by GCF, by trinomial factoring, and by the difference-of-squares pattern.

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Adding and subtracting polynomials
  3. Multiplying polynomials
  4. Factoring: a fixed order
  5. How the Milestones examines this topic
  6. Why "multiply to c, add to b" works
  7. Factoring with a leading coefficient
  8. Try this

What this topic is asking

This Patterning and Algebraic Reasoning (A.PAR) standard covers the core polynomial fluency the rest of the course leans on: adding, subtracting, and multiplying polynomials, and factoring quadratic expressions back into products. Factoring is the higher-leverage half, because it is the engine for solving quadratics by the zero-product property later in the course. On the Georgia Milestones EOC these appear as one-point selected-response items (a single product or factorization) and as two-point constructed-response items that ask for complete factoring with reasoning shown.

Adding and subtracting polynomials

To add or subtract, combine like terms, terms with the same variable raised to the same power. Subtraction needs care: distribute the negative sign across every term in the second polynomial.

(3x2+5xβˆ’2)βˆ’(x2βˆ’4x+6)=3x2+5xβˆ’2βˆ’x2+4xβˆ’6=2x2+9xβˆ’8.(3x^2 + 5x - 2) - (x^2 - 4x + 6) = 3x^2 + 5x - 2 - x^2 + 4x - 6 = 2x^2 + 9x - 8.

Notice that βˆ’(βˆ’4x)=+4x-(- 4x) = +4x and βˆ’(+6)=βˆ’6-(+6) = -6. The single most common error here is subtracting only the first term of the second polynomial and forgetting the rest.

Multiplying polynomials

Multiplication uses the distributive property: every term of one factor multiplies every term of the other. For two binomials the shortcut is FOIL (First, Outer, Inner, Last).

A useful special case is the square of a binomial: (x+a)2=x2+2ax+a2(x + a)^2 = x^2 + 2ax + a^2, which is the perfect-square-trinomial pattern you will reverse when completing the square.

Factoring: a fixed order

Factoring is multiplication run backward. Work in a reliable order so you do not miss a step.

  1. GCF first. Factor out the greatest common factor of all terms: 6x2+9x=3x(2x+3)6x^2 + 9x = 3x(2x + 3).
  2. Difference of squares. a2βˆ’b2=(aβˆ’b)(a+b)a^2 - b^2 = (a - b)(a + b). So 9x2βˆ’16=(3xβˆ’4)(3x+4)9x^2 - 16 = (3x - 4)(3x + 4), taking a=3xa = 3x, b=4b = 4.
  3. Trinomial. For x2+bx+cx^2 + bx + c, find two numbers that multiply to cc and add to bb: x2βˆ’7x+12=(xβˆ’3)(xβˆ’4)x^2 - 7x + 12 = (x - 3)(x - 4) because βˆ’3-3 and βˆ’4-4 multiply to 1212 and add to βˆ’7-7.

How the Milestones examines this topic

  • Multiple choice. A single product or a single factorization, with sign-error and middle-term distractors.
  • Numeric or drag-and-drop entry. Build a product or assemble factors from a set of binomials.
  • Constructed response. Factor completely (often a trinomial and a difference of squares) with reasoning shown; partial credit for one correct factorization.

Why "multiply to c, add to b" works

The trinomial method is not a trick; it falls straight out of FOIL. When you expand (x+a)(x+b)(x + a)(x + b) you get x2+(a+b)x+abx^2 + (a + b)x + ab, so the constant term is the product abab and the middle coefficient is the sum a+ba + b. Factoring just reverses this: you are searching for the two numbers aa and bb whose product is the constant and whose sum is the middle coefficient. Listing the factor pairs of the constant and checking which pair adds to the middle coefficient is therefore a guaranteed method, and seeing the connection to FOIL is what lets you handle the sign cases (both negative, mixed signs) without guessing.

Factoring with a leading coefficient

When the leading coefficient is not 1, as in 2x2+7x+32x^2 + 7x + 3, first check for a GCF (here there is none), then either test binomial factor pairs or use the grouping (AC) method: multiply aβ‹…c=2β‹…3=6a \cdot c = 2 \cdot 3 = 6, find two numbers that multiply to 6 and add to 7 (namely 6 and 1), split the middle term as 2x2+6x+x+32x^2 + 6x + x + 3, and group: 2x(x+3)+1(x+3)=(x+3)(2x+1)2x(x + 3) + 1(x + 3) = (x + 3)(2x + 1). Grouping turns a harder trinomial into the same "two numbers" search, which is why the EOC expects you to handle leading coefficients other than 1 by this systematic route rather than by trial and error.

Try this

Q1. Expand (xβˆ’6)(x+6)(x - 6)(x + 6). [1 point]

  • Cue. Difference of squares: x2βˆ’36x^2 - 36.

Q2. Factor x2+9x+20x^2 + 9x + 20 completely. [1 point]

  • Cue. Two numbers multiplying to 20 and adding to 9 are 4 and 5: (x+4)(x+5)(x + 4)(x + 5).

Exam-style practice questions

Practice questions written in the style of GaDOE exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Milestones (style)1 marksMultiple choice. What is the product (x+5)(xβˆ’3)(x + 5)(x - 3)? (A) x2+2xβˆ’15x^2 + 2x - 15 (B) x2βˆ’2xβˆ’15x^2 - 2x - 15 (C) x2+2x+15x^2 + 2x + 15 (D) x2+8xβˆ’15x^2 + 8x - 15
Show worked answer β†’

The correct answer is (A).

Use FOIL: First xβ‹…x=x2x \cdot x = x^2; Outer xβ‹…(βˆ’3)=βˆ’3xx \cdot (-3) = -3x; Inner 5β‹…x=5x5 \cdot x = 5x; Last 5β‹…(βˆ’3)=βˆ’155 \cdot (-3) = -15. Combine the middle terms: βˆ’3x+5x=2x-3x + 5x = 2x. So (x+5)(xβˆ’3)=x2+2xβˆ’15(x + 5)(x - 3) = x^2 + 2x - 15. The common error is mishandling the signs of the middle term; the outer and inner products are βˆ’3x-3x and +5x+5x, which add to +2x+2x.

Milestones (style)2 marksConstructed response. Factor x2βˆ’7x+12x^2 - 7x + 12 completely, and factor 9x2βˆ’169x^2 - 16 completely. Show your reasoning.
Show worked answer β†’

x2βˆ’7x+12=(xβˆ’3)(xβˆ’4)x^2 - 7x + 12 = (x - 3)(x - 4) and 9x2βˆ’16=(3xβˆ’4)(3x+4)9x^2 - 16 = (3x - 4)(3x + 4).

For the trinomial, find two numbers that multiply to +12+12 and add to βˆ’7-7: those are βˆ’3-3 and βˆ’4-4, so (xβˆ’3)(xβˆ’4)(x - 3)(x - 4). For 9x2βˆ’169x^2 - 16, recognize a difference of squares a2βˆ’b2=(aβˆ’b)(a+b)a^2 - b^2 = (a - b)(a + b) with a=3xa = 3x (since (3x)2=9x2(3x)^2 = 9x^2) and b=4b = 4 (since 42=164^2 = 16): (3xβˆ’4)(3x+4)(3x - 4)(3x + 4). Full credit needs both factorizations with the method shown.

Related dot points

Sources & how we know this