Each question is reverse-engineered from the solution up — every answer choice targets a specific common error. Master these patterns and you master the SAT Math section.
Linear & SystemsQuadraticsPolynomialsFunctionsStatisticsGeometryTrigonometryProbabilityExponentialsComplex Numbers
The function f(x) = 2x² − 8x + 5 has a minimum value. What is that minimum value?
Step 1: Find the x-coordinate of the vertex: x = −b/(2a) = −(−8)/(2·2) = 8/4 = 2 Step 2: Substitute back: f(2) = 2(4) − 8(2) + 5 = 8 − 16 + 5 = −3 Answer: −3
Example B — Systems of Equations
If 3x + 2y = 16 and x − y = 1, what is the value of x + y?
Step 1: From x − y = 1, write x = y + 1. Step 2: Substitute: 3(y+1) + 2y = 16 → 5y = 13 → y = 13/5. Then x = 1 + 13/5 = 18/5. Step 3: x + y = 18/5 + 13/5 = 31/5 = 6.2
Example C — Exponential Growth
A population doubles every 3 years. If the initial population is 500, what is the population after 9 years?
Formula: P = 500 · 2^(t/3), where t = 9 years. P = 500 · 2^(9/3) = 500 · 2³ = 500 · 8 = 4,000
Practice Questions Hard Level · SAT Style
1
Linear Equations · Slope & Intercepts
Hard
Line \(\ell\) passes through the points \((2,\,1)\) and \((6,\,9)\). Line \(m\) is perpendicular to \(\ell\) and passes through \((4,\,3)\). What is the \(y\)-intercept of line \(m\)?
✦ Full Explanation
1
Slope of \(\ell\): \(m_\ell = \dfrac{9-1}{6-2} = \dfrac{8}{4} = 2\)
2
Slope of \(m\) (perpendicular): \(m_m = -\dfrac{1}{2}\)
For what value of \(c\) does the equation \(x^2 - 6x + c = 0\) have exactly one real solution?
✦ Full Explanation
1
For exactly one real solution, the discriminant \(D = b^2 - 4ac = 0\).
2
Here \(a=1,\, b=-6,\, c=c\): \((-6)^2 - 4(1)(c) = 0\)
3
\(36 - 4c = 0 \Rightarrow c = 9\)
Correct Answer: D — 9
5
Polynomials · Remainder Theorem
Hard
When the polynomial \(p(x) = x^3 - 4x^2 + 3x + k\) is divided by \((x - 2)\), the remainder is 5. What is the value of \(k\)?
✦ Full Explanation
1
By the Remainder Theorem, the remainder when dividing by \((x-2)\) equals \(p(2)\).
2
\(p(2) = 8 - 16 + 6 + k = -2 + k\)
3
Set equal to remainder: \(-2 + k = 5 \Rightarrow k = 7\)
Correct Answer: C — 7
6
Rational Expressions · Undefined Values
Hard
For what value(s) of \(x\) is the expression \(\dfrac{x^2 - 9}{x^2 - x - 6}\) undefined?
✦ Full Explanation
1
The expression is undefined when the denominator equals zero.
2
Factor denominator: \(x^2 - x - 6 = (x-3)(x+2)\)
3
Set each factor to zero: \(x = 3\) or \(x = -2\).
4
Note: even though the numerator also has a factor \((x-3)\), which cancels, the original expression is still undefined at \(x=3\) because we cannot divide by zero in the original form.
Correct Answer: B — x = 3 and x = −2
7
Exponents & Radicals · Simplification
Hard
If \(x > 0\), which expression is equivalent to \(\dfrac{x^{5/3}}{x^{2/3}}\)?
✦ Full Explanation
1
When dividing with the same base, subtract the exponents: \(\dfrac{x^{5/3}}{x^{2/3}} = x^{5/3 - 2/3}\)
2
\(x^{5/3 - 2/3} = x^{3/3} = x^1 = x\)
Correct Answer: A — x
8
Functions · Composition
Hard
If \(f(x) = 2x + 1\) and \(g(x) = x^2 - 3\), what is the value of \(f(g(3))\)?
Both solutions are valid: \(x = 5\) and \(x = 1\). That is 2 distinct solutions.
Correct Answer: C — 2
10
Inequalities · Linear Systems
Hard
Which of the following points \((x, y)\) satisfies the system of inequalities below?
\[y < 2x + 3\]
\[y \geq -x + 1\]
✦ Full Explanation
1
Test \((2,1)\): Is \(1 < 2(2)+3 = 7\)? Yes ✓. Is \(1 \geq -2+1 = -1\)? Yes ✓. Both satisfied.
2
Verify others fail: \((0,4)\): \(4 < 3\)? No ✗. \((-1,2)\): \(2 < 1\)? No ✗. \((1,5)\): \(5 < 5\)? No ✗.
Correct Answer: C — (2, 1)
11
Statistics · Mean & Median
Hard
The five values 3, 7, 12, \(x\), and 18 have a mean of 10. What is the median of the five values?
✦ Full Explanation
1
Mean = 10, so sum = \(10 \times 5 = 50\).
2
\(3 + 7 + 12 + x + 18 = 50 \Rightarrow 40 + x = 50 \Rightarrow x = 10\)
3
Sorted values: \(3, 7, 10, 12, 18\). The middle (3rd) value is the median: \(\mathbf{10}\).
Correct Answer: B — 10
12
Data Analysis · Percentages & Ratios
Hard
A store reduces the price of a jacket by 20%, then later reduces the new price by 25%. What is the total percentage reduction from the original price?
✦ Full Explanation
1
Let original price = \(P\). After 20% off: \(0.80P\).
2
After 25% off the new price: \(0.80P \times 0.75 = 0.60P\).
3
Final price is 60% of original, so the total reduction is \(100\% - 60\% = \mathbf{40\%}\).
Correct Answer: B — 40%
13
Geometry · Similar Triangles
Hard
Triangle \(ABC\) is similar to triangle \(DEF\). The sides of \(\triangle ABC\) are 5, 12, and 13. If the shortest side of \(\triangle DEF\) is 15, what is the perimeter of \(\triangle DEF\)?
✦ Full Explanation
1
The perimeter of \(\triangle ABC = 5 + 12 + 13 = 30\).
2
Scale factor: \(\dfrac{15}{5} = 3\) (shortest side of DEF ÷ shortest side of ABC).
3
Perimeter of \(\triangle DEF = 30 \times 3 = \mathbf{90}\).
Correct Answer: C — 90
14
Circles · Arc Length & Sector
Hard
A circle has a radius of 6. A central angle of 60° is formed by two radii. What is the length of the arc intercepted by this angle? (Use \(\pi\) in your answer.)
Car A travels at 60 mph. Car B travels at 45 mph in the same direction. If Car A starts 30 miles behind Car B, how many hours will it take Car A to catch Car B?
✦ Full Explanation
1
Relative speed of Car A closing the gap: \(60 - 45 = 15\) mph.
2
Time to close 30-mile gap: \(t = \dfrac{30}{15} = \mathbf{2}\) hours.
Correct Answer: C — 2 hours
17
Exponential Functions · Growth & Decay
Hard
The value of a car depreciates at 15% per year. If the car originally costs \(\$20{,}000\), which expression represents the value after \(t\) years?
✦ Full Explanation
1
Depreciation of 15% per year means the car retains \(100\% - 15\% = 85\% = 0.85\) of its value each year.
Note: \(20000(0.15)^t\) would be wrong because 0.15 is just the rate lost, not the fraction remaining.
Correct Answer: B — 20000(0.85)ᵗ
18
Scatterplot · Line of Best Fit
Hard
A line of best fit for a data set is given by \(\hat{y} = 3.2x + 14.5\). According to this model, by approximately how much does \(y\) increase when \(x\) increases by 4?
✦ Full Explanation
1
In \(\hat{y} = 3.2x + 14.5\), the slope 3.2 tells us: for every 1-unit increase in \(x\), \(y\) increases by 3.2.
2
For a 4-unit increase in \(x\): \(\Delta y = 3.2 \times 4 = \mathbf{12.8}\)
Correct Answer: C — 12.8
19
Probability · Conditional Probability
Hard
In a class of 30 students, 18 play soccer, 12 play basketball, and 6 play both. If a student is selected at random from those who play soccer, what is the probability that the student also plays basketball?