Reasonable Rates

2026 Math SAT Study Guide – Quadratic Equations

Quadratic equations are one of the most important topics on the ACT Math test. Whether you’re solving equations by factoring, using the quadratic formula, or identifying the vertex of a parabola, mastering these concepts can help you answer questions quickly and accurately.

In this 2026 ACT Math guide, you’ll learn how to solve quadratic equations step by step, recognize the different forms of quadratic expressions, and apply proven strategies to common ACT questions. You’ll also find worked examples and practice problems to build confidence before test day.

Quadratic Equations

Solving Quadratic Equations

Quadratic equations can be solved by factoring, completing the square, or using the quadratic formula. While factoring is efficient for simple problems, the quadratic formula is a universal method that works for all quadratic equations, including those that cannot be factored over the integers. You should memorize the quadratic formula: For a quadratic equation $ax^2+bx+c=0$ (where $a\neq0$), $$ x = \dfrac{-b \pm \sqrt{b^2-4ac}}{2a}. $$ This formula is derived by completing the square. Mastering this technique is also essential for solving problems involving circles or conic sections.

For example, to solve $x^2-4x+2=0$ by completing the square, first move the constant to the right side: $x^2-4x=-2$. Then, add the square of half the coefficient of $x$ [which is $(-2)^2=4$] to both sides: \begin{align*} x^2-4x+4 & = -2+4 \\ (x-2)^2 & = 2 \\ x-2 & = \pm\sqrt{2} \\ x & = 2\pm\sqrt{2}. \end{align*} While completing the square works for all equations, it can be complicated for more complex equations. Therefore, relying on the quadratic formula is generally more efficient during the exam.

Many quadratic problems can be solved by graphing the function on a calculator and finding the $x$-intercepts. However, this method yields decimal approximations, which may not be sufficient if the problem requires an exact answer in radical form.

1. What is the solution set of the equation $3x^2-5=0$? 3
  1. $\left\{\dfrac{\sqrt{15}}{3}\right\}$
  2. $\left\{\dfrac{-\sqrt{15}}{3}\right\}$
  3. $\left\{\dfrac{\sqrt{5}}{3},\dfrac{-\sqrt{5}}{3}\right\}$
  4. $\left\{\dfrac{\sqrt{15}}{3},\dfrac{-\sqrt{15}}{3}\right\}$

Show correct answer

D

2. What are the solutions of the equation $x^2-7x+12=0$? 3
  1. $-2$ and 5
  2. 2 and $-5$
  3. 3 and $-4$
  4. 3 and 4

Show correct answer

D

3. What are the two solutions of the equation $5x^2\!+\!x\!-\!4\!=\!0$? 3
  1. 1 and $\dfrac{4}{5}$
  2. $-1$ and $\dfrac{4}{5}$
  3. 1 and $\dfrac{-4}{5}$
  4. $i+2$ and $2-i$

Show correct answer

B

4. Given $f(x)=\dfrac{10}{x+3}$, for what values of $t$ does $f(t)=t$? 4
  1. $-5$ or 2
  2. $-4$ or 3
  3. $-2$ or 5
  4. 2

Show correct answer

A

5. What are the solutions to the equation $x^2-12x+33=0$? 3
  1. $12\pm 2\sqrt{3}$
  2. $6\pm \sqrt{3}$
  3. $3\pm \sqrt{3}$
  4. $9\pm \sqrt{3}$

Show correct answer

B

6. If $px^2+qx +r=0$, what is the value of $x$? 3
  1. $\dfrac{q\pm \sqrt{q^2-4pr}}{2p}$
  2. $\dfrac{-q\pm \sqrt{q^2-4pr}}{2}$
  3. $\dfrac{-q\pm \sqrt{q^2-4pr}}{2p}$
  4. $\dfrac{-q\pm \sqrt{q^2-pr}}{2p}$s

Show correct answer

C

7. If $x^2+4x+g=0$, what are the solutions for $x$? 3
  1. $-2 \pm \sqrt{8-g}$
  2. $-1 \pm \sqrt{4-g} $
  3. $-2 \pm \sqrt{2-g}$
  4. $-2 \pm \sqrt{4-g}$

Show correct answer

D

Sum and Product of Solutions to Quadratic Equations

For a quadratic equation in the form $ax^2+bx+c=0$, the sum of the solutions is $-\dfrac{b}{a}$ and the product of the solutions is $\dfrac{c}{a}$. Using these relationships is significantly faster than finding the solutions individually. It is recommended that you memorize these formulas and understand their derivation from the quadratic formula.

For example, to find the sum of the solutions of $3x^2-8x+100=0$, directly apply the formula rather than solving for $x$ (which would yield complex numbers). $$ \text{Sum} = \dfrac{-b}{a} = \dfrac{-(-8)}{3} = \dfrac{8}{3}. $$

8. What is the sum of the two solutions of the equation $5x^2+4x+11=0$? 3
  1. ${-\dfrac{2}{5}}$
  2. $\dfrac{2}{5}$
  3. $-\dfrac{4}{5}$
  4. $-\dfrac{8}{5}$

Show correct answer

C

9. What is the product of the two solutions of the equation $5x^2+4x+11=0?$ 3
  1. $\dfrac{11}{5}$
  2. $\dfrac{22}{5}$
  3. $-\dfrac{11}{5}$
  4. $-\dfrac{11}{10}$

Show correct answer

A

10. What is the sum of the solutions of the equation $3ux^2+4vx +5= 0$? 3
  1. $-\dfrac{2v}{3u}$
  2. $-\dfrac{4v}{3u}$
  3. $-\dfrac{3u}{4v}$
  4. $\dfrac{5}{3u}$

Show correct answer

B

11. What is the product of the solutions of the equation $3ux^2+4 vx +5=0$? 3
  1. $\dfrac{5}{3u}$
  2. $\dfrac{3}{5u}$
  3. $\dfrac{10}{3u}$
  4. $\dfrac{5u}{6}$

Show correct answer

A

12. What is the sum of the solutions of the equation $ax^2+bx+c=0$? 3
  1. $-\dfrac{b}{2a}$
  2. $-\dfrac{b}{a}$
  3. $\dfrac{b}{a}$
  4. $\dfrac{b}{2a}$

Show correct answer

B

Finding a Quadratic Equation from its Solutions

If the solutions of a quadratic equation are $p$ and $q$, the equation can be written as $(x-p)(x-q)=0$. Expanding this yields $x^2-(p+q)x+pq=0$.

For example, if the solutions are $-2$ and $5$, the equation is: $$ (x+2)(x-5)=x^2-3x-10=0. $$ If the solutions involve fractions, such as $\dfrac{1}{2}$ and $\dfrac{1}{3}$, the equation becomes: $$ \left(x-\dfrac{1}{2}\right)\left(x-\dfrac{1}{3}\right)=x^2-\dfrac{5x}{6}+\dfrac{1}{6}=0. $$ To eliminate denominators, multiply the entire equation by the least common denominator (in this case, 6): $$ 6\left(x^2-\dfrac{5x}{6}+\dfrac{1}{6}\right)=0 \implies 6x^2-5x+1=0. $$ Alternatively, you can clear the denominators initially by writing the factors with integer coefficients: $(2x-1)$ corresponding to $x=\frac{1}{2}$, and $(3x-1)$ corresponding to $x=\frac{1}{3}$.

When rational coefficients are assumed, irrational roots occur in conjugate pairs. If one root is $4+\sqrt{3}$, the other must be $4-\sqrt{3}$. To find the equation, multiply the factors: $$ (x-(4+\sqrt{3}))(x-(4-\sqrt{3})) = 0. $$ Regroup terms to use the difference of squares pattern $((a-b)(a+b)=a^2-b^2)$: $$ ((x-4)-\sqrt{3})((x-4)+\sqrt{3}) = (x-4)^2 - (\sqrt{3})^2. $$ Simplifying this yields: $$ (x^2-8x+16)-3 = x^2-8x+13=0. $$ The irrational terms cancel out. Finding an equation from complex roots follows a similar process, which is discussed later in this book.

13. Which of the following quadratic equations has solutions 3 and $-7$? 3
  1. $x^2\; -\; 4x\; -\; 21=0$
  2. $x^2\; -\; 4x\; -\; 14=0$
  3. $x^2+4x\; -\; 28=0$
  4. $x^2+4x\; -\; 21=0$

Show correct answer

D

14.Which of the following quadratic equations has $\dfrac{5}{8}$ as its only solution? 3
  1. $64x^2+80x+25=0$
  2. $64x^2-80x+25=0$
  3. $64x^2+84x+25=0$
  4. $64x^2-84x+25=0$

Show correct answer

B

15.Which of the following quadratic functions has roots at $x=2$ and $x=3$, and $f(0)=30$? 4
  1. $f(x)=x^2-5x+6$
  2. $f(x)=30x^2-25x+30$
  3. $f(x)=10x^2-25x+30$
  4. $f(x)=5x^2-25x+30$

Show correct answer

D

16. Which of the following quadratic equations has $5+\sqrt{3}$ as a solution? 4
  1. $x^2-10x+22=0$
  2. $x^2-10x+28=0$
  3. $x^2-10x+19=0$
  4. $x^2+10x+22=0$

Show correct answer

A

Finding a Quadratic Coefficient

To find a missing coefficient when a root (or factor) is known, substitute the root into the equation and solve.

For example, if $x-3$ is a factor of $5x^2-4x+k=0$, what is $k$? Since $x-3$ is a factor, $x=3$ is a root. Substitute $3$ for $x$: \begin{align*} 5(3)^2 -4(3)+k & = 0 \\ 45-12 +k & = 0 \\ 33+k & = 0 \\ k & = -33. \end{align*} If the question asks for a coefficient such that the quadratic equation has exactly one solution, the expression must be a perfect square trinomial. The most efficient method is to set the discriminant ($b^2 - 4ac$) equal to zero and solve for the unknown coefficient.

17. Given the equation $x^2+bx+c=0$ has exactly one solution, $x = 5$, what is the value of $b+c$? 3
  1. 10
  2. 12
  3. 15
  4. 20

Show correct answer

C

18. The equation $x^2+9x+c=0$ has exactly one solution for what value of $c$? 3
  1. $\dfrac{9}{4}$
  2. $\dfrac{27}{4}$
  3. $\dfrac{81}{4}$
  4. 36

Show correct answer

C

19. If $ax^2+bx+c=0$ has exactly one solution, what is $c$ in terms of $a$ and $b$? 4
  1. $\dfrac{b^2}{4a}$
  2. $-\dfrac{b^2}{4a}$
  3. $\dfrac{3b^2}{4a}$
  4. $\dfrac{b^2}{8a}$

Show correct answer

A

20. If $x-5$ is a factor of $3x^2-10x+k$, what is the value of $k$? 4
  1. $-30$
  2. $-25$
  3. $-20$
  4. $-15$

Show correct answer

B

21. If $x^2+hx+10=0$ and 3 is a solution, what is the value of $h$? 4
  1. $-6$
  2. $\dfrac{-17}{3}$
  3. $-5$
  4. $\dfrac{-19}{3}$

Show correct answer

D

Vertex

To find the vertex of the quadratic function $y=ax^2+bx+c$, use the formula $x=\dfrac{-b}{2a}$ to find the $x$-coordinate. Then, substitute this value into the original equation to find the corresponding $y$-coordinate. Alternatively, you can complete the square to rewrite the equation in vertex form, $y=a(x-h)^2+k$, where $(h,k)$ is the vertex.

For example, given $y=x^2+6x +11$, calculate the $x$-coordinate: $$ x=\dfrac{-b}{2a}=\dfrac{-6}{2(1)}=-3. $$ Substitute $-3$ for $x$ to find $y$: $$ y=(-3)^2+6(-3)+11=9-18+11=2. $$ Thus, the vertex is $(-3,2)$.

Using the completing the square method: $$ y=(x^2+6x+9)+2=(x+3)^2+2. $$ Comparing this to the vertex form, the vertex is $(-3,2)$.

Graphing the equation on a calculator and identifying the minimum or maximum point is another valid approach. It is recommended to practice this method, though algebraic methods are essential for problems where graphing is impractical.

22. What is the vertex of $y=2(x-3)^2+7$? 3
  1. $(-3, -7)$
  2. $(-3, 7)$
  3. $(3, -7)$
  4. $(3, 7)$

Show correct answer

D

23. What is the vertex of $y=a(x- b)^2+c$? 3
  1. $(b,-c)$
  2. $(b,c)$
  3. $(-b,c)$
  4. $\left(b,\dfrac{c}{b}\right)$

Show correct answer

B

24. What is the axis of symmetry of a parabola where $y$ is a function of $x$ with $x$-intercepts at $-7$ and 11? 3
  1. $x=1$
  2. $x=2$
  3. $x=3$
  4. $x=4$

Show correct answer

B

25. What is the minimum value of $3x^2 -2x+5$? 4
  1. $\dfrac{8}{3}$
  2. $\dfrac{10}{3}$
  3. $\dfrac{11}{3}$
  4. $\dfrac{14}{3}$

Show correct answer

D

26. A parabola with $y$-intercept $(0,20)$ and vertex $(-4,2)$ has the equation $y-2=a(x+4)^2$. What is the value of $a$? 4
  1. 1
  2. 2
  3. $\dfrac{9}{8}$
  4. $\dfrac{5}{4}$

Show correct answer

C

Factored Form

To factor a quadratic expression $ax^2+bx+c$, find two numbers that sum to $b$ and multiply to the product $ac$.

For example, consider $3x^2+14x+8$. Find two numbers that add to $14$ and multiply to $3(8)=24$. These numbers are $2$ and $12$. Split the middle term and factor by grouping: \begin{align*} 3x^2+2x+12x+8 & = x(3x+2)+4(3x+2) \\ & = (x+4)(3x+2). \end{align*} Alternatively, solve the corresponding equation using the quadratic formula and rewrite the result in factored form, ensuring the leading coefficient is maintained.

27. Which of the following is the factored form of $2x^2-x-15$? 3
  1. $(x+5)(2x-3)$
  2. $(x-5)(2x+3)$
  3. $(2x-5)(x+3)$
  4. $(2x+5)(x-3)$

Show correct answer

D

28. Which of the following is the factored form of $10x^2 +19x+6$? 3
  1. $(2x+3)(5x+2)$
  2. $(2x+2)(5x+3)$
  3. $(2x+1)(5x+6)$
  4. $(2x+1)(5x-6)$

Show correct answer

A

Other Problems

29. One square has a side length of $x+3$ cm and another has a side length of $x -2$ cm. What expression represents the difference in the areas of these two squares in square centimeters? 3

  1. $2x+5$
  2. $2x+13$
  3. $7x+13$
  4. $10x+5$

Show correct answer

D

30. If $3x^2+a=0$ has two integer solutions, which of the following is a possible value of $a$? 3
  1. $-18$
  2. $-12$
  3. $-9$
  4. $9$

Show correct answer

B

31. If ${(x+k)}^2=x^2+bx+324$, and $b$ is negative; what is $b$? 3
  1. $- 12$
  2. $- 18$
  3. $- 24$
  4. $- 36$

Show correct answer

D

Answer key: 1.D, 2.D, 3.B, 4.A, 5.B, 6.C, 7.D, 8.C, 9.A, 10.B, 11.A, 12.B, 13.D, 14.B, 15.D, 16.A, 17.C, 18.C, 19.A, 20.B, 21.D, 22.D, 23.B, 24.B, 25.D, 26.C, 27.D, 28.A, 29.D, 30.B, 31.D

Solutions

1. (D) Isolate $x^2$: $x^2=\dfrac{5}{3}$. Take the square root and rationalize: $x=\pm \dfrac{\sqrt{5}}{\sqrt{3}}=\pm \dfrac{\sqrt{15}}{3}$.
2. (D) Factor the equation: $(x-3)(x-4)=0 \implies x=3$ or $x=4$. Alternatively, use the quadratic formula.
3. (B) Factor by grouping: $5x^2+5x-4x-4=0 \implies 5x(x+1)-4(x+1)=0$. This yields $(5x-4)(x+1)=0$, so the solutions are $x=\dfrac{4}{5}$ or $x=-1$. Note that using the quadratic formula or back-solving are also valid methods.
4.(A) Set $f(t)=t$ to obtain $t=\dfrac{10}{t+3}$. Multiply by $t+3$ and rearrange: $t^2+3t-10=0$. Factor the quadratic: $(t+5)(t-2)=0$. Thus, $t=-5$ or $t=2$. Alternatively, use the quadratic formula, completing the square, or graphing.
5. (B) Apply the quadratic formula: $$ x = \dfrac{12\pm\sqrt{144-132}}{2}=\dfrac{12\pm 2\sqrt{3}}{2}=6\pm\sqrt{3}. $$ Alternatively, use completing the square. Rewrite the equation as $x^2-12x+36=3$. Factor the perfect square: $$ (x-6)^2=3 \implies x-6=\pm\sqrt{3} \implies x=6\pm\sqrt{3}. $$
6. (C) This represents the quadratic formula using coefficients $p$, $q$, and $r$ instead of $a$, $b$, and $c$. The general solution is $x = \dfrac{-b\pm \sqrt{b^2-4ac}}{2a}$. Substituting the given values yields $x = \dfrac{-q\pm \sqrt{q^2-4pr}}{2p}$.Questions will not be asked in that way, but you need to know the formula. While it can be derived by completing the square, it is best to memorize it.
7. (D) Apply the quadratic formula: $$ \dfrac{-4\pm\sqrt{16-4g}}{2}=\dfrac{-4\pm 2\sqrt{4-g}}{2}=-2\pm\sqrt{4-g}. $$
8. (C) Use the sum of the roots formula: $\dfrac{-b}{a}=\dfrac{-4}{5}$. Note that finding the solutions individually and adding them is a valid but less efficient method.
9. (A) Use the product of the roots formula: $\dfrac{c}{a}=\dfrac{11}{5}$. It is also possible to find the two solutions individually and multiply them, but it is a less efficient method.
10. (B) Use the sum of the roots formula: $\dfrac{-b}{a}=\dfrac{-4v}{3u}$. As in the previous problems, it is possible to find the two solutions individually and add them.
11. (A) The formula for the product of the roots is $\dfrac {c} {a}$. Substituting the given values yields $\dfrac {5}{3u}$.
12. (B) Add the solutions given by the quadratic formula: $$ \dfrac{-b+\sqrt{b^2 -4ac}}{2a}+\dfrac{-b - \sqrt{b^2-4ac}}{2a}=\dfrac{-2b}{2a}=-\dfrac{b}{a}. $$
13. (D) Form the factors $(x-3)$ and $(x+7)$. Expand their product: $(x-3)(x+7)=x^2+4x-21=0$.
14. (B) Since $\dfrac{5}{8}$ is the only solution, the expression is a perfect square. The factor corresponding to the root is $\left(x-\dfrac{5}{8}\right)$, or equivalently with integer coefficients, $(8x-5)$. Squaring this yields: $$ (8x-5)^2 = 64x^2-80x+25=0. $$Alternatively, expand $\left(x-\dfrac{5}{8}\right)^2$ and multiply by 64 to eliminate denominators.
15. (D) Construct the quadratic factors from the roots: $(x-2)(x-3)=x^2-5x+6$. Since $f(0)=30$, the constant term must be 30. The current constant term is 6, so multiply the entire expression by $\dfrac{30}{6}=5$: $$ f(x)=5(x^2-5x+6)=5x^2-25x+30. $$
16. (A) Since the equation has integer coefficients, the conjugate $5-\sqrt{3}$ is also a solution. Form the factors $((x-5)-\sqrt{3})$ and $((x-5)+\sqrt{3})$. Multiply them using the difference of squares pattern: $$ (x-5)^2 - (\sqrt{3})^2 = (x^2-10x+25)-3 = x^2-10x+22=0. $$
17. (C) Since $x=5$ is the only solution, the equation is a perfect square: $(x-5)^2=0$. Expanding this yields $x^2-10x+25=0$. Thus, $b=-10$ and $c=25$, so $b+c=-10+25=15$.
18. (C) For the equation to have exactly one solution, the discriminant must be zero: $b^2-4ac=0$. Substitute the known values: $$ 9^2-4(1)(c)=0 \implies 81=4c \implies c=\dfrac{81}{4}. $$
19. (A) For the equation to have exactly one solution, the discriminant must be zero: $b^2-4ac=0$. Solve for $c$: $$ b^2=4ac \implies c=\dfrac{b^2}{4a}. $$
20. (B) Since $x-5$ is a factor, substitute $x=5$ into the expression and set it equal to zero: $$ 3(5)^2-10(5) +k=0 \implies 75-50+k=0 \implies 25+k=0 \implies k=-25. $$
21. (D) Substitute 3 for $x$: $3^2+3h+10=0 \implies 3h+19=0$. Solve for $h$: $3h=-19 \implies h=\dfrac{-19}{3}$.
22. (D) The equation is in vertex form $y=a(x-h)^2+k$, where the vertex is $(h,k)$. Identifying the values, $h=3$ and $k=7$. Thus, the vertex is $(3,7)$.
23. (B) The equation is in vertex form $y=a(x-h)^2+k$, where the vertex is $(h,k)$. Matching the terms, $h=b$ and $k=c$. Thus, the vertex is $(b,c)$.
24. (B) Take the average of the $x$-intercepts: $x=\dfrac{-7+11}{2}=2$.
25. (D) Use the vertex formula to find the $x$-coordinate of the vertex: $x=\dfrac{-b}{2a}=\dfrac{-(-2)}{2(3)}=\dfrac{1}{3}$. Substitute $x=\dfrac{1}{3}$ into the expression to find the $y$-coordinate (the minimum value): $$ 3\left(\dfrac{1}{3}\right)^2 - 2\left(\dfrac{1}{3}\right)+5= \dfrac{1}{3}-\dfrac{2}{3}+5=\dfrac{14}{3}. $$ Alternatively, use completing the square or graph the function on a calculator.
26. (C) Substitute the coordinates of the $y$-intercept $(0, 20)$ into the equation: $$ 20-2=a(0+4)^2 \implies 18=16a \implies a=\dfrac{18}{16}=\dfrac{9}{8}. $$
27. (D) Find two numbers that multiply to $2(-15)=-30$ and add to $-1$. These numbers are $-6$ and $5$. Split the middle term using these numbers and factor by grouping: $$ 2x^2-6x+5x-15 = 2x(x-3)+5(x-3) = (2x+5)(x-3). $$
28. (A) Method 1 (Factoring): Find two numbers that multiply to $10(6)=60$ and add to $19$. These numbers are $4$ and $15$. Split the middle term and factor by grouping: $$ 10x^2+4x+15x+6 = 2x(5x+2)+3(5x+2) = (2x+3)(5x+2). $$

Method 2 (Reverse Engineering): Find the roots using the quadratic formula: $$ x=\dfrac{-19 \pm \sqrt{361-240}}{20}=\dfrac{-19 \pm 11}{20} \implies x=-\dfrac{3}{2} \text{ or } x=-\dfrac{2}{5}. $$ Convert the roots to integer factors: $$ x=-\dfrac{3}{2} \implies 2x+3=0 \quad \text{and} \quad x=-\dfrac{2}{5} \implies 5x+2=0. $$ Thus, the factors are $(2x+3)(5x+2)$.

Method 3 (Expansion): Expand the answer choices using FOIL to see which one matches the original expression. For choice (A): $$ (2x+3)(5x+2)=10x^2+4x+15x+6=10x^2+19x+6. $$

Method 4 (Substitution): Substitute a specific value for $x$, such as $x=2$. The original expression yields $10(2)^2+19(2)+6=84$. Substituting $x=2$ into choice (A) yields $(4+3)(10+2)=(7)(12)=84$. Since the values match, (A) is correct. This strategy is efficient under time constraints. To ensure accuracy, verify that no other answer choice yields 84.

29. (D) Calculate the area of each square: $$ (x+3)^2=x^2+6x+9 \quad \text{and} \quad (x-2)^2=x^2-4x+4. $$ Find the difference: $$ (x^2+6x+9) - (x^2-4x+4) = 10x+5. $$
30. (B) Isolate $x^2$: $3x^2 = -a \implies x^2 = -\dfrac{a}{3}$. Substitute $a=-12$: $$ x^2 = -\dfrac{-12}{3} = 4 \implies x = \pm 2. $$ Since this results in two integer solutions, the correct value is $a=-12$.
31. (D) Expand the left side: $(x+k)^2=x^2+2kx+k^2$. Compare this to $x^2+bx+324$. Equating the constant terms yields $k^2=324 \implies k=\pm 18$. Equating the linear coefficients yields $b=2k$. Since $b$ is negative, we choose $k=-18$. Thus, $b=2(-18)=-36$.

Difficulty Key

  • 1 Easiest
  • 2 – 4 Intermediate
  • 5 Most Difficult
ACT math preparation with expert tutor guiding practice problems