GMAT QUANTITATIVE REASONING • ALGEBRA

Quadratic Equations — Solve quadratic equations and factor expressions.

Master the algebraic techniques that unlock one of the most frequently tested domains on the GMAT Focus Edition Quantitative section.

Historical Context & Motivation

The need to solve quadratic equations — equations in which the highest power of the unknown is two — predates formal algebraic notation by millennia. Ancient civilizations encountered these problems organically through land surveying, architectural design, and commerce, and the methods they devised laid the groundwork for the symbolic algebra you will deploy on the GMAT. Understanding this lineage is more than intellectual history: it reveals why multiple solution techniques exist and when each is most efficient — a strategic awareness that directly affects your pacing on test day.

📋 GMAT FOCUS EDITION — EXAM FORMAT
This lesson is written for the GMAT Focus Edition. The Focus Edition features three sections: Quantitative Reasoning (21 questions, 45 minutes), Verbal Reasoning (23 questions, 45 minutes), and Data Insights (20 questions, 45 minutes) — 64 questions in approximately 2 hours 15 minutes total. Notably, the Quantitative section is now 21 questions (down from 31 on the legacy GMAT), and the Integrated Reasoning and Analytical Writing Assessment sections have been removed entirely. The denser, shorter Quantitative section places a premium on method selection and pacing. Data Sufficiency (DS) questions appear within the Quantitative Reasoning section; the separate Data Insights section handles multi-source reasoning, table analysis, and data-heavy problems. Quadratic reasoning skills are primarily tested in the Quantitative Reasoning section, though algebraic thinking supports the Data Insights section as well.
~2000 BCE
Babylonian Tablets
Babylonian scribes solved area problems equivalent to x² + bx = c using geometric 'completing the square' techniques on clay tablets, centuries before symbolic notation existed.
~300 BCE
Euclid's Elements
Euclid formalized geometric algebra in Book II of the Elements, providing rigorous proofs of area-based identities equivalent to factoring and completing the square.
~825 CE
Al-Khwarizmi's Al-Jabr
The mathematician al-Khwarizmi — a scholar of the Islamic Golden Age, likely from the Khwarazm region of Central Asia (modern-day Uzbekistan/Turkmenistan), writing under the Abbasid Caliphate — systematically classified all types of quadratic equations and provided algorithmic solutions, giving us the very word algebra.
1637
Descartes' Symbolic Notation
René Descartes introduced the modern notation of exponents and the convention of using letters from the end of the alphabet for unknowns, making the standard form ax² + bx + c = 0 possible.
Modern
Standardized Testing
Quadratic equations now form a core competency on the GMAT Focus Edition, SAT, and GRE, appearing regularly in the Quantitative Reasoning section and testing both procedural fluency and strategic reasoning.

The central question, then, is straightforward yet layered: given an expression of the form ax² + bx + c = 0, how do we find the value(s) of x that satisfy the equation, and how do we choose the fastest method to do so under timed conditions? The sections that follow equip you with a complete toolkit: factoring, the quadratic formula, and completing the square.

Core Principles & Definitions

Before diving into techniques, it is essential to internalize several foundational ideas that govern how quadratic equations behave. These principles recur throughout the GMAT and form the conceptual scaffold on which every solution method rests. A firm grasp of these definitions will help you recognize quadratic structures even when they are disguised — for instance, as equations in or embedded in a system of equations.

1

Standard Form

A quadratic equation is any equation that can be written as ax² + bx + c = 0, where a ≠ 0. The coefficients a, b, and c are real constants.
2

Roots (Solutions)

The roots of a quadratic equation are the values of x that make the expression equal to zero. A quadratic has at most two real roots.
3

The Discriminant

The expression Δ = b² − 4ac determines the nature of the roots: two distinct real roots if Δ > 0, one repeated root if Δ = 0, or no real roots if Δ < 0.
4

Vieta's Formulas

If r and s are the roots, then r + s = −b/a and r × s = c/a. These relationships allow you to answer questions about roots without solving the equation — particularly useful for Data Sufficiency questions in the Quantitative Reasoning section.
5

Zero Product Property

If A × B = 0, then A = 0 or B = 0. This property is the logical engine behind factoring — once you express the quadratic as a product of two linear factors, each factor yields a root.
KEY TAKEAWAY
Think of a quadratic equation as a lock with two tumblers. The zero product property tells you that you need to find the combination for each tumbler independently — factor the quadratic into two linear pieces, set each to zero, and 'click' each tumbler into place. Vieta's formulas let you deduce information about the combination (the sum and product of the roots) without actually opening the lock, which is invaluable on Data Sufficiency questions in the GMAT Focus Edition Quantitative Reasoning section — where you need to determine whether you can solve, not necessarily what the solution is.

Anatomy of a Parabola

Every quadratic equation ax² + bx + c = 0 corresponds to the graph of a parabola — the set of points y = ax² + bx + c. The roots of the equation are precisely the x-intercepts of this parabola, the points where the curve crosses the horizontal axis. Visualizing this relationship builds powerful geometric intuition: the sign of the leading coefficient a controls whether the parabola opens upward or downward, the vertex marks the minimum or maximum value, and the discriminant reveals whether the parabola intersects the x-axis at zero, one, or two points.

The parabola opens upward when a > 0. The two pink points mark the roots r₁ and r₂, and the amber point marks the vertex located at x = −b/(2a). When the discriminant Δ > 0, the curve crosses the x-axis twice.

On the GMAT, you will rarely be asked to draw a parabola, but the geometric picture informs strategic decisions. For example, if a problem states that a quadratic expression is always positive, you know immediately that a > 0 and the discriminant must be negative (the parabola never touches the x-axis). Recognizing such constraints saves time and reduces algebraic busywork.

Mathematical Framework

Three primary algebraic methods exist for solving a quadratic equation in standard form. Each has an optimal context, and GMAT success depends on deploying the right method quickly. Below we formalize each technique and note the conditions under which it is most efficient.

Method 1: Factoring

FACTORED FORM
ax² + bx + c = a(x − r₁)(x − r₂)
Where r₁ and r₂ are the roots. For GMAT factoring, you seek two numbers whose product equals a × c and whose sum equals b (the AC method when a ≠ 1).

Method 2: The Quadratic Formula

QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
This formula yields both roots directly and works for any quadratic, whether or not the expression factors neatly. The expression under the radical, b² − 4ac, is the discriminant Δ.

Method 3: Completing the Square

VERTEX FORM
y = a(x − h)² + k, where h = −b/(2a) and k = c − b²/(4a)
Completing the square rewrites the quadratic function y = ax² + bx + c into vertex form y = a(x − h)² + k, where h = −b/(2a) is the x-coordinate of the vertex and k = c − b²/(4a) is the y-coordinate of the vertex (the minimum or maximum value). This form is directly useful for vertex identification and is the algebraic derivation behind the quadratic formula.

Key Special Factoring Identities

DIFFERENCE OF SQUARES
a² − b² = (a + b)(a − b)
Highly efficient for expressions like x² − 49 = (x + 7)(x − 7). Recognizing this pattern instantly saves significant time on the GMAT.
GMAT STRATEGY NOTE
On the GMAT Focus Edition, many quadratic equations you encounter will factor with integer roots. Always attempt factoring first — it is faster than the quadratic formula. If within 15–20 seconds you have not found factor pairs, switch to the quadratic formula. This decision protocol prevents time loss on unfactorable expressions and is especially important given the denser 21-question, 45-minute Quantitative section.

Factoring Techniques in Detail

Factoring is the workhorse method for GMAT quadratics. The technique varies depending on the structure of the expression, and fluency with several sub-methods ensures you can handle the range of problems the exam presents. The decision tree below illustrates how to select the correct factoring approach based on the form of the expression you encounter.

Start at the top with the given equation. Check for a greatest common factor first, then determine whether the expression is a two-term difference of squares or a three-term trinomial. For trinomials, the AC method generalizes the simple case when a ≠ 1. If factoring fails, fall back to the quadratic formula.

Common GMAT Factoring Patterns

Five factoring patterns commonly tested on the GMAT
PatternFormFactored ResultExample
Difference of Squaresa² − b²(a + b)(a − b)x² − 25 = (x + 5)(x − 5)
Perfect Square Trinomiala² ± 2ab + b²(a ± b)²x² + 6x + 9 = (x + 3)²
Simple Trinomial (a = 1)x² + bx + c(x + p)(x + q)x² + 5x + 6 = (x + 2)(x + 3)
GCF Extractionkax² + kbx + kck(ax² + bx + c)3x² + 12x = 3x(x + 4)
AC Method (a ≠ 1)ax² + bx + cSplit middle term2x² + 7x + 3 = (2x + 1)(x + 3)

Worked Example

Consider the following GMAT-style problem: Solve 2x² − 5x − 12 = 0 by factoring. We will walk through the AC method step by step, as the leading coefficient is not one.

Solving 2x² − 5x − 12 = 0
1
Step 1 — Identify CoefficientsThe equation is in standard form ax² + bx + c = 0 with a = 2, b = −5, and c = −12. Since a ≠ 1, we use the AC method.
a = 2, b = −5, c = −12
2
Step 2 — Compute the AC ProductMultiply a × c = 2 × (−12) = −24. We need two integers whose product is −24 and whose sum is b = −5.
AC product = −24, target sum = −5
3
Step 3 — Find the Factor PairList factor pairs of −24: (1, −24), (−1, 24), (2, −12), (−2, 12), (3, −8), (−3, 8), (4, −6), (−4, 6). The pair (3, −8) sums to 3 + (−8) = −5. ✓
Factor pair: 3 and −8
4
Step 4 — Split the Middle Term and Factor by GroupingRewrite the middle term −5x as 3x − 8x: 2x² + 3x − 8x − 12 = 0. Group: (2x² + 3x) + (−8x − 12) = 0. Factor each group: x(2x + 3) − 4(2x + 3) = 0. Factor out the common binomial: (2x + 3)(x − 4) = 0.
(2x + 3)(x − 4) = 0
5
Step 5 — Apply Zero Product PropertySet each factor equal to zero. From 2x + 3 = 0, we get x = −3/2. From x − 4 = 0, we get x = 4.
x = −3/2 or x = 4
6
Step 6 — Verify with Vieta's FormulasSum of roots: −3/2 + 4 = 5/2 = −b/a = −(−5)/2 = 5/2 ✓. Product of roots: (−3/2)(4) = −6 = c/a = −12/2 = −6 ✓. Both checks confirm the solution.
Verified ✓

Comparing Solution Methods

Choosing the right method under timed conditions is a meta-cognitive skill that distinguishes a 700+ GMAT scorer from someone who arrives at the correct answer too slowly. The table below compares the three core methods across dimensions that matter for test-day performance, followed by guidance on when to deploy each.

Comparison of quadratic solution methods for GMAT contexts
CriterionFactoringQuadratic FormulaCompleting the Square
SpeedFastest when applicable (15–30 sec)Moderate (45–90 sec)Slowest (60–120 sec)
UniversalityOnly works when roots are rationalWorks for all quadraticsWorks for all quadratics
Error RiskLow (sign errors)Moderate (arithmetic under radical)Higher (multiple algebra steps)
Best ForMost GMAT problems, integer/simple fraction rootsIrrational roots, discriminant analysisFinding vertex, deriving the formula
GMAT ApplicabilityVery High — the preferred first approach for most quadratic itemsModerate — reliable fallback when factoring failsSeldom needed — most useful for vertex or derivation tasks
🎯 STRATEGIC INSIGHT
Think of these three methods as tools in a toolbox: factoring is your power drill — fast and effective for the most common tasks; the quadratic formula is your adjustable wrench — universally applicable but slower to use; and completing the square is your precision instrument — specialized for situations that require vertex information or algebraic derivation. A skilled GMAT test-taker reaches for factoring first and switches only when necessary.

Connections to Advanced GMAT Topics

Quadratic equations do not exist in isolation on the GMAT; they surface within a web of interconnected topics. Recognizing when a seemingly different problem reduces to a quadratic is a hallmark of quantitative fluency. The table below maps the core quadratic skills to the higher-order contexts in which they appear on the exam.

Quadratic skills mapped to advanced GMAT applications
Quadratic SkillAdvanced GMAT ApplicationExample Scenario
Factoring trinomialsSimplifying algebraic fractionsReduce (x² − 9)/(x² + 5x + 6) by factoring numerator and denominator separately.
Discriminant analysisData Sufficiency (Quantitative Reasoning section) — number of solutionsIs x² + kx + 9 = 0 solvable? Sufficient if you can determine whether k² − 36 ≥ 0.
Vieta's FormulasSystems with sum/product constraintsIf xy = 12 and x + y = 7, then x and y are roots of t² − 7t + 12 = 0.
Substitution to quadratic formHigher-degree or radical equationsSolve x⁴ − 5x² + 4 = 0 by letting u = x², yielding u² − 5u + 4 = 0.
Quadratic inequalitiesRange and domain restrictionsFor which values of x is x² − 4x − 5 < 0? Factor and test sign intervals.

Perhaps the most potent advanced application is the disguised quadratic. When you encounter an equation like 32x − 10 × 3x + 9 = 0, substitute u = 3x to obtain u² − 10u + 9 = 0, a standard quadratic in u. This technique extends your quadratic toolkit far beyond simple polynomial equations and into exponential and even trigonometric contexts on graduate-level assessments.

Practice Problems

The following five problems escalate in difficulty and mirror the style and rigor of GMAT Quantitative Reasoning items. Work each problem before reading the answer, and note which solution method you chose and why.

PROBLEM 1CONCEPTUAL
If the quadratic equation x² + bx + c = 0 has roots 3 and −7, what are the values of b and c?
PROBLEM 2BASIC CALCULATION
Solve by factoring: x² − x − 30 = 0.
PROBLEM 3INTERMEDIATE
Solve: 3x² + 10x − 8 = 0. Which method is most efficient, and why?
PROBLEM 4APPLIED
A rectangular garden has an area of 84 square meters. Its length exceeds its width by 5 meters. What are the dimensions of the garden?
PROBLEM 5CRITICAL THINKING
For how many integer values of k does the equation x² + kx + 2k = 0 have two distinct positive integer roots?

Quadratic Equations — Summary

A quadratic equation takes the standard form ax² + bx + c = 0 and has at most two real roots. The primary solution method on the GMAT is factoring, which leverages the zero product property to decompose the expression into two linear factors. Key patterns include the difference of squares, perfect square trinomials, and the AC method for leading coefficients other than one.

When factoring fails or is impractical, the quadratic formula x = (−b ± √(b² − 4ac))/(2a) provides a universal fallback. The discriminant Δ = b² − 4ac determines the nature of the roots (two distinct, one repeated, or none real), which is critical for Data Sufficiency questions in the GMAT Focus Edition Quantitative Reasoning section. Finally, Vieta's formulas — sum of roots = −b/a and product of roots = c/a — enable you to answer questions about roots without solving explicitly, a powerful time saver under GMAT Focus Edition conditions.

Varsity Tutors • GMAT Quantitative Reasoning • Quadratic Equations