Factoring Quadratic Expressions

Factoring quadratic expressions is one of the most fundamental "power skills" you need for the Digital SAT. While it might seem like a basic algebra topic

Factoring quadratic expressions is one of the most fundamental "power skills" you need for the Digital SAT. While it might seem like a basic algebra topic you learned in 9th grade, the SAT elevates this concept by placing it within the Advanced Math domain under Equivalent Expressions. On a typical Digital SAT, you can expect to see 2 to 4 questions that directly require factoring, and several more where factoring is a necessary step to solve a larger problem, such as finding the zeros of a function or simplifying a rational expression.

In the context of the Digital SAT, "factoring" isn't just about getting an answer; it’s about recognition. The test-makers want to see if you can look at a complex-looking expression like 6x211x106x^2 - 11x - 10 and realize it is actually the same thing as (3x+2)(2x5)(3x + 2)(2x - 5). This skill is vital because the SAT often asks you to identify "equivalent expressions" or to find the "zeros" of a quadratic function. If you can't factor, you are forced to use the Quadratic Formula, which is time-consuming and prone to calculation errors.

In this guide, we are going to move beyond the simple x2+bx+cx^2 + bx + c trinomials. We will focus on the "Medium" and "Hard" level variations: trinomials where the leading coefficient is not 1 (ax2+bx+cax^2 + bx + c) and the method of Factoring by Grouping. By the end of this guide, you will have a systematic approach to breaking down any quadratic the SAT throws at you, whether you are working by hand or using the built-in Desmos calculator. We will transform factoring from a "guess and check" chore into a precise, repeatable process.

Core Concepts

To master factoring on the SAT, you must be comfortable with three primary techniques. None of these formulas are provided on the SAT Reference Sheet, so you must commit the methods to memory.

1. Factoring Trinomials where a=1a = 1

Before tackling harder problems, you must be fluent in the basic form: x2+bx+cx^2 + bx + c To factor this, you look for two numbers that multiply to cc and add to bb.

  • SAT Recognition: This appears when the question asks for the xx-intercepts or "zeros" of a parabola.
  • Example: x25x+6x^2 - 5x + 6. Factors of 66 that add to 5-5 are 2-2 and 3-3. Thus, (x2)(x3)(x - 2)(x - 3).

2. Factoring Trinomials where a1a \neq 1 (The "AC Method")

This is the "Medium" difficulty level that frequently appears on the SAT. When the expression looks like ax2+bx+cax^2 + bx + c, you cannot simply look at the last number. You must use the AC Method:

  1. Multiply the leading coefficient aa and the constant cc (the product acac).
  2. Find two numbers that multiply to acac and add to bb.
  3. Split the middle term bxbx into two terms using these numbers.
  4. Factor by grouping (see below).

Example: 2x2+7x+32x^2 + 7x + 3

  • ac=23=6a \cdot c = 2 \cdot 3 = 6.
  • Find factors of 66 that add to 77: 66 and 11.
  • Rewrite: 2x2+6x+1x+32x^2 + 6x + 1x + 3.
  • Group: (2x2+6x)+(1x+3)2x(x+3)+1(x+3)(2x+1)(x+3)(2x^2 + 6x) + (1x + 3) \Rightarrow 2x(x + 3) + 1(x + 3) \Rightarrow (2x + 1)(x + 3).

3. Factoring by Grouping

This technique is essential for four-term polynomials and is the second half of the AC Method.

  • When to use: When you see four terms, or after you have split the middle term of a trinomial.
  • The Process:
    1. Group the first two terms and the last two terms.
    2. Factor out the Greatest Common Factor (GCF) from each pair.
    3. If the binomial inside the parentheses matches, factor that binomial out.

Formulaic View: ax+ay+bx+by=a(x+y)+b(x+y)=(a+b)(x+y)ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y)

4. Difference of Squares and Perfect Square Trinomials

The SAT loves "Special Products" because they allow students who recognize patterns to save time.

  • Difference of Squares: a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)
    • Recognition: Two terms, both perfect squares, separated by a minus sign.
    • Example: 9x216=(3x4)(3x+4)9x^2 - 16 = (3x - 4)(3x + 4).
  • Perfect Square Trinomials:
    • a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2
    • a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2
    • Recognition: The first and last terms are perfect squares, and the middle term is twice the product of their square roots.

5. The Greatest Common Factor (GCF) First

The most common mistake students make is forgetting to check for a GCF before starting.

  • Rule: Always look for a number or variable that goes into ALL terms.
  • Example: 4x220x+244x^2 - 20x + 24. Factor out the 44 first: 4(x25x+6)4(x^2 - 5x + 6), then factor the inside to 4(x2)(x3)4(x - 2)(x - 3).

SAT Strategy Tips

1. The "Desmos Shortcut" for Zeros

On the Digital SAT, you have access to the Desmos graphing calculator for the entire math section. If a question asks for the factors of ax2+bx+cax^2 + bx + c, you can graph the expression.

  • The xx-intercepts (roots) of the graph relate directly to the factors.
  • If the graph crosses the xx-axis at x=kx = k, then (xk)(x - k) is a factor.
  • Warning: If the intercept is a fraction like x=0.5x = 0.5, the factor is (2x1)(2x - 1), not (x0.5)(x - 0.5). To find this, set x=12x = \frac{1}{2}, multiply by 22 to get 2x=12x = 1, then subtract 11 to get 2x1=02x - 1 = 0.

2. Working Backward from Answer Choices

Since the SAT is largely multiple-choice, you can often "FOIL" or multiply the answer choices to see which one matches the original expression. This is a "fail-safe" strategy if you forget the AC Method. However, only use this if you are fast at mental math, as it can be a time-sink.

3. Look at the Constants

If you are factoring ax2+bx+cax^2 + bx + c into (mx+p)(nx+q)(mx + p)(nx + q), remember that pqp \cdot q must equal cc. You can often eliminate 2 out of 4 answer choices just by looking at the last numbers in the binomials.

4. The "Structure" of the Question

The SAT often uses "structure" questions. For example: "If 12x2+ax20=(3x+4)(4x5)12x^2 + ax - 20 = (3x + 4)(4x - 5), what is the value of aa?" Instead of factoring the left side (which has an unknown), simply expand the right side using FOIL: (3x+4)(4x5)=12x215x+16x20=12x2+1x20(3x + 4)(4x - 5) = 12x^2 - 15x + 16x - 20 = 12x^2 + 1x - 20 By comparison, a=1a = 1.

Worked Example: Medium): Typical Trinomial Factoring

Problem

Question: Which of the following is an equivalent form of the expression 3x210x83x^2 - 10x - 8? A) (3x2)(x+4)(3x - 2)(x + 4) B) (3x+2)(x4)(3x + 2)(x - 4) C) (3x4)(x+2)(3x - 4)(x + 2) D) (3x+4)(x2)(3x + 4)(x - 2)

Solution
  1. Identify a,b,a, b, and cc: a=3,b=10,c=8a = 3, b = -10, c = -8.
  2. Find acac: 3(8)=243 \cdot (-8) = -24.
  3. Find factors of 24-24 that add to 10-10:
    • 12-12 and 22 work because 122=24-12 \cdot 2 = -24 and 12+2=10-12 + 2 = -10.
  4. Split the middle term: 3x212x+2x83x^2 - 12x + 2x - 8.
  5. Factor by grouping:
    • Group 1: 3x212x3x(x4)3x^2 - 12x \Rightarrow 3x(x - 4)
    • Group 2: 2x82(x4)2x - 8 \Rightarrow 2(x - 4)
  6. Combine: (3x+2)(x4)(3x + 2)(x - 4).
  7. Match with options: The correct answer is B.

Worked Example: Hard): GCF and Multi-Step Factoring

Problem

Question: If the expression 10x2+55x10510x^2 + 55x - 105 is rewritten in the form k(ax+b)(cx+d)k(ax + b)(cx + d), where k,a,b,c,k, a, b, c, and dd are integers, what is the value of a+ca + c?

Solution
  1. Factor out the GCF: All terms are divisible by 55. 5(2x2+11x21)5(2x^2 + 11x - 21)
  2. Factor the inner trinomial (2x2+11x212x^2 + 11x - 21):
    • ac=2(21)=42ac = 2 \cdot (-21) = -42.
    • Find factors of 42-42 that add to 1111: 1414 and 3-3.
  3. Split and Group: 2x2+14x3x212x^2 + 14x - 3x - 21 2x(x+7)3(x+7)2x(x + 7) - 3(x + 7) (2x3)(x+7)(2x - 3)(x + 7)
  4. Reassemble the full expression: 5(2x3)(x+7)5(2x - 3)(x + 7)
  5. Identify aa and cc: The coefficients of xx are 22 and 11.
  6. Calculate a+ca + c: 2+1=32 + 1 = 3. Final Answer: 3

Worked Example: SAT-Hard): Factoring by Grouping with Variables

Problem

Question: Which of the following is equivalent to the expression x34x29x+36x^3 - 4x^2 - 9x + 36? A) (x4)(x3)(x+3)(x - 4)(x - 3)(x + 3) B) (x+4)(x3)(x+3)(x + 4)(x - 3)(x + 3) C) (x4)(x2+9)(x - 4)(x^2 + 9) D) (x6)(x+6)(x1)(x - 6)(x + 6)(x - 1)

Solution
  1. Recognize the four-term structure: This is a prime candidate for factoring by grouping.
  2. Group the first two and last two terms: (x34x2)+(9x+36)(x^3 - 4x^2) + (-9x + 36)
  3. Factor out the GCF from each group:
    • From (x34x2)(x^3 - 4x^2), factor out x2x^2: x2(x4)x^2(x - 4).
    • From (9x+36)(-9x + 36), factor out 9-9: 9(x4)-9(x - 4). (Note: We factor out a negative to make the parentheses match).
  4. Combine the groups: (x29)(x4)(x^2 - 9)(x - 4)
  5. Look for further factoring: Notice that (x29)(x^2 - 9) is a Difference of Squares. (x29)=(x3)(x+3)(x^2 - 9) = (x - 3)(x + 3)
  6. Final factored form: (x3)(x+3)(x4)(x - 3)(x + 3)(x - 4)
  7. Match with options: The correct answer is A.

Practice Problems

  1. Which of the following is equivalent to 4x213x+34x^2 - 13x + 3? A) (4x1)(x3)(4x - 1)(x - 3) B) (4x3)(x1)(4x - 3)(x - 1) C) (2x3)(2x1)(2x - 3)(2x - 1) D) (4x+1)(x+3)(4x + 1)(x + 3)

  2. If 6x2+7x20=(ax+b)(cx+d)6x^2 + 7x - 20 = (ax + b)(cx + d) for all values of xx, where a,b,c,a, b, c, and dd are constants, what is the value of ad+bcad + bc? (Note: This is a "Grid-In" style question)

  3. The expression 2x3+3x28x122x^3 + 3x^2 - 8x - 12 can be written as (2x+3)(x+k)(xk)(2x + 3)(x + k)(x - k), where kk is a positive constant. What is the value of kk? A) 2 B) 3 C) 4 D) 6

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

1. Forgetting the GCF

Students often jump straight into the AC Method without checking if they can simplify the numbers first.

  • Wrong: Factoring 10x24010x^2 - 40 using complex methods.
  • Right: Factoring out 1010 first: 10(x24)=10(x2)(x+2)10(x^2 - 4) = 10(x - 2)(x + 2).
  • Why it matters: Smaller numbers reduce the chance of arithmetic errors.

2. Sign Errors in Grouping

When factoring by grouping, if the third term is negative, you must factor out a negative GCF.

  • Example: x2(x5)4x+20x^2(x - 5) - 4x + 20.
  • Mistake: x2(x5)+4(x+5)x^2(x - 5) + 4(x + 5). (The signs don't match!)
  • Correction: x2(x5)4(x5)=(x24)(x5)x^2(x - 5) - 4(x - 5) = (x^2 - 4)(x - 5).

3. Confusing Factors and Roots

The SAT will often ask for the "sum of the solutions" or "zeros."

  • Mistake: Factoring x25x+6x^2 - 5x + 6 into (x2)(x3)(x - 2)(x - 3) and saying the solutions are 2-2 and 3-3.
  • Correction: If the factor is (x2)(x - 2), the solution is x=2x = 2. Always flip the sign!

4. Incorrect AC Method Split

Students sometimes find factors that multiply to acac but don't add to bb.

  • Example: For 2x2+5x32x^2 + 5x - 3, ac=6ac = -6.
  • Mistake: Using 22 and 33 (they add to 55 but multiply to +6+6, not 6-6).
  • Correction: Use 66 and 1-1 (they multiply to 6-6 and add to 55).

Frequently Asked Questions

Can I just use the Quadratic Formula for every factoring question?

Technically, yes, the Quadratic Formula (x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}) will give you the roots. If the roots are x1x_1 and x2x_2, the factors are (xx1)(x - x_1) and (xx2)(x - x_2). However, this is often much slower than factoring by hand, especially on the Digital SAT where time is of the essence. Use the formula as a backup, not a primary tool.

How does factoring connect to the graph of a parabola?

Factoring is the bridge between the "Standard Form" (ax2+bx+cax^2 + bx + c) and the "Intercept Form" (a(xp)(xq)a(x - p)(x - q)). The factors tell you exactly where the graph crosses the xx-axis. If you see a graph on the SAT and need to find its equation, look at the xx-intercepts and turn them into factors.

What if a quadratic can't be factored?

On the SAT, if a question asks you to find "equivalent expressions" or "factors," the expression will almost certainly be factorable using integers. If the question asks for "solutions" and the answer choices contain square roots, that is your signal that the expression is not factorable and you should use the Quadratic Formula or Desmos.

Key Takeaways

  • Always check for a GCF first. It’s the easiest way to turn a "Hard" problem into a "Medium" one.

  • Master the AC Method: Multiply aca \cdot c, find factors that add to bb, split the middle, and group.

  • Difference of Squares is everywhere. Memorize a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b). It is the SAT's favorite shortcut.

  • Use Desmos strategically. Graph the expression to find xx-intercepts if you get stuck factoring by hand.

  • Factors vs. Zeros: If (xk)(x - k) is a factor, then x=kx = k is a zero. Don't mix up the signs.

  • Check your work with FOIL. If you have time, multiply your factors back together to ensure they match the original expression.

Ready to Ace Your SAT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store