Last Updated: March 25, 2026
Key Takeaways
- The hardest SAT math questions appear at positions 18 to 22 in each module and test multiple concepts at once
- Advanced Math and Geometry/Trigonometry produce the trickiest questions, but hard algebra questions trip up the most students
- The Digital SAT is adaptive: strong performance on Module 1 unlocks the harder Module 2, where these questions live
- Knowing what makes a question hard helps you recognize patterns and avoid common traps
If you are scoring in the 600 to 700 range on SAT math and want to push into 750+ territory, you need to master the hardest questions on the test. These are the problems that separate good scores from great ones, and they show up at the end of Module 2 for students who performed well on Module 1.
This guide gives you 15 hard SAT math questions with complete, step-by-step solutions. Each question is tagged by topic so you can identify your weak areas and focus your study time. If you need to brush up on formulas first, start with our SAT math formula sheet.
What Makes SAT Math Questions Hard?
Not all hard questions are hard for the same reason. According to the College Board, the Digital SAT math section covers four domains: Algebra (35%), Advanced Math (35%), Problem Solving and Data Analysis (15%), and Geometry and Trigonometry (15%). For a full breakdown of what each domain covers, see our SAT math topics guide. The hardest questions share these traits:
- They combine multiple concepts. A single question might require you to set up a system of equations, then use the discriminant to determine the number of solutions.
- They have many steps. Easy questions take one or two steps. Hard questions take four or five, and a mistake at any step gives a wrong answer that matches one of the choices.
- They use unfamiliar framing. The math itself might not be advanced, but the wording makes it hard to see what the question is really asking.
- They include traps. Extraneous solutions, sign errors, and off-by-one mistakes are built into the answer choices on purpose.
The 15 problems below are modeled on the hardest question types from each domain. Try each one on your own before reading the solution.
Algebra (Questions 1 to 4)
Algebra makes up 35% of the SAT math section. The hardest algebra questions involve systems with special conditions, rational equations with domain restrictions, and multi-step word problems.
Question 1 Algebra
The system of equations below has no solution.
kx − 3y = 7
8x − 6y = 1
What is the value of k?
A) 2 B) 4 C) 6 D) 8
Answer: B) 4
Step 1: A system has no solution when the lines are parallel (same slope, different intercepts). Rewrite both equations in slope-intercept form or compare ratios.
Step 2: For parallel lines: the ratio of x-coefficients must equal the ratio of y-coefficients, but NOT equal the ratio of constants. That means k/8 = (−3)/(−6) = 1/2.
Step 3: Solve: k/8 = 1/2, so k = 4.
Step 4: Verify that the constant ratio is different: 7/1 = 7, which does not equal 1/2. Confirmed: no solution.
Why this is hard: Students who pick k = 8 are making the coefficients identical, which gives infinitely many solutions, not zero. The trap answer is designed to catch this confusion.
Question 2 Algebra
How many real solutions does the equation below have?
3x/(x − 2) + 2 = 6/(x − 2)
A) 0 B) 1 C) 2 D) Infinitely many
Answer: A) 0
Step 1: Multiply both sides by (x − 2): 3x + 2(x − 2) = 6.
Step 2: Simplify: 3x + 2x − 4 = 6, so 5x = 10, giving x = 2.
Step 3: Check: x = 2 makes the denominator (x − 2) equal to zero. Division by zero is undefined, so x = 2 is an extraneous solution.
Step 4: Since the only solution is extraneous, the equation has 0 real solutions.
Why this is hard: The algebra is straightforward and gives a clean answer of x = 2. Most students stop there and pick B. The key insight is checking whether the solution is valid in the original equation.
Question 3 Algebra
If 3a + 2b = 19 and 2a + 3b = 16, what is the value of a + b?
(Grid-in: enter your answer)
Answer: 7
Step 1: Instead of solving for a and b individually, add the two equations together: (3a + 2b) + (2a + 3b) = 19 + 16.
Step 2: Simplify: 5a + 5b = 35.
Step 3: Factor: 5(a + b) = 35, so a + b = 7.
Why this is hard: It is not hard if you see the trick. But under time pressure, most students start solving the system for a and b individually, which takes much longer and introduces more room for arithmetic errors. Recognizing when you can combine equations to get the expression you need is a key SAT skill.
Question 4 Algebra
A manufacturer finds that when it increases the price of a product by d dollars, the number of units sold per month decreases by 2d. The base price is $40 and base monthly sales are 200 units. Which expression represents the monthly revenue R, in dollars, in terms of d?
A) R = −2d² + 120d + 8000
B) R = −2d² + 160d + 8000
C) R = 2d² + 120d + 8000
D) R = −2d² + 120d + 200
Answer: A
Step 1: Write expressions for price and quantity. New price = 40 + d. New quantity = 200 − 2d.
Step 2: Revenue = price × quantity = (40 + d)(200 − 2d).
Step 3: Expand using FOIL: 40(200) + 40(−2d) + d(200) + d(−2d) = 8000 − 80d + 200d − 2d².
Step 4: Combine like terms: −2d² + 120d + 8000.
Why this is hard: The word problem requires translating two changing quantities into algebraic expressions before multiplying. Answer B (160d instead of 120d) catches students who forget the −80d term. Answer C catches students who lose the negative sign on 2d².
Advanced Math (Questions 5 to 10)
Advanced Math is also 35% of the test and produces the most feared questions. These involve quadratics, polynomials, complex numbers, and nonlinear functions. Make sure you have the key formulas memorized before attempting these.
Question 5 Advanced Math
The equation below represents a circle in the xy-plane.
x² + y² + 6x − 4y − 12 = 0
What is the radius of the circle?
A) 3 B) 5 C) 12 D) 25
Answer: B) 5
Step 1: Group the x and y terms: (x² + 6x) + (y² − 4y) = 12.
Step 2: Complete the square for x: x² + 6x + 9 = (x + 3)². Add 9 to both sides.
Step 3: Complete the square for y: y² − 4y + 4 = (y − 2)². Add 4 to both sides.
Step 4: The equation becomes (x + 3)² + (y − 2)² = 12 + 9 + 4 = 25.
Step 5: Since (x − h)² + (y − k)² = r², we have r² = 25, so r = 5.
Why this is hard: Completing the square for both x and y in one problem requires careful bookkeeping. Answer D (25) catches students who forget to take the square root. Answer A (3) catches students who only complete the square for x.
Question 6 Advanced Math
p(x) = 2x³ − 5x² + 3x − 7
What is the remainder when p(x) is divided by (x − 3)?
A) −7 B) 3 C) 11 D) 20
Answer: C) 11
Step 1: By the Remainder Theorem, the remainder when p(x) is divided by (x − a) equals p(a). Here, a = 3.
Step 2: Calculate p(3) = 2(3)³ − 5(3)² + 3(3) − 7.
Step 3: Evaluate: 2(27) − 5(9) + 9 − 7 = 54 − 45 + 9 − 7 = 11.
Why this is hard: Students who do not know the Remainder Theorem attempt long polynomial division, which is time-consuming and error-prone. The theorem turns a four-step division into a single substitution. Answer A (−7) catches students who just read off the constant term.
Question 7 Advanced Math
The line y = x + k is tangent to the parabola y = x². What is the value of k?
A) −1 B) −1/4 C) 0 D) 1/4
Answer: B) −1/4
Step 1: Tangent means the line touches the parabola at exactly one point. Set the equations equal: x² = x + k.
Step 2: Rearrange: x² − x − k = 0.
Step 3: For exactly one solution, the discriminant must equal zero: b² − 4ac = 0. Here a = 1, b = −1, c = −k.
Step 4: (−1)² − 4(1)(−k) = 0, so 1 + 4k = 0, giving k = −1/4.
Why this is hard: This question combines two major topics (linear-quadratic systems and discriminant analysis) into one. Many students try to graph or guess-and-check instead of using the discriminant, which wastes time.
Question 8 Advanced Math
Which of the following is equal to (3 + 2i)/(1 − i), where i = √(−1)?
A) 1/2 + 5i/2 B) 5/2 + i/2 C) 1 + 5i D) 5 + i
Answer: A) 1/2 + 5i/2
Step 1: Multiply the numerator and denominator by the conjugate of the denominator: (3 + 2i)(1 + i) / ((1 − i)(1 + i)).
Step 2: Denominator: (1)² − (i)² = 1 − (−1) = 2.
Step 3: Numerator: 3(1) + 3(i) + 2i(1) + 2i(i) = 3 + 3i + 2i + 2i² = 3 + 5i + 2(−1) = 1 + 5i.
Step 4: Result: (1 + 5i)/2 = 1/2 + 5i/2.
Why this is hard: Complex number division requires the conjugate multiplication technique, which many students have not practiced enough. Answer C catches students who forget to divide by 2. Answer B is a reversal trap.
Question 9 Advanced Math
For what value of c does the equation 2x² − 8x + c = 0 have exactly one real solution?
(Grid-in: enter your answer)
Answer: 8
Step 1: A quadratic has exactly one real solution when its discriminant equals zero: b² − 4ac = 0.
Step 2: Here a = 2, b = −8, c = c. Substitute: (−8)² − 4(2)(c) = 0.
Step 3: 64 − 8c = 0, so 8c = 64, giving c = 8.
Why this is hard: The question tests whether you truly understand the discriminant. Many students confuse "one solution" with "one positive solution" or try to solve the quadratic directly instead of using the discriminant condition.
Question 10 Advanced Math
A population of bacteria starts at 500 and triples every 4 hours. Which function models the population P after t hours?
A) P(t) = 500(3)t/4
B) P(t) = 500(3)4t
C) P(t) = 500(4)t/3
D) P(t) = 1500t/4
Answer: A
Step 1: The general form for exponential growth is P(t) = P₀ × bt/period, where b is the growth factor and the period is how long one cycle takes.
Step 2: Here P₀ = 500, the growth factor is 3 (triples), and the period is 4 hours.
Step 3: So P(t) = 500(3)t/4.
Step 4: Verify: at t = 4, P(4) = 500(3)¹ = 1500. At t = 8, P(8) = 500(3)² = 4500. Each 4-hour period triples the population. Confirmed.
Why this is hard: Answer B has the exponent as 4t instead of t/4, which is the most common mistake. Students confuse "every 4 hours" with "multiply by 4." Answer D puts the multiplied initial value as the base, which is structurally wrong.
Problem Solving and Data Analysis (Questions 11 to 13)
This domain is 15% of the test but produces some of the sneakiest questions. Percent problems, probability, and statistics questions rely on careful reading and precise calculation.
Question 11 Problem Solving
A store increases all prices by 25% in January. In February, the store offers a 20% discount on the new prices. What is the overall percent change from the original prices?
A) 5% increase B) 5% decrease C) 0% (no change) D) 10% increase
Answer: C) 0%
Step 1: Pick a convenient starting price. Let the original price be $100.
Step 2: After a 25% increase: $100 × 1.25 = $125.
Step 3: After a 20% discount on $125: $125 × 0.80 = $100.
Step 4: Overall change: ($100 − $100)/$100 = 0%.
Why this is hard: Nearly every student initially picks A (5% increase) because 25% − 20% = 5%. But successive percent changes do not add or subtract. The 20% discount applies to the new higher price, not the original. This question punishes students who take shortcuts with percentages.
Question 12 Problem Solving
The table below shows survey results for 200 students.
If a senior is selected at random, what is the probability that the student prefers the ACT?
A) 7/20 B) 7/12 C) 7/9 D) 7/10
Answer: C) 7/9
Step 1: This is a conditional probability question. The condition is already given: we are selecting from seniors only.
Step 2: Total seniors: 90. Seniors who prefer ACT: 70.
Step 3: Probability = 70/90 = 7/9.
Why this is hard: Answer A (7/20) divides by the total students (200) instead of the total seniors (90). Answer B (7/12) divides by total ACT-preferring students (120). Both traps catch students who misidentify which row or column to use as the denominator. Always ask: "What is the denominator given the condition?"
Question 13 Problem Solving
A data set contains the values: 2, 3, 5, 7, 8, 9, 45. If the value 45 is removed from the data set, which of the following is true?
A) The mean increases and the median decreases
B) The mean decreases and the median stays the same
C) Both the mean and median decrease, but the mean decreases by more
D) Both the mean and median increase
Answer: C
Step 1: Original data (7 values): 2, 3, 5, 7, 8, 9, 45. Mean = 79/7 ≈ 11.3. Median = 7 (the middle value).
Step 2: After removing 45 (6 values): 2, 3, 5, 7, 8, 9. Mean = 34/6 ≈ 5.7. Median = (5 + 7)/2 = 6.
Step 3: Mean decreased from 11.3 to 5.7 (drop of ≈5.6). Median decreased from 7 to 6 (drop of 1).
Step 4: Both decreased, but the mean decreased by much more. This is because the mean is sensitive to outliers while the median is resistant.
Why this is hard: Answer B is tempting because students often believe the median "never changes" when an extreme value is removed. But in a small data set, the median can shift when the number of values changes from odd to even.
Geometry and Trigonometry (Questions 14 to 15)
This domain is only 15% of the test, but the questions can be the most time-consuming. These require formulas that are NOT on the reference sheet, including circle equations, arc length, and trigonometric identities.
Question 14 Geometry & Trig
In the equation sin(2x + 15)° = cos(3x − 25)°, what is the value of x?
A) 11 B) 18 C) 20 D) 25
Answer: C) 20
Step 1: Use the complementary angle identity: sin(θ) = cos(90° − θ).
Step 2: So sin(2x + 15)° = cos(90 − (2x + 15))° = cos(75 − 2x)°.
Step 3: Set the cosine arguments equal: 75 − 2x = 3x − 25.
Step 4: Solve: 100 = 5x, so x = 20.
Why this is hard: If you do not know the identity sin(θ) = cos(90° − θ), this question is nearly impossible without a calculator. With the identity, it becomes a simple linear equation. This is one of the most commonly tested trig concepts on the SAT.
Question 15 Geometry & Trig
A grain silo consists of a cylinder with radius 6 feet and height 20 feet, topped by a hemisphere of the same radius. What is the total volume of the silo, in cubic feet?
A) 720π B) 864π C) 936π D) 1008π
Answer: B) 864π
Step 1: Volume of the cylinder: V = πr²h = π(6)²(20) = π(36)(20) = 720π.
Step 2: Volume of a hemisphere (half a sphere): V = (1/2)(4/3)πr³ = (2/3)π(6)³ = (2/3)π(216) = 144π.
Step 3: Total volume: 720π + 144π = 864π.
Why this is hard: This question combines two volume formulas and requires you to remember that a hemisphere is half a sphere. Answer A (720π) catches students who forget the hemisphere entirely. Answer C catches a common arithmetic error in computing (2/3)(216). The volume formulas for cylinders and spheres are on the reference sheet, so the real challenge is combining them correctly.
How to Tackle the Hardest SAT Math Questions
Now that you have seen what the hardest questions look like, here are strategies for handling them on test day.
- Skip and return. If a question takes more than 90 seconds and you are not making progress, flag it and move on. Coming back with fresh eyes often helps, and you protect your time for easier points.
- Use Desmos strategically. The built-in Desmos graphing calculator is powerful for checking answers, graphing systems, and finding intersections. But do not use it as a crutch for questions that are faster to solve algebraically (like Question 9 above).
- Check for traps before submitting. On hard questions, one wrong answer choice is always designed for the most common mistake. After solving, ask yourself: "Did I fall for the obvious trap?" Check for extraneous solutions, sign errors, and whether you answered what was actually asked.
- Know your formulas cold. Half of these 15 questions become easier if you have the right formula memorized. The SAT math formula sheet covers everything you need.
- Practice by topic, not randomly. If Questions 5 through 10 were harder for you than Questions 1 through 4, focus your study time on Advanced Math. Start a focused practice quiz targeting your weakest domain.
For a structured approach to improving your overall score, check out our SAT math study guide or build a complete study schedule.
Frequently Asked Questions About Hard SAT Math Questions
What is the hardest topic on SAT math?
Advanced Math problems involving completing the square, polynomial division, and nonlinear systems consistently give students the most trouble. Geometry and Trigonometry questions, especially those involving circle equations and the complementary angle identity, are also among the hardest. The difficulty usually comes from combining multiple concepts in a single question rather than any one concept being impossibly hard on its own.
How many questions can you miss and still get 750 on SAT math?
Scoring varies slightly by test administration, but generally you can miss 3 to 5 questions and still score in the 750 range. The exact number depends on the difficulty of the questions you miss and how the adaptive modules affect your raw-to-scaled score conversion. To see how raw scores translate to scaled scores, try our SAT score calculator.
Is the Digital SAT math harder than the old paper SAT?
The Digital SAT is different rather than harder. It has fewer questions (44 vs. 58), less time pressure per question, and a built-in Desmos calculator. However, the adaptive format means strong students face harder Module 2 questions than they would have seen on the old test. The content difficulty is comparable, but the test experience is more personalized.
What is Module 2 on the Digital SAT?
The Digital SAT math section has two modules of 22 questions each. Module 1 is the same difficulty for everyone. If you score well on Module 1 (roughly 13 or more correct out of 22), you are routed to a harder Module 2. The hardest questions in this guide represent what you would see at the end of that harder Module 2. Getting routed to the harder module is actually good because it means you can achieve a higher scaled score.
How should I study for hard SAT math questions?
Start by identifying which domains give you trouble. Take a diagnostic practice quiz and note which question types you miss. Then study the relevant formulas from our formula sheet, work through practice problems in that specific domain, and review your mistakes carefully. Focus on understanding why each answer choice is right or wrong, not just getting the correct answer. The College Board question bank is another excellent free resource for official practice questions sorted by topic and difficulty.
What percentage of students score 800 on SAT math?
Roughly 1 to 2% of SAT test-takers earn a perfect 800 on the math section. On most test administrations, a perfect 800 requires getting every question correct or missing at most one. This means mastering not just the content but also time management, careful reading, and trap avoidance.


