Back to Blog
    Exams, Assessments & Practice Tools

    SAT Quadratic Equations Practice Questions with Answers

    April 26, 202610 min read30 views
    SAT Quadratic Equations Practice Questions with Answers

    Mastering SAT Quadratic Equations is essential for any student aiming for a high score on the Math section, as these problems appear frequently in both the calculator and no-calculator portions. Quadratic equations are polynomial equations of the second degree, typically written in the standard form a x 2 + b x + c = 0 ax^2 + bx + c = 0 , where a , b , a, b, and c c are constants and a β‰  0 a \neq 0 . Whether you are looking for easy SAT Math practice questions or challenging level-4 problems, understanding the relationship between coefficients, roots, and the vertex of a parabola is the key to success.

    Concept Explanation

    SAT Quadratic Equations are second-degree algebraic expressions that describe parabolas when graphed on a coordinate plane. These equations are characterized by having a highest power of 2 for the variable x x . There are three primary forms you must recognize: Standard Form ( a x 2 + b x + c = 0 ) (ax^2 + bx + c = 0) , Vertex Form ( a ( x βˆ’ h ) 2 + k = 0 ) (a(x - h)^2 + k = 0) , and Factored Form ( a ( x βˆ’ r 1 ) ( x βˆ’ r 2 ) = 0 ) (a(x - r_1)(x - r_2) = 0) . Each form reveals different properties of the graph, such as the y-intercept, the vertex ( h , k ) (h, k) , or the x-intercepts ( r 1 , r 2 ) (r_1, r_2) .

    To solve these equations, students typically use factoring, completing the square, or the Quadratic Formula:

    x = βˆ’ b Β± b 2 βˆ’ 4 a c 2 a x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

    According to Khan Academy's SAT prep resources, the discriminant ( D = b 2 βˆ’ 4 a c ) (D = b^2 - 4ac) is a vital tool for determining the number of solutions. If D > 0 D > 0 , there are two real solutions; if D = 0 D = 0 , there is one real solution; and if D < 0 D < 0 , there are no real solutions. Additionally, the sum of the roots is given by βˆ’ b / a -b/a and the product of the roots is given by c / a c/a , which are frequently tested shortcuts on the SAT.

    For more foundational practice, you might also find our guide on SAT Algebra Practice Questions with Answers helpful for building the necessary skills to tackle these quadratic problems.

    Solved Examples

    Study these worked examples to understand how to apply quadratic principles to actual SAT-style problems.

    Example 1: Finding Roots by Factoring
    Solve for x x : x 2 βˆ’ 5 x βˆ’ 6 = 0 x^2 - 5x - 6 = 0

    1. Identify two numbers that multiply to βˆ’ 6 -6 and add to βˆ’ 5 -5 . These numbers are βˆ’ 6 -6 and 1 1 .
    2. Rewrite the equation in factored form: ( x βˆ’ 6 ) ( x + 1 ) = 0 (x - 6)(x + 1) = 0 .
    3. Set each factor to zero: x βˆ’ 6 = 0 x - 6 = 0 or x + 1 = 0 x + 1 = 0 .
    4. The solutions are x = 6 x = 6 and x = βˆ’ 1 x = -1 .

    Example 2: Using the Discriminant
    How many real solutions does the equation 3 x 2 + 2 x + 5 = 0 3x^2 + 2x + 5 = 0 have?

    1. Identify the constants: a = 3 , b = 2 , c = 5 a = 3, b = 2, c = 5 .
    2. Calculate the discriminant using b 2 βˆ’ 4 a c b^2 - 4ac : ( 2 ) 2 βˆ’ 4 ( 3 ) ( 5 ) (2)^2 - 4(3)(5) .
    3. Simplify: 4 βˆ’ 60 = βˆ’ 56 4 - 60 = -56 .
    4. Since the discriminant is negative ( βˆ’ 56 < 0 -56 < 0 ), the equation has zero real solutions.

    Example 3: Vertex Form to Standard Form
    A parabola is defined by the equation y = 2 ( x βˆ’ 3 ) 2 + 4 y = 2(x - 3)^2 + 4 . What is the y-intercept?

    1. The y-intercept occurs when x = 0 x = 0 .
    2. Substitute 0 0 for x x : y = 2 ( 0 βˆ’ 3 ) 2 + 4 y = 2(0 - 3)^2 + 4 .
    3. Simplify the parenthesis: y = 2 ( βˆ’ 3 ) 2 + 4 y = 2(-3)^2 + 4 .
    4. Square the term: y = 2 ( 9 ) + 4 y = 2(9) + 4 .
    5. Solve: 18 + 4 = 22 18 + 4 = 22 . The y-intercept is ( 0 , 22 ) (0, 22) .

    Practice Questions

    Test your knowledge with these SAT Quadratic Equations practice questions. If you find these challenging, you may want to review medium SAT Math practice questions first.

    1. Which of the following is a solution to the equation x 2 βˆ’ 8 x + 15 = 0 x^2 - 8x + 15 = 0 ?
    A) 2
    B) 3
    C) 4
    D) 8

    2. If ( x βˆ’ 4 ) 2 = 49 (x - 4)^2 = 49 , what are the possible values of x x ?

    3. What is the sum of the solutions to the equation 2 x 2 βˆ’ 12 x + 5 = 0 2x^2 - 12x + 5 = 0 ?

    Ready to ace your exams?

    Try Bevinzey's AI-powered study tools for free.

    Start Learning Free

    4. A quadratic function is defined by f ( x ) = x 2 + b x + 16 f(x) = x^2 + bx + 16 . If the function has exactly one real root, what is one possible value for b b ?

    5. What are the coordinates of the vertex of the parabola defined by y = ( x + 5 ) ( x βˆ’ 1 ) y = (x + 5)(x - 1) ?

    6. Solve for x x using the quadratic formula: x 2 + 2 x βˆ’ 4 = 0 x^2 + 2x - 4 = 0 .

    7. If the graph of y = x 2 βˆ’ k x + 9 y = x^2 - kx + 9 is tangent to the x-axis, what is the positive value of k k ?

    8. Find the product of the roots for the equation 5 x 2 + 10 x βˆ’ 20 = 0 5x^2 + 10x - 20 = 0 .

    9. Rewrite y = x 2 βˆ’ 6 x + 11 y = x^2 - 6x + 11 in vertex form.

    10. If x > 0 x > 0 and 2 x 2 + 7 x βˆ’ 15 = 0 2x^2 + 7x - 15 = 0 , what is the value of x x ?

    Answers & Explanations

    1. B (3). Factoring x 2 βˆ’ 8 x + 15 = 0 x^2 - 8x + 15 = 0 gives ( x βˆ’ 3 ) ( x βˆ’ 5 ) = 0 (x - 3)(x - 5) = 0 . The solutions are x = 3 x = 3 and x = 5 x = 5 . Among the choices, 3 is correct.

    2. 11 and -3. Take the square root of both sides: x βˆ’ 4 = Β± 7 x - 4 = \pm 7 . This gives two equations: x βˆ’ 4 = 7 x - 4 = 7 (so x = 11 x = 11 ) and x βˆ’ 4 = βˆ’ 7 x - 4 = -7 (so x = βˆ’ 3 x = -3 ).

    3. 6. Using the sum of roots formula βˆ’ b / a -b/a , we get βˆ’ ( βˆ’ 12 ) / 2 = 12 / 2 = 6 -(-12)/2 = 12/2 = 6 .

    4. 4 or -4. For exactly one real root, the discriminant b 2 βˆ’ 4 a c b^2 - 4ac must equal 0. Here, b 2 βˆ’ 4 ( 1 ) ( 16 ) = 0 b^2 - 4(1)(16) = 0 , so b 2 βˆ’ 64 = 0 b^2 - 64 = 0 , meaning b 2 = 64 b^2 = 64 and b = Β± 8 b = \pm 8 . (Correction: b 2 βˆ’ 4 ( 1 ) ( 16 ) = 0 β€…β€Š ⟹ β€…β€Š b = Β± 8 b^2 - 4(1)(16) = 0 \implies b = \pm 8 ).

    5. (-2, -9). The x-intercepts are βˆ’ 5 -5 and 1 1 . The x-coordinate of the vertex is the midpoint: ( βˆ’ 5 + 1 ) / 2 = βˆ’ 2 (-5 + 1)/2 = -2 . Substitute x = βˆ’ 2 x = -2 into the equation: y = ( βˆ’ 2 + 5 ) ( βˆ’ 2 βˆ’ 1 ) = ( 3 ) ( βˆ’ 3 ) = βˆ’ 9 y = (-2 + 5)(-2 - 1) = (3)(-3) = -9 .

    6. βˆ’ 1 Β± 5 -1 \pm \sqrt{5} . Using the formula: x = βˆ’ 2 Β± 2 2 βˆ’ 4 ( 1 ) ( βˆ’ 4 ) 2 ( 1 ) = βˆ’ 2 Β± 20 2 = βˆ’ 2 Β± 2 5 2 = βˆ’ 1 Β± 5 x = \frac{-2 \pm \sqrt{2^2 - 4(1)(-4)}}{2(1)} = \frac{-2 \pm \sqrt{20}}{2} = \frac{-2 \pm 2\sqrt{5}}{2} = -1 \pm \sqrt{5} .

    7. 6. "Tangent to the x-axis" means one real root, so D = 0 D = 0 . ( βˆ’ k ) 2 βˆ’ 4 ( 1 ) ( 9 ) = 0 β€…β€Š ⟹ β€…β€Š k 2 βˆ’ 36 = 0 β€…β€Š ⟹ β€…β€Š k 2 = 36 (-k)^2 - 4(1)(9) = 0 \implies k^2 - 36 = 0 \implies k^2 = 36 . The positive value is 6.

    8. -4. Using the product of roots formula c / a c/a , we get βˆ’ 20 / 5 = βˆ’ 4 -20/5 = -4 .

    9. y = ( x βˆ’ 3 ) 2 + 2 y = (x - 3)^2 + 2 . Complete the square: ( x 2 βˆ’ 6 x + 9 ) βˆ’ 9 + 11 = ( x βˆ’ 3 ) 2 + 2 (x^2 - 6x + 9) - 9 + 11 = (x - 3)^2 + 2 .

    10. 1.5 or 3/2. Factoring 2 x 2 + 7 x βˆ’ 15 = 0 2x^2 + 7x - 15 = 0 gives ( 2 x βˆ’ 3 ) ( x + 5 ) = 0 (2x - 3)(x + 5) = 0 . Solutions are x = 1.5 x = 1.5 and x = βˆ’ 5 x = -5 . Since x > 0 x > 0 , the answer is 1.5.

    Quick Quiz

    Interactive Quiz 5 questions

    1. Which part of the quadratic formula determines the number of real solutions?

    • A -b
    • B 2a
    • C bΒ² - 4ac
    • D The square root of a
    Check answer

    Answer: C. bΒ² - 4ac

    2. What is the sum of the roots of the equation x 2 βˆ’ 10 x + 2 = 0 x^2 - 10x + 2 = 0 ?

    • A -10
    • B 2
    • C 10
    • D -2
    Check answer

    Answer: C. 10

    3. If a quadratic graph opens downward, what must be true about the coefficient 'a'?

    • A a > 0
    • B a < 0
    • C a = 0
    • D a = 1
    Check answer

    Answer: B. a < 0

    4. What is the x-coordinate of the vertex for y = x 2 βˆ’ 4 x + 7 y = x^2 - 4x + 7 ?

    • A 2
    • B -2
    • C 4
    • D 7
    Check answer

    Answer: A. 2

    5. A parabola has x-intercepts at x = 2 x = 2 and x = 8 x = 8 . Where is the axis of symmetry?

    • A x = 2
    • B x = 4
    • C x = 5
    • D x = 10
    Check answer

    Answer: C. x = 5

    Want unlimited practice questions like these?

    Generate AI-powered questions with step-by-step solutions on any topic.

    Try Question Generator Free β†’

    Frequently Asked Questions

    What is the quadratic formula used for on the SAT?

    The quadratic formula is used to find the roots (x-intercepts) of any quadratic equation, especially when the equation cannot be easily factored. It is a reliable method for solving a x 2 + b x + c = 0 ax^2 + bx + c = 0 on both the calculator and no-calculator sections.

    How do I find the vertex of a parabola quickly?

    You can find the x-coordinate of the vertex using the formula x = βˆ’ b / ( 2 a ) x = -b/(2a) . Once you have the x-coordinate, substitute it back into the original equation to find the corresponding y-coordinate.

    What does it mean if the discriminant is zero?

    If the discriminant ( b 2 βˆ’ 4 a c ) (b^2 - 4ac) is zero, the quadratic equation has exactly one real solution, also known as a repeated root. Graphically, this means the vertex of the parabola sits exactly on the x-axis.

    What is the difference between standard form and vertex form?

    Standard form ( a x 2 + b x + c ) (ax^2 + bx + c) clearly shows the y-intercept as c c , while vertex form ( a ( x βˆ’ h ) 2 + k ) (a(x - h)^2 + k) clearly shows the vertex as ( h , k ) (h, k) . Both forms represent the same parabola but highlight different geometric features.

    Can the SAT ask for imaginary solutions to quadratics?

    Yes, the SAT occasionally includes questions involving complex numbers, often denoted by i i . These occur when the discriminant is negative, requiring you to simplify the square root of a negative number using i = βˆ’ 1 i = \sqrt{-1} .

    How can I tell if a parabola opens up or down?

    The direction depends on the sign of the leading coefficient a a . If a a is positive, the parabola opens upward (forming a U-shape); if a a is negative, it opens downward (forming an inverted U-shape).

    Ready to ace your exams?

    Try Bevinzey's AI-powered study tools for free.

    Start Learning Free

    Enjoyed this article?

    Share it with others who might find it helpful.