Skip to main content
United StatesMathsSyllabus dot point

How do you expand, factor and simplify polynomial expressions on the ACT?

Expand products of polynomials, factor by common factor, grouping and special patterns, and simplify polynomial and rational expressions (Algebra).

An ACT Algebra answer on polynomials: expanding products (FOIL and distribution), factoring out a common factor, the difference of squares and other patterns, factoring quadratics, and simplifying rational expressions, with worked ACT-style questions.

Generated by Claude Opus 4.810 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. Expanding products
  3. Factoring in order
  4. The difference of squares
  5. Factoring a general quadratic
  6. Simplifying rational expressions
  7. Polynomial arithmetic and degree
  8. Why factoring is a high-yield skill
  9. Try this

What this topic is asking

The ACT tests expanding and factoring polynomial expressions, the two-way street between a product and its expanded form. Factoring also underpins solving quadratics and simplifying rational expressions, so the patterns here pay off across the test.

Expanding products

Distribution generalises FOIL to any product.

Factoring in order

Factoring is fastest when you check the patterns in a fixed sequence.

Skipping the GCF step is the most common reason an answer is "not fully factored".

The difference of squares

The pattern a2βˆ’b2=(aβˆ’b)(a+b)a^{2} - b^{2} = (a - b)(a + b) is one of the most frequently tested on the ACT. It applies whenever you see a perfect square minus a perfect square: x2βˆ’25x^{2} - 25, 9x2βˆ’169x^{2} - 16 (which is (3x)2βˆ’42=(3xβˆ’4)(3x+4)(3x)^{2} - 4^{2} = (3x - 4)(3x + 4)), or x4βˆ’1x^{4} - 1 (which factors further). A sum of squares like x2+9x^{2} + 9 does not factor over the real numbers, a distinction the ACT sometimes probes.

Factoring a general quadratic

For ax2+bx+cax^{2} + bx + c, find two numbers that multiply to aβ‹…ca \cdot c and add to bb, then split the middle term and factor by grouping. For 2x2+7x+32x^{2} + 7x + 3: aβ‹…c=6a \cdot c = 6, and 66 and 11 multiply to 6 and add to 7, so 2x2+6x+x+3=2x(x+3)+1(x+3)=(2x+1)(x+3)2x^{2} + 6x + x + 3 = 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3). When a=1a = 1, this reduces to the simple "multiply to cc, add to bb" method.

Simplifying rational expressions

A rational expression is a ratio of polynomials. Factor the numerator and denominator, then cancel common factors. For x2βˆ’9x2+4x+3\dfrac{x^{2} - 9}{x^{2} + 4x + 3}, factor to (xβˆ’3)(x+3)(x+1)(x+3)\dfrac{(x - 3)(x + 3)}{(x + 1)(x + 3)} and cancel (x+3)(x + 3) to get xβˆ’3x+1\dfrac{x - 3}{x + 1} (for xβ‰ βˆ’3x \neq -3). You can only cancel factors, never individual terms across a sum.

Polynomial arithmetic and degree

Beyond factoring, the ACT may ask you to add, subtract or multiply polynomials and to read a polynomial's degree (its highest exponent). To add or subtract, combine like terms: (3x2+2xβˆ’1)+(x2βˆ’5x+4)=4x2βˆ’3x+3(3x^{2} + 2x - 1) + (x^{2} - 5x + 4) = 4x^{2} - 3x + 3. To multiply a binomial by a trinomial, distribute every term of the first across the second and collect like terms. The degree of a product is the sum of the degrees of the factors, so a quadratic times a quadratic is degree 4. The leading coefficient and degree together control the end behaviour of the graph, a fact the Functions area builds on.

Why factoring is a high-yield skill

Factoring is the engine behind solving quadratics, simplifying fractions, and finding zeros of functions. Building the habit of "GCF first, then patterns, then quadratic" makes factoring fast and reliable, and expanding to check guarantees you have not introduced a sign error. Because these patterns recur throughout the Algebra and Functions areas, time spent here lifts your score broadly.

Try this

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

  • Cue. Difference of squares: x2βˆ’25x^{2} - 25.

Q2. Factor completely 2x2βˆ’182x^{2} - 18. [1 point]

  • Cue. GCF 2: 2(x2βˆ’9)=2(xβˆ’3)(x+3)2(x^{2} - 9) = 2(x - 3)(x + 3).

Exam-style practice questions

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

ACT Math (style)1 marksWhich expression is equivalent to (2x+3)(xβˆ’4)(2x + 3)(x - 4)? (A) 2x2βˆ’5xβˆ’122x^{2} - 5x - 12 (B) 2x2+5xβˆ’122x^{2} + 5x - 12 (C) 2x2βˆ’8xβˆ’122x^{2} - 8x - 12 (D) 2x2βˆ’5x+122x^{2} - 5x + 12
Show worked answer β†’

The correct answer is (A), 2x2βˆ’5xβˆ’122x^{2} - 5x - 12.

FOIL: (2x)(x)+(2x)(βˆ’4)+(3)(x)+(3)(βˆ’4)=2x2βˆ’8x+3xβˆ’12=2x2βˆ’5xβˆ’12(2x)(x) + (2x)(-4) + (3)(x) + (3)(-4) = 2x^{2} - 8x + 3x - 12 = 2x^{2} - 5x - 12. Choice (B) mishandles the sign on the middle term.

ACT Math (style)1 marksFactor completely: x2βˆ’49x^{2} - 49. (A) (xβˆ’7)2(x - 7)^{2} (B) (x+7)2(x + 7)^{2} (C) (xβˆ’7)(x+7)(x - 7)(x + 7) (D) (xβˆ’49)(x+1)(x - 49)(x + 1)
Show worked answer β†’

The correct answer is (C), (xβˆ’7)(x+7)(x - 7)(x + 7).

This is a difference of squares: a2βˆ’b2=(aβˆ’b)(a+b)a^{2} - b^{2} = (a - b)(a + b) with a=xa = x and b=7b = 7. So x2βˆ’49=(xβˆ’7)(x+7)x^{2} - 49 = (x - 7)(x + 7). Choice (A) is a perfect-square trinomial x2βˆ’14x+49x^{2} - 14x + 49, which is different.

Related dot points

Sources & how we know this