Mathbench

Chapter 10 — The Challenge Set

Twenty questions, all of them harder than anything the SAT is likely to ask you.

That is deliberate. Every other chapter in this book is calibrated to the real test. This one is not: it is calibrated to the edge of what the test's own content can be made to do. If you can work through these, the real thing will feel narrow.

What makes these different. A normal SAT question tests one idea and tells you, more or less, which idea it is. These do neither. Most of them need two or three ideas joined together, and none of them announces which. Several have a first answer that is wrong for a reason you will only see if you check — an extraneous root, a case that collapses, a ratio applied to the wrong quantity.

Nothing here is off-syllabus. There is no calculus, no matrices beyond what Chapter 6 covers, nothing you have not already met. The difficulty is entirely in the combination and in the traps, not in unfamiliar content. That is also true of the hardest real SAT questions, which is why practising this way transfers.

How to use it. Attempt a question with a pen and no time limit before you look at anything. If you get it out in under two minutes you were probably supposed to. If you get stuck, the thing to look for is usually the second condition — the clause you read past.

A warning about the wrong options. In this chapter every wrong option is a value you can actually arrive at by making one specific, reasonable mistake. None of them are padding. Getting a "nice" answer here is not evidence you are right.

Topics covered: parameters that make systems degenerate · tangency · extraneous roots · exponential models from two points · absolute value equations with two cases · circles and distance · similarity and area · complementary angles · composition · compound percentage change · the factor theorem · conditional probability · simultaneous constraints


Section 1 — When a Parameter Changes Everything

Several of the hardest questions on the test hide a constant in the coefficients and ask what value it must take. The move is always the same: write the condition the question describes as an equation in that constant, then solve it. The trap is almost always that the equation you get has more roots than the question allows.


Q1Brutal

Topic: A parameter that makes a system have no solution

In the system of equations below, kk is a constant.

{kx+4y=109x+ky=15\begin{cases} kx + 4y = 10 \\ 9x + ky = 15 \end{cases}

The system has no solution. What is the value of kk?

A) 6-6

B) 66

C) 00

D) 3636

Show the worked solution

Answer: A

Explanation

Two straight lines fail to meet in exactly one situation: they are parallel and they are not the same line. Both halves matter here, and the second half is the whole question.

Parallel first. Two equations a1x+b1y=c1a_1x + b_1y = c_1 and a2x+b2y=c2a_2x + b_2y = c_2 describe parallel lines when the coefficients are in proportion:

k9=4kk2=36k=6 or k=6\frac{k}{9} = \frac{4}{k} \quad\Longrightarrow\quad k^2 = 36 \quad\Longrightarrow\quad k = 6 \text{ or } k = -6

Now test each one, which is the step that gets skipped.

If k=6k = 6 the system is 6x+4y=106x + 4y = 10 and 9x+6y=159x + 6y = 15. Multiply the first by 32\tfrac{3}{2}: 9x+6y=159x + 6y = 15. That is the second equation exactly. The two equations are the same line, so every point on it is a solution — infinitely many, not none.

If k=6k = -6 the system is 6x+4y=10-6x + 4y = 10 and 9x6y=159x - 6y = 15. Multiply the first by 32-\tfrac{3}{2}: 9x6y=159x - 6y = -15. The left sides now agree and the right sides do not, 1515-15 \ne 15. Parallel, distinct, no solution.

So k=6k = -6, option 6-6.

Why each wrong option is wrong:

  • B, 66 — solved k2=36k^2 = 36 and took the positive root. This is the coincident case: it gives infinitely many solutions, which is the opposite of what was asked. Proportional coefficients only make lines parallel; whether they are the same line depends on the constants on the right, and nothing about k2=36k^2 = 36 checks those.
  • C, 00 — took both roots and added them, reading "what is the value of kk" as "the sum of the possible values". Only one value survives the test, so there is nothing to sum.
  • D, 3636 — solved as far as k2=36k^2 = 36 and stopped. A very common way to lose a hard question: the algebra was right and the last step was never taken.

Takeaway: "No solution" is two conditions, not one — parallel and distinct. Whenever a proportionality gives you two candidate values, substitute both back and look at the constants. One of them is usually the coincident case, and it is usually the one that looks nicer.


Q2Brutal

Topic: A line tangent to a parabola

In the xyxy-plane, the graph of y=x2+kx+9y = x^2 + kx + 9 and the line y=3x+5y = 3x + 5 intersect at exactly one point, where kk is a constant. What is the sum of all possible values of kk?

A) 1-1

B) 77

C) 66

D) 6-6

Show the worked solution

Answer: C

Explanation

"Intersect at exactly one point" means the equation you get by setting the two expressions equal has exactly one solution.

x2+kx+9=3x+5x2+(k3)x+4=0x^2 + kx + 9 = 3x + 5 \quad\Longrightarrow\quad x^2 + (k - 3)x + 4 = 0

A quadratic has exactly one solution when its discriminant is zero:

(k3)24(1)(4)=0(k3)2=16k3=±4(k-3)^2 - 4(1)(4) = 0 \quad\Longrightarrow\quad (k-3)^2 = 16 \quad\Longrightarrow\quad k - 3 = \pm 4

So k=7k = 7 or k=1k = -1, and their sum is 66 — option 66.

Note what happened to the constant: the 99 and the 55 combined into a 44 before the discriminant was taken. Taking the discriminant of the original x2+kx+9x^2 + kx + 9 is the single most common way to lose this question.

Why each wrong option is wrong:

  • B, 77 — found both values correctly and then reported only k=7k = 7. The question asks for the sum, and a question that asks for a sum is telling you there is more than one value.
  • A, 1-1 — the same slip the other way round.
  • D, 6-6 — took k3=±4k - 3 = \pm 4 and wrote k=3±4k = -3 \pm 4, giving 11 and 7-7, which sum to 6-6. The 33 moves across the equals sign and changes sign as it goes.

Takeaway: Tangency is a discriminant question in disguise. Set the two expressions equal, collect everything on one side first, and only then reach for b24acb^2 - 4ac — using the coefficients of the combined equation, never the original curve.


Q3Brutal

Topic: An exponential model from two data points

A population is modelled by f(x)=abxf(x) = ab^x, where aa and bb are constants and b>0b > 0. It is known that f(2)=18f(2) = 18 and f(5)=486f(5) = 486. What is the value of f(0)f(0)?

A) 66

B) 22

C) 33

D) 2727

Show the worked solution

Answer: B

Explanation

Divide one reading by the other. The aa cancels, which is the whole reason to start there:

f(5)f(2)=ab5ab2=b3=48618=27\frac{f(5)}{f(2)} = \frac{ab^5}{ab^2} = b^3 = \frac{486}{18} = 27

So b=3b = 3. Now use either reading to get aa:

f(2)=a32=9a=18a=2f(2) = a \cdot 3^2 = 9a = 18 \quad\Longrightarrow\quad a = 2

And f(0)=ab0=a1=2f(0) = a \cdot b^0 = a \cdot 1 = 2, option 22.

The last line is the point of the question. In any model of the form abxab^x, f(0)f(0) is aa — the starting value — because $b^0 = 1.

Why each wrong option is wrong:

  • A, 66 — computed ab=6a \cdot b = 6, which is f(1)f(1), not f(0)f(0). Off by one step down the sequence.
  • C, 33 — reported the growth factor bb instead of the initial value aa. These are the two constants in the model and it is easy to hand back the wrong one under time pressure.
  • D, 2727 — stopped at b3=27b^3 = 27 without taking the cube root, and without going on to find aa at all.

Takeaway: For f(x)=abxf(x) = ab^x, dividing two readings kills aa and hands you bb; dividing the exponents tells you what power of bb you have. And f(0)=af(0) = a always — if a question asks for the value at zero, it is asking for aa.


Section 2 — Answers That Are Not Solutions

Squaring both sides, multiplying by a denominator and taking a root can all create values that satisfy the equation you wrote but not the equation you started with. On a hard question that extra value is always offered as an option.


Q4Brutal

Topic: An equation with absolute values on both sides

What is the sum of all values of xx that satisfy 2x5=x+4|2x - 5| = |x + 4|?

A) 263\frac{26}{3}

B) 99

C) 13\frac{1}{3}

D) 283\frac{28}{3}

Show the worked solution

Answer: D

Explanation

Two absolute values are equal when the things inside are equal, or when one is the negative of the other. Both cases have to be worked.

Case 1: 2x5=x+42x - 5 = x + 4, so x=9x = 9.

Case 2: 2x5=(x+4)=x42x - 5 = -(x + 4) = -x - 4, so 3x=13x = 1 and x=13x = \tfrac{1}{3}.

Both check: at x=9x = 9, 13=13|13| = |13|; at x=13x = \tfrac{1}{3}, 133=133\left|-\tfrac{13}{3}\right| = \left|\tfrac{13}{3}\right|. Neither is extraneous here, which is worth noticing — with absolute values on both sides both cases usually survive, unlike the one-sided kind.

The sum is 9+13=2839 + \tfrac{1}{3} = \tfrac{28}{3}, option 283\frac{28}{3}.

Why each wrong option is wrong:

  • B, 99 — solved the first case and stopped. A single bar equation almost always has two solutions; a question asking for their sum is confirming it.
  • C, 13\frac{1}{3} — solved the second case only.
  • A, 263\frac{26}{3} — found both and then subtracted rather than added.

Takeaway: A=B|A| = |B| gives two equations, A=BA = B and A=BA = -B. Write both down before solving either — the second is the one that gets forgotten, and it is the one with the awkward fraction.


Q5Brutal

Topic: A radical equation with an extraneous root

What is the value of xx that satisfies x+7=x5\sqrt{x + 7} = x - 5?

A) 99

B) 22

C) 1111

D) 1818

Show the worked solution

Answer: A

Explanation

Square both sides. That is the only way to get at xx, and it is also what creates the problem.

x+7=(x5)2=x210x+25x211x+18=0x + 7 = (x - 5)^2 = x^2 - 10x + 25 \quad\Longrightarrow\quad x^2 - 11x + 18 = 0

(x2)(x9)=0x=2 or x=9(x - 2)(x - 9) = 0 \quad\Longrightarrow\quad x = 2 \text{ or } x = 9

Now check both in the original equation, which squaring has quietly changed.

At x=2x = 2: the left side is 9=3\sqrt{9} = 3; the right side is 25=32 - 5 = -3. A square root sign means the non-negative root, so the left side can never be negative. 333 \ne -3, and x=2x = 2 is not a solution of the equation that was asked.

At x=9x = 9: left side 16=4\sqrt{16} = 4, right side 95=49 - 5 = 4. ✓

So x=9x = 9, option 99.

Why each wrong option is wrong:

  • B, 22 — the extraneous root. It solves the squared equation perfectly and fails the original. Squaring turns 3-3 into 99 just as it turns 33 into 99, so it cannot tell the two apart; only substituting back can.
  • C, 1111 — added the two roots. There is only one solution, so there is nothing to add.
  • D, 1818 — multiplied them, which is the constant term of the quadratic and not a solution of anything.

Takeaway: Every time you square both sides you must substitute back. The extraneous root appears exactly when the two sides had opposite signs, and it will always be one of the options.


Section 3 — Two Ideas at Once

The rest of the chapter is questions that need something from one topic and something from another. There is no signal in the wording about which two.


Q6Brutal

Topic: A circle from its general equation, and a distance

In the xyxy-plane, a circle has equation x2+y210x+6y+18=0x^2 + y^2 - 10x + 6y + 18 = 0. What is the shortest distance from the origin to the circle?

A) 4+344 + \sqrt{34}

B) 34\sqrt{34}

C) 4+34-4 + \sqrt{34}

D) 44

Show the worked solution

Answer: C

Explanation

Get the circle into standard form by completing the square in both variables:

x210x+y2+6y=18x^2 - 10x + y^2 + 6y = -18 (x5)225+(y+3)29=18(x - 5)^2 - 25 + (y + 3)^2 - 9 = -18 (x5)2+(y+3)2=16(x - 5)^2 + (y + 3)^2 = 16

So the centre is (5,3)(5, -3) and the radius is 16=4\sqrt{16} = 4.

The distance from the origin to the centre is

52+(3)2=345.83\sqrt{5^2 + (-3)^2} = \sqrt{34} \approx 5.83

That is more than the radius, so the origin lies outside the circle. The nearest point of the circle sits on the line joining the origin to the centre, one radius back from the centre:

344\sqrt{34} - 4

which is option 4+34-4 + \sqrt{34}, about 1.831.83.

Why each wrong option is wrong:

  • B, 34\sqrt{34} — the distance to the centre. The centre is not on the circle; every point of the circle is 44 units away from it.
  • A, 4+344 + \sqrt{34} — went one radius past the centre instead of stopping short of it. That is the furthest point of the circle from the origin, not the nearest.
  • D, 44 — the radius, which is the distance from the centre to the circle, not from the origin.

Takeaway: For a point outside a circle, nearest distance is dcentrerd_{\text{centre}} - r and furthest is dcentre+rd_{\text{centre}} + r. Complete the square first — a general-form equation tells you nothing until you do.


Q7Brutal

Topic: Similar figures: area ratio against length ratio

Two similar triangles have areas in the ratio 9:259 : 25. The perimeter of the smaller triangle is 2424 centimetres. What is the perimeter of the larger triangle, in centimetres?

A) 2003\frac{200}{3}

B) 4040

C) 725\frac{72}{5}

D) 120120

Show the worked solution

Answer: B

Explanation

This is the one fact the question rests on: areas of similar figures scale as the square of the length ratio. So if areas are in the ratio 9:259 : 25, lengths are in the ratio 9:25=3:5\sqrt{9} : \sqrt{25} = 3 : 5.

Perimeter is a length, so it scales by 53\tfrac{5}{3}:

24×53=4024 \times \frac{5}{3} = 40

option 4040.

Why each wrong option is wrong:

  • A, 2003\frac{200}{3} — scaled the perimeter by the area ratio 259\tfrac{25}{9}, giving 200366.7\tfrac{200}{3} \approx 66.7. This is the mistake the question is built to catch: the ratio you are given is not the ratio you may apply.
  • C, 725\frac{72}{5} — used 35\tfrac{3}{5} instead of 53\tfrac{5}{3} and made the larger triangle smaller than the smaller one. Always sanity-check the direction.
  • D, 120120 — multiplied by 55 and never divided by 33, using one half of the ratio as though it were the whole scale factor.

Takeaway: Lengths scale by kk, areas by k2k^2, volumes by k3k^3. Given an area ratio, take the square root before you touch any length.


Q8Brutal

Topic: Complementary angles in a trigonometric equation

In a right triangle, sin(x)=cos((3x10))\sin(x^\circ) = \cos((3x - 10)^\circ), where xx is an acute angle measure. What is the value of xx?

A) 5050

B) 2020

C) 452\frac{45}{2}

D) 2525

Show the worked solution

Answer: D

Explanation

The identity to reach for is sin(θ)=cos(90θ)\sin(\theta) = \cos(90^\circ - \theta): sine and cosine agree exactly when their angles are complementary, adding to 90°90°.

So the two angles here must add to 9090:

x+(3x10)=904x10=904x=100x=25x + (3x - 10) = 90 \quad\Longrightarrow\quad 4x - 10 = 90 \quad\Longrightarrow\quad 4x = 100 \quad\Longrightarrow\quad x = 25

Check: sin(25°)=cos(65°)\sin(25°) = \cos(65°), and 3(25)10=653(25) - 10 = 65. ✓ Option 2525.

Why each wrong option is wrong:

  • B, 2020 — wrote x+3x+10=90x + 3x + 10 = 90, flipping the sign of the 10-10 when moving it. Solving gives x=20x = 20, and 3(20)10=503(20) - 10 = 50, but 25+509025 + 50 \ne 90 — the check would have caught it.
  • C, 452\frac{45}{2} — dropped the 10-10 and solved 4x=904x = 90, giving 22.522.5.
  • A, 5050 — used 180°180° instead of 90°90°. Angles that sum to 180°180° are supplementary, which is the relationship between sin\sin and sin\sin, not between sin\sin and cos\cos.

Takeaway: sinA=cosB\sin A = \cos B means A+B=90A + B = 90. It does not mean A=BA = B, and it does not mean A+B=180A + B = 180. Write the sum equation immediately and then just solve a linear equation.


Q9Brutal

Topic: Composition in both orders

Let f(x)=x2f(x) = x^2 and g(x)=x+3g(x) = x + 3. For what value of xx does f(g(x))=g(f(x))f(g(x)) = g(f(x))?

A) 1-1

B) 11

C) 3-3

D) 2-2

Show the worked solution

Answer: A

Explanation

Composition is not commutative, and this question is about how far apart the two orders are.

f(g(x))=(x+3)2=x2+6x+9f(g(x)) = (x + 3)^2 = x^2 + 6x + 9 g(f(x))=x2+3g(f(x)) = x^2 + 3

Set them equal:

x2+6x+9=x2+3x^2 + 6x + 9 = x^2 + 3

The x2x^2 cancels — which is why a question that looks quadratic is linear:

6x+9=36x=6x=16x + 9 = 3 \quad\Longrightarrow\quad 6x = -6 \quad\Longrightarrow\quad x = -1

Check: f(g(1))=f(2)=4f(g(-1)) = f(2) = 4 and g(f(1))=g(1)=4g(f(-1)) = g(1) = 4. ✓ Option 1-1.

Why each wrong option is wrong:

  • B, 11 — moved the 99 across as +9+9 and solved 6x=66x = 6. The 99 is on the left, so subtracting it from both sides makes the right side 39=63 - 9 = -6.
  • C, 3-3 — solved g(x)=0g(x) = 0. A natural thing to do with a composition question and not what was asked.
  • D, 2-2 — expanded (x+3)2(x + 3)^2 as x2+3x+9x^2 + 3x + 9, halving the middle term. The middle term of (x+a)2(x + a)^2 is 2ax2ax, not axax.

Takeaway: Write out both compositions in full before comparing them. When the outer function is a square, expand it properly — (x+3)2(x+3)^2 has a 6x6x, and losing it turns a solvable question into a different one.


Q10Brutal

Topic: Compound percentage change

The price of an item is increased by 20%20\% and the new price is then decreased by 20%20\%. The final price is what percentage of the original price?

A) 104104

B) 100100

C) 9696

D) 8080

Show the worked solution

Answer: C

Explanation

The two percentages are taken of different amounts, which is the entire question. Work with a multiplier for each step rather than adding and subtracting percentages.

Take the original price as 100100.

An increase of 20%20\% multiplies by 1.201.20: 100×1.20=120100 \times 1.20 = 120.

A decrease of 20%20\% multiplies by 0.800.80 — and it is applied to 120120, not to 100100: 120×0.80=96120 \times 0.80 = 96.

So the final price is 96%96\% of the original, option 9696. The item is 4%4\% cheaper than it started, even though the two percentages were equal.

The reason is that 20%20\% of 120120 is 2424, while 20%20\% of 100100 is only 2020. The decrease is taken from a bigger number, so it is bigger.

Why each wrong option is wrong:

  • B, 100100 — assumed +20%+20\% and 20%-20\% cancel. They only would if both were percentages of the same amount, and they never are in a sequence like this.
  • A, 104104 — got the size of the change right and its direction wrong. A rise followed by an equal fall always leaves you below where you started, never above.
  • D, 8080 — applied the decrease to the original price and ignored the increase entirely.

Takeaway: Chain percentage changes as multipliers: 1.20×0.80=0.961.20 \times 0.80 = 0.96. Never add or subtract the percentages themselves, and remember the answer to "up then down by the same percent" is always a net loss.


Q11Brutal

Topic: The factor theorem with two unknowns

The polynomial p(x)=2x3+ax25x+bp(x) = 2x^3 + ax^2 - 5x + b is divisible by both (x1)(x - 1) and (x+2)(x + 2), where aa and bb are constants. What is the value of a+ba + b?

A) 11

B) 33

C) 22

D) 66

Show the worked solution

Answer: B

Explanation

The factor theorem says (xr)(x - r) divides p(x)p(x) exactly when p(r)=0p(r) = 0. Two factors give two equations, and two equations are what two unknowns need.

From (x1)(x - 1), substitute x=1x = 1:

2+a5+b=0a+b=32 + a - 5 + b = 0 \quad\Longrightarrow\quad a + b = 3

From (x+2)(x + 2), substitute x=2x = -2 — note the root is 2-2, not 22:

2(8)+4a+10+b=04a+b=62(-8) + 4a + 10 + b = 0 \quad\Longrightarrow\quad 4a + b = 6

Subtract the first from the second: 3a=33a = 3, so a=1a = 1 and then b=2b = 2.

a+b=3a + b = 3, option 33.

There is a shortcut worth seeing: the first equation is a+b=3a + b = 3, so the question was answered before the second factor was ever used. The second factor is there to make you do work you did not need.

Why each wrong option is wrong:

  • A, 11 — solved the system correctly and handed back aa.
  • C, 22 — handed back bb.
  • D, 66 — reported 4a+b4a + b, the left side of the second equation, rather than a+ba + b.

Takeaway: (x+2)(x + 2) is a factor when p(2)=0p(-2) = 0. The sign flips, and it is the most reliable way to lose this question. And read what is actually being asked — sometimes the first line of working already contains it.


Q12Brutal

Topic: A mean after one value is corrected

The mean of the 2020 scores in a class is 7272. One score was recorded as 3535 when it should have been 7575. What is the correct mean?

A) 7676

B) 3034\frac{303}{4}

C) 7272

D) 7474

Show the worked solution

Answer: D

Explanation

Go back to the total. A mean is a total divided by a count, and the count has not changed — only the total has.

original total=20×72=1440\text{original total} = 20 \times 72 = 1440

One score of 3535 has to come out and one of 7575 has to go in, so the total changes by 7535=4075 - 35 = 40:

correct total=144035+75=1480\text{correct total} = 1440 - 35 + 75 = 1480

correct mean=148020=74\text{correct mean} = \frac{1480}{20} = 74

option 7474. Equivalently, the mean rises by 4020=2\tfrac{40}{20} = 2.

Why each wrong option is wrong:

  • B, 3034\frac{303}{4} — added the new score without removing the old one, giving a total of 15151515 over 2020 scores. There are still only 2020 scores; one of them changed value.
  • C, 7272 — assumed correcting one value cannot move the mean. It moves it by the change divided by the count.
  • A, 7676 — divided the change of 4040 by 1010 instead of 2020. The count is the number of scores, not half of it.

Takeaway: For any "one value was recorded wrongly" question, convert the mean to a total, adjust the total by the difference, and divide by the unchanged count.


Q13Brutal

Topic: Conditional probability from a two-way table

The table shows the results of an examination for 100100 candidates.

Passed Failed Total
Morning session 45 15 60
Evening session 28 12 40
Total 73 27 100

One candidate is selected at random from those who passed. What is the probability that this candidate sat the morning session?

A) 4573\frac{45}{73}

B) 34\frac{3}{4}

C) 920\frac{9}{20}

D) 73100\frac{73}{100}

Show the worked solution

Answer: A

Explanation

"Selected at random from those who passed" changes the population. You are no longer choosing from 100100 candidates — you are choosing from the 7373 who passed. That number is the denominator.

Of those 7373, the ones who sat in the morning number 4545. So

P(morningpassed)=4573P(\text{morning} \mid \text{passed}) = \frac{45}{73}

option 4573\frac{45}{73}, about 0.6160.616.

The reliable method: find the phrase that restricts who is being chosen from, take that total as the denominator, and count within it.

Why each wrong option is wrong:

  • B, 34\frac{3}{4}4560\tfrac{45}{60} is P(passedmorning)P(\text{passed} \mid \text{morning}), the chance a morning candidate passed. Same cell, different total, and it answers the question the other way round. Conditional probabilities are not symmetric, and this is the standard trap.
  • C, 920\frac{9}{20}45100\tfrac{45}{100} is the probability of picking someone who is both a morning candidate and a pass, out of everyone. It ignores the restriction entirely.
  • D, 73100\frac{73}{100}73100\tfrac{73}{100} is simply the probability of passing.

Takeaway: In "given that", the given event supplies the denominator. Underline the conditioning phrase, write its total down first, then look for the numerator inside it.


Q14Brutal

Topic: An exponential equation with different bases

What is the value of xx that satisfies 4x+1=8x14^{x+1} = 8^{x-1}?

A) 1-1

B) 33

C) 55

D) 22

Show the worked solution

Answer: C

Explanation

The bases are different, so nothing can be compared yet. Both are powers of 22, which is the way in:

4x+1=(22)x+1=22x+28x1=(23)x1=23x34^{x+1} = (2^2)^{x+1} = 2^{2x+2} \qquad 8^{x-1} = (2^3)^{x-1} = 2^{3x-3}

Now the bases match, so the exponents must be equal:

2x+2=3x3x=52x + 2 = 3x - 3 \quad\Longrightarrow\quad x = 5

Check: 46=40964^6 = 4096 and 84=40968^4 = 4096. ✓ Option 55.

Why each wrong option is wrong:

  • B, 33 — treated the bases as multipliers and solved 4(x+1)=8(x1)4(x+1) = 8(x-1), reaching x=3x = 3. An exponent is not a coefficient.
  • A, 1-1 — distributed the 33 as 3x+33x + 3 instead of 3x33x - 3. The exponent is x1x - 1, so both of its terms are multiplied by 33, sign included.
  • D, 22 — rewrote 88 as 232^3 but left the 44 alone, comparing x+1x + 1 with 3(x1)3(x - 1). Both sides have to be converted before exponents can be equated.

Takeaway: Same base first, then equate exponents. Write (22)x+1=22(x+1)(2^2)^{x+1} = 2^{2(x+1)} out in full — the bracket is what stops the 22 being forgotten.


Q15Brutal

Topic: Three equations solved by adding them

The numbers xx, yy and zz satisfy x+y=7x + y = 7, y+z=9y + z = 9 and x+z=12x + z = 12. What is the value of xx?

A) 22

B) 55

C) 77

D) 1414

Show the worked solution

Answer: B

Explanation

Adding all three equations is far faster than substituting, and it is the move the question is built around. Each variable appears in exactly two of the three equations, so adding gives

2(x+y+z)=7+9+12=28x+y+z=142(x + y + z) = 7 + 9 + 12 = 28 \quad\Longrightarrow\quad x + y + z = 14

Now each variable is the total minus the equation that does not contain it. The equation without xx is y+z=9y + z = 9, so

x=149=5x = 14 - 9 = 5

option 55. The same trick gives y=1412=2y = 14 - 12 = 2 and z=147=7z = 14 - 7 = 7, and 5+2=75 + 2 = 7 checks out. ✓

Why each wrong option is wrong:

  • A, 22 — subtracted the wrong equation and produced yy.
  • C, 77 — produced zz. Note 77 also appears in the question as the first right-hand side, which makes it feel familiar.
  • D, 1414 — stopped at x+y+z=14x + y + z = 14.

Takeaway: When every variable appears the same number of times, add all the equations at once. Each unknown is then the grand total minus the equation it is missing from, with no substitution at all.


Q16Brutal

Topic: The minimum value of a quadratic

The function f(x)=x26x+cf(x) = x^2 - 6x + c has a minimum value of 44, where cc is a constant. What is the value of cc?

A) 2222

B) 44

C) 5-5

D) 1313

Show the worked solution

Answer: D

Explanation

A parabola opening upwards takes its minimum at the vertex, which sits at

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

The minimum value is the function evaluated there:

f(3)=326(3)+c=918+c=c9f(3) = 3^2 - 6(3) + c = 9 - 18 + c = c - 9

Setting that equal to 44 gives c=13c = 13, option 1313.

Check by completing the square: x26x+13=(x3)2+4x^2 - 6x + 13 = (x - 3)^2 + 4, whose least value is 44 at x=3x = 3. ✓

Why each wrong option is wrong:

  • B, 44 — took cc to be the minimum value. cc is the yy-intercept, f(0)f(0) — the two coincide only when the vertex sits on the yy-axis.
  • C, 5-5 — wrote f(3)=c+9f(3) = c + 9, losing a sign when combining 9189 - 18.
  • A, 2222 — computed 6(3)=18-6(3) = -18 but forgot the 32=93^2 = 9, giving c18=4c - 18 = 4.

Takeaway: Vertex xx from b2a-\tfrac{b}{2a}, then substitute for the vertex yy. Completing the square gives both at once and is worth doing as a check: (xp)2+q(x - p)^2 + q has minimum qq at x=px = p.


Q17Brutal

Topic: Rates working against each other

A tap can fill a tank in 66 hours. A drain can empty the full tank in 99 hours. If both are open from the moment the tank is empty, how many hours does it take to fill?

A) 1818

B) 185\frac{18}{5}

C) 1515

D) 33

Show the worked solution

Answer: A

Explanation

Rates add and subtract; times do not. Convert each device to a rate first — the fraction of the tank it handles in one hour.

The tap fills 16\tfrac{1}{6} of the tank per hour; the drain removes 19\tfrac{1}{9} per hour. They oppose each other, so the net rate is a subtraction:

1619=318218=118\frac{1}{6} - \frac{1}{9} = \frac{3}{18} - \frac{2}{18} = \frac{1}{18}

The tank gains 118\tfrac{1}{18} of itself each hour, so filling all of it takes

1÷118=18 hours1 \div \frac{1}{18} = 18 \text{ hours}

option 1818. It is slower than the tap alone, which it has to be — a sanity check worth ten seconds.

Why each wrong option is wrong:

  • B, 185\frac{18}{5} — added the rates instead of subtracting. That is the answer to "two taps both filling", and it gives 3.63.6 hours — faster than either device alone, which is impossible when one of them empties the tank.
  • C, 1515 — added the two times. Times cannot be added; only rates can.
  • D, 33 — subtracted the two times. The same error in the other direction.

Takeaway: Turn every "takes nn hours" into "1n\tfrac{1}{n} per hour" before doing anything else. Combine the rates, invert once at the end, and check the answer falls on the sensible side of the faster device.


Q18Brutal

Topic: A quadratic that is positive for every xx

The inequality x26x+c>0x^2 - 6x + c > 0 is true for all real values of xx, where cc is a constant. What is the least possible integer value of cc?

A) 33

B) 99

C) 1010

D) 3636

Show the worked solution

Answer: C

Explanation

The parabola opens upwards, so it lies above the axis everywhere exactly when it never touches the axis — that is, when it has no real roots. No real roots means a negative discriminant:

b24ac<0364c<0c>9b^2 - 4ac < 0 \quad\Longrightarrow\quad 36 - 4c < 0 \quad\Longrightarrow\quad c > 9

The inequality is strict, so c=9c = 9 is not allowed: at c=9c = 9 the expression is (x3)2(x - 3)^2, which equals 00 at x=3x = 3 and so is not >0> 0 for all xx.

The least integer strictly greater than 99 is 1010, option 1010.

Why each wrong option is wrong:

  • B, 99 — solved 364c=036 - 4c = 0 and took the boundary. The boundary is the single value that fails, because it puts a repeated root exactly on the axis.
  • A, 33 — took a square root that was not called for, reaching 33.
  • D, 3636 — computed b2=36b^2 = 36 and reported it.

Takeaway: "Positive for all xx" with an upward parabola means discriminant <0< 0, strictly. Whenever an inequality is strict, test the boundary separately — it is offered as an option precisely because it so nearly works.


Q19Brutal

Topic: A shaded region built from a square and a circle

A quarter circle of radius 1010 is drawn inside a square of side 1010, centred on one corner of the square. What is the area of the region inside the square but outside the quarter circle?

A) 100100π100 - 100 \pi

B) 10025π100 - 25 \pi

C) 10050π100 - 50 \pi

D) 25π25 \pi

Show the worked solution

Answer: B

Explanation

Two areas, subtracted.

The square has area 102=10010^2 = 100. A quarter circle of radius 1010 is one fourth of a full circle of that radius:

14πr2=14π(10)2=25π\frac{1}{4}\pi r^2 = \frac{1}{4}\pi(10)^2 = 25\pi

What is left is

10025π100 - 25\pi

option 10025π100 - 25 \pi, about 10078.5=21.5100 - 78.5 = 21.5.

The sanity check matters here: the answer must be positive and smaller than the square. Any option that comes out negative can be discarded on sight.

Why each wrong option is wrong:

  • A, 100100π100 - 100 \pi — subtracted a whole circle of radius 1010, area 100π314100\pi \approx 314, from a square of area 100100. That is roughly 214-214: a negative area, impossible and visible without any calculation at all.
  • C, 10050π100 - 50 \pi — used a half circle. The shape is bounded by two sides of the square meeting at a corner, and a corner is a right angle — one quarter of a full turn.
  • D, 25π25 \pi — gave the quarter circle itself: the region removed, not the region left.

Takeaway: A sector's fraction is its angle over 360°360°, and a square's corner is 90°90°, so a quarter. On any shaded-region question, check the sign and the rough size of your answer against the picture before choosing.


Q20Brutal

Topic: Two linear models meeting

Tank A holds 240240 litres and is draining at 1515 litres per minute. Tank B holds 6060 litres and is filling at 55 litres per minute. After how many minutes do the two tanks hold the same volume?

A) 1818

B) 105105

C) 1212

D) 99

Show the worked solution

Answer: D

Explanation

Write a model for each tank as a function of the time tt in minutes. One is falling, so its rate is negative; the other is rising.

A(t)=24015tB(t)=60+5tA(t) = 240 - 15t \qquad B(t) = 60 + 5t

Set them equal:

24015t=60+5t180=20tt=9240 - 15t = 60 + 5t \quad\Longrightarrow\quad 180 = 20t \quad\Longrightarrow\quad t = 9

option 99. Check: A(9)=240135=105A(9) = 240 - 135 = 105 and B(9)=60+45=105B(9) = 60 + 45 = 105. ✓

The 2020 is the important number. The tanks close the 180180-litre gap between them at a combined 2020 litres per minute, because one is losing while the other gains — the rates add, even though the signs in the two models differ.

Why each wrong option is wrong:

  • B, 105105 — solved correctly and then reported the shared volume, 105105 litres, instead of the time. Both numbers are in the working; only one was asked for.
  • C, 1212 — divided 240240 by 2020, ignoring the 6060 litres already in tank B. The gap to close is 24060=180240 - 60 = 180, not 240240.
  • A, 1818 — used 155=1015 - 5 = 10 for the combined rate, giving 1818 minutes. Subtracting is right when both tanks move the same way; here they move towards each other, so the gap closes at the sum of the rates.

Takeaway: Two linear models meet where their expressions are equal. Watch the sign of each rate as you build them, and when you have finished, read the question again to see whether it wants the time or the value.