Skip to main content
United StatesMathsSyllabus dot point

How do you solve quadratic equations on the ACT by factoring, the quadratic formula, and the discriminant?

Solve quadratic equations by factoring, the quadratic formula and square roots, and use the discriminant to count real solutions (Algebra).

An ACT Algebra answer on solving quadratic equations by factoring, the quadratic formula and taking square roots, plus using the discriminant to count real solutions, with worked ACT-style questions and common traps.

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Factoring
  3. The quadratic formula
  4. Solving by square roots
  5. The discriminant
  6. Completing the square
  7. Quadratics in word problems
  8. Choosing a method efficiently
  9. Try this

What this topic is asking

A quadratic equation has the form ax2+bx+c=0ax^{2} + bx + c = 0. The ACT tests three solving methods, factoring, the quadratic formula, and taking square roots, plus reading the discriminant to count real solutions. Choosing the fastest method for each equation is the skill that saves time.

Factoring

Factoring is fastest when the quadratic has integer roots.

The quadratic formula

When no integer factors work, the formula solves any quadratic.

The formula is x=βˆ’bΒ±b2βˆ’4ac2ax = \dfrac{-b \pm \sqrt{b^{2} - 4ac}}{2a}. The two error-prone spots are the sign of βˆ’b-b and the sign of βˆ’4ac-4ac. For 2x2+3xβˆ’2=02x^{2} + 3x - 2 = 0 with a=2a = 2, b=3b = 3, c=βˆ’2c = -2: x=βˆ’3Β±9βˆ’4(2)(βˆ’2)2(2)=βˆ’3Β±9+164=βˆ’3Β±54x = \frac{-3 \pm \sqrt{9 - 4(2)(-2)}}{2(2)} = \frac{-3 \pm \sqrt{9 + 16}}{4} = \frac{-3 \pm 5}{4}, giving x=12x = \frac{1}{2} or x=βˆ’2x = -2.

Solving by square roots

When there is no linear (bxbx) term, take square roots directly. For x2=49x^{2} = 49, x=Β±7x = \pm 7 (both signs). For (xβˆ’3)2=16(x - 3)^{2} = 16, xβˆ’3=Β±4x - 3 = \pm 4, so x=7x = 7 or x=βˆ’1x = -1. Forgetting the negative root is a frequent slip; a squared quantity has two square roots.

The discriminant

The discriminant b2βˆ’4acb^{2} - 4ac (the part under the radical) counts the real solutions without full solving:

  • b2βˆ’4ac>0b^{2} - 4ac > 0: two distinct real solutions.
  • b2βˆ’4ac=0b^{2} - 4ac = 0: one real solution (a double root).
  • b2βˆ’4ac<0b^{2} - 4ac < 0: no real solutions (two complex solutions).

When a question only asks how many real solutions, compute the discriminant alone; it is much faster than solving.

Completing the square

A fourth method, completing the square, both solves a quadratic and reveals its vertex. To solve x2+6x+5=0x^{2} + 6x + 5 = 0, move the constant (x2+6x=βˆ’5x^{2} + 6x = -5), add the square of half the linear coefficient ((62)2=9\left(\frac{6}{2}\right)^{2} = 9) to both sides (x2+6x+9=4x^{2} + 6x + 9 = 4), write the left as a perfect square ((x+3)2=4(x + 3)^{2} = 4), and take square roots (x+3=Β±2x + 3 = \pm 2, so x=βˆ’1x = -1 or x=βˆ’5x = -5). The ACT rarely demands this method for solving, since factoring or the formula is faster, but it is the bridge to vertex form a(xβˆ’h)2+ka(x - h)^{2} + k, which the Functions area uses to read a parabola's turning point.

Quadratics in word problems

Quadratics model situations with a squared relationship, such as area or projectile height. A typical ACT item gives a height function like h(t)=βˆ’16t2+32th(t) = -16t^{2} + 32t and asks when the object lands (h=0h = 0). Factor: βˆ’16t(tβˆ’2)=0-16t(t - 2) = 0, so t=0t = 0 (launch) or t=2t = 2 (landing). Translating the words into ax2+bx+c=0ax^{2} + bx + c = 0, then choosing the physically meaningful root, is the whole task; discard a negative time or length as not sensible in context.

Choosing a method efficiently

A quick decision saves time: if the quadratic obviously factors (small integer aa, recognisable factor pair), factor. If it has no bxbx term, take square roots. Otherwise, use the formula. Always set the equation to zero first, because the methods assume the right side is zero. A final check is to substitute a solution back, or to confirm the two roots multiply to ca\frac{c}{a} and add to βˆ’ba-\frac{b}{a}, a fast consistency test.

Try this

Q1. Solve x2βˆ’9=0x^{2} - 9 = 0. [1 point]

  • Cue. x2=9x^{2} = 9, so x=Β±3x = \pm 3 (both signs).

Q2. Solve x2βˆ’7x+12=0x^{2} - 7x + 12 = 0 by factoring. [1 point]

  • Cue. βˆ’3-3 and βˆ’4-4 multiply to 12 and add to βˆ’7-7: (xβˆ’3)(xβˆ’4)=0(x - 3)(x - 4) = 0, so x=3x = 3 or x=4x = 4.

Exam-style practice questions

Practice questions written in the style of ACT exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

ACT Math (style)1 marksWhat are the solutions to x2βˆ’5x+6=0x^{2} - 5x + 6 = 0? (A) x=2x = 2 and x=3x = 3 (B) x=βˆ’2x = -2 and x=βˆ’3x = -3 (C) x=1x = 1 and x=6x = 6 (D) x=βˆ’1x = -1 and x=βˆ’6x = -6
Show worked answer β†’

The correct answer is (A), x=2x = 2 and x=3x = 3.

Factor: find two numbers multiplying to +6+6 and adding to βˆ’5-5, namely βˆ’2-2 and βˆ’3-3. So (xβˆ’2)(xβˆ’3)=0(x - 2)(x - 3) = 0, giving x=2x = 2 or x=3x = 3. Choice (B) has the right factors but wrong signs for the roots.

ACT Math (style)1 marksHow many real solutions does x2+3x+7=0x^{2} + 3x + 7 = 0 have? (A) none (B) one (C) two (D) three
Show worked answer β†’

The correct answer is (A), none.

The discriminant is b2βˆ’4ac=32βˆ’4(1)(7)=9βˆ’28=βˆ’19b^{2} - 4ac = 3^{2} - 4(1)(7) = 9 - 28 = -19. A negative discriminant means no real solutions (the parabola does not cross the xx-axis). Computing the discriminant is faster than solving when only the count is asked.

Related dot points

Sources & how we know this