GRE 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 GRE. 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
Quadratic and system problems on the GRE reward you for choosing the right tool quickly: factor when the quadratic factors cleanly, use the quadratic formula when it doesn't, and use substitution or elimination on systems based on which gets you to a single variable fastest. The single biggest source of wrong answers is forgetting that quadratics usually have two roots — and the GRE writes traps where one root is extraneous, negative, or otherwise excluded. Always solve fully, then check each root against the question's constraints before picking an answer.
Elements breakdown
Quadratic Solution Toolkit
Pick the fastest method to find all roots of $ax^2 + bx + c = 0$.
- Set the equation equal to zero first
- Try factoring: find factors of $ac$ summing to $b$
- If $b^2 - 4ac$ is a perfect square, factor works
- Otherwise use $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$
- Check for difference of squares: $a^2 - b^2 = (a-b)(a+b)$
- Check for perfect square: $a^2 \pm 2ab + b^2$
- List both roots before answering
System-Solving Toolkit
Reduce two equations in two unknowns to one equation in one unknown.
- Use substitution when one variable is already isolated
- Use elimination when coefficients line up or scale easily
- Add or subtract equations to cancel a variable
- Substitute the found value back to get the second variable
- When asked for $x+y$ or $x-y$, look for shortcuts before solving fully
- Watch for systems with one linear and one quadratic equation
Root-Checking Discipline
Every root you find must be tested against the problem's constraints.
- Reject roots that violate stated constraints (e.g., $x > 0$)
- Reject roots that make a denominator zero
- Reject roots that make a square-root argument negative
- Confirm both roots satisfy the original (not just simplified) equation
- If both survive, the answer may include both
Strategic Shortcuts
Patterns that let you skip the full solve.
- Sum of roots equals $-\frac{b}{a}$
- Product of roots equals $\frac{c}{a}$
- If $(x+y)^2$ is asked, use $x^2 + 2xy + y^2$
- If $x^2 + y^2$ is asked from $x+y$ and $xy$, use $(x+y)^2 - 2xy$
- Symmetric systems often factor by adding or subtracting
Common examples:
- Asked for $x^2 + y^2$ given $x+y=7$ and $xy=10$: answer is $49 - 20 = 29$
- Asked for sum of roots of $2x^2 - 10x + 3 = 0$: answer is $5$
Common patterns and traps
The Forgotten Negative Root
When a quadratic factors into two roots of opposite sign, the GRE often poses a question whose answer depends on which root you pick. Test-takers who instinctively grab the positive root walk into the trap. The fix is to write both roots down before reading the answer choices, then return to the question to see which root the constraint demands.
An answer choice equal to the value you'd get if you used only the positive (or only the negative) root, while the constraint actually selects the other one.
The Extraneous Root from Squaring
Whenever you square both sides of an equation to eliminate a radical, you risk introducing a root that doesn't satisfy the original equation. The GRE exploits this by writing problems where the algebra produces two clean roots but only one actually checks. You must plug both back into the unsquared equation.
A choice equal to the extraneous root — often a clean integer that 'looks right' but fails when substituted into the original radical equation.
The Symmetric System Shortcut
When a system gives you $x+y$ and $xy$ (or you can derive them quickly), you almost never need to solve for $x$ and $y$ individually. Identities like $x^2 + y^2 = (x+y)^2 - 2xy$ and $(x-y)^2 = (x+y)^2 - 4xy$ collapse the work. Students who solve fully waste minutes and often arithmetic-error their way to a wrong answer.
A problem that gives $x+y$ and $xy$ and asks for $x^2+y^2$ or $\frac{1}{x}+\frac{1}{y}$, with one trap choice equal to $(x+y)^2$ unsubtracted.
The Vieta Sum-and-Product Shortcut
For $ax^2+bx+c=0$, the sum of roots is $-\frac{b}{a}$ and the product is $\frac{c}{a}$. If a question asks for the sum or product of the roots — or any symmetric function of them — you can read it straight off the coefficients without solving. Students who reach for the quadratic formula here are doing avoidable work.
A problem with ugly irrational roots whose sum or product turns out to be a clean rational number, with one trap choice equal to one root only.
The Hidden Quadratic
Equations that look exponential, rational, or radical can often be turned into quadratics with a clever substitution. For instance, $u = x^2$ converts a quartic in $x$ into a quadratic in $u$; $u = \sqrt{x}$ handles certain radical equations. The trap is solving for $u$ and reporting that as $x$ instead of back-substituting.
A choice equal to the value of the substituted variable $u$, rather than the value of the original variable $x = \sqrt{u}$ or $x = u^2$.
How it works
Suppose you see $x^2 - 5x + 6 = 0$ and the question asks for the larger root. You factor to $(x-2)(x-3) = 0$, getting $x = 2$ or $x = 3$, then pick $3$. That's the easy case. The GRE complicates this in two predictable ways. First, it adds a constraint: maybe the problem says $x < 0$, so suddenly both positive roots are wrong and you've fallen for the obvious answer. Second, it disguises the quadratic — you might see $\frac{x^2 - 5x + 6}{x - 2} = 0$, and if you cancel sloppily you'll keep $x = 2$ as a root even though it makes the original denominator zero. Train yourself to solve, then audit. For systems, the same discipline applies: when one equation is quadratic, substitution typically produces a quadratic in one variable, and you'll get two $(x, y)$ pairs — both may be valid, or only one may fit the question's setup.
Worked examples
If $x$ is a real number satisfying $x^2 - 4x - 12 = 0$ and $x < 0$, what is the value of $x^2 + x$?
Select the correct value.
- A $-2$
- B $2$ ✓ Correct
- C $30$
- D $36$
- E $42$
Why B is correct: Factor: $x^2 - 4x - 12 = (x-6)(x+2) = 0$, so $x = 6$ or $x = -2$. The constraint $x < 0$ selects $x = -2$. Then $x^2 + x = 4 + (-2) = 2$.
Why each wrong choice fails:
- A: This is just the value of $x$ itself ($-2$), not $x^2 + x$. Trap for students who lose track of what's being computed.
- C: This uses the rejected root $x = 6$: $36 + 6 = 42$... actually this is $x^2 - x$ at $x=6$. Either way, it ignores the constraint $x < 0$. (The Forgotten Negative Root)
- D: This is $x^2$ alone at $x = 6$. Student grabbed the positive root and stopped early. (The Forgotten Negative Root)
- E: This is $x^2 + x$ evaluated at the wrong root $x = 6$: $36 + 6 = 42$. Classic ignored-constraint trap. (The Forgotten Negative Root)
If $x + y = 9$ and $xy = 14$, what is the value of $x^2 + y^2$?
Select the correct value.
- A $23$
- B $53$ ✓ Correct
- C $67$
- D $81$
- E $95$
Why B is correct: Use the identity $x^2 + y^2 = (x+y)^2 - 2xy = 81 - 28 = 53$. No need to find $x$ and $y$ individually (they happen to be $2$ and $7$, but solving fully is wasted effort).
Why each wrong choice fails:
- A: This is $(x+y)^2 - 4xy \cdot \text{something}$ miscomputed, or $9 + 14 = 23$ — adding the given quantities directly. No valid identity yields this.
- C: This is $(x+y)^2 - xy = 81 - 14 = 67$. The student forgot to double $xy$ in the identity. (The Symmetric System Shortcut)
- D: This is $(x+y)^2$ with no subtraction. Student stopped one step early. (The Symmetric System Shortcut)
- E: This is $(x+y)^2 + 2xy = 81 + 28$, using the wrong sign — that identity gives $(x+y)^2$, not $x^2+y^2$. (The Symmetric System Shortcut)
$x$ is a real number satisfying $\sqrt{x + 6} = x$.
Compare Quantity A and Quantity B.
- A Quantity A is greater.
- B Quantity B is greater.
- C The two quantities are equal. ✓ Correct
- D The relationship cannot be determined from the information given.
Why C is correct: Square both sides: $x + 6 = x^2$, so $x^2 - x - 6 = 0$, giving $(x-3)(x+2) = 0$ and roots $x = 3$ or $x = -2$. Check both in the original: $\sqrt{3+6} = 3$ ✓, but $\sqrt{-2+6} = 2 \ne -2$. The root $x = -2$ is extraneous. So $x = 3$, and the quantities are equal.
Why each wrong choice fails:
- A: Quantity A is exactly $3$, not greater. There's no valid root larger than $3$.
- B: Quantity B is not greater; the only valid root is $x = 3$, which equals Quantity B.
- D: The relationship is fully determined once you reject the extraneous root $x = -2$. Students who keep both roots wrongly conclude the value of $x$ is ambiguous. (The Extraneous Root from Squaring)
Memory aid
FRAC: Factor (or formula), Roots-both, Audit constraints, Compute what's actually asked.
Key distinction
Finding the roots is not the same as answering the question. The GRE almost always wraps the quadratic inside a constraint or asks for a derived quantity — the wrong answers are the raw roots, and the right answer is what survives the filter.
Summary
Solve the quadratic or system completely, list every root, then filter ruthlessly against the question's actual constraint.
Practice algebra: quadratics and systems adaptively
Reading the rule is the start. Working GRE-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 trialFrequently asked questions
What is algebra: quadratics and systems on the GRE?
Quadratic and system problems on the GRE reward you for choosing the right tool quickly: factor when the quadratic factors cleanly, use the quadratic formula when it doesn't, and use substitution or elimination on systems based on which gets you to a single variable fastest. The single biggest source of wrong answers is forgetting that quadratics usually have two roots — and the GRE writes traps where one root is extraneous, negative, or otherwise excluded. Always solve fully, then check each root against the question's constraints before picking an answer.
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 GRE; 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?
Finding the roots is not the same as answering the question. The GRE almost always wraps the quadratic inside a constraint or asks for a derived quantity — the wrong answers are the raw roots, and the right answer is what survives the filter.
Is there a memory aid for algebra: quadratics and systems questions?
FRAC: Factor (or formula), Roots-both, Audit constraints, Compute what's actually asked.
What is "The single-root trap" in algebra: quadratics and systems questions?
solving $(x-a)(x-b)=0$ and reporting only one root.
What is "The extraneous-root trap" in algebra: quadratics and systems questions?
keeping a root that violates a constraint or zeros a denominator.
Ready to drill these patterns?
Take a free GRE assessment — about 20 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