Mathbench

Chapter 10 — The Challenge Set

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

That is deliberate. Every other chapter in this book is calibrated to the real test. This one is calibrated to the edge of what the test's own content can be made to do. Work through these and the real thing will feel narrow.

What makes these different. A normal ACT question tests one idea and gives you sixty seconds to do it. These need two or three ideas joined together, and none of them tells you which. Several have a first answer that is wrong for a reason you will only see if you check — a root the logarithm forbids, a quadrant that flips a sign, a probability whose denominator changed while you were not looking.

Nothing here is off-syllabus. Logarithms, matrices, complex numbers, sequences, vectors and trigonometric identities are all ACT content and all appear in the earlier chapters. The difficulty is in the combination and in the traps, not in unfamiliar material.

The letters still alternate. Odd-numbered questions are lettered A B C D and even-numbered ones F G H J, exactly as on the real test. If you find yourself looking for option E, you have lost your place.

A warning about the wrong options. Every wrong option here is a value you can actually reach by making one specific, reasonable mistake. None of them are padding, and arriving at a tidy number is not evidence that you are right.

Topics covered: logarithmic equations with a forbidden root · determinants and scaling · complex division · arithmetic series · quadrants and sign · vectors · circles from general form · dependent probability · inverse functions · mixtures · absolute value inequalities · similar solids · change of base · arrangements with repeats · nonlinear systems · trigonometric equations · exponential decay · endpoints from a midpoint · means after a removal · the law of cosines


Section 1 — When the First Answer Is Not the Answer

Every question in this section has a step after the step you think is last: a root the logarithm forbids, a sign the quadrant decides, a square root nobody took, a denominator that changed while you were not looking. Reaching a tidy number is not evidence that you are finished.


Q1Brutal

Topic: A logarithmic equation with an inadmissible root

What is the value of xx that satisfies log2(x)+log2(x2)=3\log_2(x) + \log_2(x - 2) = 3?

A) 44

B) 2-2

C) 22

D) 8-8

Show the worked solution

Answer: A

Explanation

Two logarithms with the same base add by multiplying what is inside them:

log2(x)+log2(x2)=log2(x(x2))=3\log_2(x) + \log_2(x-2) = \log_2\big(x(x-2)\big) = 3

Undo the logarithm by writing it as a power of the base:

x(x2)=23=8x22x8=0(x4)(x+2)=0x(x - 2) = 2^3 = 8 \quad\Longrightarrow\quad x^2 - 2x - 8 = 0 \quad\Longrightarrow\quad (x - 4)(x + 2) = 0

So x=4x = 4 or x=2x = -2from the equation you rewrote, which is not quite the equation you were given.

Go back and test both. At x=2x = -2 the original contains log2(2)\log_2(-2), and a logarithm of a negative number does not exist. That root is inadmissible. At x=4x = 4: log24+log22=2+1=3\log_2 4 + \log_2 2 = 2 + 1 = 3. ✓

So x=4x = 4.

Why each wrong option is wrong:

  • B, 2-2 — the forbidden root. It satisfies x22x8=0x^2 - 2x - 8 = 0 perfectly and cannot be substituted into the question. Combining two logarithms into one widens the domain, and everything gained that way has to be tested.
  • C, 22 — added the two roots. There is only one solution.
  • D, 8-8 — multiplied them, giving the constant term of the quadratic.

Takeaway: Whenever you combine logarithms, you have changed the domain. Every root must go back into the original expression, and any that asks for the log of zero or a negative is discarded.


Q2Brutal

Topic: What scaling a matrix does to its determinant

For the 2×22 \times 2 matrix A=(2134)A = \begin{pmatrix} 2 & 1 \\ 3 & 4 \end{pmatrix}, what is the determinant of 2A2A?

F) 55

G) 1010

H) 2020

J) 4040

Show the worked solution

Answer: H

Explanation

There are two ways through, and they agree.

Directly. 2A=(4268)2A = \begin{pmatrix} 4 & 2 \\ 6 & 8 \end{pmatrix}, so

det(2A)=4×82×6=3212=20\det(2A) = 4 \times 8 - 2 \times 6 = 32 - 12 = 20

By the rule. Multiplying a matrix by a scalar multiplies every entry, and the determinant of a 2×22 \times 2 is a product of two entries. So each term picks up two factors of the scalar:

det(kA)=k2det(A)for a 2×2\det(kA) = k^2 \det(A) \quad\text{for a } 2\times 2

Here det(A)=2(4)1(3)=5\det(A) = 2(4) - 1(3) = 5, so det(2A)=22×5=20\det(2A) = 2^2 \times 5 = 20.

Why each wrong option is wrong:

  • F, 55 — gave det(A)\det(A) and ignored the scaling entirely.
  • G, 1010 — multiplied the determinant by 22 once. The scalar reaches every entry, not the determinant as a whole.
  • J, 4040 — used k3k^3, which is the rule for a 3×33 \times 3. The exponent is the size of the matrix.

Takeaway: det(kA)=kndet(A)\det(kA) = k^n \det(A) for an n×nn \times n matrix. For the 2×22 \times 2 matrices the ACT uses, that is k2k^2 — and if you cannot recall it, multiplying the four entries out takes ten seconds and settles it.


Q3Brutal

Topic: Dividing complex numbers

What is 2+3i1i\dfrac{2 + 3i}{1 - i} in the form a+bia + bi?

A) 1+5i-1 + 5 i

B) 125i2- \frac{1}{2} - \frac{5 i}{2}

C) 52+i2\frac{5}{2} + \frac{i}{2}

D) 12+5i2- \frac{1}{2} + \frac{5 i}{2}

Show the worked solution

Answer: D

Explanation

A complex number cannot be left in a denominator. Clear it by multiplying top and bottom by the conjugate of the denominator — same real part, opposite imaginary part. For 1i1 - i that is 1+i1 + i.

2+3i1i×1+i1+i\frac{2 + 3i}{1 - i} \times \frac{1 + i}{1 + i}

Top: (2+3i)(1+i)=2+2i+3i+3i2=2+5i3=1+5i(2 + 3i)(1 + i) = 2 + 2i + 3i + 3i^2 = 2 + 5i - 3 = -1 + 5i, using i2=1i^2 = -1.

Bottom: (1i)(1+i)=1i2=1+1=2(1 - i)(1 + i) = 1 - i^2 = 1 + 1 = 2. The conjugate is chosen precisely so that this comes out real.

1+5i2=12+52i\frac{-1 + 5i}{2} = -\frac{1}{2} + \frac{5}{2}i

Why each wrong option is wrong:

  • A, 1+5i-1 + 5 i — multiplied out the top correctly and never divided by the 22 underneath. The last step is the one that gets dropped.
  • B, 125i2- \frac{1}{2} - \frac{5 i}{2} — right size, wrong sign on the imaginary part, from mishandling 3i23i^2.
  • C, 52+i2\frac{5}{2} + \frac{i}{2} — multiplied top and bottom by 1i1 - i, the denominator itself rather than its conjugate. That leaves (1i)2=2i(1-i)^2 = -2i underneath, still complex, which defeats the purpose.

Takeaway: Multiply by the conjugate, remember i2=1i^2 = -1, and split the result into real and imaginary halves at the end. If your denominator still has an ii in it, you used the wrong multiplier.


Q4Brutal

Topic: The sum of an arithmetic series you have to build first

What is the sum of all the multiples of 77 between 100100 and 300300?

F) 55865586

G) 2828

H) 399399

J) 82328232

Show the worked solution

Answer: F

Explanation

Nothing is handed to you here — the first term, the last term and the count all have to be found before any formula can be used.

First multiple of 7 above 100: 7×15=1057 \times 15 = 105. Last multiple of 7 below 300: 7×42=2947 \times 42 = 294.

How many terms? They step by 77, so

n=2941057+1=27+1=28n = \frac{294 - 105}{7} + 1 = 27 + 1 = 28

The +1+1 is what counts the first term itself, and leaving it off is the classic fencepost error.

Now sum. An arithmetic series is the number of terms times the average of the first and last:

S=28×105+2942=28×3992=14×399=5586S = 28 \times \frac{105 + 294}{2} = 28 \times \frac{399}{2} = 14 \times 399 = 5586

Why each wrong option is wrong:

  • G, 2828 — stopped at the number of terms.
  • H, 399399 — gave 105+294105 + 294, the first plus the last, without averaging or multiplying.
  • J, 82328232 — multiplied the count by the last term instead of by the average. That overcounts every term except the last.

Takeaway: For "the sum of all multiples of kk between two bounds", find the first and last multiples inside the range, count with lastfirstk+1\tfrac{\text{last} - \text{first}}{k} + 1, then use S=n×first+last2S = n \times \tfrac{\text{first} + \text{last}}{2}.


Q5Brutal

Topic: A trigonometric ratio in the second quadrant

If sinθ=35\sin\theta = \dfrac{3}{5} and 90°<θ<180°90° < \theta < 180°, what is the value of tanθ\tan\theta?

A) 34\frac{3}{4}

B) 34- \frac{3}{4}

C) 43- \frac{4}{3}

D) 43\frac{4}{3}

Show the worked solution

Answer: B

Explanation

Find the cosine first, then divide. The identity is

sin2θ+cos2θ=1cos2θ=1(35)2=1625cosθ=±45\sin^2\theta + \cos^2\theta = 1 \quad\Longrightarrow\quad \cos^2\theta = 1 - \left(\tfrac{3}{5}\right)^2 = \tfrac{16}{25} \quad\Longrightarrow\quad \cos\theta = \pm\tfrac{4}{5}

The sign is the question. In the second quadrant sine is positive and cosine is negative, so cosθ=45\cos\theta = -\tfrac{4}{5}.

tanθ=sinθcosθ=3/54/5=34\tan\theta = \frac{\sin\theta}{\cos\theta} = \frac{3/5}{-4/5} = -\frac{3}{4}

A quick sanity check: in the second quadrant only sine is positive, so tangent must be negative. Any positive option can be discarded before any arithmetic.

Why each wrong option is wrong:

  • A, 34\frac{3}{4} — took cosθ=+45\cos\theta = +\tfrac{4}{5} and ignored the range given. The range is the only reason it was stated.
  • C, 43- \frac{4}{3} — computed cossin\tfrac{\cos}{\sin}, which is cotθ\cot\theta.
  • D, 43\frac{4}{3} — inverted and lost the sign.

Takeaway: The Pythagorean identity gives a magnitude; the quadrant gives the sign. Decide the sign before dividing, and check it against "all, sine, tan, cos" at the end.


Q6Brutal

Topic: The magnitude of a resultant vector

Let u=5,12\mathbf{u} = \langle 5, -12 \rangle and v=1,5\mathbf{v} = \langle -1, 5 \rangle. What is u+v\|\mathbf{u} + \mathbf{v}\|?

F) 1111

G) 5135 \sqrt{13}

H) 1313

J) 65\sqrt{65}

Show the worked solution

Answer: J

Explanation

Add the vectors component by component first, then take one magnitude at the end. Magnitudes cannot be added — that is the whole difficulty.

u+v=5+(1),  12+5=4,7\mathbf{u} + \mathbf{v} = \langle 5 + (-1),\; -12 + 5 \rangle = \langle 4, -7 \rangle

4,7=42+(7)2=16+49=65\|\langle 4, -7 \rangle\| = \sqrt{4^2 + (-7)^2} = \sqrt{16 + 49} = \sqrt{65}

That is about 8.068.06.

Note that u=13\|\mathbf{u}\| = 13 and v=265.1\|\mathbf{v}\| = \sqrt{26} \approx 5.1, and the resultant is shorter than either sum you might have guessed — because the two vectors point in nearly opposite directions and partly cancel.

Why each wrong option is wrong:

  • F, 1111 — added 44 and 77. That is the distance walked along the axes, not the straight-line length.
  • G, 5135 \sqrt{13} — subtracted the vectors instead of adding, giving 6,17\langle 6, -17 \rangle and 325\sqrt{325}.
  • H, 1313 — gave u=13\|\mathbf{u}\| = 13 and never used v\mathbf{v}.

Takeaway: Combine components, then apply Pythagoras once. u+v\|\mathbf{u} + \mathbf{v}\| is almost never u+v\|\mathbf{u}\| + \|\mathbf{v}\| — they are equal only when the vectors point the same way.


Q7Brutal

Topic: The radius of a circle given in general form

In the standard coordinate plane, a circle has equation x2+y2+4x6y12=0x^2 + y^2 + 4x - 6y - 12 = 0. What is its radius?

A) 55

B) 232 \sqrt{3}

C) 1212

D) 2525

Show the worked solution

Answer: A

Explanation

A general-form equation tells you nothing until the squares are completed. Group the variables and move the constant across:

x2+4x+y26y=12x^2 + 4x + y^2 - 6y = 12

(x+2)24+(y3)29=12(x + 2)^2 - 4 + (y - 3)^2 - 9 = 12

(x+2)2+(y3)2=12+4+9=25(x + 2)^2 + (y - 3)^2 = 12 + 4 + 9 = 25

The centre is (2,3)(-2, 3) and the radius is 25=5\sqrt{25} = 5.

The two corrections both add to the right-hand side, because both were subtracted on the left. Getting one of those signs wrong is what the other options are made of.

Why each wrong option is wrong:

  • B, 232 \sqrt{3} — took the square root of the bare constant 1212, without adding what completing the squares contributed.
  • C, 1212 — read the 1212 as r2r^2 and stopped.
  • D, 2525 — reported r2=25r^2 = 25 rather than rr. The last square root is the step most often skipped on this question.

Takeaway: Complete the square in both variables before reading anything off. Then r=right-hand sider = \sqrt{\text{right-hand side}} — and confirm you have taken the root, not left the square.


Q8Brutal

Topic: Two draws without replacement

A bag contains 55 red marbles and 33 blue marbles. Two marbles are drawn at random, one after the other, without replacement. What is the probability that both are red?

F) 2564\frac{25}{64}

G) 514\frac{5}{14}

H) 516\frac{5}{16}

J) 1556\frac{15}{56}

Show the worked solution

Answer: G

Explanation

"Without replacement" means the bag is different for the second draw, and both numbers in the fraction change.

First draw. 55 red out of 88 marbles: 58\tfrac{5}{8}.

Second draw. One red has gone, so 44 red remain out of 77 marbles: 47\tfrac{4}{7}.

The two must both happen, so multiply:

58×47=2056=514\frac{5}{8} \times \frac{4}{7} = \frac{20}{56} = \frac{5}{14}

That is about 0.3570.357.

Why each wrong option is wrong:

  • F, 2564\frac{25}{64} — used 58\tfrac{5}{8} twice, which is the answer with replacement.
  • H, 516\frac{5}{16} — reduced the number of reds to 44 but left the total at 88. Both counts drop, because the marble that left the numerator also left the bag.
  • J, 1556\frac{15}{56} — computed red then blue.

Takeaway: Without replacement, decrease the top and the bottom for the second draw. Write the two fractions side by side before multiplying, and check that each denominator is one smaller than the last.


Q9Brutal

Topic: The value of an inverse function

For f(x)=2x+1x3f(x) = \dfrac{2x + 1}{x - 3}, what is the value of f1(5)f^{-1}(5)?

A) 33

B) 112\frac{11}{2}

C) 163\frac{16}{3}

D) 163- \frac{16}{3}

Show the worked solution

Answer: C

Explanation

You never have to build the inverse function. f1(5)f^{-1}(5) is, by definition, the input whose output is 55 — so solve f(x)=5f(x) = 5.

2x+1x3=52x+1=5(x3)=5x15\frac{2x + 1}{x - 3} = 5 \quad\Longrightarrow\quad 2x + 1 = 5(x - 3) = 5x - 15

16=3xx=16316 = 3x \quad\Longrightarrow\quad x = \frac{16}{3}

Check: f ⁣(163)=32/3+116/33=35/37/3=5f\!\left(\tfrac{16}{3}\right) = \tfrac{32/3 + 1}{16/3 - 3} = \tfrac{35/3}{7/3} = 5. ✓

Why each wrong option is wrong:

  • A, 33 — gave x=3x = 3, the value excluded from the domain because it makes the denominator zero.
  • B, 112\frac{11}{2} — computed f(5)=112f(5) = \tfrac{11}{2}. That is the function, not its inverse, and the two are only equal by coincidence.
  • D, 163- \frac{16}{3} — lost a sign moving the 15-15 across.

Takeaway: f1(k)f^{-1}(k) means "solve f(x)=kf(x) = k". Rearranging the whole function into an inverse formula is extra work and an extra chance to slip.


Q10Brutal

Topic: Strengthening a mixture

A container holds 2020 litres of a solution that is 30%30\% acid. How many litres of pure acid must be added so that the result is 50%50\% acid?

F) 88

G) 44

H) 2020

J) 1010

Show the worked solution

Answer: F

Explanation

Track the acid, and remember that adding pure acid increases the total volume as well. That second point is the whole question.

Acid at the start: 30%30\% of 20=620 = 6 litres.

Add LL litres of pure acid. Acid becomes 6+L6 + L; total volume becomes 20+L20 + L.

The result must be 50%50\% acid:

6+L=0.5(20+L)=10+0.5L6 + L = 0.5(20 + L) = 10 + 0.5L

0.5L=4L=80.5L = 4 \quad\Longrightarrow\quad L = 8

Check: 6+8=146 + 8 = 14 litres of acid in 2828 litres of solution, and 1428=50%\tfrac{14}{28} = 50\%. ✓

Why each wrong option is wrong:

  • G, 44 — set the final amount against 50%50\% of the original 2020 litres, holding the total fixed. Pouring in 44 litres would give 1010 litres of acid in 2424 litres of solution, about 42%42\%.
  • H, 2020 — assumed you must double the container to double the concentration. The concentration is not doubling; it is going from 30%30\% to 50%50\%.
  • J, 1010 — computed 50%50\% of 2020 and offered it as the amount to add.

Takeaway: In a mixture question, write "amount of the substance" on one side and "fraction × new total" on the other. Whatever you add goes into the total as well as the substance, unless the question says it evaporates.


Section 2 — Two Ideas at Once

The second ten join two pieces of content that the earlier chapters teach apart. A ratio question that is really about cubes. A logarithm that is really about which base you are standing in. A counting question where the objects are not all different. None of the individual ideas is new; the joining is the difficulty, and no line of the question tells you which two are being joined.


Q11Brutal

Topic: Counting the integers that satisfy an absolute value inequality

How many integers xx satisfy 2x7<5|2x - 7| < 5?

A) 55

B) 22

C) 66

D) 44

Show the worked solution

Answer: D

Explanation

An absolute value less than something is a band, and it opens into a double inequality:

2x7<55<2x7<5|2x - 7| < 5 \quad\Longleftrightarrow\quad -5 < 2x - 7 < 5

Add 77 throughout, then halve throughout:

2<2x<121<x<62 < 2x < 12 \quad\Longrightarrow\quad 1 < x < 6

Now stop and read what that says. Both ends are strict, so 11 and 66 are out. The integers strictly between them are 2,3,4,52, 3, 4, 5 — four of them.

Counting integers in an interval is where this goes wrong. Do not subtract the endpoints; list them if the range is short, and if it is long, count as "largest minus smallest, plus one" on the integers that are actually included — here 52+1=45 - 2 + 1 = 4.

Why each wrong option is wrong:

  • A, 55 — computed 616 - 1. That is the width of the interval, not the number of integers in it, and the two are never equal.
  • B, 22 — solved only 2x7<52x - 7 < 5 with 2x72x - 7 positive, giving 3.5x<63.5 \le x < 6 and just {4,5}\{4, 5\}. An absolute value has two branches and both produce solutions.
  • C, 66 — read the sign as \le, which admits x=1x = 1 and x=6x = 6 and gives six integers. Check: 2(1)7=5|2(1) - 7| = 5, and 55 is not less than 55.

Takeaway: A<b|A| < b becomes b<A<b-b < A < b; A>b|A| > b becomes two separate one-sided pieces. Solve to an interval, decide whether each end is included, then count the integers by listing or by "last minus first, plus one".


Q12Brutal

Topic: Surface area of a solid similar to another

Two solid containers are similar in shape. Their volumes are 216216 cm³ and 729729 cm³. The surface area of the smaller container is 240240 cm². What is the surface area of the larger container, in square centimetres?

F) 360360

G) 720720

H) 810810

J) 540540

Show the worked solution

Answer: J

Explanation

Similar solids have one scale factor between them, and area and volume are different powers of it. Get the scale factor first; never scale one quantity by another quantity's ratio.

Length. The volumes are in the ratio 729216=278\tfrac{729}{216} = \tfrac{27}{8}, and volume goes as the cube of length, so

(length2length1)3=278length2length1=2783=32\left(\frac{\text{length}_2}{\text{length}_1}\right)^3 = \frac{27}{8} \quad\Longrightarrow\quad \frac{\text{length}_2}{\text{length}_1} = \sqrt[3]{\frac{27}{8}} = \frac{3}{2}

Area. Area goes as the square of length:

240×(32)2=240×94=540240 \times \left(\frac{3}{2}\right)^2 = 240 \times \frac{9}{4} = 540

The whole family is worth carrying as one line: length kk, area k2k^2, volume k3k^3. From any one of the three you can get to the other two.

Why each wrong option is wrong:

  • F, 360360 — multiplied by 32\tfrac{3}{2}, the length ratio. Area is the square of it.
  • G, 720720 — used 33 as the scale factor, because 729=36729 = 3^6 and the cube root of 729729 is 99… the reasoning varies, but the mistake is the same one: the ratio is 33 to 22, not 33 to 11. The smaller solid is not a unit.
  • H, 810810 — multiplied by 278\tfrac{27}{8}, the volume ratio, which is the cube.

Takeaway: Find the length scale factor first, from whichever ratio you are given, then square it for area and cube it for volume. Scaling an area by a volume ratio is the single most common error on this question type.


Q13Brutal

Topic: Evaluating a logarithm whose base is not the obvious one

What is the value of log48\log_4 8?

A) 32\frac{3}{2}

B) 33

C) 22

D) 23\frac{2}{3}

Show the worked solution

Answer: A

Explanation

log48\log_4 8 asks: 4 to what power is 8? Neither 11 nor 22 works — 41=44^1 = 4 and 42=164^2 = 16 — so the answer is between them and is not a whole number. That alone rules out two options.

Write both numbers as powers of 22 and let yy be the answer:

4y=8(22)y=2322y=234^y = 8 \quad\Longrightarrow\quad (2^2)^y = 2^3 \quad\Longrightarrow\quad 2^{2y} = 2^3

Same base, so the exponents match: 2y=32y = 3 and y=32y = \tfrac{3}{2}.

Change of base gets you there too, and is worth knowing because it works when the two numbers share no convenient base:

log48=log8log4=3log22log2=32\log_4 8 = \frac{\log 8}{\log 4} = \frac{3\log 2}{2\log 2} = \frac{3}{2}

Why each wrong option is wrong:

  • B, 33 — computed log28=3\log_2 8 = 3, using base 22 instead of base 44. The small number is the base, and changing it changes the answer.
  • C, 22 — divided 88 by 44. A logarithm is an exponent, not a quotient.
  • D, 23\frac{2}{3} — computed log84=23\log_8 4 = \tfrac{2}{3}, with the base and the argument swapped. Notice that this is the reciprocal of the right answer, which is exactly what swapping them always produces.

Takeaway: Read logba\log_b a as "bb to what power gives aa", bracket the answer between two whole powers to sanity-check it, and use logba=logalogb\log_b a = \tfrac{\log a}{\log b} when the powers do not come out cleanly.


Q14Brutal

Topic: Arranging letters when some of them repeat

How many distinguishable arrangements are there of the six letters in the word BANANA?

F) 720720

G) 120120

H) 6060

J) 360360

Show the worked solution

Answer: H

Explanation

Six letters in a row would give 6!=7206! = 720 orders if every letter were different. They are not: BANANA is B, three A's and two N's.

Swapping two of the A's produces the same word, so the 720720 counts each real arrangement several times over — once for each way of shuffling the identical letters among themselves. There are 3!3! ways to permute the A's and 2!2! ways to permute the N's, so every distinguishable word has been counted 3!×2!=6×2=123! \times 2! = 6 \times 2 = 12 times.

6!3!2!=72012=60\frac{6!}{3! \, 2!} = \frac{720}{12} = 60

Why each wrong option is wrong:

  • F, 7207206!=7206! = 720, treating all six letters as different.
  • G, 120120 — divided by 3!3! for the A's and forgot the N's.
  • J, 360360 — divided by 2!2! for the N's and forgot the A's.

Takeaway: For arrangements with repeats, divide the factorial of the total by the factorial of each repeated count. Every repeated letter needs its own factor in the denominator — count the letters, then count the divisions, and make sure the two lists agree.


Q15Brutal

Topic: Where a parabola meets a line

In the standard coordinate plane, the graphs of y=x23x+2y = x^2 - 3x + 2 and y=2x4y = 2x - 4 intersect at exactly two points. What is the sum of the yy-coordinates of those two points?

A) 55

B) 22

C) 00

D) 66

Show the worked solution

Answer: B

Explanation

At an intersection the two graphs have the same yy for the same xx, so set the right-hand sides equal:

x23x+2=2x4x25x+6=0(x2)(x3)=0x^2 - 3x + 2 = 2x - 4 \quad\Longrightarrow\quad x^2 - 5x + 6 = 0 \quad\Longrightarrow\quad (x - 2)(x - 3) = 0

So x=2x = 2 and x=3x = 3and those are xx-coordinates. The question asked for yy. Feed each one back into either equation; the line is easier:

y=2(2)4=0y=2(3)4=2y = 2(2) - 4 = 0 \qquad y = 2(3) - 4 = 2

The two points are (2,0)(2, 0) and (3,2)(3, 2), and the sum of the yy-coordinates is 0+2=20 + 2 = 2.

Why each wrong option is wrong:

  • A, 552+3=52 + 3 = 5, the sum of the xx-coordinates. It is also what the quadratic hands you directly as ba-\tfrac{b}{a}, which makes it very easy to reach and stop.
  • C, 00 — found y=0y = 0 at the first point and stopped. Two intersections means two yy-values.
  • D, 662×3=62 \times 3 = 6, the product of the roots, and the constant term of x25x+6x^2 - 5x + 6.

Takeaway: Solving a system gives you the xx-values; substituting gives you the points. Before writing anything down, reread which coordinate — or which sum, or which difference — the question actually wants.


Q16Brutal

Topic: How many solutions a trigonometric equation has in one turn

How many values of θ\theta with 0°θ<360°0° \le \theta < 360° satisfy 2sin2θ=sinθ2\sin^2\theta = \sin\theta?

F) 44

G) 33

H) 11

J) 22

Show the worked solution

Answer: F

Explanation

Never divide both sides by sinθ\sin\theta. That is the whole question. Dividing by something that can be zero throws away every solution where it is zero, and here that is half of them.

Bring everything to one side and factor instead:

2sin2θsinθ=0sinθ(2sinθ1)=02\sin^2\theta - \sin\theta = 0 \quad\Longrightarrow\quad \sin\theta\,(2\sin\theta - 1) = 0

A product is zero when either factor is, so there are two equations to solve:

  • sinθ=0\sin\theta = 0 gives θ=0°\theta = 0° and θ=180°\theta = 180° (not 360°360°, which the range excludes)
  • sinθ=12\sin\theta = \tfrac{1}{2} gives θ=30°\theta = 30° and, because sine is positive in the second quadrant too, θ=150°\theta = 150°

That is 0°,30°,150°,180°0°, 30°, 150°, 180° — four values.

Why each wrong option is wrong:

  • G, 33 — kept both factors but took only the first-quadrant solution of sinθ=12\sin\theta = \tfrac{1}{2}, giving three.
  • H, 11 — did both: divided by sinθ\sin\theta and then gave the single principal value 30°30°.
  • J, 22 — divided through by sinθ\sin\theta, kept only sinθ=12\sin\theta = \tfrac{1}{2}, and found two.

Takeaway: Factor, never divide, when a trigonometric function appears on both sides. Then for each factor ask how many angles in one full turn give that value — usually two, and the CAST diagram says which two.


Q17Brutal

Topic: Reading a half-life backwards

A radioactive material has a half-life of 66 years. A sample with a mass of 480480 grams is stored. After how many years will 1515 grams of it remain?

A) 192192

B) 2424

C) 3030

D) 55

Show the worked solution

Answer: C

Explanation

Halve repeatedly and count the steps, then convert steps to years. Doing it by hand is fastest and least error-prone:

480240120603015480 \to 240 \to 120 \to 60 \to 30 \to 15

That is five halvings. Each one takes 66 years, so

5×6=30 years5 \times 6 = 30 \text{ years}

Algebraically, with nn half-lives: 480×(12)n=15480 \times \left(\tfrac{1}{2}\right)^n = 15, so (12)n=15480=132\left(\tfrac{1}{2}\right)^n = \tfrac{15}{480} = \tfrac{1}{32} and n=5n = 5, because 25=322^5 = 32.

Why each wrong option is wrong:

  • A, 192192 — the mass fell by a factor of 48015=32\tfrac{480}{15} = 32, and this treats 3232 as the number of half-lives: 32×6=19232 \times 6 = 192. The ratio is 3232; the number of halvings is the power of 22 that makes 3232, which is 55.
  • B, 2424 — counted four halvings instead of five. The arrows are easy to miscount; the check is that the last number you write must be the target, 1515, not one step above it.
  • D, 55 — gave 55, the number of half-lives, and never multiplied by the 66 years each one takes.

Takeaway: Halving problems have two different numbers in them — how many times you halve, and how long each halving takes. Write the chain of masses out, count the arrows, then multiply.


Q18Brutal

Topic: Finding the other endpoint from a midpoint

In the standard coordinate plane, M(3,1)M(3, -1) is the midpoint of AB\overline{AB}. If AA is the point (2,4)(-2, 4), what are the coordinates of BB?

F) (12, 32)\left( \frac{1}{2}, \ \frac{3}{2}\right)

G) (8, 6)\left( 8, \ -6\right)

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

J) (7, 9)\left( -7, \ 9\right)

Show the worked solution

Answer: G

Explanation

The midpoint formula averages the endpoints. Run it in reverse: if MM is the average of AA and BB, then BB is twice MM minus AA, coordinate by coordinate.

2+Bx2=3Bx=2(3)(2)=8\frac{-2 + B_x}{2} = 3 \quad\Longrightarrow\quad B_x = 2(3) - (-2) = 8

4+By2=1By=2(1)4=6\frac{4 + B_y}{2} = -1 \quad\Longrightarrow\quad B_y = 2(-1) - 4 = -6

So B=(8,6)B = (8, -6).

The step from AA to MM is (+5,5)(+5, -5); the step from MM to BB must be the same again, landing on (3+5,15)=(8,6)(3 + 5, -1 - 5) = (8, -6). ✓ Walking the step twice is often quicker than the formula and self-checks as you go.

Why each wrong option is wrong:

  • F, (12, 32)\left( \frac{1}{2}, \ \frac{3}{2}\right) — averaged MM with AA, giving the midpoint of AM\overline{AM} instead of the far end of AB\overline{AB}.
  • H, (5, 5)\left( 5, \ -5\right) — gave (5,5)(5, -5), which is the step from AA to MM, not a point. It is a useful quantity; it just needs adding to MM.
  • J, (7, 9)\left( -7, \ 9\right) — computed 2AM2A - M, running the segment out from AA in the wrong direction. Check any candidate by averaging it with AA: it must give MM, and (7,9)(-7, 9) averages with (2,4)(-2, 4) to (4.5,6.5)(-4.5, 6.5).

Takeaway: B=2MAB = 2M - A. Double the midpoint, subtract the known end, and verify by averaging your answer back with the known end.


Q19Brutal

Topic: Recovering a value that was removed from a data set

The mean of a list of 1212 numbers is 4545. One number is removed from the list, and the mean of the remaining 1111 numbers is 4343. What number was removed?

A) 22

B) 2222

C) 2424

D) 6767

Show the worked solution

Answer: D

Explanation

Means cannot be added or subtracted, but totals can. Convert both means to totals first — that is the only move this question needs.

Total of all 1212: 12×45=54012 \times 45 = 540. Total of the remaining 1111: 11×43=47311 \times 43 = 473.

The number removed is the difference between the two totals:

540473=67540 - 473 = 67

The size of it is worth noticing. The mean fell by only 22, and the value removed was 6767 — well above the old mean of 4545. That is the point of the question: removing one number moves the mean of eleven others only a little, so the removed value has to be a long way out to do it.

Why each wrong option is wrong:

  • A, 22 — gave 4543=245 - 43 = 2, the change in the mean. Removing a 22 from a list averaging 4545 would push the mean up, not down.
  • B, 222211×2=2211 \times 2 = 22, multiplying the drop by the new count. Close in shape to a correct method, but the drop applies to eleven numbers while the removed value belongs to the original twelve.
  • C, 242412×2=2412 \times 2 = 24, the same idea with the old count.

Takeaway: Turn every mean into a total the moment you see it: total == mean ×\times count. Once both totals are on the page, the answer is a subtraction, and a sanity check is free — the removed value must sit on the side of the old mean that explains which way the mean moved.


Q20Brutal

Topic: The area of a triangle from its three sides

In triangle ABCABC, AB=5AB = 5, BC=7BC = 7, and AC=8AC = 8. What is the area of triangle ABCABC, in square units?

F) 352\frac{35}{2}

G) 2020

H) 300300

J) 10310 \sqrt{3}

Show the worked solution

Answer: J

Explanation

Three sides and no angle, and no height either. Nothing you know about area applies until an angle exists, so make one with the law of cosines.

Step 1 — find cosB\cos B. Angle BB sits between ABAB and BCBC, and the side opposite it is AC=8AC = 8:

AC2=AB2+BC22(AB)(BC)cosBAC^2 = AB^2 + BC^2 - 2(AB)(BC)\cos B 64=25+492(5)(7)cosB=7470cosB64 = 25 + 49 - 2(5)(7)\cos B = 74 - 70\cos B 70cosB=10cosB=1770\cos B = 10 \quad\Longrightarrow\quad \cos B = \frac{1}{7}

Step 2 — find sinB\sin B. From sin2B+cos2B=1\sin^2 B + \cos^2 B = 1, and taking the positive root because an angle in a triangle is between 0° and 180°180°, where sine is always positive:

sinB=1149=4849=437\sin B = \sqrt{1 - \tfrac{1}{49}} = \sqrt{\tfrac{48}{49}} = \frac{4\sqrt{3}}{7}

Step 3 — area. With two sides and the angle between them:

Area=12(AB)(BC)sinB=12(5)(7)437=12(5)(43)=103\text{Area} = \tfrac{1}{2}(AB)(BC)\sin B = \tfrac{1}{2}(5)(7)\cdot\frac{4\sqrt{3}}{7} = \tfrac{1}{2}(5)(4\sqrt{3}) = 10\sqrt{3}

That is about 17.317.3 square units.

If you happen to know Heron's formula, it confirms this in one line: with s=5+7+82=10s = \tfrac{5+7+8}{2} = 10,

Area=s(sa)(sb)(sc)=10532=300=103\text{Area} = \sqrt{s(s-a)(s-b)(s-c)} = \sqrt{10 \cdot 5 \cdot 3 \cdot 2} = \sqrt{300} = 10\sqrt{3}

Why each wrong option is wrong:

  • F, 352\frac{35}{2}12(5)(7)=17.5\tfrac{1}{2}(5)(7) = 17.5, treating angle BB as a right angle. It is not: 52+72=74645^2 + 7^2 = 74 \ne 64. Notice how close 17.517.5 is to the correct 17.317.3 — the triangle is nearly right-angled, which is exactly why this option cannot be ruled out by estimating.
  • G, 202012(5)(8)=20\tfrac{1}{2}(5)(8) = 20, using two sides as though one were a base and the other its height. A side is only a height when it is perpendicular to the base.
  • H, 300300 — computed s(sa)(sb)(sc)=10532=300s(s-a)(s-b)(s-c) = 10 \cdot 5 \cdot 3 \cdot 2 = 300 under Heron's formula and never took the square root. A triangle with sides 55, 77 and 88 cannot have an area of 300300; the largest area those sides could enclose is under 2020.

Takeaway: Three sides and no angle means the law of cosines. Get cos\cos of the angle between the two sides you want to use, convert it to sin\sin with the Pythagorean identity, then apply Area=12absinC\text{Area} = \tfrac{1}{2}ab\sin C. Heron's formula is a shortcut worth knowing, and its square root is the step people drop.