PRAXIS CORE MATH (5733) • ALGEBRA AND GEOMETRY

Solve Quadratic Equations — Solve simple quadratic equations.

Master the essential techniques for solving second-degree polynomial equations that appear throughout the PRAXIS Core exam.

Historical Context & Motivation

The quest to solve quadratic equations — equations involving a variable raised to the second power — is one of the oldest pursuits in the history of mathematics. Ancient civilizations recognized that problems involving areas, trajectories, and proportional relationships naturally produced equations of the form ax² + bx + c = 0, and they developed remarkably sophisticated geometric and algorithmic methods for finding solutions. For aspiring educators preparing for the PRAXIS Core, understanding these historical roots not only enriches your mathematical perspective but also equips you to contextualize algebraic reasoning for your future students.

~2000 BCE
Babylonian Clay Tablets
Babylonian scribes solved quadratic-type problems using completing the square methods inscribed on cuneiform tablets. They expressed solutions as geometric procedures — finding lengths and areas — rather than symbolic algebra.
~300 BCE
Euclid's Geometric Algebra
In Elements, Euclid presented quadratic problems as geometric constructions, interpreting solutions as lengths of line segments. His approach formalized what the Babylonians had discovered algorithmically.
~825 CE
Al-Khwarizmi's Systematic Treatment
The Persian mathematician al-Khwarizmi wrote the foundational text on algebra, classifying all six canonical forms of quadratic equations and providing systematic solution procedures. The word 'algebra' derives from the Arabic title of his book.
1637
Descartes and Modern Notation
René Descartes introduced the modern symbolic notation using variables and superscripts, allowing the general quadratic ax² + bx + c = 0 to be expressed compactly. The quadratic formula as we know it crystallized during this era.

From land-surveying computations in ancient Mesopotamia to projectile-motion modeling in modern physics, quadratic equations have remained indispensable. As a future educator, your ability to solve these equations efficiently and to explain multiple solution strategies will be tested directly on the PRAXIS Core Math exam. The central question this lesson addresses is: What systematic methods allow us to find all values of x that satisfy a second-degree polynomial equation?

Core Principles & Definitions

Before applying any solution technique, it is essential to internalize the structural features that define a quadratic equation and the mathematical properties that govern its solutions. A quadratic equation is any equation that can be written in the standard form ax² + bx + c = 0, where a, b, and c are real numbers and a ≠ 0. The requirement that a ≠ 0 ensures the equation is genuinely second-degree; if a were zero, the x² term would vanish and the equation would reduce to a linear one.

1

Standard Form

Every quadratic equation can be rearranged into ax² + bx + c = 0. The coefficients a, b, and c fully determine the equation's behavior. Identifying these coefficients correctly is the essential first step before applying any solution method.
2

Solutions (Roots)

The roots of a quadratic equation are the values of x that make the equation true. A quadratic can have two distinct real roots, one repeated (double) real root, or two complex conjugate roots — never more than two.
3

Zero Product Property

If the product of two factors equals zero, then at least one factor must be zero. This Zero Product Property is the logical foundation of solving by factoring: rewrite the quadratic as (x − r₁)(x − r₂) = 0, then set each factor equal to zero.
4

The Discriminant

The expression b² − 4ac, called the discriminant, determines the nature and number of real solutions. When it is positive, there are two real roots; when zero, one repeated root; when negative, no real roots exist.
5

Three Solution Methods

The PRAXIS Core expects fluency with three primary methods: factoring, the square root method, and the quadratic formula. Choosing the most efficient method for a given equation is itself a tested skill.
KEY TAKEAWAY
Think of a quadratic equation as a locked combination safe with exactly two tumblers. The roots are the two numbers on the dial that unlock it. Sometimes both tumblers land on the same number (a repeated root), and sometimes the combination doesn't exist on the real number line at all (complex roots). Every solution method — factoring, square roots, or the quadratic formula — is simply a different lock-picking tool that reveals those same tumbler values.

Visual Explanation — The Parabola and Its Roots

Every quadratic equation ax² + bx + c = 0 has a natural geometric interpretation: its solutions correspond to the x-intercepts of the parabola y = ax² + bx + c. The diagram below illustrates three representative scenarios — a parabola crossing the x-axis at two distinct points (two real roots), touching the axis at exactly one point (a repeated root), and floating entirely above or below the axis (no real roots). Understanding this visual connection is especially useful for the PRAXIS Core, where graphical interpretation questions frequently appear alongside algebraic computation.

Three cases for the roots of y = ax² + bx + c. The cyan parabola crosses the x-axis at two distinct roots r₁ and r₂. The violet parabola touches the axis at a single repeated root. The pink parabola has no real x-intercepts because its discriminant is negative.

On the PRAXIS Core, you may encounter questions that present a graph and ask you to identify the roots, or conversely, ask you to determine whether a given equation has real solutions without solving it completely. The discriminant provides that answer instantly: compute Δ = b² − 4ac and check its sign. This visual–algebraic connection is a powerful pedagogical tool you will use frequently in the classroom, as it helps students see that algebraic solutions have concrete geometric meaning.

Mathematical Framework — Solution Methods

Three primary methods are used to solve quadratic equations on the PRAXIS Core. Each has its optimal context, and selecting the right method for a given problem is a skill in itself. Below, we present each method with its formal statement and the conditions under which it is most efficient.

Method 1: Factoring

FACTORING PRINCIPLE
ax² + bx + c = a(x − r₁)(x − r₂) = 0 ⟹ x = r₁ or x = r₂
When the quadratic can be expressed as a product of two linear factors with integer coefficients, set each factor equal to zero by the Zero Product Property. This is the fastest method when the factors are recognizable.

Method 2: Square Root Method

SQUARE ROOT ISOLATION
x² = k ⟹ x = ±√k (valid when b = 0 or after completing the square)
Use this method when the equation contains no linear term (b = 0), such as 3x² − 27 = 0, or when the equation has been rearranged into the form (x − h)² = k. The ± sign is essential — omitting the negative root is one of the most common errors on standardized tests.

Method 3: The Quadratic Formula

QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
This formula works for every quadratic equation, regardless of whether it factors neatly. Here, a is the coefficient of x², b is the coefficient of x, and c is the constant term. The expression under the radical, b² − 4ac, is the discriminant (Δ).
DISCRIMINANT ANALYSIS
Δ = b² − 4ac: Δ > 0 → two real roots; Δ = 0 → one repeated root; Δ < 0 → no real roots
Computing the discriminant before solving can save time. If the PRAXIS question asks how many solutions exist rather than what they are, the discriminant alone suffices.
💡 PRAXIS TIP
When a PRAXIS Core question presents a quadratic with integer coefficients and integer answer choices, try factoring first — it is typically the fastest route. Reserve the quadratic formula for cases where the roots are irrational or when factoring is not immediately apparent. Time management is critical on the exam, and method selection directly affects your pace.

Detailed Breakdown — Choosing the Right Method

Efficient problem-solving on the PRAXIS Core hinges on rapidly identifying which solution method will yield the answer most quickly. The decision tree below provides a systematic approach: first assess the structure of the equation, then apply the most direct technique. This procedural fluency is precisely the type of mathematical reasoning the PRAXIS exam rewards.

Decision tree for selecting the optimal quadratic-solving method. Start at the top with the equation in standard form, then follow the branches based on structural features. The square root method applies when b = 0. Factoring is preferred when integer factors are recognizable. The quadratic formula serves as the universal fallback.
Comparison of the three primary methods for solving quadratic equations
MethodBest WhenKey StepCommon Pitfall
FactoringCoefficients are small integers and factors are recognizableFind two numbers that multiply to ac and add to bForgetting to set each factor equal to zero separately
Square RootNo linear (bx) term, or equation is in (x − h)² = k formIsolate the squared expression, then take ±√Dropping the ± and finding only one root
Quadratic FormulaFactoring is difficult or coefficients are large/irrationalIdentify a, b, c correctly and substitute into the formulaSign errors with −b, or miscalculating b² − 4ac

Worked Example — Three Methods in Action

The following worked example demonstrates all three solution methods applied to the same equation, so you can compare their efficiency and see how they converge on the same roots. Consider the equation:

PROBLEM
x² − 7x + 12 = 0
Here a = 1, b = −7, and c = 12.
Solution by Factoring
1
Step 1 — Identify a, b, cThe equation is already in standard form: a = 1, b = −7, c = 12. Since a = 1, we need to find two integers whose product is c = 12 and whose sum is b = −7.
Need: two numbers with product 12 and sum −7
2
Step 2 — Find the Factor PairList factor pairs of 12: (1, 12), (2, 6), (3, 4). Since both the product is positive and the sum is negative, both numbers must be negative: (−3)(−4) = 12 and (−3) + (−4) = −7. These satisfy both conditions.
Factor pair: −3 and −4
3
Step 3 — Write the Factored FormThe quadratic factors as (x − 3)(x − 4) = 0.
(x − 3)(x − 4) = 0
4
Step 4 — Apply the Zero Product PropertySet each factor equal to zero: x − 3 = 0 gives x = 3, and x − 4 = 0 gives x = 4. These are the two roots of the equation.
x = 3 or x = 4
5
Step 5 — VerifySubstitute back: (3)² − 7(3) + 12 = 9 − 21 + 12 = 0 ✓ and (4)² − 7(4) + 12 = 16 − 28 + 12 = 0 ✓. Both solutions check out.
Both roots verified ✓
Verification by Quadratic Formula
1
Step 1 — Substitute into the FormulaWith a = 1, b = −7, c = 12: x = (−(−7) ± √((−7)² − 4(1)(12))) / (2(1)) = (7 ± √(49 − 48)) / 2 = (7 ± √1) / 2.
x = (7 ± 1) / 2
2
Step 2 — Compute Both Rootsx = (7 + 1) / 2 = 8 / 2 = 4, and x = (7 − 1) / 2 = 6 / 2 = 3. The formula confirms the roots found by factoring.
x = 3 or x = 4 — confirmed
📝 TEACHING NOTE
When you teach quadratic equations in your own classroom, presenting the same problem solved by multiple methods reinforces the idea that mathematics is flexible and that different approaches illuminate different aspects of the same structure. The factoring method reveals the roots as visible factors; the quadratic formula reveals the role of the discriminant. Students who see both develop deeper conceptual understanding.

Strengths, Limitations & Comparisons

Each solution method has specific advantages and limitations that affect its suitability for different types of PRAXIS Core problems. The following table provides a direct comparison to help you build strategic awareness. As a future teacher, understanding these tradeoffs also prepares you to differentiate instruction — some students will prefer the systematic certainty of the quadratic formula, while others will gravitate toward the pattern recognition of factoring.

Comparative analysis of three quadratic solving methods
CriterionFactoringSquare Root MethodQuadratic Formula
UniversalityOnly works when integer or rational factors existOnly applies when b = 0 or after completing the squareWorks for all quadratic equations without restriction
SpeedFastest when factors are recognizable (seconds)Very fast for pure x² = k formsModerate — requires careful arithmetic
Error RiskLow if factors are correct; trial-and-error can waste timeLow — simple procedureModerate — sign errors and arithmetic mistakes under radicals
Irrational RootsCannot find themNaturally produces √k formHandles all root types including irrational
Conceptual InsightReveals the structure of the polynomial as a productConnects to inverse operations (squaring/roots)Reveals the role of the discriminant in determining root nature
KEY TAKEAWAY
Think of the three methods as tools in a carpenter's toolbox. Factoring is like a hand saw — fast and precise for clean, straight cuts (nice integer roots), but useless for irregular shapes. The square root method is a specialized jig — perfect for one specific type of cut. The quadratic formula is a power saw — it handles everything, but it takes a moment to set up and you have to be careful with the moving parts. A skilled carpenter (or test-taker) surveys the job first and reaches for the right tool.

Connection to Advanced Theory

While the PRAXIS Core focuses on solving simple quadratic equations, the concepts you are learning form the foundation for more advanced algebraic and analytic techniques. Understanding how these elementary methods connect to higher-level mathematics will deepen your content knowledge and prepare you for the kinds of conceptual questions that sometimes appear on teaching certification exams.

How PRAXIS-level quadratic skills connect to advanced mathematics
PRAXIS Core LevelAdvanced Extension
Solving ax² + bx + c = 0 by factoringFactoring higher-degree polynomials; the Factor Theorem and Rational Root Theorem for cubics and beyond
The discriminant determines real vs. no real rootsComplex number solutions (a + bi form) when Δ < 0; the Fundamental Theorem of Algebra guaranteeing n roots for degree-n polynomials
Roots as x-intercepts of y = ax² + bx + cVertex form y = a(x − h)² + k and transformations; completing the square as a bridge to conic sections
Square root method for x² = kSolving radical equations; inverse functions and the principle that squaring and square-rooting are inverse operations
Quadratic formula as a universal solverDerivation via completing the square; Vieta's formulas relating roots to coefficients: r₁ + r₂ = −b/a and r₁ × r₂ = c/a

One particularly elegant result worth noting is Vieta's formulas, which state that for ax² + bx + c = 0 with roots r₁ and r₂, the sum of the roots equals −b/a and the product of the roots equals c/a. This means you can verify your solutions without substituting back into the original equation: just check that the sum and product match the predicted values. While Vieta's formulas are not explicitly tested on the PRAXIS Core, they provide a rapid verification strategy and exemplify the deep structural coherence of quadratic theory.

Practice Problems

The following five problems progress from conceptual understanding to critical analysis. Work through each one carefully, selecting the most efficient solution method, and compare your work to the detailed answers provided.

PROBLEM 1CONCEPTUAL
Without solving, determine how many real solutions the equation 2x² + 4x + 5 = 0 has. Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Solve: 5x² − 45 = 0.
PROBLEM 3INTERMEDIATE
Solve by factoring: 2x² + 7x − 15 = 0.
PROBLEM 4APPLIED
A rectangular garden has a length that is 3 feet more than its width. If the area of the garden is 70 square feet, find the dimensions by setting up and solving a quadratic equation.
PROBLEM 5CRITICAL THINKING
For what values of k does the equation x² − 6x + k = 0 have exactly one real solution? Explain why, and find that solution.

Lesson Summary

A quadratic equation takes the standard form ax² + bx + c = 0 and has at most two solutions, determined by the discriminant Δ = b² − 4ac. When Δ > 0, there are two distinct real roots; when Δ = 0, one repeated root; when Δ < 0, no real roots. The three primary solution methods are factoring (using the Zero Product Property), the square root method (when b = 0 or after completing the square), and the quadratic formula x = (−b ± √(b² − 4ac)) / 2a (which works universally).

For the PRAXIS Core, strategic method selection is as important as computational accuracy. Factoring is fastest for equations with small integer coefficients, the square root method excels when the linear term is absent, and the quadratic formula serves as the reliable universal approach. Always verify your solutions by substituting back into the original equation. As a future educator, your fluency with multiple solution paths — and your ability to explain why each method works — will be one of your most valuable classroom assets.

Varsity Tutors • PRAXIS Core Math (5733) • Solve Quadratic Equations