PSAT Math Quiz: Quadratic Equations
20 questions · exam conditions
0:00
Quadratic EquationsQuestion 1 of 20

Solve the equation 2x2+3x2=02x^2+3x-2=0 and select the correct pair of solutions.

x=12, 2x=\tfrac{1}{2},\ -2
x=12, 2x=-\tfrac{1}{2},\ 2
x=23, 1x=\tfrac{2}{3},\ -1
x=23, 1x=-\tfrac{2}{3},\ 1
← Back to quizzes

PSAT Math Quiz

PSAT Math Quiz: Quadratic Equations

Practice Quadratic Equations in PSAT Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

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 PSAT Math.

How to use this quiz

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.

All questions

Question 1

Solve the equation 2x2+3x2=02x^2+3x-2=0 and select the correct pair of solutions.

  1. x=12, 2x=\tfrac{1}{2},\ -2 (correct answer)
  2. x=12, 2x=-\tfrac{1}{2},\ 2
  3. x=23, 1x=\tfrac{2}{3},\ -1
  4. x=23, 1x=-\tfrac{2}{3},\ 1

Explanation: This question asks to solve (2x22x^2 + 3x - 2 = 0) and select the solutions. Factor: find numbers for (2x + a)(x + b) where a*b=-2, and cross terms give 3x; try (2x - 1)(x + 2) = 2x^2 + 4x - x - 2 = 2x^2 + 3x - 2, yes, so x=1/2 or x=-2. Quadratic formula: (x = rac{-3 pm 9+16\sqrt{9 + 16}}{4} = rac{-3 pm 5}{4}), giving ( rac{2}{4}=0.5) and ( rac{-8}{4}=-2). Factoring works well with small integers; formula confirms. Common error: incorrect factoring signs. Verify by plugging solutions back in.

Question 2

The parabola y=2x2+8x3y=-2x^2+8x-3 is graphed on the coordinate plane. What is the axis of symmetry of this parabola? Do not confuse the axis of symmetry with the yy-intercept or with the vertex's yy-coordinate.

  1. x=2x=-2
  2. x=2x=2 (correct answer)
  3. y=2y=2
  4. y=3y=-3

Explanation: The question asks for the axis of symmetry of y = -2x² + 8x - 3. The axis is the vertical line x = -b/(2a), with a = -2, b = 8, so x = -8/(2*(-2)) = -8/-4 = 2. This is the line through the vertex, confirmed by vertex form after completing the square: y = -2(x² - 4x) - 3 = -2(x² - 4x + 4 - 4) - 3 = -2(x - 2)² + 8 - 3 = -2(x - 2)² + 5. Mistaking it for y-values like the y-intercept -3 or another number is common. Confusing with positive b sign can lead to x = -2. Always use the formula x = -b/(2a) for quick identification in graphing questions.

Question 3

A rectangular garden is to be built against a wall, so only three sides need fencing. If 24 meters of fencing are available, the area is A(x)=x(242x)A(x)=x(24-2x) where xx is the length of each side perpendicular to the wall. What value of xx maximizes the area? Choose the correct xx-value.

  1. x=4x=4
  2. x=6x=6 (correct answer)
  3. x=8x=8
  4. x=12x=12

Explanation: This question asks for the value of x that maximizes the area of a garden, given A(x) = x(24 - 2x) = 24x - 2x^2. This is a quadratic that opens downward (a = -2), so the maximum occurs at the vertex, x = - rac{b}{2a} = - rac{24}{2(-2)} = rac{24}{4} = 6. Completing the square: A(x) = -2(x2x^2 - 12x) = -2(x - 6)^2 + 72, confirming x=6. A key error is treating it as minimizing instead of maximizing or misexpanding the area formula. Another mistake is solving for roots rather than the vertex. In optimization problems, convert to quadratic form and use the vertex formula to find the extremum efficiently.

Question 4

The function f(x)=x210x+21f(x)=x^2-10x+21 is rewritten in vertex form as f(x)=(xh)2+kf(x)=(x-h)^2+k. What are the values of hh and kk? A common error is completing the square but forgetting to keep the expression equivalent.

  1. h=5, k=4h=5,\ k=-4 (correct answer)
  2. h=5, k=4h=-5,\ k=-4
  3. h=5, k=4h=5,\ k=4
  4. h=5, k=4h=-5,\ k=4

Explanation: The question requires rewriting f(x) = x² - 10x + 21 in vertex form (x - h)² + k to find h and k. Complete the square: x² - 10x = (x - 5)² - 25, so f(x) = (x - 5)² - 25 + 21 = (x - 5)² - 4, thus h = 5, k = -4. The quadratic formula isn't needed, but vertex x = -b/(2a) = 10/2 = 5 confirms h. A common error is adding/subtracting the completion term incorrectly, like forgetting to balance -25 + 21. Mismanaging signs can lead to h = -5. Use completing the square for vertex form conversions, especially when factoring doesn't yield integers.

Question 5

Rewrite y=x2+6x+1y=x^2+6x+1 in vertex form y=a(xh)2+ky=a(x-h)^2+k. Which expression is equivalent?

  1. y=(x+3)28y=(x+3)^2-8 (correct answer)
  2. y=(x3)2+10y=(x-3)^2+10
  3. y=(x+6)235y=(x+6)^2-35
  4. y=(x+3)2+8y=(x+3)^2+8

Explanation: To convert y=x2+6x+1y=x^2+6x+1 to vertex form, we complete the square. First, focus on x2+6xx^2+6x: we take half of 6 (which is 3) and square it (getting 9). So x2+6x=(x+3)29x^2+6x = (x+3)^2 - 9. Therefore, y=x2+6x+1=(x+3)29+1=(x+3)28y = x^2+6x+1 = (x+3)^2 - 9 + 1 = (x+3)^2 - 8. The vertex form is y=(x+3)28y=(x+3)^2-8, showing the vertex at (3,8)(-3,-8). A common error is forgetting to subtract the 9 when completing the square, or making sign errors. Always expand your final answer to verify it matches the original equation.

Question 6

On the coordinate plane, a parabola opens downward and has vertex at (2,5)(2,5). It passes through the point (0,1)(0,1). What is the equation of the parabola in vertex form?

  1. y=(x2)2+5y=-(x-2)^2+5 (correct answer)
  2. y=(x+2)2+5y=-(x+2)^2+5
  3. y=(x2)2+1y=-(x-2)^2+1
  4. y=(x2)2+9y=-(x-2)^2+9

Explanation: This question asks for the equation of a downward-opening parabola with vertex at (2,5)(2,5) that passes through (0,1)(0,1). Since it opens downward and has vertex at (2,5)(2,5), we can write y=a(x2)2+5y=a(x-2)^2+5 where a<0a<0. To find aa, substitute the point (0,1)(0,1): 1=a(02)2+5=a(4)+5=4a+51=a(0-2)^2+5=a(4)+5=4a+5. Solving: 4a=44a=-4, so a=1a=-1. Therefore, the equation is y=(x2)2+5y=-(x-2)^2+5. A common mistake is using the wrong sign for aa or making arithmetic errors when substituting the given point. For vertex form problems, always verify your answer by checking that both the vertex and the given point satisfy the equation.

Question 7

What are the solutions to the equation 2x25x3=02x^2-5x-3=0? Choose the pair of xx-values that makes the equation true. Be careful with signs when factoring or using the quadratic formula, since switching a sign can produce a plausible but incorrect pair of solutions.

  1. x=3,12x=3,\,-\tfrac{1}{2} (correct answer)
  2. x=3,12x=-3,\,\tfrac{1}{2}
  3. x=32,1x=\tfrac{3}{2},\,-1
  4. x=32,1x=-\tfrac{3}{2},\,1

Explanation: The question asks for the solutions to the quadratic equation 2x² - 5x - 3 = 0. To solve, use the quadratic formula x = [-b ± √(b² - 4ac)] / (2a), where a = 2, b = -5, c = -3, giving x = [5 ± √(25 + 24)] / 4 = [5 ± √49] / 4 = [5 ± 7] / 4. This yields x = (5 + 7)/4 = 3 and x = (5 - 7)/4 = -1/2. Factoring could also work by finding numbers that multiply to 2*(-3) = -6 and add to -5, such as -6 and 1, leading to (2x + 1)(x - 3) = 0 after grouping. A common error is switching signs during factoring or in the quadratic formula, resulting in incorrect pairs like those in choices B or D. When dealing with quadratics that factor nicely, try factoring first before resorting to the formula for efficiency in tests.

Question 8

A ball's height (in meters) after tt seconds is modeled by h(t)=5t2+20t+1h(t)=-5t^2+20t+1. At what time does the ball reach its maximum height? Use the vertex idea for quadratics and avoid mixing up the time of maximum with the maximum height value.

  1. t=1t=1
  2. t=2t=2 (correct answer)
  3. t=4t=4
  4. t=5t=5

Explanation: The question asks for the time t when the ball reaches its maximum height in h(t) = -5t² + 20t + 1. For a quadratic at² + bt + c, the vertex gives the maximum or minimum at t = -b/(2a), here a = -5, b = 20, so t = -20/(2*(-5)) = -20/-10 = 2. Since a < 0, the parabola opens downward, confirming a maximum at t = 2. Completing the square or derivatives aren't needed, but vertex form h(t) = -5(t - 2)² + 41 verifies the time. A common mistake is confusing the time with the height value or miscalculating the sign in -b/(2a). In projectile problems, always use the vertex formula for peak time to save steps.

Question 9

The graph of a parabola is shown on the coordinate plane. The parabola opens upward and has xx-intercepts at x=1x=-1 and x=3x=3, and it passes through the point (0,3)(0,-3). Which equation represents this parabola? Choose the correct equation in standard form.

  1. y=x22x3y=x^2-2x-3 (correct answer)
  2. y=x2+2x3y=x^2+2x-3
  3. y=x22x+3y=x^2-2x+3
  4. y=x2+2x+3y=-x^2+2x+3

Explanation: This question asks for the equation in standard form of a parabola that opens upward with x-intercepts at x=-1 and x=3, passing through (0, -3). Since the x-intercepts are the roots, the factored form is y = a(x + 1)(x - 3); expanding gives y = a(x2x^2 - 2x - 3). Substitute (0, -3) to find a: -3 = a(-3), so a=1, yielding y = x^2 - 2x - 3. Errors often occur by assuming a=1 without verifying the point or flipping signs in the factored form. Another mistake is selecting an equation that opens downward or mismatches the y-value at x=0. When given intercepts and a point, use factored form first, then verify with the point to determine the leading coefficient.

Question 10

Solve the equation 3x2+4x2=03x^2+4x-2=0 using the quadratic formula. Which set gives the solutions?

  1. 2±103\frac{-2\pm\sqrt{10}}{3} (correct answer)
  2. 4±406\frac{-4\pm\sqrt{40}}{6}
  3. 4±16246\frac{-4\pm\sqrt{16-24}}{6}
  4. 2±103\frac{2\pm\sqrt{10}}{3}

Explanation: To solve 3x2+4x2=03x^2+4x-2=0 using the quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}, we identify a=3a=3, b=4b=4, and c=2c=-2. Substituting: x=4±164(3)(2)2(3)=4±16+246=4±406x = \frac{-4 \pm \sqrt{16-4(3)(-2)}}{2(3)} = \frac{-4 \pm \sqrt{16+24}}{6} = \frac{-4 \pm \sqrt{40}}{6}. We can simplify 40=410=210\sqrt{40} = \sqrt{4 \cdot 10} = 2\sqrt{10}, giving x=4±2106=2±103x = \frac{-4 \pm 2\sqrt{10}}{6} = \frac{-2 \pm \sqrt{10}}{3}. Common errors include sign mistakes in the discriminant calculation or forgetting to simplify the final fraction. Always double-check your arithmetic when using the quadratic formula.

Question 11

What is the axis of symmetry of the parabola y=3x2+12x7y=-3x^2+12x-7?

  1. x=2x=-2
  2. x=2x=2 (correct answer)
  3. y=2y=2
  4. x=123x=\frac{12}{3}

Explanation: This question asks for the axis of symmetry of the parabola y=3x2+12x7y=-3x^2+12x-7. For a quadratic in the form y=ax2+bx+cy=ax^2+bx+c, the axis of symmetry is the vertical line x=b2ax=-\frac{b}{2a}. Here, a=3a=-3 and b=12b=12, so the axis of symmetry is x=122(3)=126=2x=-\frac{12}{2(-3)}=-\frac{12}{-6}=2. This means the parabola is symmetric about the vertical line x=2x=2. A common error is forgetting the negative sign in the formula or confusing the axis of symmetry (a vertical line) with a horizontal line. For the PSAT, remember that the axis of symmetry always passes through the vertex of the parabola.

Question 12

A rectangle has perimeter 3030 units. If one side has length xx, the area is A(x)=x(15x)A(x)=x(15-x). For what value of xx is the area maximized?

  1. x=5x=5
  2. x=7.5x=7.5 (correct answer)
  3. x=10x=10
  4. x=15x=15

Explanation: The question asks for the value of x that maximizes the area of a rectangle with perimeter 30 and one side x, given (A(x) = x(15 - x) = -x^2 + 15x). This is a quadratic opening downward, so the maximum is at the vertex (x = - rac{b}{2a} = - rac{15}{2 imes -1} = 7.5). Completing the square: (A(x) = -(x2x^2 - 15x) = -(x2x^2 - 15x + 56.25 - 56.25) = -(x - 7.5)^2 + 56.25), confirming x=7.5. Factoring isn't needed here, as it's about optimization. A key error is choosing endpoints like 5 or 15, which give zero area. For real-world optimization with quadratics, use the vertex formula to find maxima or minima quickly.

Question 13

Which equation is equivalent to y=x2+8x+7y=x^2+8x+7 written in factored form?

  1. y=(x+1)(x+7)y=(x+1)(x+7) (correct answer)
  2. y=(x1)(x7)y=(x-1)(x-7)
  3. y=(x+7)2y=(x+7)^2
  4. y=(x+4)27y=(x+4)^2-7

Explanation: This question asks for the factored form of (y = x2x^2 + 8x + 7). Factor by finding numbers that multiply to 7 and add to 8, which are 1 and 7, so (y = (x + 1)(x + 7)). Verify by expanding: (x2x^2 + 7x + x + 7 = x2x^2 + 8x + 7). The quadratic formula gives roots -1 and -7, confirming factors. Avoid errors like choosing numbers that multiply incorrectly, such as -1 and -7 which add to -8. When factoring quadratics with positive constant and leading coefficient 1, look for positive factors if b>0.

Question 14

What are the solutions to the equation 2x25x3=02x^2-5x-3=0?

  1. x=5±494x=\frac{5\pm\sqrt{49}}{4}
  2. x=12, 3x=-\frac{1}{2},\ 3 (correct answer)
  3. x=12, 3x=\frac{1}{2},\ -3
  4. x=32, 1x=-\frac{3}{2},\ 1

Explanation: This question asks us to find the solutions to the quadratic equation 2x25x3=02x^2-5x-3=0. We can solve this by factoring: we need two numbers that multiply to (2)(3)=6(2)(-3)=-6 and add to 5-5. These numbers are 6-6 and 11, so we rewrite as 2x26x+x3=02x^2-6x+x-3=0, then factor by grouping: 2x(x3)+1(x3)=02x(x-3)+1(x-3)=0, giving us (2x+1)(x3)=0(2x+1)(x-3)=0. Setting each factor to zero: 2x+1=02x+1=0 gives x=12x=-\frac{1}{2}, and x3=0x-3=0 gives x=3x=3. A common error is making arithmetic mistakes when factoring or solving for x. When you see a quadratic equation on the PSAT, first check if it factors nicely before using the quadratic formula.

Question 15

A ball is launched upward from a platform. Its height in feet after tt seconds is given by h(t)=16t2+48t+5h(t)=-16t^2+48t+5. At what time does the ball reach its maximum height?

  1. t=32t=\frac{3}{2} (correct answer)
  2. t=4816t=\frac{48}{16}
  3. t=3t=3
  4. t=548t=\frac{5}{48}

Explanation: This question asks for the time when the ball reaches maximum height, given the height function h(t)=16t2+48t+5h(t)=-16t^2+48t+5. For a quadratic function in the form at2+bt+cat^2+bt+c, the maximum (when a<0a<0) occurs at t=b2at=-\frac{b}{2a}. Here, a=16a=-16 and b=48b=48, so the maximum occurs at t=482(16)=4832=4832=32t=-\frac{48}{2(-16)}=-\frac{48}{-32}=\frac{48}{32}=\frac{3}{2}. We can verify this is a maximum since the coefficient of t2t^2 is negative, meaning the parabola opens downward. A common error is forgetting the negative sign in the formula or making arithmetic mistakes with fractions. For projectile motion problems, remember that the vertex formula gives you the time of maximum height directly.

Question 16

A ball's height in meters after tt seconds is modeled by h(t)=5t2+20t+1h(t)=-5t^2+20t+1. At what time does the ball reach its maximum height?

  1. t=1t=1
  2. t=2t=2 (correct answer)
  3. t=4t=4
  4. t=5t=5

Explanation: This question seeks the time (t) when a ball reaches maximum height, modeled by (h(t) = -5t^2 + 20t + 1). For quadratics, the vertex gives the maximum (since a<0), at (t = - rac{b}{2a} = - rac{20}{2(-5)} = rac{20}{10} = 2). Completing the square: (h(t) = -5(t2t^2 - 4t) + 1 = -5(t - 2)^2 + 21), confirming peak at t=2. The quadratic formula isn't needed for vertex time. A common mistake is using positive a or forgetting the negative sign. In projectile problems, remember the vertex formula directly gives the time to max height.

Question 17

A ball's height (in meters) after tt seconds is modeled by h(t)=5t2+20t+1h(t)=-5t^2+20t+1. At what time does the ball reach its maximum height?

  1. t=1t=1
  2. t=2t=2 (correct answer)
  3. t=4t=4
  4. t=5t=5

Explanation: The question asks when the ball reaches maximum height given h(t)=5t2+20t+1h(t)=-5t^2+20t+1. For a quadratic in the form at2+bt+cat^2+bt+c, the maximum (when a<0a<0) occurs at t=b2at = -\frac{b}{2a}. Here, a=5a=-5 and b=20b=20, so t=202(5)=2010=2t = -\frac{20}{2(-5)} = -\frac{20}{-10} = 2 seconds. We can verify this is a maximum since the coefficient of t2t^2 is negative (-5), making the parabola open downward. A common mistake is forgetting the negative sign in the formula or confusing when to use maximum vs minimum. For time-based problems, always check that your answer makes physical sense (positive time).

Question 18

A parabola is shown on the coordinate plane. It opens upward and crosses the xx-axis at x=1x=-1 and x=3x=3. What is the equation of the axis of symmetry of the parabola?

  1. x=1x=1 (correct answer)
  2. x=2x=2
  3. y=1y=1
  4. y=2y=2

Explanation: This question requires finding the equation of the axis of symmetry for a parabola that opens upward and crosses the x-axis at (x = -1) and (x = 3). The axis of symmetry for a parabola is the vertical line passing through the midpoint of the roots, calculated as (x = rac{-1 + 3}{2} = 1). You can also think of it as (x = - rac{b}{2a}) in the standard form, but here the roots directly give the symmetry line. Using the quadratic formula isn't necessary since the roots are provided, but it would confirm the same axis. A key error is confusing the axis with the y-intercept or miscalculating the midpoint, such as averaging incorrectly to get 2. For parabolas given by roots, always use the midpoint formula as a quick strategy to find the axis without full equation derivation.

Question 19

The parabola y=2(x3)28y=2(x-3)^2-8 is written in vertex form. What is the vertex of the parabola?

  1. (2,3)(2,-3)
  2. (3,8)(3,-8) (correct answer)
  3. (3,8)(-3,-8)
  4. (3,8)(3,8)

Explanation: The vertex form y=a(xh)2+ky=a(x-h)^2+k directly shows the vertex at (h,k)(h,k). In the equation y=2(x3)28y=2(x-3)^2-8, we identify h=3h=3 and k=8k=-8, so the vertex is at (3,8)(3,-8). Note that the sign inside the parentheses is opposite to the x-coordinate: (x3)(x-3) means the vertex has x-coordinate positive 3. A common error is thinking (x3)(x-3) gives vertex at x=3x=-3, but remember the form is (xh)(x-h), not (x+h)(x+h). When given vertex form, you can immediately read off the vertex without any calculations.

Question 20

On the coordinate plane, the parabola y=(x+1)24y=(x+1)^2-4 is shown. What is the axis of symmetry of the parabola?

  1. x=1x=-1 (correct answer)
  2. x=1x=1
  3. y=1y=-1
  4. y=4y=-4

Explanation: The axis of symmetry of a parabola is a vertical line that passes through the vertex. For the parabola y=(x+1)24y=(x+1)^2-4 in vertex form, the vertex is at (1,4)(-1,-4) because we have (xh)(x-h) where h=1h=-1. The axis of symmetry is the vertical line through this vertex, which has equation x=1x=-1. Students often confuse the axis of symmetry (a vertical line x=x= constant) with horizontal lines (y=y= constant). Remember that parabolas with vertical axes have vertical lines of symmetry, making the answer format x=x= value.