SAT Math Hard Topics — Grade 10 Friendly Guide
Deep, readable notes grouped by topic + practice set (no answers)
How to use this guide. Start with the topics you feel weakest in. Each topic explains the idea in
plain language, the tools you need, and a step-by-step template. Use the Quick Checks under each
topic to confirm understanding. At the end, try the full practice set (mirrors hard SAT styles).
A. Algebra Foundations (Linear Equations, Inequalities & Systems)
What this means (plain language)
• Linear equations have the form ax + b = c. Solve by undoing operations in reverse (subtract,
then divide).
• Linear inequalities use the same steps, but when you multiply or divide by a negative number,
the inequality sign flips.
• Systems of linear equations can have: one solution (lines cross), no solution (parallel different
intercepts), or infinitely many (same line).
Tools you need
• Isolate x with inverse operations.
rise
• Graph meaning: slope m = run , b is the y-intercept.
• Infinite solutions test: ratios match — a1 : a2 = b1 : b2 = c1 : c2 for a1 x + b1 y = c1 and
a2 x + b2 y = c2 .
Step-by-step template
1. Put each equation in a clean form (ax + by = c).
2. For systems: choose elimination (line up x or y, add/subtract) OR substitution (solve one for
a variable, plug in).
3. Check solution in both equations. For inequalities, test a point to confirm direction.
Common mistakes
• Forgetting to flip the inequality when dividing by a negative.
• Mixing up “no solution” vs “infinite solutions” — check both slopes and intercepts.
• Dropping terms during elimination.
Worked examples (short)
• Solve 3x − 8 = 13 ⇒ 3x = 21 ⇒ x = 7.
• System with infinite solutions: 2x + 3y = 6 and 4x + 6y = 12 (second is just 2× first).
• Inequality: −2x + 5 ≥ 11 ⇒ −2x ≥ 6 ⇒ x ≤ −3 (flipped sign).
1
Quick checks
• Is the system 5x − 10y = 20 and x − 2y = 4 consistent? What kind?
• Solve −4(x − 3) ≤ 8.
B. Radicals, Exponents & Rational Expressions
What this means (plain language)
√
• Radicals: expression is only defined when the inside (radicand) ≥ 0 (for real numbers).
√ √
• Rational exponents: x1/2 = x, xm/n = n xm .
• Rational expressions: fractions with polynomials. You can only cancel common factors (not
terms).
Tools you need
√
• Domain checks: For x − a, require x − a ≥ 0 ⇒ x ≥ a.
• Use common denominators to add/subtract fractions; multiply both sides by the LCD to clear
denominators.
• Substitution trick: if you see x18 and x9 , set y = x9 to make a quadratic in y.
Step-by-step template
1. Before solving, find restrictions (denominators ̸= 0; radicands ≥ 0).
2. To solve a rational equation, multiply both sides by the LCD, then check for extraneous
solutions at the end.
3. For high powers like 12x18 + Kx9 + 27, let y = x9 and factor 12y 2 + Ky + 27.
Common mistakes
• Cancelling terms that are added (e.g., (x + 2)/x ̸= 1 + 2). Only factors cancel.
• Forgetting to check solutions against restrictions.
√ √ √
• Treating a + b as a + b (not true).
Worked examples (short)
√ 4
• Domain: f (x) = x−3+ √ requires x − 3 > 0 (also avoid 0 denominator) ⇒ x > 3.
x−3
12 12 12 bc
• Solve = + ⇒a= .
a b c b+c
• Factor: 12y 2 + 39y + 27 = (3y + 9)(4y + 3).
2
Quick checks
5
• State the domain of g(x) = √ .
x−1
3 1
• Add: + . Simplify.
x−2 x−2
C. Functions & Graphs (Domain/Range, Transformations, Piecewise)
What this means (plain language)
• A function pairs each input x with exactly one output f (x).
• Transformations: f (x − h) shifts right h; f (x) + k shifts up k; a f (x) stretches vertically by
factor a.
• Piecewise functions are defined by different formulas on different x-intervals (pay plans,
shipping costs).
Tools you need
• Use input → output tables to see patterns.
√
• Rewrite messy inputs: let t = x − a to simplify behavior.
• For piecewise cost: use max(0, t − T ) to handle “after T hours” fees.
Step-by-step template
1. Find domain (allowed x) and any discontinuities or start points.
2. Describe how the base graph moves (left/right/up/down; stretch/reflect).
3. For piecewise: write each piece carefully and test boundary values.
Common mistakes
• Mixing f (x − h) vs f (x + h). Remember: inside is opposite (x − h means right).
• Forgetting to include endpoints (≤ or <) for each piece.
√
• Ignoring domain changes after a transformation with · or denominators.
Worked examples (short)
√ √
• Shift: y = x → y = x − 4 + 2 moves right 4, up 2; domain x ≥ 4.
• Cost: A = 80 + 60 max(0, t − 1); B = 75t. Break-even by solving A = B casewise.
Quick checks
• If h(x) = |x − 3| + 1, what is the vertex and axis of symmetry?
1
• What is the domain of f (x) = ?
x−5
3
D. Quadratics (Vertex, Symmetry, Discriminant, Applications)
What this means (plain language)
• Forms: standard ax2 + bx + c; vertex a(x − h)2 + k; factored a(x − r1 )(x − r2 ).
b b c
• Vertex: h = − . Axis of symmetry is x = h. Sum of roots r1 + r2 = − ; product r1 r2 = .
2a a a
• Discriminant ∆ = b2 − 4ac: if ∆ > 0 two real roots; ∆ = 0 one real; ∆ < 0 no real.
Tools you need
• Complete the square to convert to vertex form.
p+q
• Use symmetry: if f (p) = f (q), then vertex is at x = .
2
• Projectile model: h(t) = a(t − h)2 + k; use max height and landing time to find a, k.
Step-by-step template
1. Pick the form that fits the info you have (zeros → factored; vertex → vertex form).
2. Use ∆ for “exactly one real solution” problems.
3. Substitute back to find missing coefficients or initial height.
Common mistakes
• Forgetting that a < 0 opens downward (max not min).
• Mixing sum/product of roots formulas (remember they include a).
• Using wrong time symmetry in projectile problems.
Worked examples (short)
• If f (−4) = f (8) and f (x) = −3x2 + bx + c, axis at x = 2 ⇒ h = 2 ⇒ b = −2ah = −2(−3)(2) =
12.
• One real solution: 2rx2 − 5sx + 8r = 0 with rs = 160 ⇒ ∆ = 0.
Quick checks
• Convert y = x2 + 6x + 2 to vertex form and state the vertex.
• If a quadratic has one real root, what is true about b2 − 4ac?
E. Exponential Functions (Growth/Decay, Percent Language, Asymptotes)
What this means (plain language)
• Exponential: f (t) = A bt with b > 1 growth, 0 < b < 1 decay. Horizontal asymptote at y = 0
unless shifted by +k.
4
• Percent language: “p% more than B” means A = B (1 + p/100). “B is q% of C” means
B = (q/100) C.
• A “700% increase” means final is 8× initial (original + 7 originals).
Tools you need
• Rewrite months/years carefully; convert at the end.
• To reach a target factor F : solve bt = F (logs or matching bases).
• For 0 < b < 1, f decreases as x increases; adding +k shifts asymptote to y = k.
Step-by-step template
1. Translate the wording to multiplication factors (stack them in order).
2. Set up equation for time to reach a factor.
3. Sketch to see behavior and asymptote.
Common mistakes
• Treating +700% as ×7 instead of ×8.
• Mixing months and years mid-problem.
• Thinking decay functions have maxima at large x — they tend to the asymptote.
Worked examples (short)
• Chain percent: If A is 540% more than B and B is 0.02% of C, then A = 6.4 · 0.0002 C =
0.00128 C = 0.128% of C.
• Asymptote: y = b + k x with 0 < k < 1 tends to y = b as x → ∞.
Quick checks
• What factor is a 35% decrease?
• If f (t) = 100 (1.05)t , is it growth or decay and what’s the asymptote?
F. Geometry — Triangles, Similarity & Right-Triangle Trig
What this means (plain language)
• Similar triangles have equal angles and proportional sides.
√
• Right triangles: Pythagorean theorem a2 + b2 = c2 ; special 30–60–90: sides k, k 3, 2k.
opp adj opp
• Trig in right triangles: sin = , cos = , tan = ; cos θ = sin(90◦ − θ).
hyp hyp adj
5
Tools you need
• Altitude to hypotenuse creates two smaller triangles similar to the original.
• Leg2 = hypotenuse × projection of that leg; altitude2 = (projection 1)(projection 2).
• Use angle complements on a right triangle to relate sin and cos.
Step-by-step template
1. Mark known angles/sides, write similarity ratios, and solve the simplest proportion.
2. For altitude problems, label projections and apply geometric mean relations.
3. Translate trig statements into side ratios using a sketch.
Common mistakes
• Using the wrong triangle for ratios in similar-triangle setups.
• Forgetting which side is opposite/adjacent to the angle.
• Confusing altitude with angle bisector — only special cases coincide.
Worked examples (short)
• If ∠ABD = 60◦ in a right △ABC, you can often use 30–60–90 ratios to get segment lengths
on AC.
• cos(∠ABD) = sin(∠DBC) if those angles are complementary inside a right triangle.
Quick checks
• In a 30–60–90 triangle with short leg 5, find the other two sides.
• If tan θ = 3/4, give legs of a matching right triangle (small integers).
G. Circles (Equations, Tangents, Arcs)
What this means (plain language)
• Circle in the plane: (x − h)2 + (y − k)2 = r2 has center (h, k) and radius r.
• Completing the square converts x2 + Bx + y 2 + Cy = R to circle form.
• A tangent line is perpendicular to the radius at the point of tangency.
Tools you need
• Slope condition: (slope of radius)×(slope of tangent)= −1.
• Inscribed angle = half the central angle over the same arc. Arc length s = (θ/360◦ ) (2πr)
where θ is central angle.
• Use a system with the circle equation and the tangent line to find the tangency point.
6
Step-by-step template
1. Complete the square to find the center and radius.
2. Write slope equations for radius and tangent and solve simultaneously with the circle equation.
3. For arc problems, decide if the given angle is inscribed or central.
Common mistakes
• Using the inscribed angle directly for arc length (need central angle = 2× inscribed).
• Forgetting perpendicular slopes multiply to −1.
• Sign errors when completing the square.
Worked examples (short)
• x2 + 6x + y 2 + 2y = 15 ⇒ (x + 3)2 + (y + 1)2 = 25 ⇒ center (−3, −1), radius 5.
• Inscribed 15◦ ⇒ central 30◦ ; if r = 42, arc length = (30/360) · 2π · 42 = 7π.
Quick checks
• Find center and radius of x2 − 8x + y 2 + 4y = 12.
• If a tangent slope is −2 at (a, b), what must be the slope of the radius?
H. Solid Geometry & Units (Similarity, Surface Area/Volume, Conversions)
What this means (plain language)
• If all lengths scale by k, areas scale by k 2 and volumes by k 3 .
• Square pyramid: V = (1/3)s2 h; lateral area = 2sℓ; total surface area = s2 + 2sℓ.
• Unit conversions with squared time (e.g., h2 to min2 ) require squaring the conversion factor.
Tools you need
• Find k from a pair of corresponding lengths and apply k 3 to get volume.
• Use right triangle relation for slant height: ℓ2 = h2 + (s/2)2 .
• Conversion chain: km → m (×1000), h2 → min2 (×602 ).
Step-by-step template
1. Identify the scaling factor first.
2. Compute ℓ or h using Pythagorean relationships, then plug into formulas.
3. Write the unit conversion as a product of fractions and cancel units.
7
Common mistakes
• Using k 2 instead of k 3 for volumes.
• Forgetting to square the 60 when converting h2 to min2 .
• Mixing slant height with vertical height.
Worked examples (short)
• Heights 6 → 15 gives k = 2.5 so V scales by 15.625.
• With ℓ = 13 and s = 10, h = 12 (5–12–13 triangle). SA = 100 + 2 · 10 · 13 = 360.
Quick checks
• Convert 54 km/h2 to m/min2 .
• If a cube’s edge doubles, what happens to volume?
I. Polynomial Behavior (Multiplicity & Signs)
What this means (plain language)
• A repeated (even-multiplicity) root touches the x-axis and turns around (no sign change).
• An odd-multiplicity root crosses the axis (sign changes).
• Leading coefficient controls end behavior (positive ⇒ up on right; negative ⇒ down on right).
Tools you need
• Build a sign chart using roots and multiplicities.
• Account for any overall negative factor that flips signs across the whole function.
• Order the roots on the number line and test intervals.
Step-by-step template
1. List roots with multiplicities and sort them.
2. Start from +∞ (or −∞) using the leading coefficient to set the initial sign.
3. Flip sign at each simple root; keep sign at even multiplicity roots.
Common mistakes
• Forgetting that even multiplicity doesn’t flip sign.
• Ignoring an overall negative sign in front of the polynomial.
• Not ordering roots correctly on the number line.
8
Worked examples (short)
• f (x) = −(x + a)2 (x − b)(x − c) with a, b, c > 0: no sign change at x = −a; flips at x = b and
x = c; overall negative leads to f (x) < 0 for large x.
Quick checks
• Does (x − 2)2 cause a sign change at x = 2? Why or why not?
• If leading coefficient is negative, what is f (x) as x → +∞?
J. Data & Statistics (Mean/Median/SD, Transformations, Margins)
What this means (plain language)
• Mean = average; median = middle value; standard deviation (SD) measures spread.
• Multiplying all data by c multiplies mean and median by c, SD by |c|, and range by |c|.
• A poll result p̂ ± m means the true proportion is likely in [p̂ − m, p̂ + m] for that population.
Tools you need
• Re-building a dataset from a frequency table: list each value the given number of times.
• When subsets are chosen (e.g., top half), totals must add up to the original sum.
• Larger sample sizes reduce margin of error (other things equal).
Step-by-step template
1. Compute sums carefully and track how changing some values affects subset means.
2. When scaling a dataset, apply the same factor to all summary measures accordingly.
3. Match the population (e.g., 11th graders) before generalizing.
Common mistakes
• Saying “all students” when the survey is only for one grade.
• Thinking median or SD is unaffected by negative scaling (median flips sign with c < 0).
• Forgetting that range and SD scale too.
Worked examples (short)
• If A has mean 10 and we form B by multiplying all values by −3, then meanB = −30,
medianB = −3 · medianA , SDB = 3 · SDA , rangeB = 3·rangeA .
• 60% ± 5% means [55%, 65%] for that sample’s population.
9
Quick checks
• If every value in a set doubles, what happens to SD?
• Can a sample of 20 have a smaller margin of error than a sample of 200? Why or why not?
K. Percents & Proportional Reasoning (Stacking Percents, Rate Plans)
What this means (plain language)
• “p% more than B” → multiply by (1 + p/100); “p% less” → multiply by (1 − p/100).
• Chaining percent statements is multiplying the factors in order.
• Real-world rate plans are often piecewise linear (e.g., flat fee plus hourly rate).
Tools you need
• Translate sentences into equations first before plugging numbers.
• Set two plans equal to find the break-even time.
• Use units throughout to avoid mixing hours/minutes.
Step-by-step template
1. Identify the base quantity (what the percent is “of”).
2. Multiply by each factor; never add percent numbers directly.
3. Write piecewise functions carefully and compare them in the correct interval.
Common mistakes
• Adding percents instead of multiplying factors.
• Forgetting to convert minutes ↔ hours consistently.
• Comparing plans in the wrong time interval (before or after fee threshold).
Worked examples (short)
• A = 80 + 60 max(0, t − 1), B = 75t. Break-even occurs by solving A = B for t ≥ 0; analyze
separately for t ≤ 1 and t > 1.
Quick checks
• If price increases 20% then decreases 20%, is it back to original? Explain.
• At what t do A = 50 + 40 max(0, t − 1) and B = 45t tie?
10
Full Practice Set (25) — No Answers
Try these after studying the topics above. They mirror the hard SAT styles but are graded for
Grade 10 understanding.
1. 1) Solve the system and classify the number of solutions (one/none/infinite): 3x − 6y = 12 and
x − 2y = 4.
2. 2) Solve the inequality and graph on a number line: −4(2 − x) > 8.
7
3. 3) State the domain: h(x) = √ .
x−5
3 5
4. 4) Simplify completely: − .
x−2 x−2
15 15 15
5. 5) If = + , express a in terms of b and c.
a b c
6. 6) Let y = x9 . Factor 12y 2 + Ky + 27 for some integer K (give one valid factorization and the K
you used).
7. 7) A studio charges 90 for the first hour and 50 per hour after. Another studio charges 70 per
hour. Write both cost functions and find the time when the costs are equal.
√ √
8. 8) Describe the transformation from y = x to y = x − 6 − 3. Give domain and range of the
new function.
9. 9) Convert y = x2 + 8x − 5 to vertex form and state the vertex.
10. 10) A quadratic has exactly one real solution. If the equation is px2 − 6qx + 9p = 0 with pq = 144,
what condition must hold between p and q?
11. 11) A ball reaches maximum height 180 ft at t = 2 s and lands at t = 7 s. Write a quadratic
model and find the initial height.
12. 12) Suppose N (t) = 300 (1.12)t . Is this growth or decay? What is the horizontal asymptote?
13. 13) An amount grows by 700%. How many times the original is that?
14. 14) For f (x) = k x + 5 with 0 < k < 1, explain what happens to f (x) as x → ∞ and as x → −∞.
15. 15) In a right triangle, the shorter leg is 6 and the hypotenuse is 12. Find the other leg and tan
of the angle opposite the shorter leg.
16. 16) In △ABC right at B, altitude from B meets AC at D. If AD = 3 and DC = 12, find the
altitude BD.
17. 17) Put x2 − 4x + y 2 + 10y = 7 in standard circle form and give its center and radius.
18. 18) A circle has radius 10. A tangent at point P has slope 1/2. What is the slope of the radius
OP at P ?
19. 19) A circle has circumference 40π. An inscribed angle intercepts an arc. If the inscribed angle is
25◦ , find the arc length.
20. 20) Two similar cylinders have heights 8 and 20. If the smaller has volume 50, find the larger
volume.
11
21. 21) A square pyramid has slant height 13 and base side 10. Find its total surface area.
22. 22) Convert 45 km/h2 to m/min2 .
23. 23) Sketch the sign of f (x) = −(x + 1)2 (x − 2)(x − 5) on a number line. Indicate intervals where
f (x) > 0 and f (x) < 0.
24. 24) A dataset has mean 15, median 12, and SD 4. If every value is multiplied by −3, state the
new mean, median, and SD.
25. 25) A survey of 11th graders reports 52% ± 4%. Write the interval and explain what population
this conclusion applies to.
12