Mathbench

Chapter 4 — Quadratic and Nonlinear Equations

A quadratic is an equation with an x2x^2 in it and no higher power. It is the second-largest single topic on the SAT Math section, and it is where the test stops being about straight lines.

The one structural fact to hold on to: a quadratic usually has two solutions. Sometimes one, occasionally none, but two is the normal case. Half the wrong options in this chapter come from finding one solution and stopping.

You have three ways to solve one, and knowing which to reach for is most of the skill:

Method Use it when
Factoring the numbers are friendly — always try this first
The quadratic formula factoring does not come quickly. Always works
Square roots there is no xx term, like x2=49x^2 = 49 or (x2)2=9(x-2)^2 = 9

The quadratic formula is not on the reference sheet. Neither is anything else in this chapter. Learn it:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Topics covered: solving by factoring · the quadratic formula · the discriminant · completing the square · the vertex · nonlinear systems · equations with radicals and fractions


Section 1 — Solving by Factoring

The whole method rests on one idea, the zero product property:

If two things multiply to give zero, at least one of them is zero.

So if (x3)(x+5)=0(x - 3)(x + 5) = 0, then either x3=0x - 3 = 0 or x+5=0x + 5 = 0, giving x=3x = 3 or x=5x = -5.

This only works against zero. If (x3)(x+5)=7(x-3)(x+5) = 7 you can say nothing about the individual brackets — plenty of pairs multiply to 7. So the first step is always to get everything on one side, with zero on the other.

The signs flip: a factor of (x3)(x - 3) gives a solution of x=+3x = +3.


Q1Basic

Topic: Reading solutions off a factored quadratic

If (x4)(x+7)=0(x - 4)(x + 7) = 0, what are all possible values of xx?

A) (7, 4)\left( -7, \ -4\right)

B) (7, 4)\left( -7, \ 4\right)

C) (4, 7)\left( 4, \ 7\right)

D) (4, 7)\left( -4, \ 7\right)

Show the worked solution

Answer: B

Explanation

Two things multiply to zero, so at least one is zero. Set each bracket to zero in turn:

x4=0x=4x - 4 = 0 \quad\Longrightarrow\quad x = 4 x+7=0x=7x + 7 = 0 \quad\Longrightarrow\quad x = -7

So x=4x = 4 or x=7x = -7.

Notice the sign flip: the bracket says 4-4 and the solution is +4+4. Solving x4=0x - 4 = 0 means adding 4 to both sides, so the sign changes. Getting this backwards is what the other three options are made of.

Check both in the original: (44)(4+7)=0×11=0(4-4)(4+7) = 0 \times 11 = 0 ✓ and (74)(7+7)=11×0=0(-7-4)(-7+7) = -11 \times 0 = 0

Why each wrong option is wrong:

  • A, (7, 4)\left( -7, \ -4\right) — made both negative, flipping only one of the two signs.
  • C, (4, 7)\left( 4, \ 7\right) — copied the numbers straight out of the brackets with no sign change at all.
  • D, (4, 7)\left( -4, \ 7\right) — flipped both signs but in the wrong direction.

Takeaway: A factor (xa)(x - a) gives the solution x=ax = a — the sign flips. Then substitute both back; each should make one bracket exactly zero.


Q2Medium

Topic: Factoring to solve

What are the solutions of x25x14=0x^2 - 5x - 14 = 0?

A) (7, 2)\left( -7, \ 2\right)

B) (2, 7)\left( -2, \ 7\right)

C) (2, 7)\left( 2, \ 7\right)

D) (14, 1)\left( -14, \ 1\right)

Show the worked solution

Answer: B

Explanation

Find two numbers that multiply to 14-14 and add to 5-5.

The constant is negative, so one number is positive and one negative. The pairs multiplying to 14-14: 11 and 14-14 (adds to 13-13), 1-1 and 1414 (adds to 1313), 22 and 7-7 (adds to 5-5 ✓).

x25x14=(x+2)(x7)=0x^2 - 5x - 14 = (x + 2)(x - 7) = 0

So x=2x = -2 or x=7x = 7.

Check: (2)25(2)14=4+1014=0(-2)^2 - 5(-2) - 14 = 4 + 10 - 14 = 0 ✓ and 493514=049 - 35 - 14 = 0

Why each wrong option is wrong:

  • A, (7, 2)\left( -7, \ 2\right) — the right pair of sizes with the signs swapped. Those come from (x+7)(x2)=x2+5x14(x+7)(x-2) = x^2 + 5x - 14, which has the middle term +5x+5x.
  • C, (2, 7)\left( 2, \ 7\right) — both positive, which would need a +14+14 constant.
  • D, (14, 1)\left( -14, \ 1\right) — a pair multiplying to 14-14 that does not add to 5-5.

Takeaway: Multiply to cc, add to bb — both conditions, every time. When you have a candidate pair, check the sum before you write anything down.


Q3Medium

Topic: Rearranging before factoring

A model's two break-even points are the solutions of x2+3x=10x^2 + 3x = 10, where xx is a quantity the analyst may vary. What is the sum of the solutions of x2+3x=10x^2 + 3x = 10?

A) 33

B) 3-3

C) 10-10

D) 77

Show the worked solution

Answer: B

Explanation

Get zero on one side first — the factoring method needs it:

x2+3x10=0x^2 + 3x - 10 = 0

Two numbers multiplying to 10-10 and adding to 33: that is 55 and 2-2.

(x+5)(x2)=0x=5 or x=2(x + 5)(x - 2) = 0 \quad\Longrightarrow\quad x = -5 \text{ or } x = 2

Their sum is 5+2=3-5 + 2 = -3.

There is a shortcut worth knowing. For ax2+bx+c=0ax^2 + bx + c = 0:

sum of solutions=baproduct of solutions=ca\text{sum of solutions} = -\frac{b}{a} \qquad \text{product of solutions} = \frac{c}{a}

Here 31=3-\frac{3}{1} = -3 ✓ and the product would be 101=10\frac{-10}{1} = -10. When a question asks only for the sum or the product, this answers it without solving at all.

Why each wrong option is wrong:

  • A, 33 — the sign of the sum. It is ba-\frac{b}{a}, and b=3b = 3.
  • C, 10-10 — the product of the solutions, not the sum.
  • D, 77 — added the two numbers ignoring their signs.

Takeaway: Move everything to one side before factoring. And remember sum =ba= -\frac{b}{a}, product =ca= \frac{c}{a} — they answer a whole family of questions in one line.


Section 2 — The Quadratic Formula and the Discriminant

When factoring does not come within about twenty seconds, use the formula. It always works.

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The part under the root has a name and a job of its own. The discriminant:

Δ=b24ac\Delta = b^2 - 4ac

It tells you how many real solutions there are, without solving:

b24acb^2 - 4ac Real solutions On a graph
positive two crosses the xx-axis twice
zero one just touches the xx-axis
negative none never reaches the xx-axis

Questions asking "for what value of kk does this have exactly one solution" are always discriminant questions. Set b24ac=0b^2 - 4ac = 0 and solve.

Two cautions on using the formula:

  • bb carries its own sign. In x25x+6x^2 - 5x + 6, b=5b = -5, so b=+5-b = +5.
  • 4ac-4ac with a negative cc becomes positive. In x2+2x8x^2 + 2x - 8, 4(1)(8)=+32-4(1)(-8) = +32.

Q4Medium

Topic: Using the quadratic formula

What are the solutions of 2x2+3x2=02x^2 + 3x - 2 = 0?

A) (1, 32)\left( -1, \ \frac{3}{2}\right)

B) (12, 2)\left( - \frac{1}{2}, \ 2\right)

C) (2, 2)\left( -2, \ 2\right)

D) (2, 12)\left( -2, \ \frac{1}{2}\right)

Show the worked solution

Answer: D

Explanation

Here a=2a = 2, b=3b = 3, c=2c = -2. Work out the discriminant first:

b24ac=324(2)(2)=9+16=25b^2 - 4ac = 3^2 - 4(2)(-2) = 9 + 16 = 25

Positive, so there are two solutions — and 25 is a perfect square, so they will be tidy. Now the formula:

x=3±252(2)=3±54x = \frac{-3 \pm \sqrt{25}}{2(2)} = \frac{-3 \pm 5}{4}

x=3+54=24=12x=354=84=2x = \frac{-3 + 5}{4} = \frac{2}{4} = \frac12 \qquad x = \frac{-3 - 5}{4} = \frac{-8}{4} = -2

Check the smaller one: 2(4)+3(2)2=862=02(4) + 3(-2) - 2 = 8 - 6 - 2 = 0

Note 4ac=4(2)(2)=+16-4ac = -4(2)(-2) = +16: two negatives made it positive, which is what turned 9 into 25 rather than into 7-7.

Why each wrong option is wrong:

  • B, (12, 2)\left( - \frac{1}{2}, \ 2\right) — both solutions with their signs flipped, from using +b+b instead of b-b on the top.
  • C, (2, 2)\left( -2, \ 2\right) — solved 2x28=02x^2 - 8 = 0, dropping the middle term.
  • A, (1, 32)\left( -1, \ \frac{3}{2}\right) — an arithmetic slip inside the root. Substituting x=1x = -1 gives 232=32 - 3 - 2 = -3, not 0.

Takeaway: Compute b24acb^2 - 4ac first — it tells you how many solutions to expect and warns you if the arithmetic has gone wrong. Watch the sign of cc: 4ac-4ac with negative cc adds.


Q5Hard

Topic: The discriminant and exactly one solution

A designer needs the parabola y=x2+kx+16y = x^2 + kx + 16 to just touch the xx-axis rather than cross it. The constant kk is known to be positive. What is the value of kk?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 8

Explanation

"Exactly one real solution" means the discriminant is zero:

b24ac=0b^2 - 4ac = 0

Here a=1a = 1, b=kb = k, c=16c = 16:

k24(1)(16)=0k2=64k=±8k^2 - 4(1)(16) = 0 \quad\Longrightarrow\quad k^2 = 64 \quad\Longrightarrow\quad k = \pm 8

The question says kk is positive, so k=8k = 8.

Check: x2+8x+16=(x+4)2x^2 + 8x + 16 = (x + 4)^2, which is zero only at x=4x = -4 — one solution ✓

Notice what "exactly one solution" always means structurally: the quadratic is a perfect square. That gives you a second route to the same answer — the middle coefficient of a perfect square is twice the root of the constant, and 216=82\sqrt{16} = 8.

This is a grid-in. Enter 8.

Takeaway: One solution ⇒ discriminant zero ⇒ perfect square. All three say the same thing, and each gives you a way in. Watch for a question restricting kk to positive values — k2=64k^2 = 64 has two answers and the grid takes one.


Q6Medium

Topic: The discriminant and no real solutions

A path is modelled by y=x26x+cy = x^2 - 6x + c, and the design requires that it never reaches the xx-axis at all, so x26x+c=0x^2 - 6x + c = 0 has no real solutions. For which value of cc does the equation have no real solutions?

A) 55

B) 88

C) 99

D) 1010

Show the worked solution

Answer: D

Explanation

No real solutions means the discriminant is negative:

b24ac<0b^2 - 4ac < 0

With a=1a = 1 and b=6b = -6:

364c<036<4cc>936 - 4c < 0 \quad\Longrightarrow\quad 36 < 4c \quad\Longrightarrow\quad c > 9

Of the options, only c=10c = 10 is greater than 9.

Run the four values through 364c36 - 4c to see the whole picture:

cc 364c36 - 4c Solutions
5 +16+16 two
8 +4+4 two
9 00 exactly one
10 4-4 none

Option C is the one to watch. c=9c = 9 makes the discriminant exactly zero, which is one solution, not none. That boundary is where these questions are always set.

Takeaway: None ⇒ negative discriminant. Zero ⇒ exactly one. The option sitting exactly at the boundary is always offered, so work out which side of it you need before choosing.


Section 3 — Vertex Form and the Turning Point

The graph of a quadratic is a parabola — a symmetric U shape. Its turning point is the vertex, and questions about maximum or minimum values are always vertex questions.

Two ways to find it:

From the formula. The vertex sits at

x=b2ax = -\frac{b}{2a}

then substitute that xx back to get the yy-value. This is the fastest route and it always works.

From vertex form. If the quadratic is written

y=a(xh)2+ky = a(x - h)^2 + k

the vertex is (h,k)(h, k) — read straight off. Note the sign flip on hh: y=(x3)2+2y = (x - 3)^2 + 2 has its vertex at (3,2)(3, 2), and y=(x+3)2+2y = (x + 3)^2 + 2 at (3,2)(-3, 2).

Which way it opens, and so whether the vertex is a minimum or a maximum:

  • a>0a > 0 — opens upward, vertex is the minimum
  • a<0a < 0 — opens downward, vertex is the maximum

The parabola is symmetric about the vertical line through its vertex, so the two xx-intercepts are always the same distance from it — which means the vertex's xx is the average of the two roots.


Q7Medium

Topic: Reading the vertex from vertex form

A cost model is written as y=2(x3)2+5y = 2(x - 3)^2 + 5. The graph of that equation has its vertex at which point?

A) (3, 5)\left( -3, \ 5\right)

B) (3, 5)\left( 3, \ 5\right)

C) (3, 5)\left( 3, \ -5\right)

D) (2, 3)\left( 2, \ 3\right)

Show the worked solution

Answer: B

Explanation

Compare with y=a(xh)2+ky = a(x - h)^2 + k, whose vertex is (h,k)(h, k):

y=2(x3)2+5y = 2(x - \mathbf{3})^2 + \mathbf{5}

So h=3h = 3 and k=5k = 5, and the vertex is (3,5)(3, 5).

The sign flip is the whole question. The bracket reads x3x - 3, so h=+3h = +3. Only kk is read off unchanged.

Check it directly. At x=3x = 3 the squared term is zero, giving y=5y = 5 — the smallest yy can be, since a square is never negative and a=2a = 2 is positive. So (3,5)(3, 5) is the minimum ✓ At x=2x = 2 and x=4x = 4, y=7y = 7 — higher on both sides ✓

Why each wrong option is wrong:

  • A, (3, 5)\left( -3, \ 5\right) — kept the minus from the bracket. (x3)(x - 3) means h=3h = 3.
  • C, (3, 5)\left( 3, \ -5\right) — flipped kk as well. Only hh flips.
  • D, (2, 3)\left( 2, \ 3\right) — read the leading coefficient and hh as if they were the coordinates.

Takeaway: y=a(xh)2+ky = a(x-h)^2 + k has vertex (h,k)(h, k) — the hh flips sign, the kk does not. Substituting x=hx = h confirms it in one step.


Q8Medium

Topic: The vertex from standard form

A manufacturer's cost, in thousands of dollars, is modelled by y=x28x+3y = x^2 - 8x + 3, where xx is the number of units produced in hundreds. The manufacturer wants the production level at which the cost is least. At what value of xx does the minimum occur?

A) 8-8

B) 4-4

C) 44

D) 88

Show the worked solution

Answer: C

Explanation

The vertex of y=ax2+bx+cy = ax^2 + bx + c is at

x=b2ax = -\frac{b}{2a}

Here a=1a = 1 and b=8b = -8:

x=82(1)=82=4x = -\frac{-8}{2(1)} = \frac{8}{2} = 4

The two minus signs cancel, which is where option B goes wrong.

Check by symmetry. Factor the quadratic's roots or just test either side: at x=3x = 3, y=924+3=12y = 9 - 24 + 3 = -12; at x=4x = 4, y=1632+3=13y = 16 - 32 + 3 = -13; at x=5x = 5, y=2540+3=12y = 25 - 40 + 3 = -12. Lower at 4 than on either side, and symmetric about it ✓

Why each wrong option is wrong:

  • A, 8-8 — read bb off the equation with no formula applied.
  • B, 4-4 — divided but dropped the leading minus, so the two negatives did not cancel.
  • D, 88 — took b-b and forgot to divide by 2a2a.

Takeaway: x=b2ax = -\frac{b}{2a}, and bb brings its own sign with it. A negative bb gives a positive vertex xx.


Q9Hard

Topic: The minimum value itself

A quantity is modelled by y=x2+6x+1y = x^2 + 6x + 1, and the analyst needs the lowest value the model ever takes. What is the minimum value of y=x2+6x+1y = x^2 + 6x + 1?

A) 8-8

B) 3-3

C) 11

D) 1010

Show the worked solution

Answer: A

Explanation

Find where the minimum happens, then what it is. Those are two different questions and the options here punish confusing them.

x=b2a=62=3x = -\frac{b}{2a} = -\frac{6}{2} = -3

Now substitute to get the value:

y=(3)2+6(3)+1=918+1=8y = (-3)^2 + 6(-3) + 1 = 9 - 18 + 1 = -8

Check either side: at x=4x = -4, y=1624+1=7y = 16 - 24 + 1 = -7; at x=2x = -2, y=412+1=7y = 4 - 12 + 1 = -7. Both higher ✓

Why each wrong option is wrong:

  • B, 3-3 — the xx-coordinate of the vertex, which is where the minimum is, not what it is.
  • C, 11 — the constant term, which is yy at x=0x = 0, not at the vertex.
  • D, 1010 — substituted +3+3 instead of 3-3.

Takeaway: "Where is the minimum" wants xx; "what is the minimum" wants yy. Find x=b2ax = -\frac{b}{2a}, then substitute — and read the question again to see which of the two numbers it asked for.


Section 4 — Nonlinear Systems and Other Equations

A nonlinear system is one straight line and one curve, or two curves. Solve by substitution: rearrange the linear equation to "y=y = \ldots", put it into the other, and you are left with a quadratic in xx.

Geometrically you are finding where a line meets a parabola, so expect two intersection points, sometimes one, sometimes none — and the discriminant tells you which before you solve.

Two other equation types appear often enough to be worth their own warning:

  • Radical equations. Isolate the root and square both sides. Squaring can create solutions that do not work, so every answer must be checked in the original equation.
  • Equations with the variable in a denominator. Multiply through by the denominator, but discard any answer that would make a denominator zero.

Q10Medium

Topic: Where a line meets a parabola

A straight path and a curved one are modelled by the system {y=x23y=2x\begin{cases} y = x^2 - 3 \\ y = 2x \end{cases}, which has two solutions -- the two points at which the paths meet. What is the sum of the two xx-values at which they meet?

A) 3-3

B) 2-2

C) 22

D) 33

Show the worked solution

Answer: C

Explanation

Both equations give yy, so set them equal:

x23=2xx^2 - 3 = 2x

Move everything to one side:

x22x3=0x^2 - 2x - 3 = 0

Factor — two numbers multiplying to 3-3 and adding to 2-2, so 3-3 and 11:

(x3)(x+1)=0x=3 or x=1(x - 3)(x + 1) = 0 \quad\Longrightarrow\quad x = 3 \text{ or } x = -1

Their sum is 3+(1)=23 + (-1) = 2.

Or use the shortcut: sum of roots =ba=21=2= -\frac{b}{a} = -\frac{-2}{1} = 2

Check one point fully: at x=3x = 3, the parabola gives 93=69 - 3 = 6 and the line gives 66 ✓ They do meet there.

Why each wrong option is wrong:

  • A, 3-3 — read the 3-3 out of the original parabola.
  • B, 2-2 — dropped a sign in ba-\frac{b}{a}.
  • D, 33 — gave one root rather than the sum of both.

Takeaway: Two equations both equal to yy — set them equal to each other, collect on one side, and solve the quadratic. Then check whether the question wants the roots, their sum, or the points.


Q11Hard

Topic: A radical equation, with a check that matters

What is the solution to 2x+7=x4\sqrt{2x + 7} = x - 4?

A) 11

B) (1, 9)\left( 1, \ 9\right)

C) (1, 9)\left( -1, \ 9\right)

D) 99

Show the worked solution

Answer: D

Explanation

The root is already alone, so square both sides:

2x+7=(x4)2=x28x+162x + 7 = (x - 4)^2 = x^2 - 8x + 16

Collect:

0=x210x+9=(x1)(x9)0 = x^2 - 10x + 9 = (x - 1)(x - 9)

So the squared equation gives x=1x = 1 or x=9x = 9. Now check both in the original, which is not optional here:

x=9:18+7=25=5, and 94=5x = 9: \quad \sqrt{18 + 7} = \sqrt{25} = 5, \text{ and } 9 - 4 = 5 \quad ✓ x=1:2+7=9=3, but 14=3nox = 1: \quad \sqrt{2 + 7} = \sqrt{9} = 3, \text{ but } 1 - 4 = -3 \quad \text{no}

x=1x = 1 fails. The square root symbol means the positive root, so the left side can never be negative — but squaring destroys that information, because 323^2 and (3)2(-3)^2 are both 9. A solution created this way is called extraneous, and discarding it is part of the method, not an afterthought.

So the only solution is x=9x = 9.

Why each wrong option is wrong:

  • A, 11 — kept the extraneous root and discarded the real one.
  • B, (1, 9)\left( 1, \ 9\right) — kept both, skipping the check entirely. This is the option most people pick.
  • C, (1, 9)\left( -1, \ 9\right) — a sign slip in the factoring, then kept both.

Takeaway: Squaring both sides can invent solutions. Always substitute back into the original radical equation. A quick filter: if the side without the root comes out negative, that value cannot work.


Q12Medium

Topic: An equation with the variable in a denominator

What is the solution to 12x+1=8x+3\dfrac{12}{x} + 1 = \dfrac{8}{x} + 3?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 2

Explanation

Gather the fractions on one side and the numbers on the other:

12x8x=314x=2\frac{12}{x} - \frac{8}{x} = 3 - 1 \quad\Longrightarrow\quad \frac{4}{x} = 2

Multiply both sides by xx:

4=2xx=24 = 2x \quad\Longrightarrow\quad x = 2

Check in the original: 122+1=7\frac{12}{2} + 1 = 7 and 82+3=7\frac{8}{2} + 3 = 7

And check the denominators: x=2x = 2 is not zero, so the answer is valid. With a variable on the bottom, an answer of x=0x = 0 would have to be thrown away no matter how correctly it was derived.

This is a grid-in. Enter 2.

Takeaway: With the same denominator on both sides, combine the fractions first — it is quicker than clearing them. Then confirm your answer does not make any denominator zero.


Section 5 — Mixed Practice

Factoring, the formula, the discriminant and the vertex, shuffled.


Q13Basic

Topic: A quadratic with no middle term

What are the solutions of x249=0x^2 - 49 = 0?

A) (7, 7)\left( -7, \ 7\right)

B) 77

C) (49, 49)\left( -49, \ 49\right)

D) (0, 49)\left( 0, \ 49\right)

Show the worked solution

Answer: A

Explanation

With no xx term, take square roots — and take both:

x2=49x=±7x^2 = 49 \quad\Longrightarrow\quad x = \pm 7

Or factor as a difference of squares: (x+7)(x7)=0(x+7)(x-7) = 0.

B kept only the positive root, which is the mistake this question exists for. C never took the root. D factored as if the constant were attached to an xx.

Takeaway: x2=kx^2 = k has two answers, +k+\sqrt{k} and k-\sqrt{k}. The ±\pm is not decoration.


Q14Medium

Topic: The product of the solutions

An analyst needs the product of the two solutions of 3x212x+9=03x^2 - 12x + 9 = 0. What is the product of the solutions?

A) 44

B) 33

C) 99

D) 4-4

Show the worked solution

Answer: B

Explanation

For ax2+bx+c=0ax^2 + bx + c = 0, the product of the solutions is ca\frac{c}{a}:

93=3\frac{9}{3} = 3

Check the long way. Divide through by 3: x24x+3=0x^2 - 4x + 3 = 0, which factors as (x1)(x3)(x-1)(x-3), giving x=1x = 1 and x=3x = 3. Their product is 3 ✓ and their sum is 4, which is option A.

A is the sum, ba=4-\frac{b}{a} = 4. C read cc without dividing by aa. D has the sum's sign wrong.

Takeaway: Sum =ba= -\frac{b}{a}, product =ca= \frac{c}{a}. Both need the division by aa — forgetting it is what makes option C tempting.


Q15Medium

Topic: Solving a quadratic that needs rearranging

A quantity satisfies x2=5x+24x^2 = 5x + 24. What is the largest solution of x2=5x+24x^2 = 5x + 24?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 8

Explanation

Move everything to one side:

x25x24=0x^2 - 5x - 24 = 0

Two numbers multiplying to 24-24 and adding to 5-5: 8-8 and 33.

(x8)(x+3)=0x=8 or x=3(x - 8)(x + 3) = 0 \quad\Longrightarrow\quad x = 8 \text{ or } x = -3

The largest is 8. Check: 64=40+2464 = 40 + 24

This is a grid-in. Enter 8.

Takeaway: Zero on one side before factoring, always. Then read whether the question wants the largest, the smallest, the sum or both.


Q16Medium

Topic: Counting solutions from the discriminant

How many real solutions does 2x2+3x+5=02x^2 + 3x + 5 = 0 have?

A) 00

B) 11

C) 22

D) 44

Show the worked solution

Answer: A

Explanation

Compute the discriminant:

b24ac=324(2)(5)=940=31b^2 - 4ac = 3^2 - 4(2)(5) = 9 - 40 = -31

Negative, so there are no real solutions. The parabola sits entirely above the xx-axis and never crosses it.

B is the zero-discriminant case. C assumes two, which is the usual number but not guaranteed.

Takeaway: Compute b24acb^2 - 4ac before solving. Negative means none — and it saves you from grinding through a formula that will produce a root of a negative number.


Q17Hard

Topic: The vertex of a parabola from its intercepts

The graph of y=x22x15y = x^2 - 2x - 15 crosses the xx-axis at two points. What is the xx-coordinate of the vertex?

A) 2-2

B) 1-1

C) 11

D) 22

Show the worked solution

Answer: C

Explanation

Two routes, and they agree.

By formula: x=b2a=22=1x = -\frac{b}{2a} = -\frac{-2}{2} = 1.

By symmetry: factor to find the crossings. x22x15=(x5)(x+3)x^2 - 2x - 15 = (x-5)(x+3), so the graph crosses at x=5x = 5 and x=3x = -3. A parabola is symmetric, so the vertex sits exactly halfway between its two xx-intercepts:

5+(3)2=22=1  \frac{5 + (-3)}{2} = \frac{2}{2} = 1 \; ✓

The second route is worth having. When a question gives you the two roots or the two crossings, averaging them is faster than the formula and harder to get wrong.

A read bb directly. B dropped the leading minus. D forgot to divide.

Takeaway: The vertex is halfway between the two xx-intercepts. Average the roots — no formula, no sign errors.


Q18Medium

Topic: A quadratic in a real situation

A ball is thrown straight upward from ground level, and its height in metres after tt seconds is modelled by h=5t2+20th = -5t^2 + 20t. After how many seconds does it return to the ground?

A) 00

B) 22

C) 2020

D) 44

Show the worked solution

Answer: D

Explanation

"On the ground" means h=0h = 0:

5t2+20t=0-5t^2 + 20t = 0

Factor out the common 5t-5t:

5t(t4)=0t=0 or t=4-5t(t - 4) = 0 \quad\Longrightarrow\quad t = 0 \text{ or } t = 4

Both are real moments: t=0t = 0 is when it was thrown, t=4t = 4 is when it lands. The question asks when it returns, so t=4t = 4.

Check: at t=3t = 3, h=45+60=15h = -45 + 60 = 15 m — still in the air ✓ At t=4t = 4, h=80+80=0h = -80 + 80 = 0

A is the launch. B is the highest point, at t=202(5)=2t = -\frac{20}{2(-5)} = 2 — worth noting that the peak is exactly halfway between the two ground times. C read a coefficient.

Takeaway: In a height model, h=0h = 0 gives two times: the start and the landing. Read which one the question wants, and remember the peak is halfway between them.


Q19Hard

Topic: A system of a line and a parabola with one intersection

The graphs of y=x2+4y = x^2 + 4 and y=4x+cy = 4x + c, where cc is a constant, intersect at exactly one point. What is the value of cc?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 0

Explanation

Set the two expressions equal, since both give yy:

x2+4=4x+cx^2 + 4 = 4x + c

Collect everything on one side:

x24x+(4c)=0x^2 - 4x + (4 - c) = 0

"Exactly one point" means this quadratic has exactly one solution, so its discriminant is zero:

(4)24(1)(4c)=0(-4)^2 - 4(1)(4 - c) = 0 1616+4c=04c=0c=016 - 16 + 4c = 0 \quad\Longrightarrow\quad 4c = 0 \quad\Longrightarrow\quad c = 0

Check: with c=0c = 0 the equation is x24x+4=(x2)2=0x^2 - 4x + 4 = (x-2)^2 = 0, whose only solution is x=2x = 2. At x=2x = 2 the parabola gives 88 and the line gives 88 — they touch at (2,8)(2, 8)

A line meeting a parabola at exactly one point is a tangent, and "tangent to" in a question is the same instruction as "exactly one intersection": set the discriminant to zero.

This is a grid-in. Enter 0.

Takeaway: Line and curve intersecting once ⇒ set them equal, collect, and set the discriminant of the result to zero. "Tangent" means the same thing.


Q20Medium

Topic: Reading a quadratic's roots from its factored form

The function ff is defined by f(x)=(x+6)(x2)f(x) = (x + 6)(x - 2). For what value of xx does ff reach its minimum?

A) 2-2

B) 22

C) 6-6

D) 66

Show the worked solution

Answer: A

Explanation

The factored form gives the roots immediately: x=6x = -6 and x=2x = 2. The vertex is halfway between them:

6+22=42=2\frac{-6 + 2}{2} = \frac{-4}{2} = -2

Check: at x=2x = -2, f=(4)(4)=16f = (4)(-4) = -16. At the roots f=0f = 0, so 2-2 is indeed lower ✓

B and C are the roots themselves — where ff is zero, not where it is least. D read a bracket without the sign flip.

Takeaway: Roots from the brackets, vertex halfway between. Where a parabola is zero and where it is least are different questions.


Q21Medium

Topic: Completing the square

The equation x2+6x7=0x^2 + 6x - 7 = 0 can be rewritten in the completed-square form (x+a)2=b(x + a)^2 = b, where aa and bb are constants. What is the value of bb?

A) 77

B) 99

C) 1616

D) 33

Show the worked solution

Answer: C

Explanation

Move the constant across, then complete the square. Halve the middle coefficient and square it: (62)2=9\left(\frac62\right)^2 = 9.

x2+6x=7x^2 + 6x = 7 x2+6x+9=7+9x^2 + 6x + 9 = 7 + 9 (x+3)2=16(x + 3)^2 = 16

So a=3a = 3 and b=16b = 16.

Whatever you add to the left must be added to the right — that is why bb is 7+97 + 9 and not either number alone.

A forgot to add the 9 to the right as well. B gave the 9 by itself. D gave aa.

Takeaway: Halve, square, add to both sides. Then read whether the question wants aa or bb.


Q22Medium

Topic: A quadratic from its roots

A quadratic is known only by where its graph meets the xx-axis: it has roots x=4x = -4 and x=6x = 6. Which equation could it be?

A) x22x24=0x^{2} - 2 x - 24 = 0

B) x2+2x24=0x^{2} + 2 x - 24 = 0

C) x210x+24=0x^{2} - 10 x + 24 = 0

D) x2+24x2=0x^{2} + 24 x - 2 = 0

Show the worked solution

Answer: A

Explanation

Roots 4-4 and 66 come from factors (x+4)(x + 4) and (x6)(x - 6) — the signs flip. Multiply out:

(x+4)(x6)=x26x+4x24=x22x24(x + 4)(x - 6) = x^2 - 6x + 4x - 24 = x^2 - 2x - 24

Check both: 16+824=016 + 8 - 24 = 0 ✓ and 361224=036 - 12 - 24 = 0

A faster check uses the shortcuts. The sum of the roots is 4+6=2-4 + 6 = 2, and sum =ba= -\frac ba, so b=2b = -2. The product is 24-24, and product =ca= \frac ca, so c=24c = -24. That gives x22x24x^2 - 2x - 24 in one line.

B has the middle sign wrong. C used roots 4 and 6.

Takeaway: Root rr gives factor (xr)(x - r) — the sign flips. Or build it from sum =ba= -\frac ba and product =ca= \frac ca.


Q23Hard

Topic: A quadratic inequality read off the graph

The graph of y=x24x5y = x^2 - 4x - 5 is a parabola opening upward, and it crosses the xx-axis at x=1x = -1 and x=5x = 5. For which values of xx is y<0y < 0?

A) 1x5-1 \le x \le 5

B) x<1x < -1 or x>5x > 5

C) 5<x<1-5 < x < 1

D) 1<x<5-1 < x < 5

Show the worked solution

Answer: D

Explanation

The parabola opens upward (the x2x^2 coefficient is positive), so it dips below the axis between its two crossings and sits above outside them.

y<0y < 0 is the dip:

1<x<5-1 < x < 5

The inequality is strict, so the crossings themselves are excluded — at x=1x = -1 and x=5x = 5 the value is exactly 0, not less than 0.

Test three points: at x=0x = 0, y=5y = -5 ✓ below. At x=6x = 6, y=7y = 7 ✓ above. At x=1x = -1, y=0y = 0 ✓ on the axis.

B is the answer to y>0y > 0. C flipped the signs of the roots.

Takeaway: Upward parabola: negative between the roots, positive outside. Sketch it, or test one point in the middle — that settles which region you want.


Q24Medium

Topic: A nonlinear system

A line and a curve are modelled by y=x2y = x^2 and y=3x+4y = 3x + 4, and the system has two solutions -- the two points where the graphs meet. What is the sum of the two xx-values?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 3

Explanation

Set them equal:

x2=3x+4x23x4=0(x4)(x+1)=0x^2 = 3x + 4 \quad\Longrightarrow\quad x^2 - 3x - 4 = 0 \quad\Longrightarrow\quad (x - 4)(x + 1) = 0

So x=4x = 4 or x=1x = -1, and the sum is 3.

Or read it straight off: sum of roots =ba=31=3= -\frac ba = -\frac{-3}{1} = 3, with no factoring at all. Enter 3.

Takeaway: Two equations equal to yy — set them equal and collect on one side. If only the sum is wanted, ba-\frac ba answers it immediately.


Q25Hard

Topic: Interpreting a quadratic model

A ball's height in metres is h=4.9t2+19.6th = -4.9t^2 + 19.6t after tt seconds. At what time does it reach its greatest height?

A) 11

B) 22

C) 44

D) 14\frac{1}{4}

Show the worked solution

Answer: B

Explanation

The greatest height is the vertex, at

t=b2a=19.62(4.9)=19.69.8=2 secondst = -\frac{b}{2a} = -\frac{19.6}{2(-4.9)} = \frac{19.6}{9.8} = 2 \text{ seconds}

Check either side: h(1)=14.7h(1) = 14.7, h(2)=19.6h(2) = 19.6, h(3)=14.7h(3) = 14.7 ✓ Highest at 2.

C, 4 seconds, is when the ball lands — and notice the peak sits exactly halfway between launch at t=0t = 0 and landing at t=4t = 4, which is a useful check in itself.

Takeaway: Greatest height means the vertex, t=b2at = -\frac{b}{2a}. With a negative aa the parabola opens downward, so the vertex is a maximum — and it falls halfway between the two ground times.


Q26Medium

Topic: A quadratic with a common factor

What are the solutions of 3x212x=03x^2 - 12x = 0?

A) (0, 4)\left( 0, \ -4\right)

B) 44

C) (0, 4)\left( 0, \ 4\right)

D) (4, 4)\left( -4, \ 4\right)

Show the worked solution

Answer: C

Explanation

Factor out the common 3x3x:

3x(x4)=0x=0 or x=43x(x - 4) = 0 \quad\Longrightarrow\quad x = 0 \text{ or } x = 4

B is the trap this question exists for. Dividing both sides by xx gives 3x12=03x - 12 = 0 and x=4x = 4 — but dividing by xx assumes xx is not zero, and throws away the root x=0x = 0. Never divide an equation by the variable; factor instead.

Takeaway: Take the common factor out; do not divide by xx. Dividing by something that might be zero silently deletes a solution.


Q27Hard

Topic: The number of intersections

An engineer needs to know whether the model y=x2+2x+5y = x^2 + 2x + 5 ever reaches zero. For how many values of xx does the graph cross the xx-axis?

A) 00

B) 11

C) 22

D) 33

Show the worked solution

Answer: A

Explanation

Crossing the xx-axis means y=0y = 0, so this asks how many real solutions x2+2x+5=0x^2 + 2x + 5 = 0 has. The discriminant:

b24ac=420=16b^2 - 4ac = 4 - 20 = -16

Negative, so none. The parabola never reaches the axis.

Confirm it from the shape. The vertex is at x=22=1x = -\frac{2}{2} = -1, where y=12+5=4y = 1 - 2 + 5 = 4. The parabola opens upward, so 4 is its lowest point — and the whole curve sits at or above y=4y = 4, comfortably clear of the axis.

Takeaway: Crossings of the xx-axis are real roots, so the discriminant counts them. Finding the vertex confirms the answer from a different direction.


Q28Medium

Topic: Solving by taking roots

What are the solutions of (x3)2=25(x - 3)^2 = 25?

A) 88

B) (5, 5)\left( -5, \ 5\right)

C) (8, 8)\left( -8, \ 8\right)

D) (2, 8)\left( -2, \ 8\right)

Show the worked solution

Answer: D

Explanation

Take the square root of both sides, keeping both signs:

x3=±5x - 3 = \pm 5

x=3+5=8x=35=2x = 3 + 5 = 8 \qquad x = 3 - 5 = -2

Check both: (83)2=25(8-3)^2 = 25 ✓ and (23)2=(5)2=25(-2-3)^2 = (-5)^2 = 25

A kept one root. B stopped at ±5\pm 5 without undoing the 3-3.

Takeaway: ±\pm on the root, then undo whatever else the bracket does. Both steps, in that order.