Mathbench

Chapter 3 — Algebra

Algebra is the largest of the five higher-maths categories: 17 to 20% of the test, so eight or nine questions. Together with Functions in the next chapter it accounts for well over a third of everything you will be asked.

The good news is how narrow it is. Almost every question here is one of six things: solve for a letter, solve two equations at once, expand, factor, rearrange a formula, or handle a power. This chapter takes each in turn.

A warning carried over from Chapter 0. The ACT gives you no formula sheet, so the quadratic formula is not printed anywhere on the paper. It is in Chapter 8 with the rest, and you need it from memory.

Topics covered: linear equations · linear inequalities · systems of equations · expanding and factoring · quadratic equations · the discriminant · radical and rational equations · exponential relationships · rearranging a formula


Section 1 — Linear Equations and Inequalities

To solve a linear equation, undo what was done to the variable, in the reverse order it was done, doing the same to both sides.

For an inequality there is exactly one extra rule, and it is the one that costs marks:

Multiplying or dividing by a negative number reverses the inequality sign.

Adding and subtracting never do. Only multiplying or dividing by a negative.


Q1Basic

Topic: A linear equation with brackets on both sides

A technician's two readings agree only at one value of xx, where 5(2x3)=3(x+4)+75(2x - 3) = 3(x + 4) + 7. What is the value of xx?

A) 47\frac{4}{7}

B) 22

C) 207\frac{20}{7}

D) 347\frac{34}{7}

Show the worked solution

Answer: D

Explanation

Expand both sides first:

10x15=3x+12+7=3x+1910x - 15 = 3x + 12 + 7 = 3x + 19

Gather the xx terms on the left and the numbers on the right:

7x=34x=3477x = 34 \qquad x = \frac{34}{7}

An awkward fraction is not a sign of an error. Check by substituting: the left gives 5(6873)=5×477=23575\left(\frac{68}{7} - 3\right) = 5 \times \frac{47}{7} = \frac{235}{7}, and the right gives 1027+19=2357\frac{102}{7} + 19 = \frac{235}{7}. Correct.

Why each wrong option is wrong:

  • A, 47\frac{4}{7} — multiplied the 5 by 2x2x but not by the 3-3.
  • B, 22 — dropped the +7+7 on the right.
  • C, 207\frac{20}{7} — expanded 3(x+4)3(x + 4) as 3x+43x + 4, multiplying only the first term.

Takeaway: the bracket multiplies everything inside it. Expand fully on both sides before you gather anything.


Q2Medium

Topic: An inequality that needs the sign reversed

A machine setting xx must be chosen so that the quantity 4x+7-4x + 7 stays at or above the safety threshold of 19. Which of the following gives all values of xx that satisfy 4x+719-4x + 7 \ge 19?

F) x3x \le -3

G) x3x \ge -3

H) x3x \le 3

J) x3x \ge 3

Show the worked solution

Answer: F

Explanation

Subtract 7 from both sides — this does not affect the direction:

4x12-4x \ge 12

Now divide by 4-4. Because 4-4 is negative, the sign turns round:

x3x \le -3

Check with a value. Take x=5x = -5, which satisfies x3x \le -3: 4(5)+7=27-4(-5) + 7 = 27, and 271927 \ge 19. Correct. Now take x=0x = 0, which does not: 7197 \ge 19 is false. Correct again.

Why each wrong option is wrong:

  • G, x3x \ge -3 — divided correctly but left the sign pointing the same way.
  • H, x3x \le 3 — flipped the sign but lost the minus on the 3.
  • J, x3x \ge 3 — did neither.

Takeaway: dividing an inequality by a negative reverses it. If you are ever unsure, test one number from your answer — it settles the question in five seconds.


Q3Medium

Topic: An equation with no solution

In the equation 4x+9=kx34x + 9 = kx - 3, kk is a constant. The equation has no solution. What is the value of kk?

A) 4-4

B) 44

C) 99

D) 3-3

Show the worked solution

Answer: B

Explanation

Both sides are of the form (number)x+(number)(\text{number})x + (\text{number}).

"No solution" means the xx terms cancel — leaving no xx to solve for — while the constants disagree. The xx terms cancel exactly when their coefficients match:

k=4k = 4

Then the equation becomes 4x+9=4x34x + 9 = 4x - 3. Subtract 4x4x from both sides:

9=39 = -3

which is false whatever xx is. So there is no solution.

Contrast with infinitely many solutions, which the ACT also asks: that needs the coefficients to match and the constants to match too. Same first condition, opposite conclusion — the constants decide which one you get.

Why each wrong option is wrong:

  • A, 4-4 — right size, wrong sign; k=4k = -4 gives 8x=128x = -12, which has one solution.
  • C, 99 and D, 3-3 — matched a constant rather than the coefficient.

Takeaway: no solution means the xx terms cancel and the numbers do not. Infinitely many means both cancel. Check the constants to tell them apart.


Q4Medium

Topic: A three-part inequality

A process runs correctly only while the quantity 3x+43x + 4 stays above 5-5 and at the same time does not exceed 13, where xx is a measured input. If 5<3x+413-5 < 3x + 4 \le 13, which of the following gives all possible values of xx?

F) 3x3-3 \le x \le 3

G) 3<x<3-3 < x < 3

H) 3x<3-3 \le x < 3

J) 3<x3-3 < x \le 3

Show the worked solution

Answer: J

Explanation

Treat it as one chain and do the same thing to all three parts.

Subtract 4 everywhere:

9<3x9-9 < 3x \le 9

Divide by 3 everywhere — 3 is positive, so nothing flips:

3<x3-3 < x \le 3

The kind of each end matters as much as its value. The left was strict (<<) and stays strict; the right allowed equality (\le) and still does.

Why each wrong option is wrong:

  • F, 3x3-3 \le x \le 3, H, 3x<3-3 \le x < 3 and G, 3<x<3-3 < x < 3 — all have the right numbers and the wrong ends. Copy each inequality sign down unchanged as you go; that is the whole difficulty.

Takeaway: in a three-part inequality, operate on all three parts together and carry each sign down exactly as it was.


Section 2 — Systems of Equations

Two equations, two unknowns. Two methods, and the choice between them is worth making deliberately:

Substitution — best when one equation already gives a variable on its own. Put that expression into the other equation.

Elimination — best when neither does. Add or subtract the two equations so one variable disappears, scaling one or both first if needed.

The ACT also asks about systems with no solution (parallel lines: same slope, different intercept) and infinitely many (the same line twice).


Q5Basic

Topic: A system solved by elimination

Two orders placed with the same supplier satisfy 3x+2y=193x + 2y = 19 and 5x2y=135x - 2y = 13, where xx and yy are quantities of two items. What is the value of xx?

A) 72\frac{7}{2}

B) 44

C) 3232

D) 88

Show the worked solution

Answer: B

Explanation

Add the two equations. The +2y+2y and 2y-2y cancel:

(3x+5x)+(2y2y)=19+13(3x + 5x) + (2y - 2y) = 19 + 13

8x=32x=48x = 32 \qquad x = 4

Check by finding yy too: 3(4)+2y=193(4) + 2y = 19 gives 2y=72y = 7, so y=3.5y = 3.5. Put both into the second equation: 5(4)2(3.5)=207=135(4) - 2(3.5) = 20 - 7 = 13. Correct.

Why each wrong option is wrong:

  • A, 72\frac{7}{2} — solved correctly and gave yy. Always check which letter the question asked for; this is the most common way to lose a mark you have earned.
  • C, 3232 — added the two right-hand sides to get 32 and never divided by 8.
  • D, 88 — added the coefficients of xx and stopped.

Takeaway: when the coefficients of one variable are equal and opposite, add. When they are equal and the same, subtract. Then answer for the letter asked for.


Q6Medium

Topic: A system needing both equations scaled

Two conditions on the same pair of quantities are recorded as 2x+5y=242x + 5y = 24 and 3x2y=23x - 2y = -2. What is the value of yy?

F) 44

G) 7676

H) 22

J) 2-2

Show the worked solution

Answer: F

Explanation

To remove xx, make its coefficients match. Multiply the first equation by 3 and the second by 2:

6x+15y=726x + 15y = 72 6x4y=46x - 4y = -4

Now subtract the second from the first:

19y=76y=419y = 76 \qquad y = 4

Check: from the first equation 2x+20=242x + 20 = 24, so x=2x = 2; and 3(2)2(4)=68=23(2) - 2(4) = 6 - 8 = -2. Correct.

Why each wrong option is wrong:

  • H, 22 — gave xx, which is 2.
  • G, 7676 — scaled the equations and then never combined them.
  • J, 2-2 — copied the 2-2 from the right of the second equation.

Takeaway: to eliminate a variable, multiply each equation by the other's coefficient. Then subtract if the signs match and add if they do not.


Q7Hard

Topic: A system with no solution

The system {6x2y=109x+ky=3\begin{cases} 6x - 2y = 10 \\ 9x + ky = 3 \end{cases}, where kk is a constant, has no solution. What is the value of kk?

A) 33

B) 3-3

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

D) 2-2

Show the worked solution

Answer: B

Explanation

Parallel lines have the same slope. Rearrange each into y=mx+cy = mx + c form.

From the first: 2y=6x+10-2y = -6x + 10, so y=3x5y = 3x - 5, slope 3.

From the second: ky=9x+3ky = -9x + 3, so y=9kx+3ky = -\frac{9}{k}x + \frac{3}{k}, slope 9k-\frac{9}{k}.

Set the slopes equal:

9k=3k=3-\frac{9}{k} = 3 \qquad \Longrightarrow \qquad k = -3

Check that the lines are not identical, which would give infinitely many solutions instead: with k=3k = -3 the second equation is 9x3y=39x - 3y = 3, or y=3x1y = 3x - 1. Same slope, different intercept (1-1 against 5-5), so they are parallel and distinct. No solution. Correct.

Why each wrong option is wrong:

  • A, 33 — got the size right and the sign wrong.
  • C, 43- \frac{4}{3} — divided the wrong pair of coefficients.
  • D, 2-2 — took a coefficient from the first equation.

Takeaway: no solution means equal slopes and different intercepts. Always check the intercept too — equal slopes and equal intercepts is the opposite answer, infinitely many.


Section 3 — Expanding and Factoring

Expanding and factoring are the same operation in opposite directions, and the ACT asks for both.

Three patterns are worth knowing on sight, because spotting them saves the time that the ACT is really testing:

(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2 (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2 (a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2

The middle term in the first two is what people forget. (a+b)2(a+b)^2 is not a2+b2a^2 + b^2.

To factor x2+bx+cx^2 + bx + c, find two numbers that multiply to cc and add to bb.


Q8Basic

Topic: Squaring a binomial

A cost model contains the expression (2x3)2(2x - 3)^2, and it must be written out without brackets before the terms can be collected. Which of the following is equivalent to (2x3)2(2x - 3)^2?

F) 4x2+94 x^{2} + 9

G) 4x294 x^{2} - 9

H) 4x26x+94 x^{2} - 6 x + 9

J) 4x212x+94 x^{2} - 12 x + 9

Show the worked solution

Answer: J

Explanation

(2x3)2(2x - 3)^2 means (2x3)(2x3)(2x - 3)(2x - 3). Multiply every term by every term:

2x2x=4x22x(3)=6x2x \cdot 2x = 4x^2 \qquad 2x \cdot (-3) = -6x 32x=6x3(3)=+9-3 \cdot 2x = -6x \qquad -3 \cdot (-3) = +9

There are two middle terms, both 6x-6x, so together they make 12x-12x:

(2x3)2=4x212x+9(2x - 3)^2 = 4x^2 - 12x + 9

Check at x=1x = 1: the original is (1)2=1(-1)^2 = 1, and 412+9=14 - 12 + 9 = 1. Correct.

Why each wrong option is wrong:

  • F, 4x2+94 x^{2} + 9 — squared each term separately. There is always a middle term.
  • G, 4x294 x^{2} - 9 — used the difference-of-squares pattern, which is for (a+b)(ab)(a+b)(a-b), not for a square.
  • H, 4x26x+94 x^{2} - 6 x + 9 — found one middle term instead of two.

Takeaway: (a±b)2=a2±2ab+b2(a \pm b)^2 = a^2 \pm 2ab + b^2. Square the whole first term, coefficient included, and double the middle.


Q9Medium

Topic: Factoring with a leading coefficient

A quadratic model is written as 2x2+5x32x^2 + 5x - 3, and one of its linear factors is needed in order to find a zero. Which of the following is a factor of 2x2+5x32x^2 + 5x - 3?

A) x3x - 3

B) 2x+12 x + 1

C) 2x12 x - 1

D) x+1x + 1

Show the worked solution

Answer: C

Explanation

With a leading coefficient, the two numbers must multiply to 2×(3)=62 \times (-3) = -6 and add to +5+5. That pair is +6+6 and 1-1.

Split the middle term using them:

2x2+6xx32x^2 + 6x - x - 3

Factor in pairs:

2x(x+3)1(x+3)=(x+3)(2x1)2x(x + 3) - 1(x + 3) = (x + 3)(2x - 1)

So the factors are x+3x + 3 and 2x12x - 1. Of the options, 2x12x - 1 is there.

Check by expanding: (x+3)(2x1)=2x2x+6x3=2x2+5x3(x+3)(2x-1) = 2x^2 - x + 6x - 3 = 2x^2 + 5x - 3. Correct.

Why each wrong option is wrong:

  • A, x3x - 3 — used factors of 3 alone, ignoring the leading 2.
  • B, 2x+12 x + 1 — right numbers with the signs swapped; (x3)(2x+1)(x-3)(2x+1) expands to 2x25x32x^2 - 5x - 3, with the middle sign wrong.
  • D, x+1x + 1 — not a factor at all.

Takeaway: with a leading coefficient aa, look for two numbers multiplying to a×ca \times c and adding to bb, then split the middle term and factor in pairs.


Q10Medium

Topic: Recognising the difference of two squares

An expression in a design formula is 9x2499x^2 - 49. Which of the following is equivalent to 9x2499x^2 - 49?

F) (3x7)(3x+7)\left(3 x - 7\right) \left(3 x + 7\right)

G) (3x7)2\left(3 x - 7\right)^{2}

H) (x+7)(9x7)\left(x + 7\right) \left(9 x - 7\right)

J) (3x49)(3x+1)\left(3 x - 49\right) \left(3 x + 1\right)

Show the worked solution

Answer: F

Explanation

9x2499x^2 - 49 is a difference of two squares: 9x2=(3x)29x^2 = (3x)^2 and 49=7249 = 7^2, with a minus between them and nothing else.

a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)

with a=3xa = 3x and b=7b = 7:

9x249=(3x7)(3x+7)9x^2 - 49 = (3x - 7)(3x + 7)

Check by expanding: 9x2+21x21x499x^2 + 21x - 21x - 49, and the middle terms cancel — which is exactly why the pattern has no middle term.

Why each wrong option is wrong:

  • G, (3x7)2\left(3 x - 7\right)^{2}(3x7)2(3x-7)^2 expands to 9x242x+499x^2 - 42x + 49, which has a middle term and the wrong constant sign.
  • H, (x+7)(9x7)\left(x + 7\right) \left(9 x - 7\right) and J, (3x49)(3x+1)\left(3 x - 49\right) \left(3 x + 1\right) — took a square root of only one part.

Takeaway: two perfect squares with a minus between them and no middle term factors as (ab)(a+b)(a-b)(a+b). Take the square root of both parts.


Section 4 — Quadratic Equations

A quadratic equation is one with an x2x^2 and no higher power. Three ways to solve one, in the order you should try them:

  1. Factor, if it factors easily. Fastest by far.
  2. Take square roots, if there is no middle term.
  3. The quadratic formula, which always works:

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

The ACT does not print that formula. Learn it.

The part under the root, b24acb^2 - 4ac, is the discriminant, and it tells you how many real solutions there are before you find any of them:

discriminant real solutions
positive two
zero exactly one
negative none

Q11Medium

Topic: Solving a quadratic by factoring

The height of a projectile returns to zero at the times satisfying x25x14=0x^2 - 5x - 14 = 0, where xx is the number of seconds since launch. What is that solution?

A) 2-2

B) 1414

C) 55

D) 77

Show the worked solution

Answer: D

Explanation

Find two numbers multiplying to 14-14 and adding to 5-5. They are 7-7 and +2+2:

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

A product is zero when one of its factors is zero, so x=7x = 7 or x=2x = -2.

Time cannot be negative, so the answer is x=7x = 7.

Why each wrong option is wrong:

  • A, 2-2 — gave the negative root, which the context rules out. This is why the question says the solution must be positive.
  • B, 1414 and C, 55 — read numbers straight off the equation.

Takeaway: factor, set each bracket to zero, then check the context. A length, a time or a count cannot be negative, and the ACT relies on you noticing.


Q12Hard

Topic: The discriminant and exactly one solution

A designer needs the parabola y=x2+kx+16y = x^2 + kx + 16 to touch the xx-axis at exactly one point. The constant kk is known to be positive. What is the value of kk?

F) 44

G) 1616

H) 6464

J) 88

Show the worked solution

Answer: J

Explanation

Exactly one real solution means the discriminant is zero:

b24ac=0b^2 - 4ac = 0

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

k24(1)(16)=0k^2 - 4(1)(16) = 0 k2=64k^2 = 64 k=±8k = \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. Exactly one solution. Correct.

Why each wrong option is wrong:

  • F, 44 — took the square root of 16 rather than of 4ac4ac.
  • G, 1616 — copied the constant.
  • H, 6464 — computed 4ac=644ac = 64 and stopped before the square root.

Takeaway: one solution means b2=4acb^2 = 4ac. And when a squared quantity is solved, there are two answers — read the question to see which sign it wants.


Q13Medium

Topic: A quadratic solved by taking roots

A design constraint gives (x3)2=25(x - 3)^2 = 25. What are the solutions?

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

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

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

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

Show the worked solution

Answer: B

Explanation

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

x3=±5x - 3 = \pm 5

That is two separate equations:

x3=5x=8x3=5x=2x - 3 = 5 \Rightarrow x = 8 \qquad x - 3 = -5 \Rightarrow x = -2

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

Why each wrong option is wrong:

  • A, (8, 2)\left( -8, \ 2\right) — subtracted the 3 rather than adding it when isolating xx.
  • C, (5, 5)\left( 5, \ 5\right) — used only +5+5, giving one solution twice. A squared equation almost always has two.
  • D, (2, 8)\left( 2, \ 8\right) — got +8+8 right and slipped the sign on the other case.

Takeaway: taking a square root gives ±\pm. Write out both equations separately — trying to hold both in your head is where the sign errors come from.


Section 5 — Radical, Rational and Exponential Equations

Three equation types that each carry one specific hazard.

Radical — square both sides to clear the root, then check every answer in the original equation. Squaring can manufacture solutions that were never there.

Rational (a variable in a denominator) — multiply through by the denominator. Any value that would make a denominator zero is excluded.

Exponential — if both sides can be written with the same base, the exponents must be equal.


Q14Hard

Topic: A radical equation with an extraneous solution

A model requires the value of xx for which x+6=x\sqrt{x + 6} = x, where the square root sign means the non-negative root. What is the solution?

F) 2-2

G) 11

H) 66

J) 33

Show the worked solution

Answer: J

Explanation

Square both sides:

x+6=x2x + 6 = x^2

Bring everything to one side and factor:

x2x6=0(x3)(x+2)=0x^2 - x - 6 = 0 \quad\Longrightarrow\quad (x - 3)(x + 2) = 0

So the squared equation gives x=3x = 3 and x=2x = -2. Both must now be tested in the original, because squaring turns a false statement into a true one: 22-2 \ne 2, but (2)2=22(-2)^2 = 2^2.

At x=3x = 3: 9=3\sqrt{9} = 3. ✓

At x=2x = -2: 4=2\sqrt{4} = 2, and 222 \ne -2. ✗

The square-root symbol means the non-negative root, so it can never equal a negative number. x=2x = -2 is extraneous — manufactured by the squaring.

Why each wrong option is wrong:

  • F, 2-2 — kept the extraneous root without testing it.
  • G, 11 — added the two roots of the squared equation.
  • H, 66 — doubled the right-hand side instead of squaring the left.

Takeaway: after squaring, every solution is only a candidate. Substitute each back into the original equation. A square root is never negative.


Q15Medium

Topic: An exponential equation with matched bases

An equation in a growth model reduces to 9x=2749^{x} = 27^{4}. What is the value of xx?

A) 43\frac{4}{3}

B) 44

C) 1212

D) 66

Show the worked solution

Answer: D

Explanation

Both 9 and 27 are powers of 3:

9=3227=339 = 3^2 \qquad 27 = 3^3

Rewrite both sides:

(32)x=(33)4(3^2)^x = (3^3)^4 32x=3123^{2x} = 3^{12}

With the same base, the exponents must be equal:

2x=12x=62x = 12 \qquad x = 6

Check: 96=5314419^6 = 531441 and 274=53144127^4 = 531441. Correct.

Why each wrong option is wrong:

  • B, 44 — copied the 4 from the right-hand side.
  • C, 1212 — reached 2x=122x = 12 and gave 12 instead of dividing.
  • A, 43\frac{4}{3} — divided the exponents without converting to a common base.

Takeaway: rewrite both sides as powers of the same base, then set the exponents equal. Look for the small base hiding inside both numbers — usually 2 or 3.


Q16Medium

Topic: An equation with the variable in a denominator

An equation from a rate problem is 12x+1=8x+3\dfrac{12}{x} + 1 = \dfrac{8}{x} + 3, with the unknown in two denominators. What is the solution?

F) 44

G) 2-2

H) 22

J) 2020

Show the worked solution

Answer: H

Explanation

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

12x8x=31\frac{12}{x} - \frac{8}{x} = 3 - 1

4x=2\frac{4}{x} = 2

Multiply both sides by xx and divide by 2:

4=2xx=24 = 2x \qquad x = 2

Check in the original: 122+1=7\frac{12}{2} + 1 = 7 and 82+3=7\frac{8}{2} + 3 = 7. Correct. And x=2x = 2 does not make any denominator zero, so it is allowed.

Why each wrong option is wrong:

  • F, 44 — subtracted the numerators and stopped, ignoring the constants.
  • G, 2-2 — sign slip while gathering terms.
  • J, 2020 — added the numerators.

Takeaway: with the same denominator on both sides, combine the fractions first — it is quicker than multiplying everything out. Then check the answer does not make a denominator zero.


Section 6 — Rearranging a Formula

"Solve for RR in terms of the others" is a standard ACT question and it appeared on both official enhanced forms. There is no new mathematics in it: treat every other letter as if it were a number, and isolate the one you want.

The only real difficulty is that the answer is an expression rather than a number, so there is nothing to substitute back — which makes it worth being slow.


Q17Medium

Topic: Solving a formula for one of its variables

The perimeter PP of a rectangular field is related to its length ll and its width ww by P=2l+2wP = 2l + 2w. A surveyor knows the perimeter and the length and needs a formula giving the width directly. Which of the following expresses ww in terms of PP and ll?

A) P22l\frac{P}{2} - 2 l

B) P2l\frac{P}{2} - l

C) P2l2\frac{P}{2} - \frac{l}{2}

D) P2lP - 2 l

Show the worked solution

Answer: B

Explanation

Isolate the term containing ww:

P2l=2wP - 2l = 2w

Divide both sides by 2:

w=P2l2w = \frac{P - 2l}{2}

Test it with numbers, which is the only real check available. Take l=3l = 3 and w=4w = 4; then P=2(3)+2(4)=14P = 2(3) + 2(4) = 14. Put P=14P = 14 and l=3l = 3 into the answer: 1462=4\frac{14 - 6}{2} = 4. Correct.

Why each wrong option is wrong:

  • A, P22l\frac{P}{2} - 2 l — halved PP before subtracting, so the 2l2l never got halved.
  • C, P2l2\frac{P}{2} - \frac{l}{2} — subtracted ll rather than 2l2l.
  • D, P2lP - 2 l — subtracted correctly and never divided.

Takeaway: isolate the term with your letter in it, then divide by everything multiplying it. Test with easy numbers — it catches almost every rearranging error in ten seconds.


Q18Hard

Topic: Rearranging when the variable appears inside a fraction

A physics formula is F=mvtF = \dfrac{mv}{t}, and it must be rearranged to give tt on its own, where tt appears only in the denominator. Which of the following expresses tt correctly?

F) FmvF m v

G) mvF\frac{m v}{F}

H) Fmv\frac{F}{m v}

J) Fmv\frac{F m}{v}

Show the worked solution

Answer: G

Explanation

Multiply both sides by tt to bring it up out of the denominator:

Ft=mvFt = mv

Now divide by FF:

t=mvFt = \frac{mv}{F}

Test with numbers: let m=2m = 2, v=3v = 3, t=6t = 6. Then F=66=1F = \frac{6}{6} = 1, and the answer gives t=2×31=6t = \frac{2 \times 3}{1} = 6. Correct.

Why each wrong option is wrong:

  • F, FmvF m v — multiplied by FF instead of dividing.
  • H, Fmv\frac{F}{m v} — the reciprocal of the right answer, which is what you get by dividing in the wrong direction.
  • J, Fmv\frac{F m}{v} — moved mm but not vv.

Takeaway: to free a variable from a denominator, multiply both sides by it first. Then test with three small numbers; an inverted answer shows up immediately.


Q19Hard

Topic: A radical equation with a check that matters

A model requires the value of xx satisfying 2x+7=x4\sqrt{2x + 7} = x - 4, where the root sign denotes the non-negative root. What is the solution?

A) 1-1

B) 11

C) 1010

D) 99

Show the worked solution

Answer: D

Explanation

Square both sides:

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

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

Test both. At x=9x = 9: 25=5\sqrt{25} = 5 and 94=59 - 4 = 5. ✓ At x=1x = 1: 9=3\sqrt{9} = 3 but 14=31 - 4 = -3. ✗

A square root cannot be negative, so x=1x = 1 is extraneous.

Why each wrong option is wrong:

  • B, 11 — kept the extraneous root without testing it.
  • C, 1010 — added the two roots of the squared equation.
  • A, 1-1 — a sign slip expanding (x4)2(x-4)^2.

Takeaway: every solution after squaring is a candidate until substituted back into the original equation.


Q20Medium

Topic: A rational equation

A rate problem gives 20x+3=8x+7\dfrac{20}{x} + 3 = \dfrac{8}{x} + 7, with the unknown in two denominators. What is the solution?

F) 1212

G) 44

H) 33

J) 2828

Show the worked solution

Answer: H

Explanation

Gather fractions on one side and numbers on the other:

20x8x=7312x=4\frac{20}{x} - \frac{8}{x} = 7 - 3 \quad\Longrightarrow\quad \frac{12}{x} = 4

x=3x = 3

Check: 203+3=293\frac{20}{3} + 3 = \frac{29}{3} and 83+7=293\frac{8}{3} + 7 = \frac{29}{3}. ✓

Why each wrong option is wrong:

  • F, 1212 and G, 44 — did one half of the gathering and stopped.
  • J, 2828 — added the numerators.

Takeaway: with a shared denominator, combine the fractions before doing anything else, and check the answer does not make the bottom zero.


Q21Medium

Topic: An exponential relationship

A colony of 500 bacteria grows by 20% each hour, compounding from one hour to the next. What is the population after 2 hours?

A) 600600

B) 700700

C) 720720

D) 620620

Show the worked solution

Answer: C

Explanation

500×1.2×1.2=500×1.44=720500 \times 1.2 \times 1.2 = 500 \times 1.44 = 720

The second hour's growth is calculated on 600, not on 500 — which is why the answer exceeds 500+100+100500 + 100 + 100.

Why each wrong option is wrong:

  • A, 600600 — stopped after one hour.
  • B, 700700 — added 20% of the original twice, which is simple growth, not compound.
  • D, 620620 — grew the wrong base.

Takeaway: compound growth multiplies by (1+r)(1 + r) once per period. Each period grows from the new amount.


Q22Hard

Topic: Exponential decay to a target

A sample decays to 85% of its mass each hour, starting from 400 grams. Which expression gives its mass, in grams, after hh hours?

F) 400(0.15)h400(0.15)^h

G) 400(0.85)h400(0.85)^h

H) 4000.15h400 - 0.15h

J) 400(1.15)h400(1.15)^h

Show the worked solution

Answer: G

Explanation

"Decays to 85%" states the multiplier directly: 0.850.85.

M=400(0.85)hM = 400(0.85)^h

Check one hour: 400×0.85=340400 \times 0.85 = 340, a loss of 60, which is 15% of 400.

Why each wrong option is wrong:

  • F, 400(0.15)h400(0.15)^h — used 0.150.15, which would leave only 15% each hour.
  • H, 4000.15h400 - 0.15h — linear decay, losing a fixed 0.15 grams per hour.
  • J, 400(1.15)h400(1.15)^h — a multiplier above 1 grows the sample.

Takeaway: the multiplier is what remains. Decay is below 1, growth above.


Q23Medium

Topic: An equation with the variable in a denominator

An equation from a mixing problem is 6x2=3\dfrac{6}{x - 2} = 3, where the unknown sits inside a denominator. What is the solution?

A) 22

B) 44

C) 2020

D) 4-4

Show the worked solution

Answer: B

Explanation

Multiply both sides by (x2)(x - 2):

6=3(x2)=3x66 = 3(x - 2) = 3x - 6

3x=12x=43x = 12 \qquad x = 4

Check: 642=62=3\frac{6}{4 - 2} = \frac{6}{2} = 3. ✓ And x=4x = 4 does not make the denominator zero, so it is allowed.

Why each wrong option is wrong:

  • A, 22x=2x = 2 is precisely the value that is not allowed: it makes the denominator zero and the expression undefined.
  • C, 2020 — multiplied 6 by 3 rather than dividing.
  • D, 4-4 — a sign slip.

Takeaway: clear the denominator by multiplying, solve, then confirm the answer does not make any denominator zero.


Q24Medium

Topic: A quadratic equation solved by factoring

A rectangular plot's area, in square metres, is given by x23x40x^2 - 3x - 40, where xx is a length in metres. The area falls to zero at the values satisfying x23x40=0x^2 - 3x - 40 = 0. What is that value of xx?

F) 5-5

G) 88

H) 4040

J) 33

Show the worked solution

Answer: G

Explanation

Find two numbers multiplying to 40-40 and adding to 3-3. They are 8-8 and +5+5:

x23x40=(x8)(x+5)=0x^2 - 3x - 40 = (x - 8)(x + 5) = 0

A product is zero when one factor is zero, so x=8x = 8 or x=5x = -5. A length cannot be negative, so x=8x = 8.

Why each wrong option is wrong:

  • F, 5-5 — gave the root the context rules out.
  • H, 4040 and J, 33 — read numbers straight off the equation without factoring.

Takeaway: factor, set each bracket to zero, then check which root the situation allows.


Q25Hard

Topic: A quadratic equation needing the formula

An equation from a model is 3x25x2=03x^2 - 5x - 2 = 0. What is the larger of the two solutions?

A) 13- \frac{1}{3}

B) 56\frac{5}{6}

C) 22

D) 33

Show the worked solution

Answer: C

Explanation

With a=3a = 3, b=5b = -5, c=2c = -2:

x=5±254(3)(2)6=5±496=5±76x = \frac{5 \pm \sqrt{25 - 4(3)(-2)}}{6} = \frac{5 \pm \sqrt{49}}{6} = \frac{5 \pm 7}{6}

x=2orx=13x = 2 \qquad \text{or} \qquad x = -\tfrac{1}{3}

Watch the 4ac-4ac term: cc is negative, so 4(3)(2)=+24-4(3)(-2) = +24, not 24-24. That double negative is where the formula usually goes wrong.

Why each wrong option is wrong:

  • A, 13- \frac{1}{3} — the smaller root; the question asked for the larger.
  • B, 56\frac{5}{6} — computed 56\frac{5}{6}, forgetting the ±  \pm\sqrt{\;} part entirely.
  • D, 33 — read the leading coefficient off the equation.

Takeaway: substitute aa, bb and cc with their signs, and expect 4ac-4ac to be positive whenever cc is negative.


Q26Medium

Topic: A quadratic equation with no middle term

A design constraint reduces to 4x249=04x^2 - 49 = 0. What are the solutions?

F) (494, 494)\left( - \frac{49}{4}, \ \frac{49}{4}\right)

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

H) (72, 72)\left( - \frac{7}{2}, \ \frac{7}{2}\right)

J) (492, 492)\left( - \frac{49}{2}, \ \frac{49}{2}\right)

Show the worked solution

Answer: H

Explanation

Move the constant across and divide by 4:

4x2=49x2=4944x^2 = 49 \qquad x^2 = \frac{49}{4}

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

x=±72x = \pm\frac{7}{2}

Check: 4×494=494 \times \frac{49}{4} = 49. ✓

Why each wrong option is wrong:

  • F, (494, 494)\left( - \frac{49}{4}, \ \frac{49}{4}\right) — divided by 4 and stopped before the square root.
  • G, (7, 7)\left( -7, \ 7\right) — rooted the 49 and ignored the 4.
  • J, (492, 492)\left( - \frac{49}{2}, \ \frac{49}{2}\right) — halved 49 instead of rooting.

Takeaway: no middle term means take square roots. Isolate x2x^2 first, and never lose the ±\pm.


Q27Hard

Topic: A radical equation squared twice over

A model requires the value of xx satisfying x+5=x+1\sqrt{x + 5} = \sqrt{x} + 1, where each root sign denotes the non-negative root. What is the solution?

A) 22

B) 88

C) 1616

D) 44

Show the worked solution

Answer: D

Explanation

One squaring is not enough here, because a root sign survives it:

x+5=(x+1)2=x+2x+1x + 5 = \left(\sqrt{x} + 1\right)^2 = x + 2\sqrt{x} + 1

The xx terms cancel, which leaves the remaining root on its own:

4=2xx=24 = 2\sqrt{x} \quad\Longrightarrow\quad \sqrt{x} = 2

Square a second time: x=4x = 4.

Check in the original: 4+5=3\sqrt{4 + 5} = 3 and 4+1=3\sqrt{4} + 1 = 3. ✓

Why each wrong option is wrong:

  • A, 22 — found x=2\sqrt{x} = 2 and stopped before the second squaring.
  • B, 88 — squared 2x2\sqrt{x} as 2x2x instead of 4x4x, so 16=2x16 = 2x.
  • C, 1616 — dropped the 2 and read x=4\sqrt{x} = 4.

Takeaway: (x+1)2\left(\sqrt{x} + 1\right)^2 is x+2x+1x + 2\sqrt{x} + 1, not x+1x + 1. The middle term keeps a root alive, so isolate it and square again, then check the answer in the original equation.


Q28Medium

Topic: A rational equation with two denominators

A rate problem gives 3x=12x+6\dfrac{3}{x} = \dfrac{12}{x + 6}, with the unknown in both denominators. What is the solution?

F) 22

G) 66

H) 6-6

J) 1818

Show the worked solution

Answer: F

Explanation

Cross-multiply:

3(x+6)=12x3(x + 6) = 12x 3x+18=12x3x + 18 = 12x 18=9xx=218 = 9x \qquad x = 2

Check: 32=1.5\frac{3}{2} = 1.5 and 128=1.5\frac{12}{8} = 1.5. ✓ Neither denominator is zero at x=2x = 2, so it is allowed.

Why each wrong option is wrong:

  • G, 66 — copied the 6 out of the denominator.
  • H, 6-6x=6x = -6 makes the second denominator zero, which is exactly the value the equation excludes.
  • J, 1818 — added the two numbers in the question.

Takeaway: cross-multiply, solve, then confirm the answer does not make any denominator zero.


Q29Medium

Topic: A rational equation that becomes quadratic

An equation reduces to x+6x=5x + \dfrac{6}{x} = 5, where the unknown appears both on its own and in a denominator. What is the smaller solution?

A) 66

B) 33

C) 55

D) 22

Show the worked solution

Answer: D

Explanation

Multiply every term by xx:

x2+6=5xx25x+6=0x^2 + 6 = 5x \quad\Longrightarrow\quad x^2 - 5x + 6 = 0

(x2)(x3)=0x=2 or x=3(x - 2)(x - 3) = 0 \quad\Longrightarrow\quad x = 2 \text{ or } x = 3

The smaller is 2. Check: 2+62=52 + \frac{6}{2} = 5. ✓

Why each wrong option is wrong:

  • B, 33 — the larger of the two solutions.
  • C, 55 and A, 66 — copied numbers from the equation.

Takeaway: clearing a denominator that contains xx usually produces a quadratic. Expect two answers and read which one is wanted.


Q30Medium

Topic: An exponential relationship written as a percentage

An investment of $2000 grows by 6% each year, compounding annually. Which expression gives its value in dollars after nn years?

F) 2000(0.06)n2000(0.06)^n

G) 2000(1.06)n2000(1.06)^n

H) 2000+0.06n2000 + 0.06n

J) 2000(6)n2000(6)^n

Show the worked solution

Answer: G

Explanation

A 6% rise multiplies by 1.061.06 — the whole original, plus another 6% of it:

V=2000(1.06)nV = 2000(1.06)^{n}

Check one year: 2000×1.06=21202000 \times 1.06 = 2120, which is 2000+1202000 + 120, and 120 is 6% of 2000. ✓

Why each wrong option is wrong:

  • F, 2000(0.06)n2000(0.06)^n0.060.06 would leave 6% of the money after a year, a 94% loss.
  • H, 2000+0.06n2000 + 0.06n — linear growth, adding 6 cents a year.
  • J, 2000(6)n2000(6)^n — multiplies the money sixfold every year.

Takeaway: a p%p\% rise per period is a multiplier of 1+p1001 + \frac{p}{100}. Test one period against plain arithmetic.


Q31Hard

Topic: An exponential equation with matched bases

An equation from a growth model is 8x+1=328^{x+1} = 32. What is the value of xx?

A) 44

B) 53\frac{5}{3}

C) 23\frac{2}{3}

D) 22

Show the worked solution

Answer: C

Explanation

Both 8 and 32 are powers of 2:

8=2332=258 = 2^3 \qquad 32 = 2^5

(23)x+1=2523(x+1)=25(2^3)^{x+1} = 2^5 \quad\Longrightarrow\quad 2^{3(x+1)} = 2^5

Same base, so the exponents match:

3(x+1)=53x=2x=233(x + 1) = 5 \quad\Longrightarrow\quad 3x = 2 \quad\Longrightarrow\quad x = \tfrac{2}{3}

Why each wrong option is wrong:

  • A, 44 — divided 32 by 8, which is not how exponents combine.
  • B, 53\frac{5}{3} — solved 3x=53x = 5, forgetting the +1+1 inside the bracket.
  • D, 22 — a whole-number guess; 83=5128^3 = 512, not 32.

Takeaway: find the small base hiding inside both numbers — usually 2 or 3 — then set the exponents equal. Do not forget what is inside the bracket.


Q32Medium

Topic: Exponential decay over several periods

A sample loses 20% of its mass each hour, starting at 500 grams. What is its mass, in grams, after 3 hours?

F) 200200

G) 400400

H) 256256

J) 140140

Show the worked solution

Answer: H

Explanation

Keeping 80% each hour means multiplying by 0.80.8 three times:

500×0.8×0.8×0.8=500×0.512=256500 \times 0.8 \times 0.8 \times 0.8 = 500 \times 0.512 = 256

Note it is not 500300500 - 300. Each hour's loss is 20% of what is left, which shrinks: 100, then 80, then 64.

Why each wrong option is wrong:

  • F, 200200 — took 20% of the original three times, which is simple decay, not compound.
  • G, 400400 — stopped after one hour.
  • J, 140140 — subtracted a fixed amount three times.

Takeaway: decay multiplies by 1p1001 - \frac{p}{100} once per period. Each period works from the new amount, so the loss gets smaller every time.


Q33Medium

Topic: Rearranging a formula with a fraction

The formula A=bh2A = \dfrac{bh}{2} gives the area of a triangle. A designer knows the area and the base and needs a formula for the height directly. Which of the following expresses hh in terms of AA and bb?

A) 2Ab\frac{2 A}{b}

B) A2b\frac{A}{2 b}

C) Ab2\frac{A b}{2}

D) 2Ab2 A b

Show the worked solution

Answer: A

Explanation

Multiply both sides by 2 to clear the fraction:

2A=bh2A = bh

Then divide by bb:

h=2Abh = \frac{2A}{b}

Test with numbers: b=4b = 4, h=3h = 3 gives A=6A = 6; and 2(6)4=3\frac{2(6)}{4} = 3. ✓

Why each wrong option is wrong:

  • B, A2b\frac{A}{2 b} — divided by 2 rather than multiplying, so the fraction was never cleared.
  • C, Ab2\frac{A b}{2} and D, 2Ab2 A b — multiplied by bb instead of dividing.

Takeaway: clear the fraction first, then divide by everything multiplying your letter. Test with three easy numbers — an inverted answer shows at once.


Q34Hard

Topic: Rearranging a formula where the variable appears twice

The formula T=2πr2+2πrhT = 2\pi r^2 + 2\pi r h gives the surface area of a cylinder. An engineer knows TT and rr and needs hh on its own. Which of the following gives hh?

F) T2πr22π\frac{T - 2 \pi r^{2}}{2 \pi}

G) T2πr22πr\frac{T - 2 \pi r^{2}}{2 \pi r}

H) T2πrr2\frac{T}{2 \pi r} - r^{2}

J) T2πr\frac{T}{2 \pi r}

Show the worked solution

Answer: G

Explanation

Only the second term contains hh, so move the first one across:

T2πr2=2πrhT - 2\pi r^2 = 2\pi r h

Now divide by everything multiplying hh, which is 2πr2\pi r:

h=S2πr22πrh = \frac{S - 2\pi r^2}{2\pi r}

Why each wrong option is wrong:

  • F, T2πr22π\frac{T - 2 \pi r^{2}}{2 \pi} — divided by 2π2\pi and lost the rr.
  • H, T2πrr2\frac{T}{2 \pi r} - r^{2} — divided before subtracting, so the first term was not divided too.
  • J, T2πr\frac{T}{2 \pi r} — dropped the 2πr22\pi r^2 altogether.

Takeaway: subtract before you divide, and divide the whole side. A term that does not contain your letter must be moved across first.


Q35Medium

Topic: Rearranging to make a squared variable the subject

The formula A=πr2A = \pi r^2 gives the area of a circle. A manufacturer knows the area and needs the radius. Which of the following gives rr?

A) Aπ\frac{\sqrt{A}}{\sqrt{\pi}}

B) Aπ\frac{A}{\pi}

C) Aπ\frac{\sqrt{A}}{\pi}

D) A2π\frac{A}{2 \pi}

Show the worked solution

Answer: A

Explanation

Divide both sides by π\pi:

Aπ=r2\frac{A}{\pi} = r^2

Then take the square root of the whole side:

r=Aπr = \sqrt{\frac{A}{\pi}}

A radius cannot be negative, so only the positive root is kept.

Why each wrong option is wrong:

  • B, Aπ\frac{A}{\pi} — isolated r2r^2 and stopped.
  • C, Aπ\frac{\sqrt{A}}{\pi} — rooted the AA but not the π\pi. The root applies to everything under it.
  • D, A2π\frac{A}{2 \pi} — rearranged the circumference formula instead.

Takeaway: isolate the squared term, then root the entire side. Keep only the positive root when the letter is a physical length.


Q36Medium

Topic: A radical equation with a whole-number solution

A model requires the value of xx satisfying 3x+1=4\sqrt{3x + 1} = 4, where the root sign denotes the non-negative root. What is the solution?

F) 11

G) 55

H) 1616

J) 43\frac{4}{3}

Show the worked solution

Answer: G

Explanation

Square both sides:

3x+1=163x=15x=53x + 1 = 16 \quad\Longrightarrow\quad 3x = 15 \quad\Longrightarrow\quad x = 5

Check: 15+1=16=4\sqrt{15 + 1} = \sqrt{16} = 4. ✓

Nothing extraneous can appear here, because the right-hand side is already positive — the trouble only starts when it contains a variable that might be negative.

Why each wrong option is wrong:

  • F, 11 — subtracted the 1 before squaring, so the 4 was never squared.
  • H, 1616 — squared to 16 and stopped, ignoring the rest of the equation.
  • J, 43\frac{4}{3} — divided 4 by 3 without squaring at all.

Takeaway: square first to clear the root, then solve. Substitute back whenever the other side contains a variable.


Q37Hard

Topic: A rational equation with an excluded value

An equation from a rate problem is xx3=5x3+2\dfrac{x}{x - 3} = \dfrac{5}{x - 3} + 2. What is the solution?

A) 11

B) 33

C) 55

D) 1111

Show the worked solution

Answer: A

Explanation

Multiply every term by (x3)(x - 3) to clear the fractions:

x=5+2(x3)x = 5 + 2(x - 3)

Expand the bracket:

x=5+2x6=2x1x = 5 + 2x - 6 = 2x - 1

Subtract xx from both sides:

0=x1x=10 = x - 1 \quad\Longrightarrow\quad x = 1

Check in the original: 12=12\dfrac{1}{-2} = -\tfrac{1}{2}, and 52+2=2.5+2=12\dfrac{5}{-2} + 2 = -2.5 + 2 = -\tfrac{1}{2}. ✓

And x=1x = 1 does not make the denominator zero, so it is allowed.

Why each wrong option is wrong:

  • B, 33x=3x = 3 makes both denominators zero. It is the one value the equation rules out before any working begins.
  • C, 55 — copied the numerator.
  • D, 1111 — a sign slip while gathering the xx terms.

Takeaway: combine fractions over a shared denominator, then solve — and note the excluded value before you start, so you can reject it on sight.


Q38Medium

Topic: An inequality with brackets

A control rule requires 3(x4)>2x+1-3(x - 4) > 2x + 1, where xx is an adjustable input. Which of the following gives all values of xx that satisfy the inequality?

F) x<115x < \frac{11}{5}

G) x>115x > \frac{11}{5}

H) x<135x < - \frac{13}{5}

J) x>135x > - \frac{13}{5}

Show the worked solution

Answer: F

Explanation

Expand, remembering the 3-3 multiplies both terms:

3x+12>2x+1-3x + 12 > 2x + 1

Gather xx on the side that keeps it positive — subtract 3x-3x, that is, add 3x3x:

12>5x+111>5xx<11512 > 5x + 1 \quad\Longrightarrow\quad 11 > 5x \quad\Longrightarrow\quad x < \tfrac{11}{5}

Gathering this way avoids dividing by a negative, so no sign flip is needed at all.

Why each wrong option is wrong:

  • G, x>115x > \frac{11}{5} — right boundary, wrong direction.
  • H, x<135x < - \frac{13}{5} — expanded 3(x4)-3(x - 4) as 3x12-3x - 12, keeping the sign of the 4.
  • J, x>135x > - \frac{13}{5} — both errors together.

Takeaway: expand carefully through a negative, then gather xx on whichever side leaves it positive. That removes the sign-flip rule entirely.


Q39Medium

Topic: A system with infinitely many solutions

The system {3x+2y=76x+4y=c\begin{cases} 3x + 2y = 7 \\ 6x + 4y = c \end{cases}, where cc is a constant, has infinitely many solutions. What is the value of cc?

A) 77

B) 22

C) 1414

D) 2121

Show the worked solution

Answer: C

Explanation

The second equation's left side is exactly twice the first's:

6x+4y=2(3x+2y)6x + 4y = 2(3x + 2y)

For the two to be the same line, the right side must be doubled too:

c=2×7=14c = 2 \times 7 = 14

Check: 6x+4y=146x + 4y = 14 divides by 2 to give 3x+2y=73x + 2y = 7 — the same equation. Every solution of one is a solution of the other.

Contrast with no solution: any other value of cc makes the lines parallel and distinct, and they never meet.

Why each wrong option is wrong:

  • A, 77 — leaves the lines parallel and distinct: no solution at all.
  • B, 22 — gave the scale factor rather than applying it.
  • D, 2121 — used a factor of 3.

Takeaway: infinitely many solutions means one equation is a multiple of the other, right-hand side included. Find the factor from the coefficients and apply it.


Q40Medium

Topic: A system solved for an expression rather than a variable

Two conditions give x+y=9x + y = 9 and xy=3x - y = 3. The question asks for x2y2x^2 - y^2. What is the value of x2y2x^2 - y^2?

F) 1212

G) 66

H) 3636

J) 2727

Show the worked solution

Answer: J

Explanation

x2y2=(x+y)(xy)=9×3=27x^2 - y^2 = (x + y)(x - y) = 9 \times 3 = 27

Solving for xx and yy works too — x=6x = 6, y=3y = 3, and 369=2736 - 9 = 27 — but the factorisation gets there in one line.

Why each wrong option is wrong:

  • F, 1212 and G, 66 — combined the two given values with the wrong operation.
  • H, 3636 — found x=6x = 6 and squared it, forgetting the y2-y^2.

Takeaway: when a question asks for an expression rather than a variable, look for a factorisation that uses what you were given directly. The difference of two squares is the one the ACT reaches for most.


Q41Medium

Topic: Factoring out a common factor first

An expression in a design formula is 3x2273x^2 - 27. Which of the following is 3x2273x^2 - 27 fully factored?

A) 3(x3)(x+3)3(x - 3)(x + 3)

B) (3x9)(x+3)(3x - 9)(x + 3)

C) 3(x3)23(x - 3)^2

D) (x3)(x+9)(x - 3)(x + 9)

Show the worked solution

Answer: A

Explanation

Take out the 3 first:

3x227=3(x29)3x^2 - 27 = 3(x^2 - 9)

What is left is a difference of two squares:

3(x29)=3(x3)(x+3)3(x^2 - 9) = 3(x - 3)(x + 3)

Check by expanding: 3(x29)=3x2273(x^2 - 9) = 3x^2 - 27. ✓

Why each wrong option is wrong:

  • B, (3x9)(x+3)(3x - 9)(x + 3) — expands to the right thing and is not wrong as an expression, but it is not fully factored: 3x93x - 9 still contains a common factor of 3. That is the whole point of the word "fully".
  • C, 3(x3)23(x - 3)^2 — a perfect square would give a middle term, and this expression has none.
  • D, (x3)(x+9)(x - 3)(x + 9) — expands to x2+6x27x^2 + 6x - 27.

Takeaway: always look for a common factor first. It makes the numbers smaller and often exposes a pattern that was hidden.


Q42Hard

Topic: Completing the square

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

F) 77

G) 99

H) 1616

J) 33

Show the worked solution

Answer: H

Explanation

Move the constant across:

x2+6x=7x^2 + 6x = 7

Halve the coefficient of xx and square it: half of 6 is 3, and 32=93^2 = 9. Add 9 to both sides:

x2+6x+9=16(x+3)2=16x^2 + 6x + 9 = 16 \quad\Longrightarrow\quad (x + 3)^2 = 16

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

Why each wrong option is wrong:

  • F, 77 — copied the original constant.
  • G, 99 — gave the 9 that was added, not the total on the right.
  • J, 33 — gave aa rather than bb.

Takeaway: halve the xx coefficient, square it, add to both sides. Then read which letter the question wants — aa and bb are easy to confuse.


Q43Medium

Topic: The sum of a quadratic's solutions

An analyst needs the sum of the two solutions of 2x210x+8=02x^2 - 10x + 8 = 0. What is that sum?

A) 55

B) 1010

C) 44

D) 5-5

Show the worked solution

Answer: A

Explanation

For ax2+bx+c=0ax^2 + bx + c = 0 the two solutions add to ba-\frac{b}{a}:

102=5-\frac{-10}{2} = 5

Check by solving: 2x210x+8=2(x1)(x4)2x^2 - 10x + 8 = 2(x - 1)(x - 4), so the roots are 1 and 4, which add to 5. ✓

The companion fact is worth learning at the same time: the roots multiply to ca=82=4\frac{c}{a} = \frac{8}{2} = 4, and 1×4=41 \times 4 = 4. ✓

Why each wrong option is wrong:

  • B, 1010 — used bb without dividing by aa.
  • C, 44 — gave the product of the roots.
  • D, 5-5 — dropped the minus in ba-\frac{b}{a}; bb is already negative, so the answer is positive.

Takeaway: roots sum to ba-\frac{b}{a} and multiply to ca\frac{c}{a}. Both are faster than solving when the question asks only for the sum or product.


Q44Medium

Topic: An exponential equation solved by inspection

A growth model reduces to 2x=1282^{x} = 128. What is the value of xx?

F) 77

G) 6464

H) 66

J) 88

Show the worked solution

Answer: F

Explanation

Count the doublings: 2, 4, 8, 16, 32, 64, 128 — seven of them.

27=128x=72^7 = 128 \quad\Longrightarrow\quad x = 7

Why each wrong option is wrong:

  • G, 6464 — divided 128 by 2. An exponent is not a quotient.
  • H, 6626=642^6 = 64, one doubling short.
  • J, 8828=2562^8 = 256, one doubling too many.

Takeaway: with small powers, counting the multiplications is faster than any rule. Knowing the powers of 2 up to 1024 pays for itself repeatedly.


Q45Hard

Topic: An inequality from a real constraint

A delivery van weighs 1200 kg empty and each crate loaded into it weighs 45 kg. A bridge has a weight limit of 2100 kg. Which inequality gives all the numbers of crates nn the van may carry across?

A) 0n460 \le n \le 46

B) n20n \ge 20

C) 0n200 \le n \le 20

D) 0n730 \le n \le 73

Show the worked solution

Answer: C

Explanation

Total weight is the van plus the crates:

1200+45n21001200 + 45n \le 2100

Remove the van's own weight first — it is there whether or not any crates are loaded:

45n900n2045n \le 900 \quad\Longrightarrow\quad n \le 20

A count cannot be negative, so 0n200 \le n \le 20.

Why each wrong option is wrong:

  • A, 0n460 \le n \le 46 — divided 2100 by 45 without removing the van's weight, allowing 46 crates and over 3000 kg.
  • B, n20n \ge 20 — reversed the inequality, permitting exactly the loads the bridge forbids.
  • D, 0n730 \le n \le 73 — added the van's weight instead of subtracting it.

Takeaway: a fixed weight is not part of the rate. Subtract it before dividing, and check the answer against the original limit.


Q46Medium

Topic: Multiplying two binomials with coefficients

A cost model needs (3x2)(2x+5)(3x - 2)(2x + 5) written without brackets before its terms can be collected. Which expression is equivalent?

F) 6x2106 x^{2} - 10

G) 6x2+19x+106 x^{2} + 19 x + 10

H) 6x2+11x106 x^{2} + 11 x - 10

J) 6x211x106 x^{2} - 11 x - 10

Show the worked solution

Answer: H

Explanation

Four products:

3x2x=6x23x5=15x3x \cdot 2x = 6x^2 \qquad 3x \cdot 5 = 15x 22x=4x25=10-2 \cdot 2x = -4x \qquad -2 \cdot 5 = -10

Collect the middle: 15x4x=11x15x - 4x = 11x.

(3x2)(2x+5)=6x2+11x10(3x - 2)(2x + 5) = 6x^2 + 11x - 10

Check at x=1x = 1: the original is (1)(7)=7(1)(7) = 7, and 6+1110=76 + 11 - 10 = 7. ✓

Why each wrong option is wrong:

  • F, 6x2106 x^{2} - 10 — multiplied only the first terms and the last terms, missing both middle products.
  • G, 6x2+19x+106 x^{2} + 19 x + 10 — treated the 2-2 as +2+2, so both of its products came out positive.
  • J, 6x211x106 x^{2} - 11 x - 10 — sign wrong on the middle term; 15x4x15x - 4x is positive, because the larger product is the positive one.

Takeaway: four products, then collect the two middle terms. Check at x=1x = 1 — it takes five seconds and catches nearly every slip.


Q47Hard

Topic: An equation with a variable on both sides and fractions

An equation from a comparison is x2+3=x5+6\dfrac{x}{2} + 3 = \dfrac{x}{5} + 6. What is the value of xx?

A) 1010

B) 33

C) 3030

D) 103\frac{10}{3}

Show the worked solution

Answer: A

Explanation

Multiply every term by 10, the lowest common denominator of 2 and 5:

5x+30=2x+605x + 30 = 2x + 60

3x=30x=103x = 30 \quad\Longrightarrow\quad x = 10

Check: 102+3=8\frac{10}{2} + 3 = 8 and 105+6=8\frac{10}{5} + 6 = 8. ✓

Why each wrong option is wrong:

  • B, 33 — subtracted the constants and ignored the xx terms.
  • C, 3030 — reached 3x=303x = 30 and multiplied rather than divided.
  • D, 103\frac{10}{3} — divided 10 by 3 instead of 30 by 3.

Takeaway: clear all fractions in one move by multiplying every term by the lowest common denominator. Then it is an ordinary linear equation.


Q48Medium

Topic: A rational equation solved by cross-multiplying

An equation from a scaling problem is x+14=x22\dfrac{x + 1}{4} = \dfrac{x - 2}{2}. What is the value of xx?

F) 33

G) 55

H) 5-5

J) 11

Show the worked solution

Answer: G

Explanation

Cross-multiply:

2(x+1)=4(x2)2(x + 1) = 4(x - 2)

2x+2=4x82x + 2 = 4x - 8

10=2xx=510 = 2x \quad\Longrightarrow\quad x = 5

Check: 64=1.5\frac{6}{4} = 1.5 and 32=1.5\frac{3}{2} = 1.5. ✓

Why each wrong option is wrong:

  • F, 33 — multiplied out only one side.
  • H, 5-5 — a sign slip while gathering the xx terms.
  • J, 11 — copied a constant from a numerator.

Takeaway: cross-multiplying handles two fractions in one move. Expand both brackets fully before gathering.