zuai-logo

Factoring quadratic and polynomial expressions

Brian Hall

Brian Hall

7 min read

Listen to this study note

Study Guide Overview

This study guide covers factoring for the SAT Math section, including quadratic expressions (using methods like grouping and the AC method), special polynomial forms (difference of squares, perfect square trinomials, and sum/difference of cubes), and solving quadratic equations (using the zero product property and applying them to real-world problems). Practice questions and an answer key are provided. The guide emphasizes the AC method, special polynomial forms, and solving quadratic equations as high-value topics for the exam.

Factoring: Your Key to SAT Math Success 🔑

Hey there, future math master! Let's break down factoring, a super important skill for the SAT Math section. Think of it like this: we're taking complex puzzles and turning them into easy-to-solve pieces. Ready to get started? Let's go!


Jump to Quadratic Expressions | Jump to Special Polynomials | Jump to Solving Equations | Jump to Practice Questions


Factoring Quadratic Expressions

Understanding Factoring Basics

  • Factoring is like reverse multiplication – we're rewriting a polynomial as a product of its factors.
  • For a quadratic like ax2+bx+cax^2 + bx + c, we're looking for two binomials that multiply back to that original expression.
  • This skill is HUGE for solving quadratic equations and understanding graphs of quadratic functions. 📈

Common Factoring Methods

  • Factoring by Grouping: Group terms with common factors and pull out the greatest common factor (GCF) from each group.
  • AC Method: Multiply the coefficient of x2x^2 (a) by the constant term (c). Find two numbers that add up to the coefficient of x (b) and multiply to ac. This is your secret weapon for harder quadratics! 💡
  • Completing the Square: Rewrites the quadratic as (x+p)2+q(x + p)^2 + q. Super useful for finding the vertex of a parabola.

Key Concept

The AC method is a versatile technique that can be applied to many quadratic expressions. It's a must-know for the SAT!


Example: Factor x2+6x+8x^2 + 6x + 8

  1. AC Method: ac=1×8=8ac = 1 \times 8 = 8. We need factors of 8 that add to 6 (which are 2 and 4).
  2. Rewrite: x2+2x+4x+8x^2 + 2x + 4x + 8
  3. Group & Factor: (x2+2x)+(4x+8)=x(x+2)+4(x+2)(x^2 + 2x) + (4x + 8) = x(x + 2) + 4(x + 2)
  4. Factor Out (x + 2): (x+2)(x+4)(x + 2)(x + 4)

Special Polynomial Forms

Difference of Squares

  • The formula is: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b). Recognize this pattern, and you're golden! ✨

Memory Aid

Think of "Difference of Squares" as "(Sum) times (Difference)". It's always (a + b)(a - b).


  • Example: Factor 25x21625x^2 - 16 * Recognize: (5x)242(5x)^2 - 4^2 * Apply Formula: (5x+4)(5x4)(5x + 4)(5x - 4)

Perfect Square Trinomials

  • These take the form a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2 or a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2.

Memory Aid

Look for the first and last terms to be perfect squares, and the middle term to be twice the product of their square roots


  • Example: Factor x2+10x+25x^2 + 10x + 25 * Recognize: x2+2(x)(5)+52x^2 + 2(x)(5) + 5^2 * Factor: (x+5)2(x + 5)^2

Sum and Difference of Cubes

  • Sum of Cubes: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
  • Difference of Cubes: a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)

Memory Aid

Use SOAP to remember the signs: Same, Opposite, Always Positive.


  • Example: Factor 8x3278x^3 - 27 * Recognize: (2x)333(2x)^3 - 3^3 * Apply Formula: (2x3)(4x2+6x+9)(2x - 3)(4x^2 + 6x + 9)

Solving Quadratic Equations

Factoring to Solve Quadratic Equations

  • Quadratic equations are in the form ax2+bx+c=0ax^2 + bx + c = 0 (where a0a \neq 0)
  • Zero Product Property: If the product of factors is zero, at least one of the factors must be zero.
  • Steps to Solve: 1. Set the equation to zero. 2. Factor the expression. 3. Set each factor to zero and solve.

Exam Tip

Always double-check your factored expressions by expanding them back to the original form. This can save you from careless errors.


  • Example: Solve x25x+6=0x^2 - 5x + 6 = 0 1. Already set to zero. 2. Factor: (x2)(x3)=0(x - 2)(x - 3) = 0 3. Solve: x2=0x - 2 = 0 or x3=0x - 3 = 0, so x=2x = 2 or x=3x = 3

Applying Quadratic Equations to Real-World Problems

  • Quadratic equations model real-world situations (like area, projectile motion, revenue).
  • Factoring helps us find key values in these scenarios.

Common Mistake

Don't forget to discard negative solutions when they don't make sense in the context of a real-world problem (like negative lengths).


  • Example: A rectangular garden has a length 2 meters longer than its width. If the area is 35 square meters, find the dimensions. * Let xx = width, x+2x + 2 = length * Area equation: x(x+2)=35x(x + 2) = 35 * Expand: x2+2x35=0x^2 + 2x - 35 = 0 * Factor: (x+7)(x5)=0(x + 7)(x - 5) = 0 * Solve: x=5x = 5 or x=7x = -7 (discard negative solution) * Dimensions: 5m width, 7m length

Practice Questions

Practice Question

Multiple Choice Questions

  1. Which of the following is a factor of 2x2+5x32x^2 + 5x - 3? (A) 2x12x-1 (B) x3x-3 (C) 2x+32x+3 (D) x+1x+1

  2. The expression 9x2499x^2 - 49 is equivalent to: (A) (3x7)2(3x-7)^2 (B) (3x+7)2(3x+7)^2 (C) (3x7)(3x+7)(3x-7)(3x+7) (D) (9x7)(x+7)(9x-7)(x+7)

  3. If x24x5=0x^2 - 4x - 5 = 0, what are the possible values of xx? (A) -1 and -5 (B) 1 and -5 (C) -1 and 5 (D) 1 and 5

Free Response Question

A rectangular park has an area of x2+7x+10x^2 + 7x + 10 square meters. The length of the park is x+5x + 5 meters.

a) Find an expression for the width of the park. b) If x=8x = 8, what is the numerical value of the perimeter of the park?

Scoring Rubric:

  • (a) 2 points: * 1 point for correctly factoring the area expression. * 1 point for correctly stating the width.
  • (b) 3 points: * 1 point for calculating the numerical length when x = 8. * 1 point for calculating the numerical width when x = 8. * 1 point for correctly calculating the perimeter.

Answer Key:

  1. (A)
  2. (C)
  3. (C)

FRQ Solution:

a) To find the width, we factor the area: x2+7x+10=(x+2)(x+5)x^2 + 7x + 10 = (x + 2)(x + 5). Since the length is x+5x + 5, the width is x+2x + 2. b) If x=8x = 8, the length is 8+5=138 + 5 = 13 meters and the width is 8+2=108 + 2 = 10 meters. The perimeter is 2(13+10)=2(23)=462(13 + 10) = 2(23) = 46 meters.


Final Exam Focus

  • High-Value Topics: * Factoring quadratic expressions (especially using the AC method). * Recognizing and applying special polynomial forms (difference of squares, perfect square trinomials). * Solving quadratic equations by factoring. * Applying quadratic equations to real-world problems.
  • Common Question Types: * Multiple-choice questions testing factoring skills and recognizing special forms. * Free-response questions requiring you to factor and solve quadratic equations in context.
  • Last-Minute Tips: * Time Management: Practice factoring quickly and accurately. Use the AC method as your go-to technique. * Common Pitfalls: Watch out for sign errors and incorrect factoring of special forms. Always double-check your work! * Strategies: If you're stuck on a problem, try to factor the expression. It often simplifies the problem significantly.

You've got this! Remember, factoring is a powerful tool. With practice and a clear understanding of these concepts, you'll be well-prepared to ace the SAT Math section. Go get 'em! 💪

Question 1 of 12

What are the factors of the quadratic expression x2+5x+6x^2 + 5x + 6?

(x+1)(x+6)(x+1)(x+6)

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

(x+1)(x+5)(x+1)(x+5)

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