Advanced Math⚡ High Yield (1-3 Questions per Test)
Quadratic Equations
Digital SAT Math Preparation & Desmos Strategies
4 Concepts19 Practice Qs30 Mock Qs⚡ Desmos Speed Hacks
Key Concepts & Worked Archetypes
Concept 1
Concept 1: Standard & Vertex Forms
A quadratic equation is a polynomial equation of degree 2 that can be written in standard form or vertex form to reveal key geometric features like the maximum or minimum value.
Standard form is $ax^2 + bx + c = 0$ where $a \neq 0$.
Vertex form is $f(x) = a(x - h)^2 + k$, where $(h, k)$ is the vertex.
The $x$-coordinate of the vertex can always be found using $x = -\frac{b}{2a}$.
📘 Traditional Algebraic Method
Expand vertex form or complete the square to convert between standard and vertex forms.
⚡ SAT Speed Trick & Desmos Hack
Type the equation directly into Desmos and click the vertex point to instantly read off coordinates $(h, k)$.
💡 Worked SAT Archetype Example
Problem: What is the minimum value of the function $f(x) = 2x^2 - 8x + 5$?
Apply the Zero Product Property: $x - 4 = 0$ or $x + 3 = 0$
Step 3
Solve the first equation for $x$: $x = 4$
Step 4
Solve the second equation for $x$: $x = -3$
Step 5
Match with the available options to find $-3$
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph $y = (x - 4)(x + 3)$ in Desmos.
Step 2
Locate the x-intercepts which are $x = 4$ and $x = -3$.
Step 3
Select the value present in the options: $-3$
Question 3Solving by Factoring
Medium
What is the sum of all values of $x$ that satisfy the equation $2x^2 - 8x - 24 = 0$?
Hint: Divide the entire equation by the common factor $2$, or use Vieta's formulas for sum of roots.
📘 Step-by-Step Algebraic Solution
Step 1
Start with the equation: $2x^2 - 8x - 24 = 0$
Step 2
Divide all terms by $2$: $x^2 - 4x - 12 = 0$
Step 3
Factor the quadratic: $(x - 6)(x + 2) = 0$
Step 4
Find the individual roots: $x = 6$ and $x = -2$
Step 5
Calculate the sum of the roots: $6 + (-2) = 4$ wait, using standard Vieta's on $2x^2 - 8x - 24 = 0$, Sum = $-(-8)/2 = 4$? Let's recheck: roots are $6$ and $-2$, sum is $4$. Wait option D is 8. Let's use Vieta's: Sum = $-\frac{b}{a} = -\frac{-8}{2} = 4$. Option C is 4. Let's make sure correct_index points to C.
Step 6
Let's adjust correct_index to point to C ($4$). Wait, let's look at options: A: -4, B: 2, C: 4, D: 8. Correct index for 4 is C (index 2).
⚡ Desmos Shortcut / Speed Hack
Step 1
Enter the equation into Desmos as $2x^2 - 8x - 24 = 0$.
Step 2
Read the x-intercepts: $x = 6$ and $x = -2$.
Step 3
Add them mentally: $6 + (-2) = 4$.
Question 4Solving by Factoring
Medium
If $3x^2 + 15x - 18 = 0$ and $x > 0$, what is the value of $x$?
Hint: Factor out the greatest common factor first to simplify the quadratic expression.
📘 Step-by-Step Algebraic Solution
Step 1
Write down the original equation: $3x^2 + 15x - 18 = 0$
Step 2
Factor out the common factor $3$: $3(x^2 + 5x - 6) = 0$
Step 3
Divide by $3$: $x^2 + 5x - 6 = 0$
Step 4
Factor the quadratic: $(x + 6)(x - 1) = 0$
Step 5
Solve for $x$: $x = -6$ or $x = 1$. Since $x > 0$, the value is $1$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph $y = 3x^2 + 15x - 18$ in Desmos.
Step 2
Identify the positive x-intercept.
Step 3
Read the value $x = 1$.
Question 5Solving by Factoring
Hard
The equation $ax^2 + bx + c = 0$ has roots $x = -3$ and $x = 5$. If $a = 2$, what is the value of $b + c$?
Hint: Write the quadratic in factored form: $a(x - r_1)(x - r_2) = 0$, then expand and identify $b$ and $c$.
📘 Step-by-Step Algebraic Solution
Step 1
Use the factored form with roots $-3$ and $5$: $a(x + 3)(x - 5) = 0$
Step 2
Substitute $a = 2$: $2(x + 3)(x - 5) = 0$
Step 3
Expand the binomials: $2(x^2 - 2x - 15) = 0$
Step 4
Distribute the $2$: $2x^2 - 4x - 30 = 0$
Step 5
Identify $b = -4$ and $c = -30$, so $b + c = -4 + (-30) = -34$
⚡ Desmos Shortcut / Speed Hack
Step 1
Define $f(x) = 2(x + 3)(x - 5)$ in Desmos.
Step 2
Expand using Desmos or look at coefficients by typing $2(x+3)(x-5)$ and seeing standard form coefficients.
Step 3
Compute $b + c = -4 - 30 = -34$.
Question 6Vertex Form and Completing the Square
Easy
Which of the following is equivalent to the expression $x^2 + 6x + 8$?
Hint: Complete the square by taking half of the middle coefficient ($6$), squaring it, and adjusting the constant.
📘 Step-by-Step Algebraic Solution
Step 1
Identify the middle term coefficient, which is $6$.
Step 2
Take half of $6$ and square it: $(6/2)^2 = 9$.
Step 3
Rewrite the expression by adding and subtracting $9$: $(x^2 + 6x + 9) + 8 - 9$
Step 4
Express the trinomial as a squared binomial: $(x + 3)^2 - 1$
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph $y = x^2 + 6x + 8$ in Desmos.
Step 2
Graph each option and find which graph completely overlaps the original.
Step 3
Option A matches the exact curve.
Question 7Vertex Form and Completing the Square
Easy
What are the coordinates of the vertex of the parabola given by $y = (x - 2)^2 + 5$?
Hint: In vertex form $y = a(x - h)^2 + k$, the vertex is given by the point $(h, k)$.
📘 Step-by-Step Algebraic Solution
Step 1
Recall the vertex form of a quadratic equation: $y = a(x - h)^2 + k$
Step 2
Compare $y = (x - 2)^2 + 5$ with the vertex form to find $h = 2$ and $k = 5$
Step 3
State the vertex coordinates as $(h, k) = (2, 5)$
⚡ Desmos Shortcut / Speed Hack
Step 1
Enter $y = (x - 2)^2 + 5$ into Desmos.
Step 2
Tap the highest or lowest point on the curve.
Step 3
Read the vertex directly as $(2, 5)$.
Question 8Vertex Form and Completing the Square
Medium
The quadratic function $f(x) = -2x^2 + 12x - 14$ can be written in the form $f(x) = a(x - h)^2 + k$. What is the value of $k$?
Hint: Find the maximum value by finding the y-coordinate of the vertex, where $x = -b / (2a)$.
Solve to get exterior intervals: $m < -4$ or $m > 4$
⚡ Desmos Shortcut / Speed Hack
Step 1
Set discriminant $m^2 - 16 = 0$ to find boundary values $m = \pm 4$.
Step 2
Test a value like $m = 0$, giving $0^2 - 16 < 0$ (not working).
Step 3
Test $m = 5$, giving $25 - 16 > 0$ (works), confirming $m < -4$ or $m > 4$.
Question 16Word Problems and Applications
Easy
The height $h$ (in feet) of a ball thrown into the air as a function of time $t$ (in seconds) is given by $h(t) = -16t^2 + 32t$. After how many seconds does the ball hit the ground?
Hint: The ball hits the ground when its height $h(t) = 0$.
📘 Step-by-Step Algebraic Solution
Step 1
Set the height equation equal to zero: $-16t^2 + 32t = 0$
Step 2
Factor out the common term $-16t$: $-16t(t - 2) = 0$
Step 3
Set each factor to zero: $-16t = 0$ or $t - 2 = 0$
Step 4
Solve for $t$: $t = 0$ (launch time) or $t = 2$ (landing time)
Step 5
The ball hits the ground at $t = 2$ seconds.
⚡ Desmos Shortcut / Speed Hack
Step 1
Type $y = -16x^2 + 32x$ into Desmos.
Step 2
Look at the non-zero x-intercept.
Step 3
Read the value $2$.
Question 17Word Problems and Applications
Easy
A rectangular garden has a length that is $3$ feet greater than its width $w$. If the area of the garden is $40$ square feet, which equation can be used to find $w$?
Hint: Area of a rectangle is length multiplied by width ($A = \text{length} \times \text{width}$).
📘 Step-by-Step Algebraic Solution
Step 1
Define width as $w$.
Step 2
Express length in terms of $w$: $\text{length} = w + 3$.
Step 3
Use the area formula: $\text{Area} = \text{length} \times \text{width} = w(w + 3)$.
Step 4
Set it equal to the given area: $w(w + 3) = 40$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Translate word for word: width is $w$, length is $w + 3$.
Step 2
Area is product = $w(w+3) = 40$.
Step 3
Select option A.
Question 18Word Problems and Applications
Medium
The profit $P$ (in hundreds of dollars) from selling $x$ units of a product is modeled by $P(x) = -x^2 + 10x - 9$. What is the maximum profit in hundreds of dollars?
Hint: The maximum value of a downward-opening parabola occurs at its vertex, $x = -b / (2a)$.
📘 Step-by-Step Algebraic Solution
Step 1
Identify coefficients of the quadratic function: $a = -1$, $b = 10$, $c = -9$
Step 2
Find the x-coordinate of the vertex: $x = -\frac{10}{2(-1)} = 5$
Step 3
Substitute $x = 5$ into $P(x)$ to find the maximum profit: $P(5) = -(5)^2 + 10(5) - 9$
Step 4
Evaluate: $P(5) = -25 + 50 - 9 = 16$
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph $y = -x^2 + 10x - 9$ in Desmos.
Step 2
Click on the vertex $(5, 16)$.
Step 3
Read the y-value $16$ as the maximum profit.
Question 19Word Problems and Applications
Medium
The product of two consecutive positive odd integers is $143$. If the smaller integer is $x$, which quadratic equation models this situation?
Hint: Consecutive odd integers differ by $2$ (e.g., $3$ and $5$, or $11$ and $13$).
📘 Step-by-Step Algebraic Solution
Step 1
Let the smaller odd integer be $x$.
Step 2
The next consecutive odd integer is $x + 2$.
Step 3
Set up their product equal to $143$: $x(x + 2) = 143$.
Step 4
Match with the given options to find option B.
⚡ Desmos Shortcut / Speed Hack
Official SAT Exam Blueprint & Weightage
Metric
Exam Pattern & Weightage
Question Frequency
1-3 questions per test module
Module 1 Appearance
Medium Frequency (Foundational tests)
Module 2 Appearance
High Frequency (Hard module score differentiator)
Pattern Analysis
Analysis of College Board question patterns shows heavy emphasis on vertex form interpretation, finding equivalent quadratic expressions, and solving quadratic-linear systems using Desmos.
🏛️
Official SAT PYQ Drill Bank (2023–2026)
We are compiling real verified College Board exam patterns with step-by-step Desmos shortcuts for Quadratic Equations.
Updated for 2026 Testing Season
Revision, Traps & Desmos Syntax
Standard Form
$ax^2 + bx + c = 0$
General form for quadratic equations.
Vertex Form
$f(x) = a(x - h)^2 + k$
Reveals the vertex $(h, k)$ and maximum/minimum value $k$ immediately.
Quadratic Formula
$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$
Universal formula to find roots when factoring fails.
Discriminant
$\Delta = b^2 - 4ac$
Determines the number of real solutions (positive = 2, zero = 1, negative = 0).
🚨 Top SAT Traps & Misconceptions
⚠️ SAT Trap: Confusing Vertex $x$-coordinate with Maximum Value
The $x$-coordinate given by $-\frac{b}{2a}$ is the input where the maximum or minimum occurs, but the actual maximum/minimum value is the $y$-coordinate ($f(-b/2a)$).
⚠️ SAT Trap: Sign Errors with Vertex Form
In $f(x) = a(x - h)^2 + k$, the vertex coordinate is $h$, not $-h$. If the equation is $f(x) = (x + 3)^2 - 5$, the vertex is $(-3, -5)$.
⚡ Essential Desmos Cheatsheet
🎯 Find Zeros / Intercepts
y = ax^2 + bx + c
Click the grey points where the parabola intersects the x-axis.
🎯 Find Vertex / Extrema
y = ax^2 + bx + c
Click the highest or lowest point on the curve to get the exact vertex coordinates.
3-Level Mock Test (30 Questions)
🟢 Level 1: Foundation
10 Qs · Sub-600 Score
🟡 Level 2: Target 700+
10 Qs · 600–740 Score
🔴 Level 3: 800-Mastery
10 Qs · 750–800 Score
Question 1Level 1: Foundation
What are the solutions to the quadratic equation $x^2 - 9 = 0$?
Explanation:
Step 1
Recognize that the equation can be factored as a difference of squares.
Step 2
$(x - 3)(x + 3) = 0$
Step 3
Set each factor equal to zero to find the solutions: $x = 3$ or $x = -3$.
Question 2Level 1: Foundation
Which of the following is equivalent to $(x + 4)^2 = 0$?
Explanation:
Step 1
Expand the binomial square expression.
Step 2
$(x + 4)(x + 4) = x^2 + 4x + 4x + 16$
Step 3
Combine like terms to get $x^2 + 8x + 16 = 0$.
Question 3Level 1: Foundation
What is the $y$-intercept of the graph of $y = 2x^2 - 5x + 7$ in the $xy$-plane?
Explanation:
Step 1
Recall that the $y$-intercept occurs where $x = 0$.
Step 2
Substitute $x = 0$ into the equation: $y = 2(0)^2 - 5(0) + 7$
Step 3
Evaluate to find $y = 7$, giving the coordinate point $(0, 7)$.
Question 4Level 1: Foundation
Solve the quadratic equation by factoring: $x^2 + 7x + 10 = 0$.
Explanation:
Step 1
Find two numbers that multiply to $10$ and add up to $7$.
Step 2
The numbers are $2$ and $5$, so factor the quadratic as $(x + 2)(x + 5) = 0$.
Step 3
Solve for $x$ by setting each factor to zero: $x = -2$ and $x = -5$.
Question 5Level 1: Foundation
What is the vertex of the parabola represented by $y = (x - 3)^2 + 4$?
Explanation:
Step 1
Identify the vertex form of a quadratic equation: $y = a(x - h)^2 + k$, where $(h, k)$ is the vertex.
Step 2
Match the given equation $y = (x - 3)^2 + 4$ to the vertex form.
Step 3
The vertex is $(3, 4)$.
Question 6Level 1: Foundation
If $x^2 - 6x = 0$, what are all the possible values of $x$?
Explanation:
Step 1
Factor out the greatest common factor, which is $x$.
Step 2
$x(x - 6) = 0$
Step 3
Set each factor to zero to obtain $x = 0$ and $x = 6$.
Question 7Level 1: Foundation
Which of the following quadratic equations has roots $x = 1$ and $x = 4$?
Explanation:
Step 1
Use the factors corresponding to the roots: $(x - 1)(x - 4) = 0$.
Step 2
Multiply the binomials: $x^2 - 4x - x + 4 = 0$.
Step 3
Simplify to get $x^2 - 5x + 4 = 0$.
Question 8Level 1: Foundation
What is the sum of the solutions to the equation $(x - 2)(x + 8) = 0$?
Explanation:
Step 1
Identify the solutions from the factored equation.
Step 2
The solutions are $x = 2$ and $x = -8$.
Step 3
Add the solutions together: $2 + (-8) = -6$.
Question 9Level 1: Foundation
An object's height in feet is modeled by $h(t) = -16t^2 + 64t$, where $t$ is time in seconds. At what time $t$ does the object hit the ground ($h(t) = 0$)?
Explanation:
Step 1
Set the height function equal to zero: $-16t^2 + 64t = 0$.
Step 2
Factor out $-16t$: $-16t(t - 4) = 0$.
Step 3
Solve for $t$ to find $t = 0$ (start) and $t = 4$ (hits ground).
Question 10Level 1: Foundation
Which of the following functions has a minimum value at $x = -2$?
Explanation:
Step 1
A parabola opens upward and has a minimum value if the leading coefficient is positive ($a > 0$).
Step 2
The vertex form is $f(x) = a(x - h)^2 + k$, where $h$ is the $x$-coordinate of the vertex.
Step 3
In $f(x) = (x + 2)^2 - 5$, $a = 1 > 0$ and $h = -2$, confirming a minimum at $x = -2$.
Question 1Level 2: Target 700+
What is the product of the solutions to the quadratic equation $3x^2 - 12x + 9 = 0$?
Explanation:
Step 1
Divide the entire equation by $3$ to simplify: $x^2 - 4x + 3 = 0$.
Step 2
Use Vieta's formulas or factor to find the roots: $(x - 1)(x - 3) = 0$, giving roots $1$ and $3$.
Step 3
Multiply the roots: $1 \times 3 = 3$.
Question 2Level 2: Target 700+
The equation $x^2 + bx + 16 = 0$ has only one distinct real solution for $x$. What is a possible value of $b$?
Explanation:
Step 1
A quadratic equation has exactly one distinct real solution when its discriminant is equal to zero ($b^2 - 4ac = 0$).
Step 2
Substitute $a = 1$ and $c = 16$ into the discriminant: $b^2 - 4(1)(16) = 0$.
Step 3
Solve for $b$: $b^2 = 64 \implies b = 8$ or $b = -8$.
Question 3Level 2: Target 700+
Which of the following is the vertex form of the quadratic function $f(x) = x^2 - 6x + 11$?
Explanation:
Step 1
Complete the square for the expression $x^2 - 6x + 11$.
Step 2
Take half of the linear coefficient ($-6$), square it to get $9$, and add/subtract it: $(x^2 - 6x + 9) - 9 + 11$.
Step 3
Rewrite as a squared binomial: $(x - 3)^2 + 2$.
Question 4Level 2: Target 700+
If the quadratic equation $2x^2 + 8x + k = 0$ has no real solutions, which of the following must be true about $k$?
Explanation:
Step 1
A quadratic equation has no real solutions when the discriminant is negative ($b^2 - 4ac < 0$).
eq 0$. Let's re-examine: maybe $kx^2 + 6x + 9 = 0$? If equation is $kx^2 + 6x + 9 = 0$, then $36 - 4(k)(9) = 0 \implies 36 - 36k = 0 \implies k = 1$. Let's check option A=3. Let's write the question as: If the equation $kx^2 + 12x + 9 = 0$ has one solution, $36 - 36k = 0 \implies k=1$. Let's fix this question to match option A=3: 'If the quadratic equation $3x^2 + kx + 3 = 0$ has exactly one positive real solution...'
Question 2Level 3: 800 Mastery
The quadratic function $f(x) = ax^2 + bx + c$ satisfies $f(x) \ge 0$ for all real numbers $x$. If $b^2 - 4ac = 0$, which of the following must be true?
Explanation:
Step 1
Since $f(x) \ge 0$ for all real $x$, the parabola opens upward or touches the $x$-axis, meaning $a > 0$ or $a = 0$.
Step 2
However, $f(x)$ is a quadratic function, so $a \neq 0$. Thus, $a$ must be strictly positive.
Step 3
The condition $b^2 - 4ac = 0$ means the parabola is tangent to the $x$-axis, confirming $a > 0$.
Question 3Level 3: 800 Mastery
If $\alpha$ and $\beta$ are the solutions to $x^2 - 7x + 3 = 0$, what is the value of $\frac{1}{\alpha} + \frac{1}{\beta}$?
Explanation:
Step 1
Find a common denominator for the expression: $\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha \beta}$.
Step 2
Use Vieta's formulas for $ax^2 + bx + c = 0$, where the sum of roots $\alpha + \beta = -\frac{b}{a} = 7$ and product of roots $\alpha \beta = \frac{c}{a} = 3$.
Step 3
Substitute these values into the fraction: $\frac{7}{3}$. Wait, let's re-verify: sum is $7$, product is $3$, so $\frac{\alpha+\beta}{\alpha\beta} = \frac{7}{3}$. Option D is $\frac{7}{3}$.
Question 4Level 3: 800 Mastery
What is the sum of all real values of $x$ that satisfy $(x^2 - 5x + 5)^{x^2 - 4} = 1$?
Explanation:
Step 1
Recall that $A^B = 1$ occurs in three cases: (1) exponent $B = 0$ and base $A \neq 0$, (2) base $A = 1$, or (3) base $A = -1$ and exponent $B$ is an even integer.
Step 2
Case 1: $x^2 - 4 = 0 \implies x = 2$ or $x = -2$. Check bases: for $x=2$, base is $4-10+5 = -1 \neq 0$. For $x=-2$, base is $4+10+5 = 19 \neq 0$. Both are valid.
Step 3
Case 2: $x^2 - 5x + 5 = 1 \implies x^2 - 5x + 4 = 0 \implies (x-1)(x-4)=0 \implies x=1, x=4$. Case 3: base is $-1 \implies x^2 - 5x + 5 = -1 \implies x^2 - 5x + 6 = 0 \implies x=2, x=3$. Sum of unique real roots: $2 + (-2) + 1 + 4 + 3 = 8$. Let's check option D.
Question 5Level 3: 800 Mastery
If the parabola $y = 2x^2 - 8x + c$ is tangent to the $x$-axis, what is the value of $c$?
Explanation:
Step 1
A parabola is tangent to the $x$-axis if and only if it has exactly one real root, meaning the discriminant equals zero.
Step 2
Set the discriminant $b^2 - 4ac = 0$ with $a = 2, b = -8, c = c$.