Nonlinear equations and systems

Quadratics by every route, the discriminant, and the extraneous solutions squaring invents.

~32 min · prequestion, worked examples, retrieval practice

A nonlinear equation is never asking you to be clever — it is asking you to pick the route the numbers were built for, and then to answer the question that was actually asked. Most points lost here are lost after the algebra was already correct: a root nobody checked, a ± that quietly became a +, a parameter with two legal values where only one got written down. Advanced Math is about 35% of the Math section and supplies most of the hard second module, so this is the skill where a 1400 becomes a 1500 and where a 1500 stalls.

Before you read on

Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.

Question 1
Medium

Before any teaching: in the quadratic equation kx² + 12x + 9 = 0, where k is a nonzero constant, the equation has exactly one real solution. What is the value of k?

Question 2
Medium

Solving √(x + 7) = x − 5 by squaring both sides gives x + 7 = x² − 10x + 25, then x² − 11x + 18 = 0, then (x − 2)(x − 9) = 0, so x = 2 or x = 9. Which of these actually solves the original equation?

Question 3
Hard

In the xy-plane, the system y = x² + 4x + 7 and y = 2x + c has exactly one solution. What is the value of c?

Foundations — what nonlinear means, and the one property everything rests on

This block builds from zero. If you can already look at 2x² − 5x − 12 = 0, factor it to (2x + 3)(x − 4) = 0, and say why that immediately gives you x = −3/2 and x = 4, skip to the next block — nothing here will be new.

An equation is linear when every variable appears to the first power and nowhere else: 3x + 7 = 19, y = 4x − 1. Its graph is a straight line. An equation is nonlinear when a variable appears any other way — squared or cubed (x² − 5x + 6 = 0), underneath a radical (√(x + 7) = x − 5), or in a denominator (6/(x − 3) = x). Those three forms are exactly the three families this skill covers, and each one has its own failure mode.

A solution is a number that makes the equation a true statement. That definition sounds too obvious to write down, and it is the most useful sentence in this lesson: because a solution is defined by substitution, you can always check one. Put the number back into the original equation, compute both sides, and see whether they match. On this skill, checking is not a nicety for the cautious — it is the operation that separates real roots from the ones the algebra manufactured.

Almost every nonlinear question routes through a quadratic: an equation you can write as ax² + bx + c = 0 with a ≠ 0. Standard form means exactly that — everything on one side, zero on the other, terms in descending order of power. Getting to standard form is step one of nearly every problem in this lesson, and the reason is not tidiness. It is the zero-product property.

The zero-product property: if two numbers multiply to zero, at least one of them is zero. If A × B = 0, then A = 0 or B = 0. That is a fact about the real numbers, and it is the only reason factoring solves anything. When (2x + 3)(x − 4) = 0, the product of two quantities is zero, so one of them must be zero — set each equal to zero and solve the two easy linear equations that result.

Nothing like this is true for any other number. If A × B = 12, you learn nothing about A or B individually; 12 can be 3 × 4 or 24 × 0.5 or −6 × −2. So (x − 5)(x + 2) = 8 cannot be attacked by setting x − 5 = 8. Multiply the left side out, subtract 8, and get a zero on the right before factoring is allowed to conclude anything.

Basic factoring, for the case a = 1: to factor x² + bx + c, find two numbers that multiply to c and add to b. For x² − 5x + 6, the pair is −2 and −3 (they multiply to 6, add to −5), so it factors as (x − 2)(x − 3). When a ≠ 1, find two numbers that multiply to a·c and add to b, split the middle term into those two pieces, and factor in pairs — the first worked example does this in full.

Two more pieces of notation. The symbol ± means "both the plus version and the minus version," and it always produces two candidate answers, not one. And √ means the principal (non-negative) square root: √9 is 3, not ±3. That is why the equation x² = 9 has two solutions, x = ±3, while the expression √9 has one value. Conflating those two facts is a top-five source of lost points on this skill.

What the question is actually testing

The Digital SAT very rarely says "solve this equation" and stops there. It asks for the positive solution, the sum of the solutions, the value of a constant that makes something true, the number of real solutions, the y-coordinate of an intersection point, or the value of x + y. The algebra is a means; the last line of the question is the thing being scored.

So the skill has two halves, and they fail independently. The first is route selection — recognising in a few seconds which of four methods the numbers were built for, because three of them will be slow on any given problem and one will be fast. The second is target discipline — knowing, before you start, what number you are going to write down at the end. Strong students lose most of their points on the second half while executing the first half flawlessly.

Weak path: read the equation, start manipulating, produce the roots, look at the choices, pick the one that appears. Strong path: read the last clause of the question first and name the target ("they want the sum"), then look at the structure and name the route ("no linear term — square root method"), then execute, then check the answer against the target rather than against the choices. The choices are built to contain the roots you found, which is precisely why finding a root in the list is not evidence that you answered the question.

Four routes to a quadratic, and how to choose in five seconds

Route 1 — square root method. Use it when there is no plain x term, or when one side is already a squared binomial: x² = 49, (2x − 5)² = 49, 3(x + 1)² = 48. Take the square root of both sides and write ± on the numeric side, then solve the two resulting linear equations. This is the fastest route on the SAT and the one most often missed, because students expand (2x − 5)² into a mess they then have to factor back. If it is already squared, leave it squared.

Route 2 — factoring. Use it when the coefficients are small integers and the constant term factors easily. Set to zero first, always. For a = 1, find the pair that multiplies to c and adds to b. For a ≠ 1, use a·c grouping: find the pair that multiplies to a·c and adds to b, split the middle term, factor in pairs. Factoring is fast when it works and a trap when you force it — give it about fifteen seconds and then switch routes rather than hunting for a pair that does not exist.

Route 3 — the quadratic formula. x = (−b ± √(b² − 4ac)) / (2a). It always works, which is why it is the fallback for anything that will not factor, anything with ugly coefficients, and anything where the answer choices contain radicals. Two habits make it reliable: write a, b, and c down explicitly before substituting (especially their signs), and compute the b² − 4ac as its own separate number before assembling the fraction.

Route 4 — completing the square. Use it when the question wants the vertex, the minimum or maximum value, or the equation rewritten in the form y = a(x − h)² + k. To complete the square on x² + bx, add and subtract (b/2)²: x² + 6x + 13 becomes (x² + 6x + 9) + 4, which is (x + 3)² + 4, so the vertex is at (−3, 4). If the leading coefficient is not 1, factor it out of the first two terms before halving.

Route 0 — graph it. includes a built-in graphing calculator on every Math question; that availability is College Board's own published statement, not a prep-industry claim. Type both sides as separate functions and read the intersection points, or type the equation as y = (left side) − (right side) and read the x-intercepts. This is genuinely strong for messy roots, for "how many solutions" questions, and for systems. It is weaker when the equation contains a letter parameter, because you then need a slider, and weakest when the answer is exact and irrational, because you will read a decimal and still have to match it to a radical. Whether graphing beats algebra on a given item is a judgment call; anyone quoting you a fixed number of seconds saved is estimating, not measuring.

Mechanism

Why "make one side zero" is not a ritual, and what the discriminant actually is

Factoring is not a way of solving an equation. Factoring is a way of rewriting one side as a product — and a product only tells you something when it equals zero, because zero is the one number that cannot be built from two nonzero real factors. That is the whole content of the zero-product property, and it is why (x − 5)(x + 2) = 0 collapses into two easy equations while (x − 5)(x + 2) = 8 collapses into nothing. The instruction "set it equal to zero first" is not a step in a procedure; it is the precondition that makes the next step legal. The discriminant has an equally concrete origin. Complete the square on the general equation ax² + bx + c = 0 and you get (x + b/(2a))² = (b² − 4ac)/(4a²); taking the square root of both sides produces the quadratic formula, and the only thing in that derivation that can go wrong is the number under the radical. If b² − 4ac is positive, its square root is a real number, the ± gives you two different values, and the parabola crosses the x-axis twice. If it is zero, the ± adds and subtracts nothing, so the two roots collapse into one at x = −b/(2a) — which is the x-coordinate of the vertex, meaning the parabola touches the axis exactly at its turning point. If it is negative, no real number squares to it, so there is no real solution and the parabola misses the axis entirely. The discriminant is not a memorised rule about how many answers there are. It is the answer to a single question — what is under the root — and every "exactly one solution," "no real solutions," and "tangent to" question on this skill is that same question in a costume.

The discriminant, and the English it hides behind

Write it once and keep it separate from everything else: D = b² − 4ac, computed from a quadratic already in standard form. D > 0 means two distinct real solutions. D = 0 means exactly one real solution, a double root at x = −b/(2a). D < 0 means no real solutions.

The reason this is worth so many points is that the SAT almost never uses the word "discriminant." It says: the equation has exactly one real solution; the equation has no real solutions; the graph has two distinct x-intercepts; the graph does not intersect the x-axis; the line is tangent to the parabola; the system has exactly one solution; the system has no solution. Every one of those is a statement about the sign of b² − 4ac for the right quadratic, and translating the sentence is most of the work.

Worked in place: the graph of y = 3x² + 12x + c has no x-intercepts. x-intercepts are where y = 0, so the relevant quadratic is 3x² + 12x + c = 0, and "no x-intercepts" means D < 0: 144 − 12c < 0, so c > 12. Note what happens at the boundary — c = 12 gives D = 0, which is one intercept, not zero. "No solutions" and "exactly one solution" are adjacent conditions and the distractor built on confusing them appears constantly.

Two shortcuts worth having, because they let you answer without solving. For ax² + bx + c = 0, the sum of the solutions is −b/a and their product is c/a. When a question asks for the sum of the solutions of 2x² − 7x + 3 = 0, the answer is 7/2 and no factoring is required. Use these only on an equation already in standard form with the real a — reading b off an equation that still has terms on both sides is a reliable way to get a clean-looking wrong answer.

And the geometric reading, which makes the whole family one idea: b² − 4ac counts how many times the graph of y = ax² + bx + c meets the x-axis. After you substitute a line into a parabola, it counts how many times that line meets that parabola. Same number, same computation, different picture.

Radical and rational equations — a one-way street

To solve a radical equation: isolate the radical on one side by itself, square both sides, then solve whatever is left — usually a quadratic. Then check every candidate in the original equation. The check is not optional and it is not a safety habit; it is a required step of the method, in the same way that the last step of a long division is a required step.

Mechanism: squaring is not reversible. If A = B then A² = B², but the converse fails — A² = B² only tells you A = ±B. So squaring both sides can turn a false statement into a true one (3 = −3 is false; 9 = 9 is true), which means the squared equation is a weaker statement than the one you started with and can carry solutions the original never had. Those are : real roots of the equation you produced, not of the equation you were given.

There is a second, faster filter that catches most of them before any checking. √(anything) is the principal square root, so it is never negative. In √(x + 7) = x − 5, the left side is ≥ 0, so the right side must be too: x ≥ 5. That single inequality kills x = 2 without substituting anything. When a radical equals an expression, write down the sign constraint before you square — it is often the whole question.

Rational equations — a variable in a denominator — have the same structure with a different cause. Multiply both sides by the least common denominator to clear the fractions, solve the resulting polynomial, and then discard any root that makes an original denominator zero. Those values were never in play: the original equation is undefined there, so a number that the cleared equation accepts and the original cannot evaluate is not a solution.

The habit that makes this automatic: before doing any algebra on a rational equation, write down the excluded values. For 1/(x − 3) + 1/(x + 3) = 6/(x² − 9), note immediately that x ≠ 3 and x ≠ −3, because x² − 9 = (x − 3)(x + 3). Then, when the algebra hands you x = 3, you already know what to do with it, and "no solution" stops looking like a mistake.

One prohibition, absolute: never divide both sides by an expression containing a variable. From x² = 5x, dividing by x gives x = 5 and silently deletes x = 0, which is a perfectly good solution. Move everything to one side and factor instead: x² − 5x = 0 becomes x(x − 5) = 0, giving x = 0 and x = 5. Dividing by a variable assumes it is nonzero, and you were not told that.

Finally, the algebra that goes wrong most often inside these problems is squaring a two-term side. (A + B)² = A² + 2AB + B², and the middle term is where the points are. (x − 5)² is x² − 10x + 25, not x² + 25. (√x + 2)² is x + 4√x + 4, not x + 4 — which is why you isolate the radical first: so that the side you square has one term on it and no cross term exists.

Linear–quadratic systems — one substitution, one quadratic

A system of one linear and one nonlinear equation is solved by substitution, always. The linear equation gives you one variable in terms of the other; put that expression into the nonlinear equation and you are left with a single quadratic in a single variable. There is no case where elimination is easier and no case where guessing from the graph is more accurate.

The sequence, in order: solve the linear equation for y (or for x, whichever is already isolated), substitute into the nonlinear equation, collect every term onto one side so the equation is in standard form, then solve or take the discriminant. The collection step is where most errors enter, because the linear equation's x-term has to be combined with the parabola's x-term, and the resulting b is neither of the ones printed on the page.

Geometrically, the substituted quadratic is the equation for the x-coordinates of the intersection points, so its discriminant counts them: two intersections, one intersection (the line is tangent), or none. A question that says "the system has exactly one solution" and a question that says "the line is tangent to the graph" are the same question with the same computation.

Then finish the job. A system has solutions that are ordered pairs, so if the question asks for the solution, both coordinates matter; if it asks for y, substitute your x back into the easier of the two equations — the linear one; if it asks for x + y, you need both. Producing a correct x and writing it down when the question wanted y is not a comprehension failure, it is the single most common way this question type is missed.

Quadratic–quadratic systems appear less often and use the same move: set the two expressions for y equal, collect to one side, and the quadratic that results does the same job. If both leading terms are identical, they cancel and you are left with a linear equation — meaning the two parabolas meet exactly once, which is a fact worth recognising rather than deriving under time pressure.

Worked examples

Fully worked — route selection, then the question that was asked

  1. 01Problem: 2x² − 5x = 12. What is the positive solution?
  2. 02Name the target before starting: they want one number, the positive root — not both roots, not the sum.
  3. 03Set one side to zero, because factoring concludes nothing otherwise: 2x² − 5x − 12 = 0.
  4. 04Choose the route: small integer coefficients and a constant that factors, so try factoring before reaching for the formula. Since a ≠ 1, use a·c grouping: a·c = 2 × (−12) = −24, and we need two numbers with product −24 and sum −5. Those are −8 and +3.
  5. 05Split the middle term and factor in pairs: 2x² − 8x + 3x − 12 = 0 → 2x(x − 4) + 3(x − 4) = 0 → (2x + 3)(x − 4) = 0.
  6. 06Apply the zero-product property: 2x + 3 = 0 gives x = −3/2, and x − 4 = 0 gives x = 4.
  7. 07Answer the target: the positive solution is 4. Check it in the original equation — 2(4²) − 5(4) = 32 − 20 = 12 ✓.

One step hidden — a radical equation that manufactures a root

  1. 01Problem: solve √(2x + 15) = x.
  2. 02Before squaring, write the sign constraint: the left side is a principal square root, so it is ≥ 0, which forces x ≥ 0. Any negative candidate is already dead.
  3. 03Square both sides and set to zero: 2x + 15 = x² → x² − 2x − 15 = 0 → (x − 5)(x + 3) = 0, so the candidates are x = 5 and x = −3.

Two steps hidden — a system with a parameter and a constraint

  1. 01Problem: the system y = x² − 3x + 5 and y = bx + 1 has exactly one solution, and b < 0. What is b?
  2. 02Substitute to eliminate y and collect everything onto one side: x² − 3x + 5 = bx + 1 → x² − (3 + b)x + 4 = 0.

Solve alone

  1. 01Problem: in the xy-plane, the graph of y = x² + 6x + 13 and the line y = mx + 4 intersect at exactly one point. Find every possible value of m.

In your own words

In one sentence: in the first worked example, why does moving the 12 across to get 2x² − 5x − 12 = 0 change what the factored form is allowed to tell you — and why would the same factoring prove nothing if the right-hand side had stayed as 12?

Named traps

Zero-product on a nonzero product
Factoring a side and then setting each factor equal to whatever is on the right: from (x − 5)(x + 2) = 8, writing x − 5 = 8. Only zero licenses that move, because only zero cannot be written as a product of two nonzero numbers. Expand, subtract, get a zero, then factor. The distractor for this trap is usually the root you would get from the untouched factors, which makes it look reassuringly like an intended answer.
The root nobody checked
Squaring both sides or clearing a denominator produces candidates, not solutions. Both operations are one-way: they can create roots the original equation never had. Any radical equation and any equation with a variable in a denominator is unfinished until every candidate has been substituted back into the ORIGINAL equation — and on rational equations, until every root has been compared against the excluded values written down at the start.
The root you deleted
Dividing both sides by an expression containing a variable, which silently assumes that expression is nonzero. x² = 5x divided by x gives x = 5 and loses x = 0. Same for cancelling (x − 2) from both sides of an equation. Move everything to one side and factor; the factor you were about to divide away is a solution.
One branch of two
Taking a square root and writing only the positive case. x² = 49 has two solutions; (2x − 5)² = 49 has two; (6 − m)² = 36 has two; k − 2 = ±6 has two. The ± is not decoration, and parameter questions in particular are built so that the second branch is the one a hurried solver never writes down. If a constraint in the problem (x < 0, b < 0, k > 0) is going to eliminate one branch, you still have to produce both first in order to eliminate anything.
Half a square
Squaring a two-term expression term by term and losing the cross term: writing (x − 5)² as x² + 25, or (√x + 2)² as x + 4. The identity is (A + B)² = A² + 2AB + B². This is the reason the method says isolate the radical before squaring — a one-term side has no cross term to lose.
Right root, wrong question
Solving the equation perfectly and then writing down a number the question did not ask for: both roots when it asked for the positive one, x when it asked for y, the roots when it asked for their sum, a root when it asked for the parameter k. The answer choices are populated with these on purpose, so recognising your number in the list is not confirmation. Name the target before you start and check your final line against the target, not against the choices.

The 800-level margin

If you already factor cleanly, know the discriminant, and check for extraneous roots, the points still leaving this domain are not comprehension. They are five hard variants and a short list of execution slips. Nothing below is a new concept — that is the point of the block.

Hard variant one — the parameter with two legal values. "The equation x² + (k − 2)x + 9 = 0 has exactly one real solution" does not have one answer for k; setting the discriminant to zero gives (k − 2)² = 36, so k = 8 or k = −4. The question will then either ask for the sum of all possible values of k, ask which of the following could be k, or supply a constraint (k > 0, b < 0) that eliminates one. Every one of those phrasings is a test of whether you produced both branches. When a squared quantity equals a number, stop and write both signs on the page before continuing.

Hard variant two — the equation that is only conditionally quadratic. In kx² + 12x + 9 = 0, if k is allowed to be zero the equation is 12x + 9 = 0, a linear equation with exactly one real solution — so "exactly one real solution" would have two answers, k = 4 and k = 0. This is why real items say "the quadratic equation" or "where k is a nonzero constant." That qualifier is not filler; when it is present it is closing this exact door, and when a question conspicuously omits it, check whether the degenerate case is one of the answers.

Hard variant three — extraneous by domain rather than by sign. The familiar extraneous root is the one that fails a sign check on a radical. The harder one is the rational equation whose only algebraic root is an excluded value: 1/(x − 3) + 1/(x + 3) = 6/(x² − 9) reduces honestly to 2x = 6, and x = 3 is exactly the value that makes two of the original denominators zero. The correct answer is that there is no solution, and "no solution" is a real, frequently correct answer rather than a sign that you made a mistake. Related and worth recognising: an expression like (x² − 16)/(x − 4) is not equal to x + 4 at x = 4 — it is undefined there, because 0/0 is undefined, not 1.

Hard variant four — questions that never require solving. "What is the sum of the solutions of 3x² − 12x + 5 = 0?" is −b/a = 4, full stop. "What is the product?" is c/a = 5/3. For a double root, the single solution is x = −b/(2a). Recognising these saves ninety seconds on items designed to eat two minutes, and the trap is grabbing the wrong one of the pair — the product when the question said sum — or reading b off an equation that has not been collected into standard form yet.

Hard variant five — the quadratic in disguise. x⁴ − 5x² + 4 = 0 is quadratic in x²: substitute u = x², solve u² − 5u + 4 = 0 to get u = 1 and u = 4, then convert back — x² = 1 gives x = ±1 and x² = 4 gives x = ±2, four real solutions. The same move handles 2x + 5√x − 3 = 0 with u = √x: 2u² + 5u − 3 = 0 factors to (2u − 1)(u + 3) = 0, so u = 1/2 or u = −3, and u = −3 is impossible because √x ≥ 0 — leaving √x = 1/2 and x = 1/4. Two things go wrong here: forgetting to convert back from u to x, and forgetting that the substitution carries its own domain constraint.

Execution slips, in the order they cost points. First, the sign of c inside the discriminant: when c is negative, b² − 4ac becomes b² PLUS a positive number, and a slip here flips a two-solution answer into a no-solution answer. Second, the collected b in a system — after substitution the linear coefficient is neither the one on the parabola nor the one on the line, and reading either one off the page produces a clean, plausible, wrong number. Third, answering about the wrong quantity: x when they asked for y, both roots when they asked for the positive one, the roots when they asked for their sum. Fourth, the second branch of a ±. Fifth, arithmetic on a negative substituted into a square: (−3)² is 9, and the number of otherwise perfect solutions lost to a squared negative is not small.

One format detail that only matters on items: when a student-produced response has more than one correct answer, you enter only one of them — that is College Board's own instruction in Bluebook, not a strategy. So an item whose answer is "m = 0 or m = 12" is entered as either number. On multiple choice, the same item would ask for the sum, or say "which of the following could be," and the difference in phrasing is the whole difficulty.

Time. Each Math is 22 questions in 35 minutes — about 95 seconds per question, which is arithmetic on College Board's published module structure rather than advice from anyone. The recommendation is Meridian's: nonlinear items deserve more than the average because the checking step is where the points are, and the time comes from the linear and arithmetic items that should be finished in forty seconds. The overspend that wastes it is hunting for a factorisation that does not exist; give factoring fifteen seconds and switch to the formula or to a graph. The underspend that costs points is skipping the substitution check on a radical or rational equation because the algebra felt clean.

Retrieval — with feedback on every choice

Question 1
Medium

If (2x − 5)² = 49 and x < 0, what is the value of x?

Reference — not a study method, a lookup
NONLINEAR EQUATIONS AND SYSTEMS — reference card
Factoring concludes nothing unless one side is 0. AB = 0 -> A = 0 or B = 0; AB = 8 -> nothing.
Route 1 square root: no plain x term, or a squared binomial. Write the +/- . Two answers.
Route 2 factoring: small integers. a != 1 -> find the pair with product a*c, sum b; split; group.
Route 3 formula: x = (-b +/- sqrt(b^2 - 4ac)) / (2a). Always works. Write a, b, c down first.
Route 4 complete the square: when the question wants the vertex. x^2 + bx -> add and subtract (b/2)^2.
Route 0 Desmos: graph both sides, read intersections. Weakest when a letter parameter is involved.
D = b^2 - 4ac. D > 0 two real; D = 0 one (double root at x = -b/2a); D < 0 none real.
Translations of D: exactly one solution / no x-intercepts / tangent to / system has one solution.
Sum of roots = -b/a. Product = c/a. Only in standard form, only with the real a.
Line + parabola: substitute, collect to ONE side, then solve or take D. Collected b is a new number.
Squaring and clearing denominators are one-way. Every candidate goes back into the ORIGINAL.
Radical sign filter: sqrt(A) >= 0 always, so sqrt(A) = B forces B >= 0. Kills candidates before algebra.
Rational: write the excluded values BEFORE solving. A root equal to one of them means no solution.
Never divide both sides by a variable expression - you delete a root. Factor instead.
(A + B)^2 = A^2 + 2AB + B^2. The cross term is where the points are.
Parameter questions almost always have TWO branches. Produce both, then apply the constraint.
Answer the target: positive solution / sum / y / x + y / the parameter - not 'the roots'.

Every item on this page is Meridian-original, written to match the Digital SAT's format and difficulty — it is not a real SAT question. The only source that matches the live test exactly is College Board's own Bluebook and Question Bank.

Question 1Medium

If (2x − 5)² = 49 and x < 0, what is the value of x?

  • −1

    Correct. Take the square root of both sides, keeping both branches: 2x − 5 = ±7. The positive branch gives 2x = 12 and x = 6; the negative branch gives 2x = −2 and x = −1. The constraint x < 0 selects x = −1. Check: (2(−1) − 5)² = (−7)² = 49 ✓.

  • B6

    6 is a genuine solution of the equation — it comes from the branch 2x − 5 = 7 — but it fails the condition attached to the question, which asks for the value with x < 0. This is the equation solved correctly and the question answered incorrectly.

  • C−6

    This is the sign error in the negative branch: 2x − 5 = −7 gives 2x = −7 + 5 = −2, not −7 − 5 = −12. Substituting exposes it — (2(−6) − 5)² = (−17)² = 289, not 49.

  • DThere is no value of x less than 0 that satisfies the equation

    This is what the equation looks like if you take only the principal square root: 2x − 5 = 7 gives the single solution x = 6, and no negative one. But a squared quantity equal to 49 has two branches, and the negative branch supplies x = −1.

Traps tested: Answered wrong quantity · Sign slip moving term · Dropped plus minus

Question 2Hard

In the equation (x − 5)(x + 2) = 8, what is the positive solution for x?

  • A3

    This is the correct expansion followed by a sign-swapped factorisation: x² − 3x − 18 factored as (x + 6)(x − 3) instead of (x − 6)(x + 3), which gives roots −6 and 3. Multiplying the guess back out is the check: (x + 6)(x − 3) = x² + 3x − 18, which has the wrong middle term.

  • B5

    This treats the equation as though the right-hand side were zero, setting x − 5 = 0 and x + 2 = 0 to get x = 5 and x = −2, then taking the positive one. The zero-product property applies only when the product is zero; substituting confirms the failure, since (5 − 5)(5 + 2) = 0, not 8.

  • 6

    Correct. Expand and set to zero: x² − 3x − 10 = 8 → x² − 3x − 18 = 0 → (x − 6)(x + 3) = 0, so x = 6 or x = −3, and the positive solution is 6. Check in the original: (6 − 5)(6 + 2) = 1 × 8 = 8 ✓.

  • D13

    This comes from setting one factor equal to the right-hand side: x − 5 = 8, so x = 13. That move is only valid for a product equal to zero. Checking kills it immediately — (13 − 5)(13 + 2) = 8 × 15 = 120.

Traps tested: Sign swapped factoring · Zero product on nonzero

Question 3Hardest on the test

What is the complete solution set of the equation √(x + 11) = x − 1?

  • A{−5, 2}

    These are the roots of x² − 3x − 10 = 0 factored with the signs swapped — (x + 5)(x − 2) instead of (x − 5)(x + 2). Multiplying back out is the check: (x + 5)(x − 2) = x² + 3x − 10, whose middle term is +3x, not −3x.

  • {5}

    Correct. Square both sides: x + 11 = x² − 2x + 1, so x² − 3x − 10 = 0 and (x − 5)(x + 2) = 0, giving candidates x = 5 and x = −2. Check both in the original: x = 5 gives √16 = 4 and 5 − 1 = 4 ✓; x = −2 gives √9 = 3 and −2 − 1 = −3, which do not match, so −2 is extraneous. The sign constraint predicts this in advance — the left side is a principal square root, so x − 1 ≥ 0 and any candidate below 1 is dead before substitution.

  • C{−2, 5}

    These are both candidates produced by the squared equation, and the algebra that produced them is correct — but squaring is one-way, so the squared equation is a weaker statement than the original and admits roots the original does not. Substituting x = −2 gives √9 = 3 on the left and −3 on the right; the principal square root is never negative, so this candidate cannot be a solution.

  • DThe equation has no real solutions

    This is where the sign-swapped factorisation leads if you do check: −5 and 2 both fail the original equation, so it looks as though nothing survives. But the correct roots are 5 and −2, and 5 survives. "No real solutions" is a real answer on this skill, which is exactly why it needs to come from a verified factorisation rather than from two candidates that both failed.

Traps tested: Sign swapped factoring · Skipped extraneous check · Overapplied rejection rule

Question 4Hardest on the test

The equation x² + (k − 2)x + 9 = 0, where k is a constant, has exactly one real solution. What is the sum of all possible values of k?

  • 4

    Correct. Exactly one real solution means b² − 4ac = 0, so (k − 2)² − 4(1)(9) = 0, giving (k − 2)² = 36 and k − 2 = ±6, so k = 8 or k = −4, and the sum is 4. Check both: k = 8 gives x² + 6x + 9 = (x + 3)², one solution ✓; k = −4 gives x² − 6x + 9 = (x − 3)², one solution ✓.

  • B8

    This is one of the two branches taken alone — the positive one, which is what a solver who writes k − 2 = 6 and stops will find. It is a legitimate value of k, but the question asks for the sum of all possible values, and −4 is the other.

  • C−4

    This is the other branch taken alone. Setting the discriminant to zero gives (k − 2)² = 36, so k − 2 = ±6 and k is either 8 or −4; reporting only the negative branch answers "a possible value of k," not "the sum of all possible values."

  • D12

    This is 8 + 4, which comes from solving the negative branch as k = 6 − 2 = 4 rather than k = −6 + 2 = −4. Substituting the bad value is the audit: k = 4 makes the equation x² + 2x + 9 = 0, whose discriminant is 4 − 36 = −32, so that equation has no real solutions rather than exactly one.

Traps tested: Dropped plus minus · Sign slip moving term

Question 5Hardest on the test

Which of the following describes the solutions of the equation 1/(x − 3) + 1/(x + 3) = 6/(x² − 9)?

  • Ax = 3

    This is the algebra done correctly and the domain ignored. Multiplying through by (x − 3)(x + 3) gives (x + 3) + (x − 3) = 6, so 2x = 6 and x = 3 — but x = 3 makes x − 3 and x² − 9 both zero, so the original equation is undefined there. A value that the cleared equation accepts and the original equation cannot even evaluate is not a solution.

  • Bx = −3

    This looks like the natural fallback once x = 3 has been rejected — the other excluded value, chosen on the assumption that a question must have a numerical answer. But −3 makes x + 3 and x² − 9 zero, so it is undefined in the original equation for exactly the same reason, and it does not satisfy the cleared equation either: 2(−3) = −6, not 6.

  • There is no solution

    Correct. Note the excluded values first: x² − 9 = (x − 3)(x + 3), so x ≠ 3 and x ≠ −3. Multiplying both sides by (x − 3)(x + 3) gives (x + 3) + (x − 3) = 6, so 2x = 6 and x = 3 — the one value the equation was never defined at. Every candidate is excluded, so the solution set is empty. On this skill "no solution" is a genuine answer, not a sign that something went wrong.

  • DEvery real value of x except 3 and −3

    This is what you get by subtracting the two numerators instead of adding them: (x + 3) − (x − 3) = 6 reduces to 6 = 6, an identity true for every x. The left side of the original equation is a sum, so the numerators add. Testing one value settles it — at x = 0, the left side is −1/3 + 1/3 = 0 and the right side is 6/(−9) = −2/3, which do not agree.

Traps tested: Excluded value ignored · Grabbed other excluded value · Sign error combining fractions

Question 6Hard

The solutions of the system y = x² − 4x + 7 and y = 2x − 1 are (x₁, y₁) and (x₂, y₂). What is the value of x₁ + x₂?

  • A−6

    This is the sum-of-roots shortcut applied with the wrong sign: for ax² + bx + c = 0 the sum is −b/a, not b/a. The substituted equation is x² − 6x + 8 = 0, so b = −6 and the sum is −(−6)/1 = 6.

  • B8

    8 is the PRODUCT of the two x-values (2 × 4), which is c/a for the substituted equation — the right shortcut for the wrong quantity. Sum is −b/a; product is c/a, and on this item they are 6 and 8 respectively.

  • C10

    10 is y₁ + y₂, not x₁ + x₂: the intersection points are (2, 3) and (4, 7), and 3 + 7 = 10. The work is complete and correct; the number reported answers a different question than the one asked.

  • 6

    Correct. Substitute to eliminate y: x² − 4x + 7 = 2x − 1 → x² − 6x + 8 = 0 → (x − 2)(x − 4) = 0, so x₁ = 2 and x₂ = 4 and their sum is 6. The shortcut agrees without factoring: the sum of the solutions is −b/a = 6. Check the intersection points themselves — at x = 2, both equations give y = 3; at x = 4, both give y = 7. ✓

Traps tested: Sign slip moving term · Product for sum · Answered wrong quantity

Meridian · progress saved in this browser

Up next

Nonlinear functions

Quadratic, exponential and polynomial behaviour — vertex and intercept forms, growth against decay.

32 min