Advanced Math ⚡ High Yield (1-3 Questions per Test)

Quadratic Equations

Digital SAT Math Preparation & Desmos Strategies

4 Concepts 19 Practice Qs 30 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$?

📘 Step-by-Step Textbook Solution:
Step 1
Identify coefficients $a = 2$, $b = -8$, and $c = 5$.
Step 2
Calculate the $x$-coordinate of the vertex using $x = -\frac{b}{2a}$: $x = -\frac{-8}{2(2)}$
Step 3
Simplify the expression: $x = 2$
Step 4
Substitute $x = 2$ back into the function to find the minimum value: $f(2) = 2(2)^2 - 8(2) + 5$
Step 5
Evaluate the result: $f(2) = 8 - 16 + 5 = -3$
⚡ Speed / Desmos Tactic:
Step 1
Open Desmos and input the function: $f(x) = 2x^2 - 8x + 5$
Step 2
Click on the lowest point (vertex) on the plotted parabola.
Step 3
Read the $y$-coordinate directly: $-3$
Concept 2

Concept 2: Factoring & Solutions (Roots/Zeros)

Quadratic roots represent the $x$-intercepts of the parabola and can be found by factoring the quadratic expression or applying the quadratic formula.

  • If $ab = 0$, then $a = 0$ or $b = 0$.
  • The solutions to $ax^2 + bx + c = 0$ are given by $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.
  • The $x$-intercepts occur where $f(x) = 0$.
📘 Traditional Algebraic Method

Factor the quadratic into the product of two binomials and set each factor equal to zero.

⚡ SAT Speed Trick & Desmos Hack

Type the quadratic expression into Desmos and click the $x$-intercepts to read the numerical roots instantly.

💡 Worked SAT Archetype Example

Problem: What are the solutions to the equation $x^2 - 5x + 6 = 0$?

📘 Step-by-Step Textbook Solution:
Step 1
Factor the quadratic expression into two binomials: $(x - 2)(x - 3) = 0$
Step 2
Set the first factor equal to zero: $x - 2 = 0$
Step 3
Solve for the first root: $x = 2$
Step 4
Set the second factor equal to zero: $x - 3 = 0$
Step 5
Solve for the second root: $x = 3$
⚡ Speed / Desmos Tactic:
Step 1
Open Desmos and type: $y = x^2 - 5x + 6$
Step 2
Click on the points where the graph crosses the $x$-axis.
Step 3
Read the coordinates $(2, 0)$ and $(3, 0)$ to yield roots $2$ and $3$.
Concept 3

Concept 3: The Discriminant

The discriminant determines the number and nature of solutions for a quadratic equation without fully solving it.

  • The discriminant formula is $\Delta = b^2 - 4ac$.
  • If $\Delta > 0$, the equation has two distinct real solutions.
  • If $\Delta = 0$, the equation has exactly one distinct real solution (repeated root).
  • If $\Delta < 0$, the equation has two complex (non-real) solutions.
📘 Traditional Algebraic Method

Substitute $a$, $b$, and $c$ into $b^2 - 4ac$ and evaluate the sign of the result.

⚡ SAT Speed Trick & Desmos Hack

Use a Desmos slider for an unknown coefficient $k$ and adjust it until the parabola touches the $x$-axis once ($\Delta = 0$).

💡 Worked SAT Archetype Example

Problem: For what value of $c$ does the equation $x^2 - 6x + c = 0$ have exactly one real solution?

📘 Step-by-Step Textbook Solution:
Step 1
Identify coefficients $a = 1$, $b = -6$, and $c = c$.
Step 2
Set the discriminant equal to zero for one real solution: $b^2 - 4ac = 0$
Step 3
Substitute the known values: $(-6)^2 - 4(1)(c) = 0$
Step 4
Simplify the equation: $36 - 4c = 0$
Step 5
Solve for $c$: $c = 9$
⚡ Speed / Desmos Tactic:
Step 1
Type $y = x^2 - 6x + c$ into Desmos and add a slider for $c$.
Step 2
Adjust the slider for $c$ until the vertex touches the $x$-axis exactly.
Step 3
Note the slider value where the vertex $y$-coordinate is $0$, giving $c = 9$.
Concept 4

Concept 4: Sum and Product of Roots

Vieta's formulas provide a shortcut to find the sum and product of the roots directly from the coefficients of a quadratic equation.

  • For $ax^2 + bx + c = 0$, the sum of the roots is $-\frac{b}{a}$.
  • The product of the roots is $\frac{c}{a}$.
📘 Traditional Algebraic Method

Find the roots explicitly using factoring or the quadratic formula, then add or multiply them.

⚡ SAT Speed Trick & Desmos Hack

Instantly write down $-\frac{b}{a}$ or $\frac{c}{a}$ instead of wasting time solving the equation.

💡 Worked SAT Archetype Example

Problem: What is the sum of the solutions to the equation $3x^2 - 12x + 7 = 0$?

📘 Step-by-Step Textbook Solution:
Step 1
Identify coefficients $a = 3$, $b = -12$, and $c = 7$.
Step 2
Recall the formula for the sum of roots: $\text{Sum} = -\frac{b}{a}$
Step 3
Substitute the values into the formula: $\text{Sum} = -\frac{-12}{3}$
Step 4
Simplify the fraction: $\text{Sum} = 4$
⚡ Speed / Desmos Tactic:
Step 1
Identify $b = -12$ and $a = 3$.
Step 2
Compute $-(-12) / 3$ mentally to get $4$.

Practice Questions (19)

Question 1 Solving by Factoring
Easy

What is the positive solution to the equation $x^2 - 5x - 6 = 0$?

📘 Step-by-Step Algebraic Solution
Step 1
Set up the given quadratic equation: $x^2 - 5x - 6 = 0$
Step 2
Factor the quadratic into $(x - 6)(x + 1) = 0$
Step 3
Set each factor equal to zero: $x - 6 = 0$ or $x + 1 = 0$
Step 4
Solve for $x$ to get $x = 6$ or $x = -1$
Step 5
Identify the positive solution: $x = 6$
⚡ Desmos Shortcut / Speed Hack
Step 1
Type $y = x^2 - 5x - 6$ into the Desmos graphing calculator.
Step 2
Click on the x-intercepts to find the roots.
Step 3
Read the positive root directly: $6$
Question 2 Solving by Factoring
Easy

If $(x - 4)(x + 3) = 0$, what is one possible value of $x$?

📘 Step-by-Step Algebraic Solution
Step 1
Examine the factored equation: $(x - 4)(x + 3) = 0$
Step 2
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 3 Solving by Factoring
Medium

What is the sum of all values of $x$ that satisfy the equation $2x^2 - 8x - 24 = 0$?

📘 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 4 Solving by Factoring
Medium

If $3x^2 + 15x - 18 = 0$ and $x > 0$, what is the value of $x$?

📘 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 5 Solving 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$?

📘 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 6 Vertex Form and Completing the Square
Easy

Which of the following is equivalent to the expression $x^2 + 6x + 8$?

📘 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 7 Vertex Form and Completing the Square
Easy

What are the coordinates of the vertex of the parabola given by $y = (x - 2)^2 + 5$?

📘 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 8 Vertex 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$?

📘 Step-by-Step Algebraic Solution
Step 1
Identify coefficients: $a = -2$, $b = 12$, $c = -14$
Step 2
Find the x-coordinate of the vertex: $h = -\frac{12}{2(-2)} = 3$
Step 3
Substitute $x = 3$ back into $f(x)$ to find $k$: $f(3) = -2(3)^2 + 12(3) - 14$
Step 4
Compute the value: $f(3) = -2(9) + 36 - 14 = -18 + 36 - 14 = 4$
⚡ Desmos Shortcut / Speed Hack
Step 1
Type $f(x) = -2x^2 + 12x - 14$ into Desmos.
Step 2
Click on the peak of the parabola.
Step 3
Read the y-coordinate of the vertex, which is $4$.
Question 9 Vertex Form and Completing the Square
Medium

If the expression $x^2 - 10x + 24$ is rewritten as $(x - p)^2 - q$, what is the value of $q$?

📘 Step-by-Step Algebraic Solution
Step 1
Take half of the middle coefficient $-10$, which is $-5$.
Step 2
Square it to get $(-5)^2 = 25$.
Step 3
Rewrite the expression: $(x^2 - 10x + 25) + 24 - 25$
Step 4
Simplify into vertex form: $(x - 5)^2 - 1$
Step 5
Match with $(x - p)^2 - q$ to find $q = 1$
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph $y = x^2 - 10x + 24$ in Desmos.
Step 2
Find the minimum point, which is $(5, -1)$.
Question 10 Vertex Form and Completing the Square
Hard

A quadratic function is given by $g(x) = 3x^2 - 12x + 13$. In the equivalent vertex form $g(x) = a(x - h)^2 + k$, what is the value of $a + h + k$?

📘 Step-by-Step Algebraic Solution
Step 1
Factor out $3$ from the $x$ terms: $g(x) = 3(x^2 - 4x) + 13$
Step 2
Complete the square inside the parentheses by adding and subtracting $( -4/2 )^2 = 4$: $3(x^2 - 4x + 4 - 4) + 13$
Step 3
Simplify and distribute: $3((x - 2)^2 - 4) + 13$
Step 4
Expand: $3(x - 2)^2 - 12 + 13 = 3(x - 2)^2 + 1$
Step 5
Identify $a = 3$, $h = 2$, $k = 1$, and compute $a + h + k = 3 + 2 + 1 = 6$
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph $g(x) = 3x^2 - 12x + 13$ in Desmos.
Step 2
Find the vertex $(2, 1)$, giving $h = 2$ and $k = 1$.
Step 3
Note the leading coefficient $a = 3$ from the original equation.
Step 4
Sum them up: $3 + 2 + 1 = 6$.
Question 11 Discriminant and Number of Solutions
Easy

What is the discriminant of the quadratic equation $2x^2 - 4x + 1 = 0$?

📘 Step-by-Step Algebraic Solution
Step 1
Identify coefficients: $a = 2$, $b = -4$, $c = 1$
Step 2
Write down the discriminant formula: $\Delta = b^2 - 4ac$
Step 3
Substitute the values: $\Delta = (-4)^2 - 4(2)(1)$
Step 4
Evaluate: $\Delta = 16 - 8 = 8$
⚡ Desmos Shortcut / Speed Hack
Step 1
Define $a = 2, b = -4, c = 1$ in Desmos.
Step 2
Type $b^2 - 4ac$ directly into Desmos.
Step 3
Read the result: $8$.
Question 12 Discriminant and Number of Solutions
Easy

How many distinct real solutions does the equation $x^2 + 6x + 9 = 0$ have?

📘 Step-by-Step Algebraic Solution
Step 1
Identify coefficients: $a = 1$, $b = 6$, $c = 9$
Step 2
Calculate the discriminant: $\Delta = 6^2 - 4(1)(9)$
Step 3
Evaluate: $\Delta = 36 - 36 = 0$
Step 4
Conclude that since $\Delta = 0$, the equation has exactly one distinct real solution.
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph $y = x^2 + 6x + 9$ in Desmos.
Step 2
Observe how the vertex touches the x-axis at exactly one point ($(-3, 0)$).
Step 3
Conclude there is exactly one real solution.
Question 13 Discriminant and Number of Solutions
Medium

For what value of $k$ does the equation $x^2 - 6x + k = 0$ have exactly one real solution?

📘 Step-by-Step Algebraic Solution
Step 1
Identify coefficients: $a = 1$, $b = -6$, $c = k$
Step 2
Set the discriminant to zero for one real solution: $b^2 - 4ac = 0$
Step 3
Substitute the values: $(-6)^2 - 4(1)(k) = 0$
Step 4
Solve for $k$: $36 - 4k = 0 \implies 4k = 36 \implies k = 9$
⚡ Desmos Shortcut / Speed Hack
Step 1
Use the completing-the-square logic: $k$ must be $(b/2)^2$.
Step 2
Calculate $(-6/2)^2 = (-3)^2 = 9$.
Step 3
Select option C.
Question 14 Discriminant and Number of Solutions
Medium

Which of the following equations has no real solutions?

📘 Step-by-Step Algebraic Solution
Step 1
Test option C: $x^2 - 4x + 5 = 0$, where $a = 1$, $b = -4$, $c = 5$.
Step 2
Calculate the discriminant: $\Delta = (-4)^2 - 4(1)(5)$
Step 3
Evaluate: $\Delta = 16 - 20 = -4$
Step 4
Since $\Delta < 0$, this equation has no real solutions.
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph each option in Desmos.
Step 2
Look for the graph that never crosses or touches the x-axis.
Step 3
Option C ($y = x^2 - 4x + 5$) floats entirely above the x-axis.
Question 15 Discriminant and Number of Solutions
Hard

Find the range of values for $m$ such that the equation $x^2 + mx + 4 = 0$ has two distinct real solutions.

📘 Step-by-Step Algebraic Solution
Step 1
Identify coefficients: $a = 1$, $b = m$, $c = 4$
Step 2
Set up the inequality for two distinct real solutions: $b^2 - 4ac > 0$
Step 3
Substitute the values: $m^2 - 4(1)(4) > 0 \implies m^2 - 16 > 0$
Step 4
Factor the inequality: $(m - 4)(m + 4) > 0$
Step 5
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 16 Word 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?

📘 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 17 Word 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$?

📘 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 18 Word 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?

📘 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 19 Word 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?

📘 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 1 Level 1: Foundation

What are the solutions to the quadratic equation $x^2 - 9 = 0$?

Question 2 Level 1: Foundation

Which of the following is equivalent to $(x + 4)^2 = 0$?

Question 3 Level 1: Foundation

What is the $y$-intercept of the graph of $y = 2x^2 - 5x + 7$ in the $xy$-plane?

Question 4 Level 1: Foundation

Solve the quadratic equation by factoring: $x^2 + 7x + 10 = 0$.

Question 5 Level 1: Foundation

What is the vertex of the parabola represented by $y = (x - 3)^2 + 4$?

Question 6 Level 1: Foundation

If $x^2 - 6x = 0$, what are all the possible values of $x$?

Question 7 Level 1: Foundation

Which of the following quadratic equations has roots $x = 1$ and $x = 4$?

Question 8 Level 1: Foundation

What is the sum of the solutions to the equation $(x - 2)(x + 8) = 0$?

Question 9 Level 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$)?

Question 10 Level 1: Foundation

Which of the following functions has a minimum value at $x = -2$?