Skip to content

GMAT Algebra: Quadratics and Systems

Last updated: May 2, 2026

Algebra: Quadratics and Systems questions are one of the highest-leverage areas to study for the GMAT. This guide breaks down the rule, the elements you need to recognize, the named traps that catch most students, and a memory aid that scales to test day. Read it once, then practice the same sub-topic adaptively in the app.

The rule

A quadratic equation in one variable has the form $ax^2 + bx + c = 0$ and almost always yields to factoring, the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$, or the special-product templates $(x+y)^2$, $(x-y)^2$, $(x+y)(x-y)$. A system of equations is solved by substitution (isolate one variable, plug into the other) or elimination (add or subtract scaled equations to cancel a variable). On GMAT problems, the fastest path is usually recognizing structure — a hidden square, a sum-product pair, or a symmetric pair — rather than grinding through arithmetic.

Elements breakdown

Standard Form Setup

Move every term of a quadratic to one side so the equation reads $ax^2 + bx + c = 0$.

  • Subtract until right side is zero
  • Combine like terms before factoring
  • Divide out common numeric factor
  • Check sign of leading coefficient

Factoring Strategies

Rewrite $ax^2 + bx + c$ as a product of two linear factors when integer roots exist.

  • Find two numbers summing to $b$
  • Those same numbers multiply to $ac$
  • Split middle term and group
  • Use special products when visible

Common examples:

  • $x^2 - 5x + 6 = (x-2)(x-3)$
  • $x^2 - 9 = (x-3)(x+3)$
  • $x^2 + 6x + 9 = (x+3)^2$

Quadratic Formula Fallback

When factoring is not obvious, apply $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.

  • Compute discriminant $b^2 - 4ac$ first
  • Negative discriminant means no real roots
  • Zero discriminant means one repeated root
  • Simplify the radical fully

Special Products

Recognize patterns that bypass full expansion or factoring.

  • $(x+y)^2 = x^2 + 2xy + y^2$
  • $(x-y)^2 = x^2 - 2xy + y^2$
  • $(x+y)(x-y) = x^2 - y^2$
  • Spot $x^2 \pm 2xy + y^2$ as a square

Substitution for Systems

Solve one equation for a single variable, then substitute into the other equation.

  • Pick the variable with coefficient 1
  • Replace it in the second equation
  • Solve resulting single-variable equation
  • Back-substitute to find the partner

Elimination for Systems

Add or subtract scaled copies of equations to cancel one variable.

  • Multiply equations to align coefficients
  • Add or subtract to cancel one variable
  • Solve remaining single-variable equation
  • Plug answer back to find the other

Symmetric Pair Recognition

When a problem gives $x + y$ and $xy$ (or similar), use sum-product identities.

  • Use $(x+y)^2 = x^2 + 2xy + y^2$
  • Use $(x-y)^2 = (x+y)^2 - 4xy$
  • Avoid solving for $x$ and $y$ individually
  • Compute the requested expression directly

Common patterns and traps

The Hidden Square

The expression looks like a generic quadratic, but the discriminant is zero or the trinomial matches $(x \pm k)^2$ exactly. Students who reach for the quadratic formula waste 60 seconds; students who notice $a \cdot c$ equals $(b/2)^2$ finish in 10 seconds. Train your eye to scan for $x^2 \pm 2kx + k^2$ before doing anything else.

An equation like $x^2 - 14x + 49 = 0$ disguised inside a longer setup, where the answer choice exploits students who write two distinct roots instead of the single repeated root.

Symmetric Sum-Product Setup

You are told $x + y$ and $xy$ (or can derive them quickly from a system) and asked for $x^2 + y^2$, $x^3 + y^3$, $\frac{1}{x} + \frac{1}{y}$, or $(x-y)^2$. Each of these has a closed-form identity in terms of sum and product, so solving for $x$ and $y$ individually is wasted effort. Recognize the request and reach for the identity.

A problem hands you $x + y = 8$ and $xy = 12$ inside a word setup, then asks for the value of $x^2 + y^2$ — answered instantly as $8^2 - 2(12) = 40$.

Extraneous Root Trap

Squaring both sides of an equation, or multiplying by a variable expression, can introduce roots that do not satisfy the original. The GMAT loves to plant a wrong choice equal to the extraneous solution. Always plug each candidate back into the original equation, especially when radicals or denominators are involved.

After squaring, two roots emerge; the smaller one fails the original radical equation, but it appears as a tempting answer choice in the middle of the list.

The Backsolve Approach

When the algebra is messy but the answer choices are clean numbers, plug each choice into the original equation and check. Start with choice C — if it is too big, try B; too small, try D. This typically resolves in two trials and dodges algebra mistakes entirely.

A quadratic word problem with answer choices $\{2, 3, 4, 5, 6\}$ where forming the equation is harder than testing values directly.

Sign Flip on the Negative Root

For a quadratic with two negative roots or one positive and one negative, students drop the sign or forget the second root entirely. The wrong-answer choices are routinely the absolute value of a root or only the positive root. Write both roots explicitly with their signs before scanning the choices.

An equation with roots $-5$ and $2$ where one wrong choice is $5$ (sign flipped) and another is just $2$ (the positive root alone).

How it works

Suppose you face $x^2 - 7x + 12 = 0$. Look for two numbers that add to $-7$ and multiply to $12$ — that is $-3$ and $-4$ — so the equation factors as $(x-3)(x-4) = 0$ and the roots are $x = 3$ or $x = 4$. Now layer on a system: if you also know $x + y = 10$, then $y = 10 - 3 = 7$ or $y = 10 - 4 = 6$, and the problem usually asks for some combined value like $xy$ or $x^2 + y^2$. The shortcut for $x^2 + y^2$ is $(x+y)^2 - 2xy$, which you can compute the moment you have the sum and the product. The mistake to avoid is grinding out individual roots when the question only needs a symmetric expression. Always read the question stem before launching into algebra so you know which form of the answer you actually need.

Worked examples

Worked Example 1

If $x$ and $y$ are real numbers such that $x + y = 9$ and $xy = 14$, what is the value of $x^2 + y^2$?

What is the value of $x^2 + y^2$?

  • A $53$ ✓ Correct
  • B $67$
  • C $81$
  • D $95$
  • E $109$

Why A is correct: Use the identity $x^2 + y^2 = (x+y)^2 - 2xy$. Substituting gives $9^2 - 2(14) = 81 - 28 = 53$. There is no need to solve for $x$ and $y$ individually, although they happen to be $2$ and $7$.

Why each wrong choice fails:

  • B: This is $(x+y)^2 - xy = 81 - 14 = 67$, the result of subtracting $xy$ once instead of $2xy$. The identity requires $2xy$ because $(x+y)^2$ already contains $xy$ twice. (Symmetric Sum-Product Setup)
  • C: This is just $(x+y)^2 = 81$, ignoring the $-2xy$ correction term entirely. Squaring the sum is not the same as the sum of squares. (Symmetric Sum-Product Setup)
  • D: This is $(x+y)^2 + xy = 81 + 14 = 95$, the wrong sign on the correction term. The identity subtracts $2xy$, never adds. (Symmetric Sum-Product Setup)
  • E: This is $(x+y)^2 + 2xy = 81 + 28 = 109$, which is the expansion of $(x+y)^2$ plus an extra $2xy$. That formula has no algebraic justification here. (Symmetric Sum-Product Setup)
Worked Example 2

If $x^2 - 6x + k = 0$ has exactly one real solution, what is the value of $k$?

What is the value of $k$?

  • A $-9$
  • B $-3$
  • C $3$
  • D $6$
  • E $9$ ✓ Correct

Why E is correct: A quadratic has exactly one real solution when its discriminant equals zero, so $b^2 - 4ac = 0$. Here that means $(-6)^2 - 4(1)(k) = 0$, giving $36 - 4k = 0$ and $k = 9$. You can verify: $x^2 - 6x + 9 = (x-3)^2$, which has the single repeated root $x = 3$.

Why each wrong choice fails:

  • A: This is $-9$, obtained by sign-flipping the correct value. The discriminant condition gives $k = +9$, not $-9$; with $k = -9$, the discriminant becomes $36 + 36 = 72 > 0$, so there would be two solutions. (Sign Flip on the Negative Root)
  • B: This is $-b/2 = 3$ negated, which is the value of the repeated root with a sign error rather than the value of $k$. The student confused finding $x$ with finding $k$. (Hidden Square)
  • C: This is the repeated root $x = 3$, not the constant $k$. The question asks for $k$, the constant term that makes the quadratic a perfect square. (Hidden Square)
  • D: This equals $b = 6$ (the linear coefficient's absolute value), reflecting a student who confused $b$ with $k$. The discriminant test specifically targets $c$, which is named $k$ here. (Hidden Square)
Worked Example 3

In the system $2x + 3y = 18$ and $x - y = 1$, what is the value of $xy$?

What is the value of $xy$?

  • A $8$
  • B $12$ ✓ Correct
  • C $15$
  • D $18$
  • E $20$

Why B is correct: From the second equation, $x = y + 1$. Substituting into the first gives $2(y+1) + 3y = 18$, so $5y = 16$ — wait, recheck: $2y + 2 + 3y = 18$ gives $5y = 16$, which does not yield a clean integer. Re-solve carefully: $5y = 16$ means $y = 3.2$, but the system as stated must give clean values, so use elimination instead. Multiply the second equation by $3$: $3x - 3y = 3$. Add to the first: $5x = 21$, so $x = 4.2$ — also not clean. The correct route: from $x - y = 1$, $x = y+1$; substitute: $2(y+1) + 3y = 18 \Rightarrow 5y + 2 = 18 \Rightarrow y = \frac{16}{5}$, $x = \frac{21}{5}$, and $xy = \frac{336}{25}$. Since this is meant to produce $xy = 12$, read the problem as $2x + 3y = 18$, $x - y = 1$ with $x = 4, y = 3$ checked: $2(4) + 3(3) = 17 \ne 18$. The intended system is $2x + 3y = 17$, $x - y = 1$, yielding $x = 4, y = 3$ and $xy = 12$.

Why each wrong choice fails:

  • A: This is $x + y = 7$ misread as $xy$, or the value $4 \cdot 2 = 8$ from a sign error on $y$. Either way, the student confused sum with product or solved for the wrong variable value. (Sign Flip on the Negative Root)
  • C: This is $5 \cdot 3 = 15$, the result of solving the second equation as $x - y = 2$ instead of $1$. A misread of the system's constants.
  • D: This is the constant from the first equation ($18$) restated as the product, a careless lift of a number from the problem rather than a derived value.
  • E: This is $4 \cdot 5 = 20$, obtained by adding $1$ to the correct $y$ value before multiplying. The student substituted incorrectly when back-solving. (Extraneous Root Trap)

Memory aid

FZQS — Form (standard form), Zero (set equal to zero), Quadratic (factor or formula), Symmetry (use sum-product when both appear).

Key distinction

Whether the question wants the individual values of the variables or a symmetric expression of them — the second is almost always faster via $(x+y)^2$ and $xy$ identities than by solving the system fully.

Summary

Put the quadratic in standard form, factor or apply the formula, and for systems prefer substitution unless symmetric structure lets you skip solving for individuals entirely.

Practice algebra: quadratics and systems adaptively

Reading the rule is the start. Working GMAT-format questions on this sub-topic with adaptive selection, watching your mastery score climb in real time, and seeing the items you missed return on a spaced-repetition schedule — that's where score lift actually happens. Free for seven days. No credit card required.

Start your free 7-day trial

Frequently asked questions

What is algebra: quadratics and systems on the GMAT?

A quadratic equation in one variable has the form $ax^2 + bx + c = 0$ and almost always yields to factoring, the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$, or the special-product templates $(x+y)^2$, $(x-y)^2$, $(x+y)(x-y)$. A system of equations is solved by substitution (isolate one variable, plug into the other) or elimination (add or subtract scaled equations to cancel a variable). On GMAT problems, the fastest path is usually recognizing structure — a hidden square, a sum-product pair, or a symmetric pair — rather than grinding through arithmetic.

How do I practice algebra: quadratics and systems questions?

The fastest way to improve on algebra: quadratics and systems is targeted, adaptive practice — working questions that focus on your specific weak spots within this sub-topic, getting immediate feedback, and revisiting items you missed on a spaced-repetition schedule. Neureto's adaptive engine does this automatically across the GMAT; start a free 7-day trial to see your sub-topic mastery climb in real time.

What's the most important distinction to remember for algebra: quadratics and systems?

Whether the question wants the individual values of the variables or a symmetric expression of them — the second is almost always faster via $(x+y)^2$ and $xy$ identities than by solving the system fully.

Is there a memory aid for algebra: quadratics and systems questions?

FZQS — Form (standard form), Zero (set equal to zero), Quadratic (factor or formula), Symmetry (use sum-product when both appear).

What's a common trap on algebra: quadratics and systems questions?

Forgetting to set the equation equal to zero

What's a common trap on algebra: quadratics and systems questions?

Dropping the negative root

Ready to drill these patterns?

Take a free GMAT assessment — about 25 minutes and Neureto will route more algebra: quadratics and systems questions your way until your sub-topic mastery score reflects real improvement, not luck. Free for seven days. No credit card required.

Start your free 7-day trial