Mathbench

Chapter 1 — Linear Equations and Inequalities

Algebra is the largest thing on the SAT Math section: about 35% of the questions, and the single most common instruction in the whole test is "What is the value of x?" — it appeared 32 times across the eight official practice tests. This chapter is that instruction, taken apart.

Almost every question here is a chain of the same two moves: undo what was done to the variable, in the reverse order it was done, and keep both sides equal by doing the same thing to each. If those two ideas are solid, a surprising amount of the test becomes routine.

A note about the calculator. You are allowed one on every SAT Math question, and there is a graphing calculator built into the test app. That changes the advice you will read in most books. It does not mean arithmetic stops mattering — it means the marks move to setting the problem up correctly. A calculator will happily give you a precise answer to the wrong equation. Most of the wrong options in this chapter are exactly that: a correct calculation of something the question did not ask.

Topics covered: solving linear equations · brackets and distribution · equations with fractions · variables on both sides · no solution and infinitely many solutions · translating words into equations · linear inequalities · reading a linear model


Section 1 — Undoing a Linear Equation

A linear equation is one where the variable appears by itself — no x2x^2, no x\sqrt{x}, no xx in a denominator. To solve it, strip away everything that has been done to xx, in reverse.

If the equation says 3x+5=203x + 5 = 20, then xx was multiplied by 3 and then had 5 added. Undo in reverse: subtract 5 first, then divide by 3. The order matters, and getting it backwards is the most common wrong answer in this section.


Q1Basic

Topic: Solving a two-step linear equation

A printing service charges a fixed setup fee of $5 for an order and a further $3 for each poster printed. One customer's order came to $20 in total, so the order satisfies 3x+5=203x + 5 = 20, where xx is the number of posters. What is the value of xx?

A) 203\frac{20}{3}

B) 55

C) 253\frac{25}{3}

D) 1515

Show the worked solution

Answer: B

Explanation

Two things were done to xx: it was multiplied by 3, then 5 was added. Undo them in the opposite order.

Subtract 5 from both sides:

3x+55=2053x=153x + 5 - 5 = 20 - 5 \quad\Longrightarrow\quad 3x = 15

Now divide both sides by 3:

3x3=153x=5\frac{3x}{3} = \frac{15}{3} \quad\Longrightarrow\quad x = 5

Check it, which takes three seconds: 3(5)+5=15+5=203(5) + 5 = 15 + 5 = 20. ✓

Why each wrong option is wrong:

  • A, 203\frac{20}{3} — divided by 3 first and ignored the +5+5 entirely. This is the "wrong order" mistake: you cannot divide by 3 until the +5+5 is gone, because the 3 is multiplying only the xx, not the whole left-hand side.
  • C, 253\frac{25}{3}added 5 to both sides instead of subtracting, giving 3x=253x = 25. Undoing means doing the opposite.
  • D, 1515 — subtracted the 5 correctly to get 3x=153x = 15, then stopped and wrote down 15. It is the value of 3x3x, not of xx. Finishing the last step is worth more marks on this test than any clever trick.

Takeaway: Undo in reverse order — additions and subtractions first, multiplication and division last. Then check by substituting back; on a multiple-choice test a three-second check is nearly free.


Q2Basic

Topic: Distributing over brackets

Two workshops quote for the same job using different formulas. The first workshop's charge in dollars is 7(x2)7(x - 2) and the second's is 3x+63x + 6, where xx is the number of items ordered. If 7(x2)=3x+67(x - 2) = 3x + 6, what is the value of xx?

A) 22

B) 55

C) 2-2

D) 2020

Show the worked solution

Answer: B

Explanation

Clear the bracket first. The 7 multiplies everything inside:

7(x2)=7x147(x - 2) = 7x - 14

So the equation is 7x14=3x+67x - 14 = 3x + 6. Now gather the xx terms on one side and the numbers on the other. Subtract 3x3x from both sides:

4x14=64x - 14 = 6

Add 14 to both sides:

4x=204x = 20

Divide by 4:

x=5x = 5

Check: 7(52)=7×3=217(5 - 2) = 7 \times 3 = 21, and 3(5)+6=213(5) + 6 = 21. ✓

Why each wrong option is wrong:

  • A, 22 — distributed the 7 to the xx but not to the 2-2, giving 7x2=3x+67x - 2 = 3x + 6. This is the single most common algebra slip on the test. The 7 sits outside the bracket, so it multiplies both terms inside.
  • C, 2-2 — moved the 14-14 across as a 14-14 instead of a +14+14. When a term crosses the equals sign its sign flips.
  • D, 2020 — did everything right down to 4x=204x = 20 and then wrote 20. The same unfinished-last-step mistake as Q1's option D, and it is deliberately offered again because it is that common.

Takeaway: The number outside a bracket multiplies every term inside it. Write the expanded form on your paper rather than doing it in your head — this one slip accounts for more lost algebra marks than any other.


Q3Medium

Topic: A linear equation containing fractions

A rod of length xx centimetres is cut into several pieces, one of which is a third of the whole rod and another a quarter of it. Those two pieces together measure 7 centimetres. If x3+x4=7\dfrac{x}{3} + \dfrac{x}{4} = 7, what is the value of xx?

A) 4949

B) 1212

C) 8484

D) 492\frac{49}{2}

Show the worked solution

Answer: B

Explanation

Add the two fractions. The lowest common denominator of 3 and 4 is 12:

x3+x4=4x12+3x12=7x12\frac{x}{3} + \frac{x}{4} = \frac{4x}{12} + \frac{3x}{12} = \frac{7x}{12}

So 7x12=7\dfrac{7x}{12} = 7. Multiply both sides by 12:

7x=847x = 84

Divide by 7:

x=12x = 12

Check: 123+124=4+3=7\frac{12}{3} + \frac{12}{4} = 4 + 3 = 7. ✓

There is a faster route worth knowing: multiply every term by 12 at the very start, and the fractions vanish before you ever add them — 4x+3x=844x + 3x = 84, so 7x=847x = 84 and x=12x = 12.

Why each wrong option is wrong:

  • A, 4949 — added the denominators, treating the sum as x7=7\frac{x}{7} = 7. Denominators are never added. 12+12\frac12 + \frac12 is 1, not 24\frac24.
  • C, 8484 — reached 7x=847x = 84 correctly, then stopped. The unfinished last step again.
  • D, 492\frac{49}{2} — added numerators and denominators, giving 2x7=7\frac{2x}{7} = 7. This is the same mistake as A wearing a different hat.

Takeaway: Multiply every term by the common denominator immediately. It turns a fraction problem into an ordinary one, and it is the step a calculator cannot do for you.


Q4Medium

Topic: Variables on both sides with brackets

If 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:

5(2x3)=10x153(x+4)+7=3x+12+7=3x+195(2x - 3) = 10x - 15 \qquad 3(x + 4) + 7 = 3x + 12 + 7 = 3x + 19

So 10x15=3x+1910x - 15 = 3x + 19. Subtract 3x3x:

7x15=197x - 15 = 19

Add 15:

7x=347x = 34

x=347x = \frac{34}{7}

An ugly fraction is not a sign you went wrong. The SAT allows a calculator and often accepts fractions, so do not "fix" a correct answer into a rounder one.

Why each wrong option is wrong:

  • A, 47\frac{4}{7} — moved the 15-15 across as a 15-15 instead of a +15+15, giving 10x=3x+191510x = 3x + 19 - 15 and so 7x=47x = 4. When a term crosses the equals sign, its sign flips.
  • B, 22 — distributed each bracket to its first term only: 10x3=3x+4+710x - 3 = 3x + 4 + 7, which solves to 7x=147x = 14. Two distribution slips in one line, and they land on a tidy whole number — which is exactly why a tidy answer is not evidence of a correct one.
  • C, 207\frac{20}{7} — subtracted the 7 instead of adding it, treating 3(x+4)+73(x+4) + 7 as 3x+1273x + 12 - 7. Read the sign in front of a term, not the sign you expect.

Takeaway: Expand every bracket before moving anything. And do not distrust an answer for being an awkward fraction — on this test, roughly a quarter of answers are typed in by hand, and fractions are accepted.


Section 2 — No Solution, or Every Solution

Some SAT questions do not want a number. They give you an equation with an unknown coefficient and tell you it has no solution or infinitely many solutions, and ask what that coefficient must be. These look strange the first time and are formulaic once you see the idea.

Strip both sides down to the form (number)x+(number)(\text{number})x + (\text{number}). Then:

The two sides are... The equation has...
Same xx coefficient, same constant infinitely many solutions — it is always true
Same xx coefficient, different constant no solution — it is never true
Different xx coefficients exactly one solution

That table is the entire topic. The reasoning behind it: if the xx terms are identical they cancel, and you are left with a statement about numbers only — either a true one (15=1515 = 15, always true) or a false one (15=1915 = 19, never true).


Q5Medium

Topic: Infinitely many solutions

The equation 3(2x+5)=ax+153(2x + 5) = ax + 15, in which aa is a constant, has infinitely many solutions. What is the value of aa?

A) 22

B) 33

C) 1515

D) 66

Show the worked solution

Answer: D

Explanation

Expand the left-hand side:

3(2x+5)=6x+153(2x + 5) = 6x + 15

So the equation reads 6x+15=ax+156x + 15 = ax + 15.

For this to be true for every value of xx, the two sides must be the same expression. The constants already match (1515 on both sides), so the xx coefficients must match too:

a=6a = 6

Sanity check with a number: put a=6a = 6 and try x=100x = 100. Left: 3(200+5)=6153(200 + 5) = 615. Right: 600+15=615600 + 15 = 615. Equal — and it would be equal for any xx you tried, which is what "infinitely many solutions" means.

Why each wrong option is wrong:

  • A, 22 — read the coefficient of xx inside the bracket and stopped there. The bracket has not been expanded yet; the 3 still has to get in.
  • B, 33 — took the number outside the bracket instead of the product of the two.
  • C, 1515 — matched the constant term rather than the xx coefficient. The constants do have to match, but they already do; aa multiplies xx.

Takeaway: "Infinitely many solutions" means the two sides are the same expression. Expand, then match the xx coefficients and the constants separately.


Q6Hard

Topic: 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?

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

Show the worked solution

Answer: 4

Explanation

Both sides are already in the form (number)x+(number)(\text{number})x + (\text{number}):

4x+9andkx34x + 9 \qquad\text{and}\qquad kx - 3

"No solution" means there is no value of xx that makes the two sides equal. That happens when the xx terms are identical — so they cancel — but the constants are not:

k=4k = 4

Then the equation becomes 4x+9=4x34x + 9 = 4x - 3. Subtract 4x4x from both sides and you are left with

9=39 = -3

which is false, no matter what xx is. So there is no solution. ✓

Note the contrast with Q5. Same setup, opposite conclusion, and the only difference is whether the constants match. Here they cannot: 939 \neq -3 regardless of kk, so matching the coefficients guarantees no solution.

This is a student-produced response — one of the seven questions per module with no options to choose from. You work out the answer and type it in. Note what that removes: you cannot test the four choices, and a blank scores the same as a wrong guess, so always enter something.

Takeaway: No solution ⇒ same xx coefficient, different constants. Infinitely many ⇒ same coefficient and same constant. Set the coefficients equal and then check what the constants are doing.


Section 3 — Turning Words into an Equation

Some questions never ask you to solve anything. They describe a situation and ask which equation represents it. The whole question is the translation.

Translate one phrase at a time, left to right, and be careful with two traps the test uses repeatedly:

  • "3 more than 8 times a number" is 8x+38x + 3, not 8(x+3)8(x + 3). The "8 times" happens first; the 3 is added to the result.
  • "5 less than xx" is x5x - 5, not 5x5 - x. The order reverses when you write it down.

Q7Basic

Topic: Translating a sentence into an equation

Three more than eight times a number xx is equal to 83. Which equation represents this situation?

A) 8x+24=838 x + 24 = 83

B) 8x+3=838 x + 3 = 83

C) 3x+8=833 x + 8 = 83

D) 8x3=838 x - 3 = 83

Show the worked solution

Answer: B

Explanation

Take the sentence in pieces:

The words The maths
eight times a number xx 8x8x
three more than [that] 8x+38x + 3
is equal to 83 8x+3=838x + 3 = 83

So the answer is 8x+3=838x + 3 = 83. (If you want to check it, solving gives 8x=808x = 80, so x=10x = 10 — and eight tens plus three really is 83.)

Why each wrong option is wrong:

  • A, 8x+24=838 x + 24 = 83 — this says "eight times three more than the number". The bracket makes the addition happen first, which reverses the order the sentence gives.
  • C, 3x+8=833 x + 8 = 83 — swapped the 3 and the 8. Reading the numbers in the order they appear in the sentence is not the same as reading the operations in order.
  • D, 8x3=838 x - 3 = 83 — "more than" means add. This option exists because under time pressure people pattern-match on "than" and reach for subtraction.

Takeaway: Translate phrase by phrase and write each piece down before joining them. "More than" adds; "less than" subtracts and reverses the order.


Q8Medium

Topic: Building an equation from a described situation

A technician charges a fixed call-out fee of $45 plus $28 for each hour worked. The technician charged $185 for one job. Which equation can be used to find hh, the number of hours worked?

A) 28h45=18528 h - 45 = 185

B) 45h+28=18545 h + 28 = 185

C) 28h+1260=18528 h + 1260 = 185

D) 28h+45=18528 h + 45 = 185

Show the worked solution

Answer: D

Explanation

Sort the two numbers by what they do:

  • $45 is fixed — it is charged once, whatever happens. It is not multiplied by anything.
  • $28 is per hour — it is multiplied by the number of hours, hh.

Total charge = hourly part + fixed part:

28h+45=18528h + 45 = 185

(Solving is not required here, but it gives 28h=14028h = 140, so h=5h = 5 hours.)

Why each wrong option is wrong:

  • B, 45h+28=18545 h + 28 = 185 — swapped the roles. This charges $45 an hour and adds a $28 fee. The words "for each hour worked" attach to 28, not 45.
  • C, 28h+1260=18528 h + 1260 = 185 — puts the fixed fee inside the bracket, so it gets multiplied by 28 as well. A fixed fee is added once, at the end.
  • A, 28h45=18528 h - 45 = 185 — subtracts the call-out fee. The technician is charging it, not discounting it.

Takeaway: In any "fixed amount plus a rate" question, find which number is multiplied by the variable and which stands alone. The word "per" or "each" marks the one that gets multiplied.


Q9Medium

Topic: Interpreting the parts of a linear model

Hana deposited a fixed amount into her bank account each month. The total in the account after tt months is modelled by f(t)=100+25tf(t) = 100 + 25t, where f(t)f(t) is in dollars. What does the 25 represent?

A) The amount in the account before any deposits

B) The amount she deposits each month

C) The number of months she saved for

D) The total amount in the account after 25 months

Show the worked solution

Answer: B

Explanation

In a linear model f(t)=b+mtf(t) = b + mt, the two numbers have fixed jobs:

  • bb, the constant — the value when t=0t = 0, the starting amount.
  • mm, the number multiplied by tt — how much the total changes per unit of tt, here per month.

The 25 is multiplied by tt, so it is the rate: $25 added each month.

Test it. After 1 month: f(1)=100+25=125f(1) = 100 + 25 = 125. After 2 months: f(2)=100+50=150f(2) = 100 + 50 = 150. The total goes up by $25 each month. That is what the 25 means.

Why each wrong option is wrong:

  • A — that is the 100, the value at t=0t = 0, before any monthly deposit.
  • Ctt is the number of months; 25 is what multiplies it. Confusing a variable with its coefficient is one of the test's favourite traps.
  • D — nothing here is "after 25 months". The 25 is a rate in dollars per month, not a count of months. Watch the units: the answer must be in dollars per month, and this option is in dollars.

Takeaway: In f(t)=b+mtf(t) = b + mt, bb is where it starts and mm is how fast it changes. When two options are close, check the units — a rate and a total cannot both be right.


Section 4 — Linear Inequalities

An inequality is solved exactly like an equation, with one extra rule:

When you multiply or divide both sides by a negative number, the inequality sign flips.

\le becomes \ge, << becomes >>. Nothing else changes. Adding or subtracting a negative number does not flip anything — only multiplying or dividing by one does.

The reason is worth seeing once. Start with something true: 2<62 < 6. Multiply both sides by 1-1: on the number line 2-2 sits to the right of 6-6, so 2>6-2 > -6. The order reversed.


Q10Basic

Topic: Solving an inequality that requires a sign flip

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?

A) x3x \leq -3

B) x3x \geq -3

C) x3x \leq 3

D) x3x \geq 3

Show the worked solution

Answer: A

Explanation

Subtract 7 from both sides. Subtraction never flips the sign:

4x12-4x \ge 12

Now divide both sides by 4-4. This is a division by a negative number, so the sign flips from \ge to \le:

x3x \le -3

Check with a number that should work: x=10x = -10 satisfies x3x \le -3. Put it in the original: 4(10)+7=40+7=47-4(-10) + 7 = 40 + 7 = 47, and 471947 \ge 19. ✓

Now check one that should fail: x=0x = 0. Then 4(0)+7=7-4(0) + 7 = 7, and 7197 \ge 19 is false. ✓ The boundary is in the right place and the inequality points the right way.

Why each wrong option is wrong:

  • B, x3x \geq -3 — the arithmetic is right and the flip was forgotten. This is the mistake this topic tests, and it is why the option is offered.
  • C, x3x \leq 3 — flipped the sign but dropped the minus on the 3. Both the sign of the inequality and the sign of the number come from that division.
  • D, x3x \geq 3 — neither the flip nor the minus sign. Substituting x=4x = 4 gives 9-9, which is not 19\ge 19, so this fails the check immediately.

Takeaway: Divide by a negative, flip the sign. Then test one number from your answer in the original inequality — it catches this mistake every time, and it takes five seconds.


Q11Medium

Topic: Writing an inequality from a constraint

A lift can carry a maximum load of 600 kilograms. A crate weighs 45 kilograms and an operator weighs 80 kilograms. Which inequality gives nn, the greatest number of crates the operator can take up in one trip?

A) 45n60045 n \leq 600

B) 45n+8060045 n + 80 \geq 600

C) 45n8060045 n - 80 \leq 600

D) 45n+8060045 n + 80 \leq 600

Show the worked solution

Answer: D

Explanation

Work out what is in the lift, then say what the limit does to it.

The load is the crates plus the operator, who rides up with them:

45n+8045n + 80

"A maximum load of 600" means the load must be 600 or less:

45n+8060045n + 80 \le 600

That is the answer. (Solving it — not asked for here — gives 45n52045n \le 520, so n11.6n \le 11.6, meaning 11 crates. You cannot take 0.6 of a crate, so the answer to that question would round down, never up, no matter what the decimal is.)

Why each wrong option is wrong:

  • A, 45n60045 n \leq 600 — forgot that the operator goes up with the crates. The sign is right and the crate weight is right, but the person standing in the lift counts towards the load. This option allows 13 crates, and 13 crates plus an operator is 665 kg.
  • B, 45n+8060045 n + 80 \geq 600 — the correct left-hand side with the sign reversed. "Maximum" means at most, so the sign is \le.
  • C, 45n8060045 n - 80 \leq 600 — subtracts the operator, as though the person reduces the load. They are standing in the lift; they add to it.

Takeaway: "Maximum", "at most", "no more than" all mean \le. "Minimum", "at least", "no fewer than" all mean \ge. Write down which one the sentence uses before you write the inequality — and when a count of physical objects comes out as a decimal, round down.


Q12Hard

Topic: An inequality with the variable on both sides

What is the least integer value of xx that satisfies 92x<4x159 - 2x < 4x - 15?

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

Show the worked solution

Answer: 5

Explanation

Gather the xx terms on the side that keeps them positive — it avoids the sign flip altogether. Add 2x2x to both sides:

9<6x159 < 6x - 15

Add 15 to both sides:

24<6x24 < 6x

Divide by 6. Six is positive, so nothing flips:

4<x4 < x

So xx is strictly greater than 4. The question asks for the least integer, and the inequality is strict — x=4x = 4 does not satisfy it, because 4<44 < 4 is false. The least integer greater than 4 is

x=5x = 5

Check both sides of the boundary. At x=5x = 5: left is 910=19 - 10 = -1, right is 2015=520 - 15 = 5, and 1<5-1 < 5. ✓ At x=4x = 4: left is 11, right is 11, and 1<11 < 1 is false. ✓ So 5 is the first integer that works.

Two things this question is testing at once, and you need both:

  1. Solving the inequality without a sign error.
  2. Noticing that strict (<<) excludes the boundary, so the answer is the next integer up, not 4.

Takeaway: Move the variable to the side that keeps its coefficient positive and you never have to flip anything. Then read the sign again: << excludes the boundary value, \le includes it — and that difference is usually the whole question.


Q13Hard

Topic: An inequality where the bracket hides a sign

A control system holds only while the quantity 3(x4)-3(x - 4) stays strictly greater than 2x+12x + 1, where xx is an input the operator can vary. Which of the following gives all values of xx for which 3(x4)>2x+1-3(x - 4) > 2x + 1?

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

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

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

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

Show the worked solution

Answer: A

Explanation

Expand the bracket. The 3-3 multiplies both terms, and 3×4=+12-3 \times -4 = +12:

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

That plus sign is the whole question. Now move the xx terms to the side that keeps them positive — add 3x3x to both sides:

12>5x+112 > 5x + 1

Subtract 1:

11>5x11 > 5x

Divide by 5, which is positive, so nothing flips:

115>xthat isx<115\frac{11}{5} > x \qquad\text{that is}\qquad x < \frac{11}{5}

Check a value that should work, x=0x = 0: left is 3(4)=12-3(-4) = 12, right is 11, and 12>112 > 1. ✓ Check one that should not, x=3x = 3: left is 3(1)=3-3(-1) = 3, right is 77, and 3>73 > 7 is false. ✓

Why each wrong option is wrong:

  • B, x>115x > \frac{11}{5} — right boundary, wrong direction. This comes from gathering the xx terms on the left instead, getting 5x>11-5x > -11, and then dividing by 5-5 without flipping.
  • C, x<135x < - \frac{13}{5} — distributed 3(x4)-3(x-4) as 3x12-3x - 12. Multiplying two negatives gives a positive, so the 1212 is positive.
  • D, x>135x > - \frac{13}{5} — both mistakes at once. Substituting x=0x = 0, which satisfies this option, gives 12>112 > 1 — true, so this option is not obviously wrong from one test. Test the boundary, not a convenient number.

Takeaway: 3×4=+12-3 \times -4 = +12. When a negative multiplies a bracket, write the expansion down rather than doing it in your head, then move the variable to whichever side keeps it positive.


Section 5 — Rearranging, and Reading a Model

Two things get asked constantly and neither requires you to find a number.

Rearranging — "solve for xx in terms of yy" means get xx alone on one side. The other letters just come along for the ride; treat them exactly like numbers.

Reading a model — you are given a formula describing a situation and asked what one of its numbers means. The answer is always about the units.


Q14Medium

Topic: Solving for one variable in terms of another

A budget is described by the equation 4x3y=124x - 3y = 12, where xx and yy are two quantities being planned. Which of the following expresses xx in terms of yy?

A) 3y43\frac{3 y}{4} - 3

B) 33y43 - \frac{3 y}{4}

C) 3y+123 y + 12

D) 3y4+3\frac{3 y}{4} + 3

Show the worked solution

Answer: D

Explanation

Get the xx term on its own. The 3y-3y moves across and becomes +3y+3y:

4x=3y+124x = 3y + 12

Now divide everything on the right by 4:

x=3y+124x = \frac{3y + 12}{4}

Check it by picking a value. Let y=4y = 4. The original says 4x12=124x - 12 = 12, so 4x=244x = 24 and x=6x = 6. The answer gives 12+124=6\frac{12 + 12}{4} = 6. ✓

That substitution trick is worth having: it turns a question in letters into a question in numbers, and it works on every option.

Why each wrong option is wrong:

  • A, 3y43\frac{3 y}{4} - 3 — moved the 1212 across as if it needed a sign change. It was already on the right-hand side; nothing moved, so nothing flips.
  • B, 33y43 - \frac{3 y}{4} — moved the 3y-3y across but kept it negative. A term that crosses the equals sign changes sign.
  • C, 3y+123 y + 12 — divided nothing by 4. Test it with y=4y = 4: it gives 24, not 6.

Takeaway: Treat the other letters exactly as you would treat numbers. Then check by substituting one convenient value into both the original and your answer — it catches every sign slip.


Q15Medium

Topic: Consecutive integers

Three seats in a row of a theatre are numbered consecutively, and the three numbers add up to 84. What is the largest of the three?

A) 2727

B) 2828

C) 2929

D) 4242

Show the worked solution

Answer: C

Explanation

"Consecutive" means each is one more than the last. Call the smallest nn; then the three are nn, n+1n+1 and n+2n+2. Their sum:

n+(n+1)+(n+2)=3n+3n + (n + 1) + (n + 2) = 3n + 3

Set that equal to 84:

3n+3=843n=81n=273n + 3 = 84 \quad\Longrightarrow\quad 3n = 81 \quad\Longrightarrow\quad n = 27

So the three integers are 27,28,2927, 28, 29, and the largest is 2929.

Check: 27+28+29=8427 + 28 + 29 = 84. ✓

Why each wrong option is wrong:

  • A, 2727 — the smallest, not the largest. Everything was solved correctly and the last line of the question was not read.
  • B, 2828 — the middle one. Worth noticing that the middle of three consecutive integers is always the sum divided by 3, which is a genuinely useful shortcut: 84÷3=2884 \div 3 = 28, so the three are 27,28,2927, 28, 29 immediately.
  • D, 4242 — halved 84. There are three numbers, not two.

Takeaway: With three consecutive integers, the middle one is the sum divided by 3 — that gets you there in one step. Then read the last line again and check which of the three the question wanted.


Q16Medium

Topic: What a coefficient means in a model

A tank holds 400 litres of water and is being drained at a constant 15 litres per minute. Which function gives VV, the number of litres left after tt minutes?

A) 15t+40015 t + 400

B) 40015t400 - 15 t

C) 15t40015 t - 400

D) 15400t15 - 400 t

Show the worked solution

Answer: B

Explanation

Sort the two numbers by the job they do:

  • 400 is the amount at the start, before any time passes. It stands alone.
  • 15 is a rate — litres per minute — so it is multiplied by tt.

The water is being removed, so the 15 per minute is subtracted:

V=40015tV = 400 - 15t

Check at a couple of times. At t=0t = 0: V=400V = 400, the tank is full. ✓ At t=10t = 10: V=400150=250V = 400 - 150 = 250 litres. ✓

Why each wrong option is wrong:

  • A, 15t+40015 t + 400 — this fills the tank rather than draining it. After ten minutes it claims 550 litres, in a tank that holds 400.
  • C, 15t40015 t - 400 — the right two numbers, subtracted the wrong way round. At t=0t = 0 it gives 400-400 litres, which is not a quantity of water.
  • D, 15400t15 - 400 t — swapped the roles, so it starts with 15 litres and drains 400 a minute. Checking t=0t = 0 eliminates this in two seconds.

Takeaway: In any "starts at, changes by" model, the standalone number is the starting value and the number multiplied by the variable is the rate. Then substitute t=0t = 0: it instantly kills every option with the two swapped.


Q17Hard

Topic: Building and solving in one question

A phone plan charges a fixed $18 a month plus $0.06 for each text message. In one month the bill was $33.60. How many text messages were sent?

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

Show the worked solution

Answer: 260

Explanation

Let mm be the number of messages. The bill is the fixed part plus the message part:

18+0.06m=33.6018 + 0.06m = 33.60

Subtract the fixed charge:

0.06m=15.600.06m = 15.60

Divide:

m=15.600.06=260m = \frac{15.60}{0.06} = 260

Check: 260×0.06=15.60260 \times 0.06 = 15.60, and 15.60+18=33.6015.60 + 18 = 33.60. ✓

A word about the division, since a calculator is allowed and people still get this one wrong. 15.60÷0.0615.60 \div 0.06 is not 2.62.6. Multiply both numbers by 100 first — 1560÷6=2601560 \div 6 = 260 — and the decimal stops being frightening. If your answer to a "how many messages" question comes out as 2.6, the size of it is telling you something is wrong.

This is a grid-in. Enter 260. Not 260 messages, not $260.

Takeaway: Subtract the fixed charge before dividing, and sanity-check the size of your answer against the situation. A phone bill of $33.60 buying 2.6 text messages should stop you immediately.


Section 6 — Absolute Value

x|x| means how far xx is from zero, ignoring direction. So 5=5|5| = 5 and 5=5|-5| = 5. Distance is never negative.

That one idea drives everything here. x3=7|x - 3| = 7 says "xx is 7 away from 3", and there are always two places 7 away from 3: one above and one below. This is why absolute-value equations usually have two answers, and why forgetting the second one is the mistake the test is looking for.

The method. To solve something=k|\text{something}| = k where kk is positive, write two equations and solve each:

something=kandsomething=k\text{something} = k \qquad\text{and}\qquad \text{something} = -k

Two warnings worth having in advance:

  • something=k|\text{something}| = k has no solution when kk is negative. Nothing is 4-4 units away from anywhere.
  • Isolate the bars first. In 2x1+3=112|x - 1| + 3 = 11, subtract the 3 and divide by the 2 before splitting into two cases.

Q18Basic

Topic: Both solutions of an absolute-value equation

A reading xx lies exactly 7 units away from the target value 3 on a number line. If x3=7|x - 3| = 7, what is the sum of all possible values of xx?

A) 1010

B) 66

C) 1414

D) 4-4

Show the worked solution

Answer: B

Explanation

x3=7|x - 3| = 7 says xx sits 7 away from 3. Split it into the two cases:

x3=7x=10x - 3 = 7 \quad\Longrightarrow\quad x = 10 x3=7x=4x - 3 = -7 \quad\Longrightarrow\quad x = -4

Check both. 103=7=7|10 - 3| = |7| = 7 ✓. 43=7=7|-4 - 3| = |-7| = 7 ✓. Both work, which is the point — there are genuinely two answers.

The question asks for their sum:

10+(4)=610 + (-4) = 6

Why each wrong option is wrong:

  • A, 1010 — solved only the first case and stopped. This is the mistake the whole question exists to catch: the bars always give you two cases.
  • C, 1414 — treated the answers as +7+7 and 7-7 and added the sizes. The 7 is the distance, not either answer; you still have to undo the 3-3.
  • D, 4-4 — solved only the second case. The mirror image of A.

There is a shortcut worth knowing. The two solutions of xa=k|x - a| = k are always a+ka + k and aka - k, so they are symmetric about aa — and their sum is always 2a2a. Here 2×3=62 \times 3 = 6, in one step and with no cases at all.

Takeaway: Absolute value gives two cases, always. And the two solutions of xa=k|x - a| = k sum to 2a2a no matter what kk is, which answers a whole family of questions instantly.


Q19Medium

Topic: The least solution of an absolute-value equation

If 2x+1=9|2x + 1| = 9, what is the least possible value of xx?

A) 5-5

B) 44

C) 4-4

D) 10-10

Show the worked solution

Answer: A

Explanation

Split into two cases. The bars come off, and the right-hand side takes each sign in turn:

2x+1=92x=8x=42x + 1 = 9 \quad\Longrightarrow\quad 2x = 8 \quad\Longrightarrow\quad x = 4 2x+1=92x=10x=52x + 1 = -9 \quad\Longrightarrow\quad 2x = -10 \quad\Longrightarrow\quad x = -5

Check the second one, since it is the one being asked for: 2(5)+1=10+1=9=9|2(-5) + 1| = |-10 + 1| = |-9| = 9

The two solutions are 44 and 5-5, and the least is 5-5.

Why each wrong option is wrong:

  • B, 44 — the greatest solution. Both cases were solved correctly and the last line of the question was not read. On a test this well-behaved, that is the most expensive habit there is.
  • C, 4-4 — in the second case, moved the +1+1 across without changing its sign: 2x=9+12x = -9 + 1 instead of 91-9 - 1.
  • D, 10-10 — got to 2x=102x = -10 and wrote down 10-10. The unfinished last step.

Takeaway: Solve both cases, then go back and read whether the question wants the greatest, the least, the sum, or the product. The maths is usually the easy half.


Q20Medium

Topic: Isolating the bars before splitting

A component's measurement xx satisfies 2x1+3=112|x - 1| + 3 = 11. What is the greatest possible value of xx?

A) 44

B) 99

C) 72\frac{7}{2}

D) 55

Show the worked solution

Answer: D

Explanation

The bars are wrapped in other operations, so undo those first. Do not split into cases while there is still a ×2\times 2 and a +3+3 attached.

Subtract 3:

2x1=82|x - 1| = 8

Divide by 2:

x1=4|x - 1| = 4

Now split:

x1=4x=5x - 1 = 4 \quad\Longrightarrow\quad x = 5 x1=4x=3x - 1 = -4 \quad\Longrightarrow\quad x = -3

The greatest is x=5x = 5. Check: 251+3=2(4)+3=112|5 - 1| + 3 = 2(4) + 3 = 11

Why each wrong option is wrong:

  • A, 44 — reached x1=4|x - 1| = 4 and stopped. That is the distance from 1, not the value of xx; the 1-1 still has to be undone.
  • B, 99 — subtracted the 3 but never divided by 2, so the working used x1=8|x - 1| = 8 instead of 4. Both operations outside the bars have to come off.
  • C, 72\frac{7}{2} — divided by 2 before subtracting the 3, so the 3 got halved too, giving x1+3=112|x - 1| + 3 = \frac{11}{2}. Undo additions before multiplications, exactly as in Section 1.

Takeaway: Get the absolute value alone on one side before you split into cases. Everything outside the bars is undone first, in the usual reverse order.


Q21Hard

Topic: An absolute-value equation with no solution

In the equation 4x7=k2|4x - 7| = k - 2, the constant kk is chosen by the person setting the question. For which value of kk does the equation have no solution?

A) 11

B) 22

C) 55

D) 99

Show the worked solution

Answer: A

Explanation

Everything turns on one fact: an absolute value is never negative. 4x7|4x - 7| is a distance, so whatever xx is, the left-hand side is zero or more.

So the equation has no solution exactly when the right-hand side is negative:

k2<0k<2k - 2 < 0 \quad\Longrightarrow\quad k < 2

Of the options, only k=1k = 1 satisfies that. With k=1k = 1 the equation reads 4x7=1|4x - 7| = -1, and nothing is 1-1 units away from anything.

It is worth seeing the full picture, because the test asks about all three cases:

k2k - 2 Number of solutions
negative none
zero exactly one — where 4x7=04x - 7 = 0
positive two

Why each wrong option is wrong:

  • B, 22 — gives 4x7=0|4x - 7| = 0, which has exactly one solution, x=74x = \frac{7}{4}. One is not none, and this is the option that catches people who half-remember the rule.
  • C, 55 — gives 4x7=3|4x - 7| = 3: two solutions.
  • D, 99 — gives 4x7=7|4x - 7| = 7: two solutions.

Takeaway: An absolute value is never negative. Negative right-hand side means no solution; zero means exactly one; positive means two. The zero case is the one the test uses to separate people who know the rule from people who nearly do.


Section 7 — Ranges and Compound Inequalities

Two inequalities at once describe a range. 2<x<82 < x < 8 says xx is bigger than 2 and smaller than 8.

The method. Whatever you do, do it to all three parts:

1<x+4<93<x<51 < x + 4 < 9 \quad\Longrightarrow\quad -3 < x < 5

(subtract 4 from each part). And the flip rule still applies: multiplying or dividing all three parts by a negative reverses both signs.

Absolute value gives ranges too, and there are exactly two shapes:

Statement Means Picture
xa<k\lvert x - a\rvert < k within kk of aa one interval, ak<x<a+ka - k < x < a + k
xa>k\lvert x - a\rvert > k further than kk from aa two pieces, going outwards

The first is "less than, and it's between". The second is "greater than, and it's outside". Mixing those two up is most of what goes wrong here.


Q22Medium

Topic: Solving a three-part inequality

A process is running 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?

A) 3<x<3-3 < x < 3

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

C) 9<x3-9 < x \le 3

D) 3x<3-3 \le x < 3

Show the worked solution

Answer: B

Explanation

A three-part inequality is solved by doing the same thing to all three parts at once. Start with

5<3x+413-5 < 3x + 4 \le 13

Subtract 4 from every part:

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

Divide every part by 3. Three is positive, so no sign flips:

3<x3-3 < x \le 3

Notice that the two ends are different. The left stayed strict (<<), the right stayed inclusive (\le) — each end keeps whatever sign it started with. That asymmetry is the whole question, and it is why three of the four options have the right numbers.

Check both ends. At x=3x = 3: the middle is 3(3)+4=133(3) + 4 = 13, and 131313 \le 13 is true, so 3 is included. ✓ At x=3x = -3: the middle is 9+4=5-9 + 4 = -5, and 5<5-5 < -5 is false, so 3-3 is not included. ✓

Why each wrong option is wrong:

  • A, 3<x<3-3 < x < 3 — excluded 3 as well. But x=3x = 3 gives exactly 13, and the original allows 13.
  • C, 9<x3-9 < x \le 3 — subtracted the 4 but never divided by 3 at the lower end, so the 9-9 was left behind.
  • D, 3x<3-3 \le x < 3 — the two ends swapped. It includes 3-3, which fails, and excludes 3, which works — wrong at both ends at once.

Takeaway: Do every step to all three parts, and carry each end's sign through unchanged. When the options differ only in << versus \le, test the two endpoints in the original — it settles the question in ten seconds.


Q23Medium

Topic: An absolute value that means "within"

A machined part is acceptable when its length xx lies within 3 millimetres of the target length of 5 millimetres, in either direction. That condition is written x5<3|x - 5| < 3. Which of the following gives all values of xx for which the part is acceptable?

A) x<2x < 2 or x>8x > 8

B) 2x82 \le x \le 8

C) 2<x<82 < x < 8

D) 3<x<3-3 < x < 3

Show the worked solution

Answer: C

Explanation

Read the statement in words: x5<3|x - 5| < 3 says xx is less than 3 away from 5. Everything within 3 of 5 — so the answer is one interval, sitting around 5.

Go 3 below 5 and 3 above 5:

53=25+3=85 - 3 = 2 \qquad 5 + 3 = 8

The sign is strict (<<), so the endpoints themselves are excluded — a point exactly 3 away is not less than 3 away:

2<x<82 < x < 8

If you prefer the mechanical route, "less than" unwraps into a three-part inequality directly:

3<x5<32<x<8-3 < x - 5 < 3 \quad\Longrightarrow\quad 2 < x < 8

Check: x=5x = 5 gives 0=0<3|0| = 0 < 3 ✓. x=2x = 2 gives 3=3|-3| = 3, and 3<33 < 3 is false ✓. x=9x = 9 gives 4=4|4| = 4, not less than 3 ✓.

Why each wrong option is wrong:

  • A, x<2x < 2 or x>8x > 8 — this is the answer to x5>3|x - 5| > 3, the "further than" version. It has the right boundaries pointing the wrong way. Less than gives you the inside; greater than gives you the outside.
  • B, 2x82 \le x \le 8 — right interval, but includes the endpoints. x=2x = 2 is exactly 3 away, and the question asked for less than 3.
  • D, 3<x<3-3 < x < 3 — used the 3 as the boundaries and ignored the 5. The 3 is the distance; the 5 is where you measure from.

Takeaway: xa<k|x - a| < k is "within kk of aa" — one interval, centred on aa, reaching out kk each way. xa>k|x - a| > k is "further than kk from aa" — two pieces heading outwards. Say the statement in words before you write anything.


Q24Hard

Topic: An absolute value that means "further than"

The acceptable diameter of a machined bolt is within 0.040.04 mm of 12.0012.00 mm. A bolt whose diameter is dd millimetres is rejected. Which inequality describes dd?

A) d12<0.04|d - 12| < 0.04

B) d0.04>12|d - 0.04| > 12

C) d120.04|d - 12| \le 0.04

D) d12>0.04|d - 12| > 0.04

Show the worked solution

Answer: D

Explanation

Work out what is being asked before reaching for notation. The bolt is acceptable when its diameter is within 0.040.04 of 12.0012.00:

d120.04|d - 12| \le 0.04

But the question asks when the bolt is rejected — the opposite. A bolt is rejected when it is further than 0.040.04 from 12:

d12>0.04|d - 12| > 0.04

That is the whole question: spotting that "rejected" means you want the outside, not the inside.

Test it. A bolt at 12.0512.05 mm: 12.0512=0.05|12.05 - 12| = 0.05, and 0.05>0.040.05 > 0.04, so it is rejected ✓. A bolt at 12.0312.03: 0.03=0.03|0.03| = 0.03, not greater than 0.040.04, so it is kept ✓. A bolt at 11.9011.90: 0.10=0.10>0.04|-0.10| = 0.10 > 0.04, rejected ✓ — and notice the absolute value handles the undersized bolt without any extra work. That is exactly why the notation is used here.

Why each wrong option is wrong:

  • A, d12<0.04|d - 12| < 0.04 — describes the bolts that are accepted, not rejected. The arithmetic is right and the question was answered backwards.
  • B, d0.04>12|d - 0.04| > 12 — swapped the target and the tolerance, asking whether dd is more than 12 away from 0.040.04. Every bolt near 12 mm satisfies it, so this rejects the entire batch.
  • C, d120.04|d - 12| \le 0.04 — the accepted set again, this time including the boundary. Two ways of answering the opposite question are offered because answering the opposite question is the mistake being tested.

Takeaway: Write the condition the words give you, then check whether the question wants that set or its opposite. "Within" is \le and gives the inside; "further than", "outside tolerance" and "rejected" are >> and give the outside.


Section 8 — When You Do Not Need to Find xx

Some questions look like they want you to solve, and do not. They give you an equation and ask for the value of an expression2x+62x + 6, say, rather than xx.

You can always find xx and substitute. But often the expression is just a multiple of something you already have, and spotting that turns a two-minute question into a five-second one. The SAT sets these deliberately, and the wrong options are built from the values you pass through on the long route.


Q25Medium

Topic: Evaluating an expression rather than solving for the variable

A quantity satisfies 5x3=125x - 3 = 12, and a second quantity is defined as 10x610x - 6. What is the value of 10x610x - 6?

A) 33

B) 1515

C) 2424

D) 3030

Show the worked solution

Answer: C

Explanation

Look at the two expressions side by side before doing anything:

5x3and10x65x - 3 \qquad\text{and}\qquad 10x - 6

The second is exactly twice the first. So if 5x3=125x - 3 = 12, then

10x6=2(5x3)=2×12=2410x - 6 = 2(5x - 3) = 2 \times 12 = 24

No solving required at all.

The long way works too and is worth checking against. 5x3=125x - 3 = 12 gives 5x=155x = 15, so x=3x = 3. Then 10(3)6=306=2410(3) - 6 = 30 - 6 = 24 ✓ — same answer, more steps.

Why each wrong option is wrong:

  • A, 33 — the value of xx. Correct as far as it goes, and not what was asked. Every value you pass through on the long route is offered as an option here; that is not an accident.
  • B, 1515 — the value of 5x5x.
  • D, 3030 — the value of 10x10x, with the 6-6 forgotten at the last moment.

Takeaway: Before solving, check whether the expression you want is a simple multiple of the one you were given. Look for the doubling — it is the most common version by far. And when the options include the intermediate values, that is a sign the question is testing whether you read the last line.


Q26Medium

Topic: An identity, and what makes it one

The equation 3(x+2)=3x+k3(x + 2) = 3x + k is true for all values of xx. What is the value of kk?

A) 00

B) 22

C) 66

D) 33

Show the worked solution

Answer: C

Explanation

"True for all values of xx" means the two sides are the same expression. Expand the left:

3(x+2)=3x+63(x + 2) = 3x + 6

So the equation reads

3x+6=3x+k3x + 6 = 3x + k

The 3x3x matches on both sides already, so the constants must match too:

k=6k = 6

There is a quicker route that works on every question of this type. If it is true for all xx, it is true for the most convenient xx you can think of. Put x=0x = 0:

3(0+2)=3(0)+k6=k3(0 + 2) = 3(0) + k \quad\Longrightarrow\quad 6 = k

One line, no expanding.

Why each wrong option is wrong:

  • A, 00 — assumed everything has to cancel to 0=00 = 0. Not so: an identity needs the two sides to be equal, not zero. With k=0k = 0 the equation becomes 3x+6=3x3x + 6 = 3x, which is never true.
  • B, 22 — read the 2 from inside the bracket, before the 3 was distributed.
  • D, 33 — read the 3 from outside the bracket. kk is a constant term, and the 3 is a coefficient; they are not doing the same job.

Takeaway: "True for all xx" means the two sides are identical, so match coefficients and constants separately — or just substitute x=0x = 0, which is faster and harder to get wrong.


Q27Basic

Topic: Variables on both sides, no options

Two departments account for the same total in different ways. If 2(3x4)=5x+72(3x - 4) = 5x + 7, what is the value of xx?

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

Show the worked solution

Answer: 15

Explanation

Expand the bracket:

6x8=5x+76x - 8 = 5x + 7

Subtract 5x5x from both sides, which keeps the xx term positive:

x8=7x - 8 = 7

Add 8:

x=15x = 15

Check: 2(3×154)=2(454)=2×41=822(3 \times 15 - 4) = 2(45 - 4) = 2 \times 41 = 82, and 5×15+7=75+7=825 \times 15 + 7 = 75 + 7 = 82

This is a grid-in. Enter 15.

Notice what the check bought you here. There are no options to work backwards from, so substituting your answer into the original is the only way to catch a sign error — and it takes ten seconds. On grid-ins, always spend them.

Takeaway: With no options available, substituting your answer back into the original equation is your entire safety net. Build the habit on the easy ones so it is automatic on the hard ones.


Q28Medium

Topic: A linear equation with decimals

A meter reading is modelled by 0.4x+1.20.4x + 1.2, and on one occasion the reading came to 3.63.6. If 0.4x+1.2=3.60.4x + 1.2 = 3.6, what is the value of xx?

A) 1212

B) 66

C) 2.42.4

D) 0.960.96

Show the worked solution

Answer: B

Explanation

Decimals change nothing about the method. Subtract 1.21.2 from both sides:

0.4x=2.40.4x = 2.4

Now divide by 0.40.4:

x=2.40.4=6x = \frac{2.4}{0.4} = 6

If dividing by a decimal makes you uneasy, multiply the top and bottom by 10 first — 244=6\frac{24}{4} = 6 — which is the same number with the decimal point gone. You do have a calculator here, but knowing the answer should be a small whole number tells you instantly whether you typed it in correctly.

Check: 0.4(6)+1.2=2.4+1.2=3.60.4(6) + 1.2 = 2.4 + 1.2 = 3.6

Why each wrong option is wrong:

  • A, 1212 — added the 1.21.2 instead of subtracting it, giving 0.4x=4.80.4x = 4.8. Undoing means the opposite operation.
  • C, 2.42.4 — reached 0.4x=2.40.4x = 2.4 and wrote down 2.42.4. The unfinished last step, now wearing decimals.
  • D, 0.960.96 — multiplied by 0.40.4 rather than dividing: 2.4×0.4=0.962.4 \times 0.4 = 0.96. Worth a sanity check — if xx were less than 1, then 0.4x0.4x would be well under 11, and it needs to reach 2.42.4.

Takeaway: Treat decimals exactly as you would whole numbers, and clear the decimal point by multiplying top and bottom by 10 when a division looks awkward. Then ask whether the size of your answer makes sense.


Q29Hard

Topic: An expression built from two given equations

Two numbers xx and yy have a sum of 9 and a difference of 3. What is the value of x2y2x^2 - y^2?

A) 1212

B) 66

C) 3636

D) 2727

Show the worked solution

Answer: D

Explanation

You could solve for xx and yy — and it is worth doing once to see that it works. Adding the two equations gives 2x=122x = 12, so x=6x = 6; then y=3y = 3. And 369=2736 - 9 = 27.

But there is a much better route, and it is the one the question is built around. The difference of two squares factorises:

x2y2=(x+y)(xy)x^2 - y^2 = (x + y)(x - y)

Both of those brackets were handed to you:

x2y2=9×3=27x^2 - y^2 = 9 \times 3 = 27

One multiplication. No solving, no substitution.

This pattern is worth committing to memory because the SAT reuses it constantly: whenever you see x2y2x^2 - y^2 alongside x+yx+y and xyx-y, the question is about the factorisation and nothing else.

Why each wrong option is wrong:

  • A, 1212 — added the two given values instead of multiplying them.
  • B, 66 — subtracted them.
  • C, 3636 — found x=6x = 6 correctly and then squared only xx, forgetting the y2-y^2.

Takeaway: x2y2=(x+y)(xy)x^2 - y^2 = (x+y)(x-y), always. When a question hands you x+yx + y and xyx - y and asks for x2y2x^2 - y^2, it is testing that one identity — multiply and move on.


Section 9 — Mixed Practice

Everything above, shuffled and unlabelled, the way the real test presents it. No section heading tells you which method to reach for — deciding that is the skill being practised here.

The solutions are shorter from here on. The reasoning has been laid out in full above; what these are for is fluency and speed. Give yourself about ninety seconds a question.


Q30Medium

Topic: Brackets with variables on both sides

A supplier's charge is 4(x3)4(x - 3) dollars and a rival's is 2x+82x + 8 dollars for the same order of xx units. If 4(x3)=2x+84(x - 3) = 2x + 8, what is the value of xx?

A) 112\frac{11}{2}

B) 2-2

C) 1010

D) 2020

Show the worked solution

Answer: C

Explanation

Expand: 4x12=2x+84x - 12 = 2x + 8. Subtract 2x2x: 2x12=82x - 12 = 8. Add 12: 2x=202x = 20, so x=10x = 10. Check: 4(7)=284(7) = 28 and 2(10)+8=282(10) + 8 = 28

A did not distribute the 4 to the 3-3. B carried 12-12 across without flipping its sign. D stopped at 2x=202x = 20.

Takeaway: Distribute, gather, finish. The three wrong options here are the three places people stop or slip.


Q31Medium

Topic: A negative multiplier in an inequality

A tolerance rule requires the quantity 2(x+5)-2(x + 5) to remain at or above 4, where xx is a setting chosen by the operator. Which of the following gives all values of xx for which 2(x+5)4-2(x + 5) \ge 4?

A) x7x \le -7

B) x7x \ge -7

C) x12x \le \frac{1}{2}

D) x12x \ge \frac{1}{2}

Show the worked solution

Answer: A

Explanation

Expand: 2x104-2x - 10 \ge 4. Add 10: 2x14-2x \ge 14. Divide by 2-2 — a negative, so the sign flips: x7x \le -7. Check x=7x = -7: 2(2)=44-2(-2) = 4 \ge 4

B forgot the flip. C distributed the 2-2 to the xx but not to the 5. D made both mistakes.

Takeaway: Distribute first, then flip on dividing by a negative. Test the endpoint in the original to confirm which way it points.


Q32Medium

Topic: A negative multiplier in an equation

If 72(x4)=37 - 2(x - 4) = 3, what is the value of xx?

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

Show the worked solution

Answer: 6

Explanation

The 2-2 multiplies both terms, and 2×4=+8-2 \times -4 = +8:

72x+8=3152x=32x=12x=67 - 2x + 8 = 3 \quad\Longrightarrow\quad 15 - 2x = 3 \quad\Longrightarrow\quad 2x = 12 \quad\Longrightarrow\quad x = 6

Check: 72(64)=74=37 - 2(6 - 4) = 7 - 4 = 3

This is a grid-in. Enter 6.

Takeaway: A minus in front of a bracket changes the sign of everything inside it. Writing the expanded line out is worth the four seconds.


Q33Medium

Topic: Two conditions on two numbers

Two numbers are recorded during an experiment. Their sum is 40 and the amount by which the first exceeds the second is 8. What is the larger number?

A) 1616

B) 2424

C) 3232

D) 2020

Show the worked solution

Answer: B

Explanation

Add the two statements: (x+y)+(xy)=40+8(x + y) + (x - y) = 40 + 8, so 2x=482x = 48 and x=24x = 24. Then y=16y = 16. Check: 24+16=4024 + 16 = 40 ✓ and 2416=824 - 16 = 8

A is the smaller number. C subtracted the two given values. D halved the sum, which would be right only if the difference were zero.

Takeaway: Sum and difference given? Add the equations and the smaller variable disappears. The larger number is always sum+difference2\frac{\text{sum} + \text{difference}}{2}.


Q34Basic

Topic: A fractional coefficient

Three quarters of a length xx measures 9 centimetres, so 34x=9\dfrac{3}{4}x = 9. What is the value of xx?

A) 1212

B) 274\frac{27}{4}

C) 3636

D) 33

Show the worked solution

Answer: A

Explanation

Dividing by 34\frac34 is multiplying by 43\frac43:

x=9×43=12x = 9 \times \frac{4}{3} = 12

Check: 34×12=9\frac34 \times 12 = 9

B multiplied by 34\frac34 rather than dividing. C did only the ×4\times 4; D did only the ÷3\div 3.

Takeaway: To undo a fraction, multiply by its reciprocal — both parts of it. Doing half the job is what options C and D are for.


Q35Hard

Topic: An average constraint

A student's first three test scores are 75, 82 and 78. What is the least score the student can get on a fourth test and still have an average of at least 80 across all four?

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

Show the worked solution

Answer: 85

Explanation

An average of at least 80 over four tests means the four scores must total at least 4×80=3204 \times 80 = 320. The first three total 75+82+78=23575 + 82 + 78 = 235, so the fourth must be at least

320235=85320 - 235 = 85

Check: 75+82+78+854=3204=80\frac{75 + 82 + 78 + 85}{4} = \frac{320}{4} = 80 ✓ — exactly 80, and "at least 80" allows exactly 80, so 85 is permitted and is the least such score.

This is a grid-in. Enter 85.

Takeaway: Turn "average of at least AA over nn things" into "total of at least nAnA" straight away. Averages are much easier to reason about as totals.


Q36Basic

Topic: Substituting a known value

Two quantities are linked by the equation 2x+3y=122x + 3y = 12, and in one particular case the second quantity is known to be y=2y = 2. What is the value of xx?

A) 33

B) 66

C) 99

D) 92\frac{9}{2}

Show the worked solution

Answer: A

Explanation

Substitute y=2y = 2 first: 2x+6=122x + 6 = 12, so 2x=62x = 6 and x=3x = 3.

B is the value of 2x2x. C and D both subtracted 3 rather than 3y=63y = 6 — C then stopped, D finished.

Takeaway: Substitute the known value before doing anything else, and be careful that 3y3y is 6 here, not 3.


Q37Medium

Topic: Expanding and collecting two brackets

Which expression is equivalent to 5(2x3)2(x+4)5(2x - 3) - 2(x + 4)?

A) 8x238 x - 23

B) 8x78 x - 7

C) 12x2312 x - 23

D) 8x+238 x + 23

Show the worked solution

Answer: A

Explanation

5(2x3)=10x152(x+4)=2x85(2x - 3) = 10x - 15 \qquad -2(x + 4) = -2x - 8

Collect: 10x2x=8x10x - 2x = 8x and 158=23-15 - 8 = -23, giving 8x238x - 23.

B left the +4+4 positive. C added the second bracket instead of subtracting. D made the constant positive.

Takeaway: A minus before a bracket flips every sign inside it. Expand on one line, collect on the next, and never do both at once.


Q38Basic

Topic: An inequality with the variable behind a minus sign

A reading is acceptable only while the quantity 53x5 - 3x stays strictly below 20, where xx is an adjustable input. Which of the following gives all values of xx for which 53x<205 - 3x < 20?

A) x<5x < -5

B) x>5x > 5

C) x>5x > -5

D) x<5x < 5

Show the worked solution

Answer: C

Explanation

Subtract 5: 3x<15-3x < 15. Divide by 3-3 and flip: x>5x > -5. Check x=0x = 0: 5<205 < 20 ✓. Check x=5x = -5: 5+15=205 + 15 = 20, and 20<2020 < 20 is false ✓

A forgot the flip. B lost the minus sign. D lost both.

Takeaway: Divide by a negative, flip the sign. Then test one value from your answer and one from outside it.


Q39Medium

Topic: The product of two absolute-value solutions

A measurement xx satisfies 2x6=10|2x - 6| = 10. What is the product of all possible values of xx?

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

Show the worked solution

Answer: -16

Explanation

Split into two cases:

2x6=10x=82x6=10x=22x - 6 = 10 \Longrightarrow x = 8 \qquad 2x - 6 = -10 \Longrightarrow x = -2

Their product is 8×(2)=168 \times (-2) = -16.

This is a grid-in, and the answer is negative. Enter -16. Three characters, well inside the six the grid allows for a negative answer — the minus sign counts as one of them.

Takeaway: Solve both cases, then do what the question asked with them. And do not be alarmed by a negative grid-in answer; the grid accepts them.


Q40Medium

Topic: Solving a linear model for the input

A courier charges a fixed $25 for accepting a job and then a further $0.15 for every kilometre driven. One delivery was invoiced at $100 in total. How many kilometres was that delivery?

A) 5050

B) 7575

C) 11.2511.25

D) 500500

Show the worked solution

Answer: D

Explanation

25+0.15m=1000.15m=75m=750.15=50025 + 0.15m = 100 \quad\Longrightarrow\quad 0.15m = 75 \quad\Longrightarrow\quad m = \frac{75}{0.15} = 500

Check: 500×0.15=75500 \times 0.15 = 75, and 75+25=10075 + 25 = 100

A used 1.51.5 in place of 0.150.15. B stopped one step early. C multiplied by 0.150.15 instead of dividing.

Takeaway: Subtract the fixed charge, then divide by the rate. If the division looks awkward, scale both numbers by 100 first: 7500÷15=5007500 \div 15 = 500.