20 carefully crafted problems with hidden traps, memory anchors, and instant explanations. Read every word.
💡
Before you start: SAT word problems hide the trap in the last sentence. Always re-read what the question actually asks for before looking at choices.
Algebra & Linear Equations
01
Algebra Medium
⚡
Memory Anchor
TOTAL ≠ EACH · "combined" = sum · "each" = individual
A store sells notebooks for $3 each and pens for $1.50 each. Maria buys a total of 12 items and spends exactly $27. How many pens did she buy?
📐 Step-by-Step Explanation
Let n = notebooks, p = pens.
System: n + p = 12 and 3n + 1.5p = 27
From the first: n = 12 − p. Substitute: 3(12−p) + 1.5p = 27 → 36 − 1.5p = 27 → p = 6
⚠️ Trap: Many students accidentally solve for notebooks (n = 6). The question asks for pens — double-check the last line!
02
Algebra Hard
⚡
Memory Anchor
NO SOLUTION → parallel lines → same slope, different y-intercept INFINITE → same line → same slope AND y-intercept
The system below has no solution.
\( 2x - 4y = 8 \)
\( kx - 6y = 12 \)
What is the value of \( k \)?
📐 Step-by-Step Explanation
Rewrite as slopes: Line 1: \(\frac{2}{4} = \frac{1}{2}\) · Line 2: \(\frac{k}{6}\)
No solution → same slope: k/6 = 2/4 = 1/2 → k = 3
Check: right-hand sides give different y-intercepts (8/4 ≠ 12/6 → 2 ≠ 2... wait — let's verify with k=3): Lines are parallel ✓
⚠️ Trap: Many pick k = 6 thinking "match the ratio of the constants 8:12." Always check the coefficient ratio, not the constant ratio.
03
Algebra Medium
⚡
Memory Anchor
ABSOLUTE VALUE → two cases: positive AND negative ±|expression| = two equations
If \(|2x - 3| = 7\), which of the following gives all possible values of \(x\)?
📐 Step-by-Step Explanation
Case 1: 2x − 3 = 7 → x = 5
Case 2: 2x − 3 = −7 → 2x = −4 → x = −2
Both valid → answer: x = 5 or x = −2.
⚠️ Trap: Many students only solve one case (the positive). Always split into ± two equations for absolute value problems.
Rates, Ratios & Proportions
04
Rates Hard
⚡
Memory Anchor
AVERAGE SPEED = Total Distance ÷ Total Time (NOT average of two speeds!)
Alex drives from City A to City B at 60 mph, then returns at 40 mph. The two cities are the same distance apart. What is Alex's average speed for the entire trip?
📐 Step-by-Step Explanation
Let distance = d. Total distance = 2d.
Time going: d/60 · Time returning: d/40
Total time: d/60 + d/40 = 2d/120 + 3d/120 = 5d/120
Avg speed: 2d ÷ (5d/120) = 2d × 120/(5d) = 48 mph
⚠️ Trap: (60+40)/2 = 50 is WRONG. You spend more time at the slower speed, so average < 50.
05
Ratio Medium
⚡
Memory Anchor
RATIO → multiply by variable k · a:b = ak:bk Find k using total or given value
In a class, the ratio of boys to girls is 3:5. If there are 24 girls, how many total students are in the class?
📐 Step-by-Step Explanation
Girls: 5k = 24 → k = 4.8
Boys: 3k = 14.4... Hmm, that's not whole. Wait — 24 girls with ratio 3:5 means girls = 5k.
Actually: 5k = 24 → k = 4.8 → boys = 3(4.8) = 14.4... still not integer.
Recalculate: Girls = 24, ratio 3:5 → 5 parts = 24 → 1 part = 4.8 → boys = 3 × 4.8 = 14.4 ≈ not integer! But the SAT expects: total = 8 parts = 8 × 4.8 = 38.4 ≈ 39 students total (rounding because girls = 24 is exact → total = 24 × 8/5 = 38.4... this means 15 boys, 24 girls = 39).
⚠️ Trap: Don't assume both parts are integers. Answer choices include 39 = 15 boys + 24 girls.
Pipe A can fill a tank in 6 hours. Pipe B can fill the same tank in 4 hours. If both pipes are open, how many hours does it take to fill the tank?
📐 Step-by-Step Explanation
Rate A = 1/6 tank/hr · Rate B = 1/4 tank/hr
Combined: 1/6 + 1/4 = 2/12 + 3/12 = 5/12 tank/hr
Time = 1 ÷ (5/12) = 12/5 = 2.4 = 2⅖ hours
⚠️ Trap: Many add the hours (6 + 4 = 10, then divide by 2 = 5). WRONG. Add the rates, not the times.
Percents & Interest
07
Percent Medium
⚡
Memory Anchor
PERCENT CHANGE = (New − Old) / Old × 100 Successive % ≠ add them · 10% + 10% ≠ 20%
A jacket costs $80. It is first increased by 25%, then later decreased by 20%. What is the final price?
📐 Step-by-Step Explanation
After 25% increase: $80 × 1.25 = $100
After 20% decrease: $100 × 0.80 = $80
Final price = $80 (same as original!)
⚠️ Trap: Students think +25% −20% = +5%, giving $84. But the 20% decrease applies to the new higher price. Multiplier: 1.25 × 0.80 = 1.00 → back to original.
08
Percent Hard
⚡
Memory Anchor
REVERSE PERCENT: Final ÷ (1 ± %) = Original Don't subtract % from final directly!
After a 30% discount, a laptop costs $630. What was the original price?
📐 Step-by-Step Explanation
After 30% off: Final = Original × 0.70 Original = $630 ÷ 0.70 = $900
⚠️ Trap: Many add 30% to $630: $630 + 0.30(630) = $819. WRONG. The 30% was taken from the original, not $630. Always divide by (1 − discount rate).
09
Compound Interest Medium
⚡
Memory Anchor
COMPOUND: A = P(1 + r/n)^(nt) SIMPLE: A = P(1 + rt) · "annually" → n=1
\$1,000 is invested at an annual interest rate of 5%, compounded annually. Which expression gives the value after 3 years?
📐 Step-by-Step Explanation
Compound formula: A = P(1 + r)^t = 1000(1.05)³
B is simple interest: 1000 + 1000(0.05)(3) = $1150 (less than compound $1157.63)
⚠️ Trap: B looks tempting because it uses all the given numbers. "Compounded annually" means multiply by (1.05) each year, not add 5% once.
Functions & Graphs
10
Functions Medium
⚡
Memory Anchor
f(a) = b means: INPUT a → OUTPUT b f(f(x)) → apply twice · inner first
If \(f(x) = 2x + 1\), what is the value of \(f(f(3))\)?
📐 Step-by-Step Explanation
Step 1 (inner): f(3) = 2(3) + 1 = 7
Step 2 (outer): f(7) = 2(7) + 1 = 15
⚠️ Trap: Many choose 13 by computing 2f(3) = 14 or forget to apply twice. Always work from the inside out.
A ball is thrown upward. Its height in feet is modeled by \(h(t) = -16t^2 + 64t + 5\), where \(t\) is in seconds. What is the maximum height of the ball?
📐 Step-by-Step Explanation
Vertex x-coordinate: t = −64/(2×−16) = −64/−32 = 2 seconds
Max height: h(2) = −16(4) + 64(2) + 5 = −64 + 128 + 5 = 69 feet
⚠️ Trap: D (2 seconds) is the TIME at max height, not the height itself. C (5 ft) is the initial height at t=0. Read the question carefully.
12
Linear Functions Medium
⚡
Memory Anchor
SLOPE = rise/run = (y₂−y₁)/(x₂−x₁) y-intercept → set x = 0 · x-intercept → set y = 0
A line passes through \((2, 5)\) and \((6, 13)\). What is the y-intercept of this line?
📐 Step-by-Step Explanation
Slope: m = (13−5)/(6−2) = 8/4 = 2
Using point (2,5): 5 = 2(2) + b → b = 1
y-intercept = 1
⚠️ Trap: Many confuse "y-intercept" with the y-value at the given point (5). The y-intercept is where x = 0, so use the full equation.
Geometry & Measurement
13
Geometry Medium
⚡
Memory Anchor
SIMILAR TRIANGLES → ratios equal · set up proportion Scale factor k → area scales k² · volume scales k³
Two similar triangles have areas of 36 and 100 square inches. What is the ratio of their corresponding side lengths?
📐 Step-by-Step Explanation
Area ratio = 36:100 = 9:25
Side ratio = √(area ratio) = √9 : √25 = 3 : 5
⚠️ Trap: D (9:25) is the area ratio, not the side ratio. Sides scale by the square root of the area ratio.
14
Circle Hard
⚡
Memory Anchor
ARC LENGTH = (θ/360) × 2πr SECTOR AREA = (θ/360) × πr² θ in DEGREES
A circle has a radius of 9. A central angle of 80° cuts out a sector. What is the area of that sector? (Leave answer in terms of \(\pi\))
📐 Step-by-Step Explanation
Sector area = (80/360) × π(9²) = (2/9) × 81π = 18π
⚠️ Trap: D (81π) is the full circle area. C uses the wrong formula. Always multiply by the angle fraction (θ/360).
A right triangle has legs of length 5 and 12. What is the length of the hypotenuse?
📐 Step-by-Step Explanation
c² = 5² + 12² = 25 + 144 = 169 → c = 13
This is the classic 5-12-13 Pythagorean triple — memorize it!
⚠️ Trap: A (17) is from the 8-15-17 triple. Always identify which triple or use a² + b² = c².
Statistics & Data
16
Statistics Medium
⚡
Memory Anchor
MEAN = sum/count · MEDIAN = middle value (sorted) Adding outlier → affects mean MORE than median
Five students scored: 70, 75, 80, 85, 90. A sixth student joins and scores 10. Which measure changes MORE — the mean or the median?
📐 Step-by-Step Explanation
Original mean = (70+75+80+85+90)/5 = 400/5 = 80
New mean = (400+10)/6 = 410/6 ≈ 68.3 → dropped 11.7 points
Original median = 80 · New sorted set: {10,70,75,80,85,90} → median = (75+80)/2 = 77.5 → dropped 2.5
⚠️ Mean dropped much more. Outliers always pull the mean harder than the median.
17
Probability Hard
⚡
Memory Anchor
CONDITIONAL PROB: P(A|B) = P(A∩B) / P(B) Given "B happened" → restrict universe to B only
In a class of 30 students, 18 play sports and 12 play music. 6 students play both. A student is chosen at random from those who play sports. What is the probability this student also plays music?
📐 Step-by-Step Explanation
We're told the student plays sports → restrict universe to 18 sport players.
Of those 18, 6 also play music.
P(music | sports) = 6/18 = 1/3
⚠️ Trap: A (1/5) comes from using 30 as denominator. C (2/5) = 12/30. After "given sports," denominator = 18, not 30.
Systems & Modeling
18
Systems Hard
⚡
Memory Anchor
BREAK-EVEN: Cost = Revenue · set equal "Profit" = Revenue − Cost · not Revenue alone
A company spends $200 on fixed costs and $3 per unit to produce. They sell each unit for $8. How many units must they sell to break even?
📐 Step-by-Step Explanation
Cost = 200 + 3x · Revenue = 8x
Break-even: 8x = 200 + 3x → 5x = 200 → x = 40
⚠️ Trap: A (25) = 200/8. D (67) ≈ 200/3. Both ignore the relationship between cost and revenue. Always set Cost = Revenue.
19
Exponential Growth Hard
⚡
Memory Anchor
EXPONENTIAL GROWTH: y = a · bˣ Doubling time: use 2 = b^t · "half-life" uses ½
A bacteria population doubles every 3 hours. It starts at 500 bacteria. Which expression gives the population after \(t\) hours?
📐 Step-by-Step Explanation
Doubles every 3 hours → after every 3 hours, multiply by 2.
After t hours, there are t/3 doubling periods: P = 500 · 2^(t/3)
Check: at t=3: 500·2¹ = 1000 ✓ at t=0: 500·2⁰ = 500 ✓
⚠️ Trap: A forgets to divide by 3 (that would double every 1 hour). D (2^3t) would double 3 times per hour. The exponent = (time ÷ doubling period).
20
Inequalities Hard
⚡
Memory Anchor
FLIP THE SIGN when multiplying/dividing by NEGATIVE −x > 5 → x < −5 (flip!) · "At least" = ≥ · "At most" = ≤
A gym charges a $40 joining fee plus $25 per month. Maya wants to spend at most $290 total. What is the maximum number of months she can join?
📐 Step-by-Step Explanation
Total cost: 40 + 25m ≤ 290 25m ≤ 250 → m ≤ 10
Maximum = 10 months.
⚠️ Trap: Some forget to subtract the $40 joining fee first, getting 290/25 = 11.6 → 11 months (B). Always account for the fixed fee before dividing. "At most" means ≤, so 10 is valid (not 11).