Hard Math quiz

SAT Math Quiz

Practice SAT-style math questions about algebra, functions, ratios, percentages, geometry, data analysis, systems of equations, and problem solving. Use hints when needed, choose an answer, and review the explanation after each question.

1 Question 1 of 10
Not answered

If 2x + 7 = 19, what is the value of x?

Hint: Subtract 7 from both sides first.
Explanation: Subtract 7 from both sides: 2x = 12. Divide by 2, so x = 6.
2 Question 2 of 10
Not answered

A line has equation y = 3x - 4. What is the y-intercept?

Hint: In y = mx + b, the y-intercept is b.
Explanation: The equation is in slope-intercept form y = mx + b. Here b = -4, so the y-intercept is -4.
3 Question 3 of 10
Not answered

If f(x) = x² - 5x, what is f(6)?

Hint: Substitute 6 for x, then calculate 6² - 5(6).
Explanation: f(6) = 6² - 5(6) = 36 - 30 = 6.
4 Question 4 of 10
Not answered

A store increases the price of an item from $50 to $65. What is the percent increase?

Hint: Find the increase, then divide by the original price.
Explanation: The increase is 65 - 50 = 15. Divide by the original price: 15 ÷ 50 = 0.30 = 30%.
5 Question 5 of 10
Not answered

The ratio of boys to girls in a club is 4:5. If there are 36 students in the club, how many are girls?

Hint: The total number of ratio parts is 4 + 5.
Explanation: There are 4 + 5 = 9 total parts. Each part is 36 ÷ 9 = 4. Girls represent 5 parts, so 5 × 4 = 20.
6 Question 6 of 10
Not answered

Solve the system: x + y = 11 and x - y = 3. What is x?

Hint: Add the two equations to eliminate y.
Explanation: Add the equations: (x + y) + (x - y) = 11 + 3. This gives 2x = 14, so x = 7.
7 Question 7 of 10
Not answered

A right triangle has legs of length 8 and 15. What is the hypotenuse?

Hint: Use the Pythagorean theorem: a² + b² = c².
Explanation: 8² + 15² = 64 + 225 = 289. The square root of 289 is 17, so the hypotenuse is 17.
8 Question 8 of 10
Not answered

The average of 10, 14, 18, and x is 16. What is x?

Hint: If the average of 4 numbers is 16, their total is 4 × 16.
Explanation: The total must be 4 × 16 = 64. The known numbers add to 10 + 14 + 18 = 42. So x = 64 - 42 = 22.
9 Question 9 of 10
Not answered

Which expression is equivalent to (x + 3)(x + 4)?

Hint: Multiply each term in the first parentheses by each term in the second parentheses.
Explanation: (x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12.
10 Question 10 of 10
Not answered

If 5a = 3b and b = 20, what is the value of a?

Hint: Substitute b = 20 into the equation first.
Explanation: Substitute b = 20: 5a = 3(20) = 60. Divide by 5, so a = 12.

Your result

You answered 0 out of 10 questions correctly.

What this SAT-style quiz checks

Mixed SAT math rewards recognition: know what kind of problem you are looking at before you calculate

These 10 questions move across linear equations, slope-intercept form, functions, percent change, ratios, systems of equations, right triangles, averages, polynomial multiplication, and proportional relationships. The purpose of the page is not just to score answers, but to practice switching methods efficiently.

Algebra & functions

Solve equations, read function notation, interpret slope-intercept form, and expand polynomial expressions.

Systems & relationships

Use elimination, substitution, ratios, and proportional reasoning when several quantities are linked.

Percent & data reasoning

Identify the correct original value, reconstruct totals from averages, and interpret changes as ratios.

Geometry under time pressure

Recognize standard relationships quickly and use magnitude checks to reject impossible results.

SAT decision route

Do not start calculating until the structure is clear

A mixed exam becomes easier when every problem goes through the same short decision process.

Read → classify → model → solve → check

A practical five-step routine

1 Identify what the question actually asks for: x, a y-intercept, a percent, a side length, a total, or an equivalent expression.
2 Classify the structure: equation, function, ratio, system, geometry, average, or polynomial.
3 Write the shortest useful mathematical model before inserting unnecessary arithmetic.
4 Solve cleanly, keeping track of signs, percent bases, and what each variable represents.
5 Use the choices, units, or size of the result as a final plausibility check.
Systems of equations

Elimination is fastest when opposite terms are already visible

The quiz gives x + y = 11 and x − y = 3. Because +y and −y cancel immediately, adding the equations is more efficient than solving one equation for y first.

x + y = 11
x − y = 3
2x = 14
x = 7
Three SAT-style traps on this page

The distractor is often a correct calculation applied to the wrong quantity

Percent base

From $50 to $65, the increase is $15, but the percent increase uses the original $50 as the denominator.

15 ÷ 50 = 30%, not 15 ÷ 65.

Ratio parts vs people

In a 4:5 ratio, the total is 9 parts — not 5 parts and not 4 parts.

36 ÷ 9 = 4 per part; girls = 5 × 4 = 20.

Average vs known sum

An average of 16 for four values means the total must be 64 before solving for the missing value.

64 − (10 + 14 + 18) = 22.
Percent change as a ratio

Separate the amount of change from the rate of change

The current question goes from $50 to $65. A reliable setup has two stages: first find the increase, then compare that increase with the original value.

Change = 65 − 50 = 15
Relative change = 15 ÷ 50 = 0.30
Percent increase = 30%
Ratio reasoning

Turn a part-to-part ratio into a total-parts model

The boys-to-girls question is short, but the same structure appears in mixtures, maps, scale factors, survey categories, and proportional models.

Given Boys : Girls = 4 : 5
Total students = 36
Total ratio parts = 4 + 5 = 9
Each part = 36 ÷ 9 = 4
Girls = 5 × 4 = 20
Stronger mixed challenge

Connect function notation with algebra instead of treating them as separate topics

Suppose f(x) = x² − 5x and you are asked to solve f(x) = 6. This extends the current substitution question into a genuine equation.

x² − 5x = 6
x² − 5x − 6 = 0
(x − 6)(x + 1) = 0
x = 6 or x = −1
Fast answer checks

Use structure to catch mistakes before accepting a choice

Intercept check

For y = 3x − 4, set x = 0. Then y = −4, confirming the y-intercept.

An intercept is a point on an axis, not the slope coefficient.

Triangle check

For legs 8 and 15, the hypotenuse must be longer than 15. That already eliminates 16? No — 16 remains possible, so calculate.

8² + 15² = 289 → √289 = 17.

Polynomial check

(x + 3)(x + 4) must have constant term 12 and middle coefficient 7.

x² + 7x + 12 fits both structural checks.
Use your result

What your score says about mixed SAT-style readiness

0–4 correct

Review linear equations, function notation, percent change, ratios, systems, averages, and basic geometry separately.

5–7 correct

Your fundamentals are forming; focus on recognizing the structure quickly and avoiding denominator/base mistakes.

8–10 correct

Move toward multi-step systems, nonlinear functions, harder percent models, data interpretation, and mixed exam-style reasoning.

Continue practicing

Use this mixed quiz as a bridge into broader SAT Math practice

SAT Math hub

SAT Math Quizzes with Answers and Explanations

Move into dedicated SAT-style practice across algebra, advanced math, data analysis, geometry, and mixed problem solving.

Open SAT Math section
Mixed challenge

Hard Math Quiz: Challenge Problems

Practice broader mixed reasoning with equations, exponents, percentages, fractions, geometry, patterns, averages, and probability.

Open Hard Math quiz