ACT Math · Algebra

Quadratic Equations and Factoring on the ACT: Every Method, Named and Explained

Most students know how to “FOIL” quadratic equations when the coefficient before x squared is one. But those same students lose easy points when the coefficient before x squared is greater than one. Make sure you know how to solve those questions; they represent easy points on the ACT Math section.

The two most important quadratic equation skills to master before taking the ACT are setting up the problem correctly and reading the question carefully so you know exactly what the question is asking you to solve for.

Methods and concepts covered in this guide

Concept Named Method Frequency
Factoring when a = 1: x² + bx + c The Factor-Pair Method Very High
The sign rule: reading roots correctly from factored form The Zero-Factor Rule Very High
Factoring when a > 1: ax² + bx + c The AC Method High
Special forms: difference of squares and perfect square trinomials The Pattern Recognition Shortcut Medium
The quadratic formula — when factoring fails The Quadratic Formula High
What roots tell you about a parabola on the ACT The Root-to-Parabola Map Medium
Recognizing hidden quadratics in word problems and function notation The Quadratic Spotter Medium

Concept 1

Factoring When a = 1: x² + bx + c

Very High Frequency

When the leading coefficient is 1, a quadratic of the form x² + bx + c factors into (x + p)(x + q), where p and q are two numbers that multiply to c and add to b. Finding those two numbers is the entire task. Always move all terms to one side and set the equation equal to zero before factoring.

Named Method

The Factor-Pair Method

Step 1: Set the quadratic equal to zero. Step 2: Identify b and c from the standard form x² + bx + c = 0. Step 3: List factor pairs of c — pairs of integers that multiply to c. Step 4: Find the pair that adds to b. Step 5: Write the factored form (x + p)(x + q) = 0. Step 6: Apply the Zero-Factor Rule (Concept 2) to find the roots.

Sign guidance: if c is positive, p and q have the same sign (both positive if b is positive; both negative if b is negative). If c is negative, p and q have opposite signs (the larger absolute value matches the sign of b).

Example: x² + 5x + 6 = 0
Step 1: Already equal to zero.
Step 2: b = 5, c = 6
Step 3: Factor pairs of 6: (1,6), (2,3), (−1,−6), (−2,−3)
Step 4: 2 + 3 = 5 ✓   Use p = 2, q = 3
Step 5: (x + 2)(x + 3) = 0
Step 6: x = −2 or x = −3

ACT-style practice question

What are the solutions to x² − 7x + 12 = 0?

A. x = 3 and x = 4
B. x = −3 and x = −4
C. x = −3 and x = 4
D. x = 3 and x = −4

Classic Test Prep

Take a mini-diagnostic

Get your projected ACT score in just 15 minutes

Concept 2

The Sign Rule: Reading Roots Correctly from Factored Form

Very High Frequency

After factoring a quadratic into (x + p)(x + q) = 0, the roots are found by setting each factor equal to zero and solving — not by reading the numbers directly out of the parentheses. The root from (x + p) is x = −p, not x = p. This sign flip is the single most common quadratic error on the ACT, and the test exploits it directly by listing the sign-flipped values as answer choices.

⚠ ACT trap — the sign-flip error

Factored form: (x − 3)(x + 4) = 0 ✗ Wrong: “The numbers in the parentheses are 3 and 4, so x = 3 and x = 4.” ✗ Also wrong: “I see −3 and +4, so x = −3 and x = 4.” ✓ Correct: Set each factor to zero. x − 3 = 0 → x = 3. x + 4 = 0 → x = −4. The roots are x = 3 and x = −4. The sign of the root is opposite to the sign shown in the parentheses.

Named Method

The Zero-Factor Rule

After factoring: for each factor (x + p) or (x − p), set it equal to zero and solve. Never read roots directly from the parentheses. The three-second check: the factored form (x − r)(x − s) = 0 has roots x = r and x = s — both signs flipped from what is written. Write out the step explicitly every time, even when it feels obvious.

ACT application: when the question asks for the sum or product of the roots, use these identities for ax² + bx + c = 0: sum of roots = −b/a, product of roots = c/a. These shortcuts let you find the sum or product without factoring at all.

ACT-style practice question

If (x − 5)(x + 2) = 0, what is the sum of the two solutions?

A. 7
B. 3
C. −3
D. −10

Concept 3

Factoring When a > 1: ax² + bx + c

High Frequency

When the leading coefficient a is greater than 1, the Factor-Pair Method alone does not work directly — you cannot simply find two numbers that add to b and multiply to c. The AC Method extends factoring to these cases systematically and works for any factorable quadratic with an integer leading coefficient.

Named Method

The AC Method

Step 1: Set the quadratic equal to zero in the form ax² + bx + c = 0. Step 2: Compute the product a × c. Step 3: Find two integers that multiply to ac and add to b. Call them m and n. Step 4: Rewrite the middle term bx as mx + nx. Step 5: Factor by grouping — group the first two terms and last two terms, factor out the GCF from each group. Step 6: Factor out the common binomial. Step 7: Apply the Zero-Factor Rule.

Alternative: if the quadratic is factorable and the answer choices are given, back-solving by plugging each answer choice into the original equation is often faster than the AC Method on the ACT.

Example: 2x² + 7x − 15 = 0
Step 2: a×c = 2×(−15) = −30
Step 3: Find m,n: m×n = −30, m+n = 7 → m = 10, n = −3
Step 4: 2x² + 10x − 3x − 15 = 0
Step 5: 2x(x + 5) − 3(x + 5) = 0
Step 6: (2x − 3)(x + 5) = 0
Step 7: 2x − 3 = 0 → x = 3/2    x + 5 = 0 → x = −5

ACT-style practice question

What are the solutions to 3x² − x − 10 = 0?

A. x = 2 and x = −5/3
B. x = −2 and x = 5/3
C. x = 2 and x = 5/3
D. x = −2 and x = −5/3

Classic Test Prep

Take a mini-diagnostic

Get your projected ACT score in just 15 minutes

Concept 4

Special Forms: Difference of Squares and Perfect Square Trinomials

Medium Frequency

Two quadratic patterns appear on the ACT often enough to memorize as instant recognition shortcuts. Identifying these forms saves the full factoring process entirely and reduces a multi-step problem to a single written line.

Named Method

The Pattern Recognition Shortcut

Difference of squares: a² − b² = (a + b)(a − b). Recognize it when you see two perfect squares separated by a minus sign and no middle term. Examples: x² − 9 = (x+3)(x−3), 4x² − 25 = (2x+5)(2x−5), x² − 16 = (x+4)(x−4).

Perfect square trinomial: a² + 2ab + b² = (a + b)² or a² − 2ab + b² = (a − b)². Recognize it when the first and last terms are perfect squares and the middle term is twice the product of their square roots. Examples: x² + 6x + 9 = (x+3)², x² − 10x + 25 = (x−5)².

ACT application: difference of squares appears frequently in disguised forms where the variable has a coefficient, e.g., 9x² − 16. Always check for these patterns before starting the AC Method.

✓ Difference of squares

4x² − 49 = 0 (2x + 7)(2x − 7) = 0 x = −7/2 or x = 7/2 a = 2x, b = 7. Instant recognition.

✓ Perfect square trinomial

x² − 8x + 16 = 0 (x − 4)² = 0 x = 4 (one repeated root) First term: x², last term: 4², middle: 2(x)(4) = 8x. ✓

ACT-style practice question

What are the solutions to 4x² − 25 = 0?

A. x = 5/2 and x = −5/2
B. x = 25/4 and x = −25/4
C. x = 5 and x = −5
D. x = 2/5 and x = −2/5

Concept 5

The Quadratic Formula — When Factoring Fails

High Frequency

The quadratic formula solves any quadratic equation ax² + bx + c = 0 and always produces the correct roots, whether or not the equation is factorable over integers. Use it when the equation does not factor cleanly, when the discriminant tells you the roots involve radicals, or when you have already tried factoring for 20 seconds without success.

Named Method

The Quadratic Formula

x = (−b ± √(b² − 4ac)) / (2a)

The expression under the radical, b² − 4ac, is called the discriminant. If the discriminant is positive, there are two real roots. If it is zero, there is exactly one repeated real root. If it is negative, there are no real roots (which the ACT occasionally asks about). Always identify a, b, and c from the standard form before substituting.

ACT shortcut: if the question asks how many real solutions the quadratic has without asking for their values, compute only the discriminant. There is no need to complete the full formula.

Example: x² − 4x + 1 = 0
Identify: a = 1, b = −4, c = 1
Discriminant: (−4)² − 4(1)(1) = 16 − 4 = 12
Formula: x = (4 ± √12) / 2 = (4 ± 2√3) / 2 = 2 ± √3
Roots: x = 2 + √3 ≈ 3.73    x = 2 − √3 ≈ 0.27

ACT-style practice question

What is the larger solution to x² − 6x + 7 = 0?

A. 3 − √2
B. 3 + 2√2
C. 3 + √2
D. 6 + √8

Classic Test Prep

Take a mini-diagnostic

Get your projected ACT score in just 15 minutes

Concept 6

What Roots Tell You About a Parabola on the ACT

Medium Frequency

The roots of a quadratic equation are the x-coordinates where the parabola crosses the x-axis. The ACT connects factoring directly to parabola questions by asking about x-intercepts, axis of symmetry, and vertex x-coordinate — all of which can be derived from the roots without using vertex form or completing the square.

Named Method

The Root-to-Parabola Map

For the parabola y = a(x − r)(x − s) where r and s are the roots:

X-intercepts: (r, 0) and (s, 0). These are the points where y = 0, which are exactly the roots you find by factoring.

Axis of symmetry: x = (r + s)/2. The axis of symmetry is always the average of the two roots. For y = ax² + bx + c, this equals x = −b/(2a). Both formulas give the same answer.

Vertex x-coordinate: same as the axis of symmetry, x = (r + s)/2. The vertex is the maximum or minimum point of the parabola, and its x-coordinate sits exactly halfway between the two roots.

Direction: if a > 0, the parabola opens upward (U-shape); if a < 0, it opens downward (arch-shape). This is determined solely by the sign of the leading coefficient.

✓ Roots to axis of symmetry

y = x² − 6x + 8 Roots: (x−2)(x−4)=0 → x=2, x=4 Axis of symmetry: x = (2+4)/2 = 3 Vertex: (3, y(3)) = (3, −1)

✓ Formula shortcut

y = x² − 6x + 8 a=1, b=−6 Axis: x = −b/2a = 6/2 = 3 Same result, no factoring needed.

ACT-style practice question

The parabola y = x² − 2x − 15 crosses the x-axis at two points. What is the x-coordinate of the vertex of this parabola?

A. −3
B. 1
C. 2
D. 5

Concept 7

Recognizing Hidden Quadratics in Word Problems and Function Notation

Medium Frequency

The ACT often presents quadratic equations in contexts where the quadratic structure is not immediately visible: word problems involving area or projectile motion, equations set equal to a non-zero constant, or function notation questions where f(x) = k and you must find x. Recognizing these situations and converting them to standard form before solving is the critical first step.

Named Method

The Quadratic Spotter

Area/geometry word problems: when length and width are both expressed in terms of the same variable and a product (area) is given, expand and set equal to zero. The resulting equation is almost always a quadratic.

Equation not equal to zero: if you see ax² + bx + c = k where k ≠ 0, subtract k from both sides first to get ax² + bx + (c − k) = 0, then factor or apply the formula. Never factor a quadratic that is not set equal to zero.

Function notation: if f(x) = x² + bx + c and the question asks for values of x where f(x) = k, substitute k and rearrange to standard form before factoring.

Projectile/height problems: height = −16t² + v⊂0;t + h⊂0; (in feet) or h = −4.9t² + v⊂0;t + h⊂0; (in meters). Setting height equal to zero finds when the object hits the ground; setting height equal to a given value finds when it reaches that height.

ACT-style practice question

A rectangular garden has a width of x feet and a length that is 5 feet longer than its width. If the area of the garden is 50 square feet, what is the length of the garden, in feet?

A. 5
B. 8
C. 9
D. 10

Classic Test Prep

Take a mini-diagnostic

Get your projected ACT score in just 15 minutes

Quick-Reference Summary: All 7 ACT Quadratic Concepts

Concept Named Method Use When
Factoring when a = 1 The Factor-Pair Method Leading coefficient is 1; find two integers multiplying to c and adding to b
Reading roots from factored form The Zero-Factor Rule Every factoring problem — always set each factor to zero; never read roots directly
Factoring when a > 1 The AC Method Leading coefficient > 1; compute ac, find factor pair summing to b, group and factor
Difference of squares / perfect square trinomials The Pattern Recognition Shortcut Two perfect squares separated by minus; or first and last terms are perfect squares
The quadratic formula The Quadratic Formula Equation does not factor over integers; roots involve radicals; discriminant questions
Roots and parabola properties The Root-to-Parabola Map Questions about x-intercepts, axis of symmetry, or vertex x-coordinate
Hidden quadratics in context The Quadratic Spotter Area problems, equations not equal to zero, f(x) = k, projectile height

How to Approach Quadratic Questions on Test Day

Tip 1

Always set the equation equal to zero before doing anything else. This is the mandatory first step on every quadratic problem, and it is the step most students skip when the equation is already “almost” in standard form. A quadratic set equal to a non-zero number cannot be factored directly. Subtract the right-hand side and write the zero before you factor, apply the formula, or do anything else.

Tip 2

After factoring, write out the Zero-Factor Rule step every time — even when it feels unnecessary. The sign-flip error is not a beginner mistake; it happens to students who are confident in their factoring and stop one line short. Write “x − 3 = 0, so x = 3” and “x + 4 = 0, so x = −4” as explicit lines. The ACT puts the wrong-sign values in the answer choices on purpose. Writing the step out is the only reliable prevention.

Tip 3

Read the exact question before selecting an answer. On quadratic problems, the ACT routinely asks for the sum of roots, the product of roots, the larger root, the length rather than the width, or the vertex x-coordinate rather than the x-intercept. The value of x itself is often not the answer the question wants. After finding your roots, go back and re-read the last line of the question before selecting.

Tip 4

On questions asking for the axis of symmetry or vertex x-coordinate, use x = −b/(2a) directly from standard form without factoring. For y = x² − 6x + 8, the axis of symmetry is −(−6)/(2×1) = 3. This formula is faster than factoring, finding roots, and averaging them — and it works even when the roots are not integers.

Common Questions About ACT Quadratic Equations

Use the AC Method: multiply a and c, find the factor pair of that product that adds to b, then split the middle term and factor by grouping. This is a systematic procedure that works every time without guessing.

But first check whether the answer choices are simple integers or simple fractions. If they are, back-solving is almost always faster on a timed ACT section. Plug each answer choice into the original equation. The one that produces zero is correct. For ax² + bx + c, plugging in a root r should satisfy ar² + br + c = 0. Two answer choices verified in about 30 seconds beats the AC Method when the numbers are clean.

Example: 3x² − x − 10 = 0. Test x = 2: 3(4) − 2 − 10 = 12 − 12 = 0 ✓

The fastest signal is a product of two expressions involving the same variable set equal to a constant. Any time a problem says “the area is…” and both dimensions are expressed in terms of x, you will get a quadratic when you expand. Any time a problem says height, distance, or profit involves a squared term, it is a quadratic.

A second signal: the answer choices contain two values that are roughly symmetric around some central value, or include a fraction alongside an integer. That pattern is consistent with two roots of a quadratic rather than a single solution to a linear equation. When you see that pattern in the answer choices, expect a quadratic setup even if the problem reads like a straightforward word problem.

Read the last line of the question before you select any answer. This is not a study habit — it is a physical step you do every time, even when you are certain you know the answer. After finding x, ask: is this x the answer, or does the question want something I compute from x?

Two shortcuts worth memorizing for sum-and-product questions: for ax² + bx + c = 0, the sum of the roots equals −b/a and the product of the roots equals c/a. These identities let you answer sum-or-product questions without factoring at all.

x² − 5x + 6 = 0: sum = −(−5)/1 = 5, product = 6/1 = 6 Verify: roots are 2 and 3. Sum = 5 ✓. Product = 6 ✓.

Yes, and knowing the pattern makes elimination significantly faster. ACT quadratic distractors are almost always engineered around three specific errors:

The sign-flip trap: if the correct roots are x = 3 and x = −4, the choices will include x = −3 and x = 4 (both signs flipped) and usually one partially flipped pair. Identify the sign-flipped versions of your answers and do not select them.

The other variable trap: on word problems, the value of the unrequested variable always appears as a choice. If the question asks for the length and you found width = 5, length = 10, both 5 and 10 will be in the choices.

The intermediate step trap: on quadratic formula questions, the numerator before dividing by 2a often appears as a choice. So does the discriminant value before taking the square root. If you see your numerator or discriminant as an answer choice, you have stopped one step early.

ACT Mini-Diagnostic — Classic Test Prep