14.1 Quadratic Equations

Key Takeaways

  • A quadratic equation has the standard form $ax^2 + bx + c = 0$ with $a \neq 0$; solutions are values of $x$ that make the equation true
  • Zero product property: if $AB = 0$, then $A = 0$ or $B = 0$—use this after factoring to find roots quickly
  • Quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ works for every quadratic; complete the square when $a = 1$ and $b$ is even for a clean alternative
  • On PERT multiple-choice items, always write standard form first, then choose factoring or the formula; check both answers in the original equation
  • Common trap forms like $x^2 - 6x + 5 = 0$ factor as $(x - 1)(x - 5) = 0$, so $x = 1$ or $x = 5$
Last updated: July 2026

14.1 Quadratic Equations

Quick Answer: A quadratic equation is any equation that can be written $ax^2 + bx + c = 0$ with $a \neq 0$. Solve by factoring and the zero product property when factors are obvious, or use the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ for every case. Completing the square is a clean option when $a = 1$ and $b$ is even. PERT items often look like $x^2 - 6x + 5 = 0$—factor, set each factor to zero, and list both solutions.

PERT Mathematics treats quadratic equations as a core algebra competency. You will not be asked to graph parabolas in depth, but you must reliably find roots (solutions) and recognize which method fits the form you are given. This section builds a decision path you can run under test conditions: standard form → try factoring → formula if needed → check.

Standard Form and Vocabulary

TermMeaningExample with $x^2 - 6x + 5 = 0$
QuadraticHighest power of the variable is 2Degree 2
Standard form$ax^2 + bx + c = 0$$a = 1$, $b = -6$, $c = 5$
Roots / solutions / zerosValues of $x$ that satisfy the equation$x = 1$ and $x = 5$
Discriminant$D = b^2 - 4ac$$(-6)^2 - 4(1)(5) = 16$
Two real solutions$D > 0$Two distinct real roots
One real solution$D = 0$Repeated (double) root
No real solutions$D < 0$Roots not real (rare on PERT MC)

Test tip: If the equation is not already equal to zero—e.g., $x^2 + 3x = 10$—move all terms to one side first: $x^2 + 3x - 10 = 0$. Never apply the formula or zero product property until the right side is 0.

Method 1: Factoring and the Zero Product Property

The zero product property states: if a product of factors equals zero, at least one factor equals zero. In symbols, if $AB = 0$, then $A = 0$ or $B = 0$ (or both).

Factoring workflow

  1. Write the equation in standard form $ax^2 + bx + c = 0$.
  2. Factor the left side completely (common factor first, then trinomial or difference of squares).
  3. Set each factor equal to zero.
  4. Solve the resulting linear equations.
  5. Check each candidate in the original equation.

Worked Example 1: Classic trinomial (PERT MC style)

Problem: Solve $x^2 - 6x + 5 = 0$.

Step 1 — Identify coefficients. $a = 1$, $b = -6$, $c = 5$. Find two numbers that multiply to $c = 5$ and add to $b = -6$: $-1$ and $-5$.

Step 2 — Factor.

x26x+5=(x1)(x5)=0x^2 - 6x + 5 = (x - 1)(x - 5) = 0

Step 3 — Zero product property.

x1=0orx5=0x - 1 = 0 \quad \text{or} \quad x - 5 = 0

x=1orx=5x = 1 \quad \text{or} \quad x = 5

Step 4 — Check.
$1^2 - 6(1) + 5 = 1 - 6 + 5 = 0$ ✓
$5^2 - 6(5) + 5 = 25 - 30 + 5 = 0$ ✓

Answer: $x = 1$ or $x = 5$ (solution set ${1, 5}$).

Worked Example 2: Leading coefficient greater than 1

Problem: Solve $2x^2 + 5x - 3 = 0$.

Step 1 — Factor by grouping (ac method). $a \cdot c = 2 \cdot (-3) = -6$. Numbers that multiply to $-6$ and add to $5$: $6$ and $-1$.

Step 2 — Rewrite middle term.

2x2+6xx3=02x^2 + 6x - x - 3 = 0

2x(x+3)1(x+3)=02x(x + 3) - 1(x + 3) = 0

(2x1)(x+3)=0(2x - 1)(x + 3) = 0

Step 3 — Solve.

2x1=0x=12,x+3=0x=32x - 1 = 0 \Rightarrow x = \frac{1}{2}, \quad x + 3 = 0 \Rightarrow x = -3

Check: $2(\frac{1}{2})^2 + 5(\frac{1}{2}) - 3 = 2(\frac{1}{4}) + \frac{5}{2} - 3 = \frac{1}{2} + \frac{5}{2} - 3 = 3 - 3 = 0$ ✓

Worked Example 3: Difference of squares

Problem: Solve $x^2 - 16 = 0$.

x216=(x4)(x+4)=0x^2 - 16 = (x - 4)(x + 4) = 0

x=4orx=4x = 4 \quad \text{or} \quad x = -4

Alternatively, $x^2 = 16 \Rightarrow x = \pm 4$. Same solutions; the factoring view trains you for more complex items.

Common factor first

Problem: Solve $3x^2 - 12x = 0$.

Factor $3x$: $3x(x - 4) = 0$. Then $x = 0$ or $x = 4$.
Trap: Students who divide both sides by $x$ lose the solution $x = 0$. Never divide by a variable expression that might be zero; factor instead.

Method 2: Quadratic Formula

For $ax^2 + bx + c = 0$:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Use the formula when factoring is messy or impossible with integers. It always works for real roots when $D \ge 0$.

Worked Example 4: Formula with integer discriminant

Problem: Solve $x^2 - 6x + 5 = 0$ with the formula (to confirm).

x=(6)±(6)24(1)(5)2(1)=6±36202=6±162=6±42x = \frac{-(-6) \pm \sqrt{(-6)^2 - 4(1)(5)}}{2(1)} = \frac{6 \pm \sqrt{36 - 20}}{2} = \frac{6 \pm \sqrt{16}}{2} = \frac{6 \pm 4}{2}

x=102=5orx=22=1x = \frac{10}{2} = 5 \quad \text{or} \quad x = \frac{2}{2} = 1

Matches factoring—use whichever is faster once you recognize the pattern.

Worked Example 5: Non-factorable over integers

Problem: Solve $x^2 + 4x + 1 = 0$.

x=4±1642=4±122=4±232=2±3x = \frac{-4 \pm \sqrt{16 - 4}}{2} = \frac{-4 \pm \sqrt{12}}{2} = \frac{-4 \pm 2\sqrt{3}}{2} = -2 \pm \sqrt{3}

PERT may leave answers as simplified radicals or approximate decimals in the choices. Match the form of the options before simplifying further.

Discriminant quick reference

Discriminant $D = b^2 - 4ac$Number of real solutionsWhat to expect
$D > 0$ perfect squareTwo rational solutions (often factorable)Prefer factoring
$D > 0$ not a perfect squareTwo irrational real solutionsFormula + simplify radicals
$D = 0$One real solution (double root)$x = -\frac{b}{2a}$
$D < 0$No real solutionsUsually not the main PERT focus

Method 3: Completing the Square (Simple Cases)

Complete the square when $a = 1$ and $b$ is even—the arithmetic stays clean.

Worked Example 6: Complete the square

Problem: Solve $x^2 - 6x + 5 = 0$ by completing the square.

Step 1 — Move constant: $x^2 - 6x = -5$.

Step 2 — Half of $b$, square it: Half of $-6$ is $-3$; $(-3)^2 = 9$. Add 9 to both sides:

x26x+9=5+9x^2 - 6x + 9 = -5 + 9

(x3)2=4(x - 3)^2 = 4

Step 3 — Square root both sides: $x - 3 = \pm 2$, so $x = 3 + 2 = 5$ or $x = 3 - 2 = 1$.

Same solution set. Completing the square also builds intuition for vertex form later, but on PERT the goal is simply correct roots.

Decision Chart for PERT

SituationPreferred method
Integer factors of $c$ that add to $b$ (and $a = 1$)Factoring
Common factor of all termsFactor first, then continue
Difference of squares $x^2 - k^2$Factor as $(x - k)(x + k)$
Messy coefficients or non-integer factorsQuadratic formula
$a = 1$ and $b$ even, clean arithmeticCompleting the square (optional)
Equation not set to zeroMove all terms; rewrite standard form first

Identifying Solutions in Multiple-Choice Forms

PERT-style choices often present solutions as ordered pairs of roots, solution sets, or verbal statements.

PresentationExample
Two values"$x = 1$ and $x = 5$"
Set notation"${1, 5}$"
Factored intermediate"$(x - 1)(x - 5) = 0$" as a step (then solve)
Formula plug-inChoices that differ only in the $\pm$ or the denominator $2a$

Common errors to avoid:

  • Sign error on $b$: in $x^2 - 6x + 5 = 0$, $b = -6$, so $-b = 6$ in the formula.
  • Forgetting $\pm$: the formula yields two branches unless $D = 0$.
  • Dividing only one side by $a$.
  • Canceling a variable factor and losing a root.
  • Reporting only the positive root when both signs work.

Practice Pattern Drill (Mental)

EquationFactor / strategySolutions
$x^2 - 5x + 6 = 0$$(x - 2)(x - 3)$$2, 3$
$x^2 + 7x + 12 = 0$$(x + 3)(x + 4)$$-3, -4$
$x^2 - 9 = 0$$(x - 3)(x + 3)$$\pm 3$
$x^2 - 4x = 0$$x(x - 4)$$0, 4$
$2x^2 - 8 = 0$$2(x^2 - 4)$$\pm 2$
$x^2 + 2x - 1 = 0$Formula: $-1 \pm \sqrt{2}$$-1 \pm \sqrt{2}$

Putting It Together: Full MC Walk-Through

Problem: Which of the following is the solution set of $x^2 - 6x + 5 = 0$?

A. ${-1, -5}$
B. ${1, 5}$
C. ${-1, 5}$
D. ${1, -5}$

Solve: $(x - 1)(x - 5) = 0$ ⇒ $x = 1$ or $x = 5$.
Eliminate: Signs flip incorrectly in A, C, and D if students treat factors as $x + 1$ or $x + 5$.
Answer: B.

Key Habits for Exam Day

  1. Standard form first—every method assumes the right side is zero.
  2. Try factoring for 15–20 seconds; if factors are not obvious, switch to the formula without guilt.
  3. Write $-b$ carefully when $b$ is already negative.
  4. Check both solutions when time allows—plugging is fast and catches arithmetic slips.
  5. Preserve all roots—never divide by $x$ or by a factor containing $x$.

Master these habits and PERT quadratic items become a short, repeatable routine rather than a guessing game.

Test Your Knowledge

Solve $x^2 - 6x + 5 = 0$. Which is the correct solution set?

A
B
C
D
Test Your Knowledge

Using the quadratic formula on $x^2 + 4x + 1 = 0$, the solutions are:

A
B
C
D
Test Your Knowledge

Solve $3x^2 - 12x = 0$. What are the solutions?

A
B
C
D
Test Your Knowledge

For $ax^2 + bx + c = 0$, the discriminant is $D = b^2 - 4ac$. If $D = 0$, how many real solutions does the equation have?

A
B
C
D