What this quiz covers
This quiz focuses on Quadratic Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for SAT Math.
Solve 2x2+3x−2=0. What are the solutions?
SAT Math Quiz
Practice Quadratic Equations in SAT Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Quadratic Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for SAT Math.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
Solve 2x2+3x−2=0. What are the solutions?
Explanation: Factor 2x^2 + 3x - 2 = 0 by finding numbers that multiply to 2 times -2, or -4, and add to 3: those are 4 and -1. Rewriting gives 2x^2 + 4x - x - 2 = 2x(x + 2) - 1(x + 2) = (2x - 1)(x + 2) = 0, so x = 1/2 or x = -2, the pair listed together. The quadratic formula agrees: x = (-3 +/- sqrt(9 + 16))/4 = (-3 +/- 5)/4, giving 1/2 and -2. The choice listing -1/2 and 2 flips both signs; testing x = 2 gives 8 + 6 - 2 = 12, not 0. Both choices containing sqrt(17) mis-evaluate the discriminant as 9 + 8 instead of 9 - 4(2)(-2) = 25, so they never reduce to the actual roots.
Solve the equation x2+6x+9=4. What are the solutions for x?
Explanation: The question asks for the solutions of x^2 + 6x + 9 = 4. The left side is already a perfect square, so rewrite the equation as (x + 3)^2 = 4. Taking square roots of both sides gives x + 3 = 2 or x + 3 = -2, so x = -3 ± 2, meaning x = -1 and x = -5. Checking one: (-1)^2 + 6(-1) + 9 = 1 - 6 + 9 = 4. The answer -3 ± sqrt(13) comes from adding the 4 to the 9 instead of moving it across, producing (x + 3)^2 = 13. The single value -3 drops the ± entirely, which solves (x + 3)^2 = 0, not 4. And 3 ± 2 flips the sign of the shift, since the factor (x + 3) centers the solutions at -3; the values 1 and 5 fail the original equation.
A ball's height in meters after t seconds is modeled by h(t)=−5t2+20t+1. At what time does the ball reach its maximum height?
Explanation: The model h(t) = -5t^2 + 20t + 1 is a downward-opening parabola because a = -5 is negative, so its vertex is the maximum height. The vertex time is t = -b/(2a) = -20/(2 * -5) = 20/10 = 2, so t = 2 is correct. Completing the square confirms it: h(t) = -5(t-2)^2 + 21, a peak of 21 meters at t = 2. The answers t = 4 and t = 20/5 are the same number, and each comes from dividing 20 by 5 while dropping the factor of 2 in the denominator; that time is actually when the ball has fallen back near its starting height, since h(4) = -80 + 80 + 1 = 1. The answer t = 1 is too early, because h(1) = 16 and the ball is still rising toward its peak.
What are the solutions to the equation x2−9x+20=0?
Explanation: This question asks us to find the solutions to the quadratic equation x2−9x+20=0. To solve this, we can factor the quadratic by finding two numbers that multiply to 20 and add to -9, which are -4 and -5. This gives us (x−4)(x−5)=0, so x=4 or x=5. A common error is to confuse the signs when factoring, which might lead to choosing answer B with negative values. When factoring, always verify your answer by expanding back or substituting the solutions into the original equation.
What are the solutions to the equation x2−5x+6=0? Choose the pair of values of x that makes the equation true.
Explanation: This question asks us to solve the quadratic equation x2−5x+60ˉ by finding the values of x that make it true. To solve, we can factor the quadratic: we need two numbers that multiply to 6 and add to -5, which are -2 and -3, giving us (x−2)(x−3)0ˉ. Setting each factor to zero gives x−20ˉ so x2ˉ, and x−30ˉ so x3ˉ. A common error is to factor as (x+2)(x+3)0ˉ by using the wrong signs, which would give x−ˉ2,−3. When factoring, always check that the middle term matches: (x−2)(x−3)xˉ2−3x−2x+6xˉ2−5x+6 ✓.
Which expression is equivalent to x2+6x+1 written in vertex form a(x−h)2+k? Watch for distractors that complete the square but change the constant incorrectly.
Explanation: To write x² + 6x + 1 in vertex form, we need to complete the square. First, take half of the coefficient of x and square it: (6/2)² = 9. Add and subtract 9: x² + 6x + 9 - 9 + 1 = (x + 3)² - 8. The vertex form is (x + 3)² - 8, which can also be written as (x - (-3))² + (-8). Common errors include forgetting to subtract the added term (getting (x + 3)² + 10) or making sign errors with the h-value. When completing the square, always remember to balance what you add by subtracting the same amount.
What is the vertex of the parabola formed by f(x)(ˉx−7)2−3??
Explanation: The equation of a parabola is f(x)(ˉx−a)2+b where a is the location of the x-coordinate of the vertex and b is the location of the y-coordinate of the vertex. Using this information and the equation of our quadratic, we can see the vertex of this quadratic is (7, -3)..
A ball is thrown upward from a platform; its height in feet is given by h(t)=−16t2+32t+48, where t is time in seconds. When does it hit the ground?
Explanation: Set h(t)=0: −16t2+32t+48=0⇒t2−2t−3=0⇒(t−3)(t+1)=0, so t=3 or t=−1; only t=3 is valid. The other positive choices come from algebra slips.
What is the value of k such that the parabola y=x2+kx+9 has its vertex on the y-axis? A common incorrect path is to set the vertex's y-coordinate to 0 instead of making the vertex's x-coordinate equal to 0.
Explanation: For the parabola y=x2+kx+9 to have its vertex on the y-axis, the x-coordinate of the vertex must be 0. The x-coordinate of the vertex is x=−2ab=−2(1)k=−2k. Setting this equal to 0: −2k=0, which means k=0. With k=0, the equation becomes y=x2+9, which has vertex at (0,9). A common error is trying to make the y-coordinate of the vertex equal to 0, but the question asks for the vertex to be ON the y-axis (where x=0), not at the origin.
On a coordinate plane, the parabola y=x2−2x−3 is graphed. What is the minimum value of y for this parabola?
Explanation: We need the minimum value of y for the parabola y=x2−2x−3. Since the parabola opens upward (positive leading coefficient), the minimum occurs at the vertex. The x-coordinate of the vertex is x=−2ab=−2(1)−2=1. Substituting x=1 into the equation: y=(1)2−2(1)−3=1−2−3=−4. The minimum value of y is -4. A common error is to report the x-coordinate (1) instead of the y-coordinate (-4) as the minimum value. When asked for minimum or maximum values, always give the y-value unless specifically asked for the x-value.
Solve the equation 3x2−5x−2=0.
Explanation: To solve 3x2−5x−2=0, we can use factoring or the quadratic formula. For factoring, we need two numbers that multiply to (3)(−2)=−6 and add to −5, which are −6 and 1. Rewriting: 3x2−6x+x−2=3x(x−2)+1(x−2)=(3x+1)(x−2)=0. This gives us x=2 or x=−31. Students often make errors with the signs when dealing with the fraction, getting 31 instead of −31. When factoring leads to fractions, double-check by substituting back into the original equation.
A rectangle has perimeter 30. If its length is x and its width is 15−x, its area is A(x)=x(15−x). For what value of x is the area maximized?
Explanation: The area function A(x)=x(15−x)=15x−x2 represents a downward-opening parabola. To find the maximum, we use the vertex formula x=−2ab where the function is written as A(x)=−x2+15x. Here a=−1 and b=15, so x=−2(−1)15=215=7.5. This makes sense physically: for a rectangle with fixed perimeter, the maximum area occurs when it's a square (length equals width). Common errors include using the wrong formula or not recognizing that this is an optimization problem requiring the vertex.
A parabola is shown on the coordinate plane with vertex at (0,3) and it passes through (2,−1). Which equation represents the parabola? Use vertex form y=a(x−0)2+3 and solve for a using the given point.
Explanation: This question asks for the equation of a parabola with vertex at (0, 3) that passes through (2, -1). Using vertex form y = a(x - 0)² + 3 = ax² + 3, we substitute the point (2, -1) to find a: -1 = a(2)² + 3 = 4a + 3, so 4a = -4 and a = -1. Therefore, the equation is y = -x² + 3. A common mistake is to use the wrong sign for a or to forget that a negative value of a means the parabola opens downward. When finding a parabola's equation from its vertex and another point, always substitute carefully and solve for the leading coefficient.
A rectangle has perimeter 40 meters. Let its width be x meters and its length be 20−x meters. The area is A(x)=x(20−x). For what value of x is the area maximized? (Assume 0<x<20.) A common error is to choose an endpoint instead of the vertex.
Explanation: We need to maximize the area function A(x) = x(20 - x) = 20x - x². This is a quadratic that opens downward (since the coefficient of x² is negative), so it has a maximum at its vertex. The x-coordinate of the vertex is x = -b/(2a) = -20/(2(-1)) = -20/(-2) = 10. We can verify this makes sense: when x = 10, the length is also 20 - 10 = 10, giving a square with maximum area. Common mistakes include choosing an endpoint (x = 0 or x = 20) instead of the vertex, or confusing perimeter with area. For optimization problems with quadratics, the extremum always occurs at the vertex unless constrained to an interval.
What is the vertex of the parabola y=2x2−8x+3? Give your answer as an ordered pair (h,k). Some incorrect paths come from finding only the axis of symmetry (x=h) or making a sign error when completing the square.
Explanation: To find the vertex of y = 2x² - 8x + 3, we can use the vertex formula or complete the square. Using the formula, the x-coordinate of the vertex is h = -b/(2a) = -(-8)/(2(2)) = 8/4 = 2. To find the y-coordinate, substitute x = 2 back into the equation: y = 2(2)² - 8(2) + 3 = 8 - 16 + 3 = -5. Therefore, the vertex is (2, -5). A common error is stopping after finding only the x-coordinate or making sign errors when completing the square. When using the vertex formula, always substitute back to find the y-coordinate of the vertex.
A ball's height (in meters) after t seconds is modeled by h(t)=−5t2+20t+1. At what time does the ball reach its maximum height?
Explanation: The question asks for the time t when the ball reaches its maximum height in the model h(t) = -5t² + 20t + 1. For a quadratic function at² + bt + c opening downward (a < 0), the maximum occurs at the vertex t = -b/(2a). Here, a = -5, b = 20, so t = -20 / (2*(-5)) = -20 / -10 = 2 seconds. Completing the square or using calculus isn't needed for this SAT-level problem, but verifies the same result. A common error is using t = b/(2a) without the negative sign, leading to incorrect times like 20/(10) = 2 but ignoring the sign, or miscalculating as in choice D. Confusing maximum with roots might lead to solving h(t) = 0. Remember, for projectile motion problems, the time to maximum height is always at the vertex formula to efficiently find the answer.
Solve x+5=x−1. Which value of x satisfies the equation?
Explanation: Squaring gives x+5=x2−2x+1⇒x2−3x−4=0⇒(x−4)(x+1)=0. Checking in the original shows x=4 works but x=−1 is extraneous.
At what time does the object reach maximum height if its height is modeled by h(t)=−16t2+32t+5?
Explanation: This question asks when an object reaches maximum height, which occurs at the vertex of the parabola. For a quadratic in the form h(t)=at2+bt+c, the time at maximum height is t=−2ab. With h(t)=−16t2+32t+5, we have a=−16 and b=32, so t=−2(−16)32=−−3232=1 second. A common error is forgetting the negative sign in the formula or mixing up the values of a and b. For projectile motion problems, always use the vertex formula to find the time of maximum height.
A ball's height is modeled by h(t)=−16t2+32t+5, where t is in seconds. When does it hit the ground? (Give the positive solution.)
Explanation: Solve −16t2+32t+5=0 to get t=44±21. The positive solution is 1+421.
The equation of a parabola in the xy-plane is y \= 2(x - 3)^2 + 5. Which of the following statements is true about the parabola?
Explanation: The equation is in vertex form y \= a(x-h)^2 + k, where (h,k) is the vertex. Here, the vertex is (3,5). Since the leading coefficient (a2ˉ) is positive, the parabola opens upward, meaning the vertex represents the **minimum** value. The minimum y-value is 5. SAT Strategy: Use The Calculator Graph it in Desmos. You will visually see the bottom of the curve is at y5ˉ. Importantly - many students see a question like this and feel lost because they've forgotten or never really knew the equation of a parabola. But so many questions can be solved with the calculator, so "when in doubt, graph it out" to at least give yourself a chance.