Skip to main content
practicealgebra

Quadratic Equation Problems: Practice Sets With Full Solutions

·11 min read·Solvify Team

Quadratic equation problems appear on every algebra test, from middle school through AP exams, and developing a reliable method for solving them is one of the most valuable algebra skills you can build. A quadratic equation takes the standard form ax² + bx + c = 0, where the highest power of x is 2, and quadratic equation problems come in several forms — equations that factor over the integers, those that require the quadratic formula, completing-the-square exercises, and applied word problems about area, projectile height, or speed. This guide covers all types with step-by-step solutions and enough worked examples to make the method automatic.

What Are Quadratic Equation Problems?

A quadratic equation is any polynomial equation of degree 2 — that is, any equation where the highest exponent on the variable is 2. Standard form is ax² + bx + c = 0, where a, b, and c are real numbers and a ≠ 0. If a were zero, the x² term would vanish and the equation would be linear. The word 'quadratic' comes from the Latin quadratus (square), referring to the defining x² term. Quadratic equation problems ask you to find the values of x — called roots, solutions, or zeros — that make the equation true. By the Fundamental Theorem of Algebra, every quadratic has exactly two roots, counted with multiplicity. Both roots can be real and distinct, real and equal (a repeated root), or complex numbers when the discriminant is negative. In a standard algebra course you will encounter three categories: pure algebraic problems in standard form, problems that need rearranging before solving, and applied word problems where you must build the equation from a real-world context before finding its roots.

Standard form: ax² + bx + c = 0, where a ≠ 0. Every quadratic has exactly two roots, counted with multiplicity.

Three Methods for Solving Quadratic Equation Problems

Every quadratic equation problem can be solved by at least one of three methods, and choosing the right one saves significant time on timed tests. Method 1 is factoring: fast and clean when the roots are rational integers, but it fails when they are not. Method 2 is completing the square: powerful for derivations and converting to vertex form, but slower for routine solving. Method 3 is the quadratic formula: the universal approach that works for every quadratic equation problem without exception. A practical decision rule: compute the discriminant b² − 4ac first. If the result is a perfect square (0, 1, 4, 9, 16, 25, 36…), the roots are rational and factoring is likely faster. If the discriminant is not a perfect square, use the quadratic formula directly.

1. Method 1 — Factoring

Write the equation in standard form. For a monic quadratic (a = 1), find two numbers p and q such that p × q = c and p + q = b. Write the factored form (x + p)(x + q) = 0 and apply the zero-product property: set each factor equal to zero. For non-monic quadratics (a ≠ 1), use the AC method: multiply a × c, find two numbers multiplying to a × c and adding to b, split the middle term, then factor by grouping.

2. Method 2 — Completing the Square

Rewrite ax² + bx + c = 0 as x² + (b/a)x = −c/a. Add (b/2a)² to both sides to create a perfect square on the left: (x + b/2a)² = (b² − 4ac)/4a². Take the square root of both sides (keeping ± on the right), then solve for x. Most useful when a = 1 and b is even, or when deriving vertex form of a parabola.

3. Method 3 — The Quadratic Formula

The quadratic formula x = (−b ± √(b² − 4ac)) / 2a applies to every quadratic equation. Compute the discriminant b² − 4ac first: positive → two distinct real roots; zero → one repeated root; negative → no real roots. The formula is especially valuable when the discriminant is not a perfect square, giving irrational roots in simplified radical form.

Quick method selection: compute b² − 4ac. Perfect square → try factoring. Not a perfect square → use the quadratic formula.

Factoring Quadratic Equations — Three Worked Examples

Factoring is the fastest route for quadratic equation problems where the roots are rational integers. The key skill is recognizing which pair of numbers to use. For monic quadratics (a = 1), list factor pairs of c and pick the pair that adds to b — this takes under 30 seconds once practiced. For non-monic quadratics, the AC method is reliable but adds a few extra steps. Work through the three examples below in order; each one introduces a new pattern.

1. Example 1 (Easy, a = 1) — x² + 7x + 12 = 0

Find two numbers multiplying to 12 and adding to 7. Factor pairs of 12: (1, 12), (2, 6), (3, 4). The pair (3, 4) satisfies 3 + 4 = 7. Factored form: (x + 3)(x + 4) = 0. Solutions: x = −3 or x = −4. Check x = −3: (−3)² + 7(−3) + 12 = 9 − 21 + 12 = 0 ✓. Check x = −4: 16 − 28 + 12 = 0 ✓.

2. Example 2 (Mixed Signs) — x² − x − 12 = 0

Find two numbers multiplying to −12 and adding to −1. The pair (−4, 3) works: −4 × 3 = −12 and −4 + 3 = −1. Factored form: (x − 4)(x + 3) = 0. Solutions: x = 4 or x = −3. Check x = 4: 16 − 4 − 12 = 0 ✓. Check x = −3: 9 + 3 − 12 = 0 ✓. The key here is tracking the sign of each number in the pair separately.

3. Example 3 (Non-Monic, AC Method) — 2x² + 7x + 3 = 0

AC method: a × c = 2 × 3 = 6. Find two numbers multiplying to 6 and adding to 7: the pair (6, 1). Split the middle term: 2x² + 6x + x + 3 = 0. Factor by grouping: 2x(x + 3) + 1(x + 3) = 0, giving (2x + 1)(x + 3) = 0. Solutions: x = −1/2 or x = −3. Check x = −1/2: 2(1/4) + 7(−1/2) + 3 = 0.5 − 3.5 + 3 = 0 ✓. Check x = −3: 2(9) + 7(−3) + 3 = 18 − 21 + 3 = 0 ✓.

For monic quadratics: find p and q where p × q = c and p + q = b. Then (x + p)(x + q) = 0.

Using the Quadratic Formula — Three Worked Examples

The quadratic formula x = (−b ± √(b² − 4ac)) / 2a handles all quadratic equation problems where factoring is impossible or the roots are irrational. Always compute the discriminant b² − 4ac as a separate sub-step before proceeding — this single value tells you what kind of answer to expect and catches setup errors early. The three examples below cover the most important scenarios: rational roots, irrational roots, and a repeated root.

1. Example 1 (Rational Roots) — x² − 5x + 6 = 0

Identify: a = 1, b = −5, c = 6. Discriminant: (−5)² − 4(1)(6) = 25 − 24 = 1. √1 = 1. Two solutions: x = (5 + 1)/2 = 3 and x = (5 − 1)/2 = 2. Check x = 3: 9 − 15 + 6 = 0 ✓. Check x = 2: 4 − 10 + 6 = 0 ✓. The discriminant was a perfect square (1), so this equation also factors as (x − 3)(x − 2) = 0, confirming both methods agree.

2. Example 2 (Irrational Roots) — x² + 4x − 1 = 0

Identify: a = 1, b = 4, c = −1. Discriminant: 4² − 4(1)(−1) = 16 + 4 = 20. √20 = √(4 × 5) = 2√5. Solutions: x = (−4 + 2√5)/2 = −2 + √5 ≈ 0.236 and x = (−4 − 2√5)/2 = −2 − √5 ≈ −4.236. Check x ≈ 0.236: (0.236)² + 4(0.236) − 1 ≈ 0.056 + 0.944 − 1 = 0 ✓. Factoring would not work here — the roots are irrational.

3. Example 3 (Repeated Root) — 4x² − 12x + 9 = 0

Identify: a = 4, b = −12, c = 9. Discriminant: (−12)² − 4(4)(9) = 144 − 144 = 0. Exactly one root: x = 12 / (2 × 4) = 12/8 = 3/2. This trinomial is a perfect square: 4x² − 12x + 9 = (2x − 3)², so (2x − 3)² = 0 gives x = 3/2 directly. Check: 4(9/4) − 12(3/2) + 9 = 9 − 18 + 9 = 0 ✓.

Always write a = ___, b = ___, c = ___ before substituting into the formula. This prevents the most common sign errors.

Real-World Quadratic Equation Problems

Applied quadratic equation problems translate a real-world situation into an equation and then solve it. The two most common types in algebra courses are area problems and projectile motion problems. In area problems, the dimensions of a rectangle or other shape are expressed as algebraic expressions, and setting their product equal to a given area yields a quadratic. In projectile motion, height is modeled as h = −16t² + v₀t + h₀ (US units, feet) or h = −4.9t² + v₀t + h₀ (SI units, meters), where v₀ is the initial velocity and h₀ is the starting height. Setting h = 0 finds when the object lands. The algebra in these quadratic equation problems is identical to the pure equation examples above — the extra challenge is correctly translating the problem description into an equation before solving.

1. Area Problem — Rectangle With Fixed Area

Problem: A rectangle's length is 3 cm more than its width. Its area is 40 cm². Find the dimensions. Let width = x cm, so length = x + 3 cm. Area equation: x(x + 3) = 40. Expand and rearrange: x² + 3x − 40 = 0. Discriminant: 9 + 160 = 169. √169 = 13. Solutions: x = (−3 + 13)/2 = 5 and x = (−3 − 13)/2 = −8. Discard x = −8 (dimensions cannot be negative). Width = 5 cm, length = 8 cm. Check: 5 × 8 = 40 cm² ✓.

2. Projectile Motion — Ball Thrown From the Ground

Problem: A ball is thrown upward from the ground at 48 ft/s. Its height is h = −16t² + 48t feet, where t is time in seconds. When does the ball return to the ground? Set h = 0: −16t² + 48t = 0. Factor: −16t(t − 3) = 0. Solutions: t = 0 (the moment of launch) and t = 3 seconds. The ball returns to the ground after 3 seconds. Here the equation factored cleanly because h₀ = 0. When the launch height h₀ ≠ 0, the constant term is nonzero and the quadratic formula is usually required.

Common Mistakes in Quadratic Equation Problems

Most lost points in quadratic equation problems come from a small set of repeatable errors. Each one below has a specific prevention habit you can put in place before your next test — recognizing the pattern is half the fix.

1. Not converting to standard form first

The quadratic formula requires zero on the right side. For a problem written as 3x² + 2 = 5x, many students incorrectly read a = 3, b = 2, c = 5. The correct move is to subtract 5x from both sides: 3x² − 5x + 2 = 0. Now a = 3, b = −5, c = 2. Always rearrange to standard form before identifying coefficients.

2. Dropping the sign of b

If the equation has −5x, then b = −5. The minus sign is part of b, not separate from it. Writing b = 5 and 'correcting' the sign later is how errors compound through the formula. Train yourself to always write the full signed value: b = −5.

3. Squaring b incorrectly in the discriminant

A very common error: (−5)² = −25. This is wrong. Squaring any real number always gives a non-negative result: (−5)² = 25. Always use parentheses when squaring — write (b)² and substitute the signed value inside, so you see (−5)² = 25 on paper before moving on.

4. Finding only one root instead of two

The ± symbol means you must compute both cases: one with addition, one with subtraction. Both results are valid roots. Many word problems ask for a specific root (the positive time, the larger dimension), but you must calculate both first and then select based on context. Writing only one answer earns half credit at best.

5. Dividing only part of the numerator by 2a

The formula divides the entire numerator (−b ± √(b² − 4ac)) by 2a. A frequent error is writing −b ± √(b² − 4ac)/2a, which applies the division only to the square root term. Always draw the fraction bar under the complete numerator before substituting numbers.

Before plugging into any formula, write a = ___, b = ___, c = ___ on your paper. This one habit prevents the majority of sign errors.

Practice: Eight Quadratic Equation Problems With Full Solutions

Work through each of these quadratic equation problems on your own before reading the solution — cover the answer, attempt the problem, then compare your steps. Problems 1–4 use factoring; Problems 5–6 use the quadratic formula; Problems 7–8 are applied word problems. Difficulty increases within each group.

1. Problem 1 — x² + 9x + 20 = 0

Find two numbers multiplying to 20 and adding to 9: the pair (4, 5). Factored form: (x + 4)(x + 5) = 0. Solutions: x = −4 or x = −5. Check x = −4: 16 − 36 + 20 = 0 ✓. Check x = −5: 25 − 45 + 20 = 0 ✓.

2. Problem 2 — x² − 4x − 21 = 0

Find two numbers multiplying to −21 and adding to −4: the pair (−7, 3). Factored form: (x − 7)(x + 3) = 0. Solutions: x = 7 or x = −3. Check x = 7: 49 − 28 − 21 = 0 ✓. Check x = −3: 9 + 12 − 21 = 0 ✓.

3. Problem 3 — 3x² − 7x + 2 = 0

AC method: a × c = 3 × 2 = 6. Find two numbers multiplying to 6 and adding to −7: the pair (−6, −1). Split the middle term: 3x² − 6x − x + 2 = 0. Factor by grouping: 3x(x − 2) − 1(x − 2) = 0, giving (3x − 1)(x − 2) = 0. Solutions: x = 1/3 or x = 2. Check x = 2: 12 − 14 + 2 = 0 ✓. Check x = 1/3: 3(1/9) − 7(1/3) + 2 = 1/3 − 7/3 + 6/3 = 0 ✓.

4. Problem 4 — x² + 6x + 9 = 0

Recognize this as a perfect square trinomial: x² + 6x + 9 = (x + 3)². Setting (x + 3)² = 0 gives the repeated root x = −3 only. Check: 9 − 18 + 9 = 0 ✓. Confirm with the discriminant: b² − 4ac = 36 − 36 = 0, confirming exactly one root.

5. Problem 5 — 2x² + 5x − 3 = 0

a = 2, b = 5, c = −3. Discriminant: 5² − 4(2)(−3) = 25 + 24 = 49. √49 = 7. Solutions: x = (−5 + 7)/4 = 2/4 = 1/2 and x = (−5 − 7)/4 = −12/4 = −3. Check x = 1/2: 2(1/4) + 5(1/2) − 3 = 0.5 + 2.5 − 3 = 0 ✓. Check x = −3: 2(9) + 5(−3) − 3 = 18 − 15 − 3 = 0 ✓.

6. Problem 6 — x² − 2x − 4 = 0

a = 1, b = −2, c = −4. Discriminant: (−2)² − 4(1)(−4) = 4 + 16 = 20. √20 = 2√5. Solutions: x = (2 + 2√5)/2 = 1 + √5 ≈ 3.236 and x = (2 − 2√5)/2 = 1 − √5 ≈ −1.236. Check x = 1 + √5: (1+√5)² − 2(1+√5) − 4 = (6 + 2√5) − (2 + 2√5) − 4 = 6 + 2√5 − 2 − 2√5 − 4 = 0 ✓.

7. Problem 7 (Word Problem) — Garden Dimensions

A garden's length is 5 m more than its width and has an area of 84 m². Find its dimensions. Let width = x m, length = x + 5 m. Equation: x(x + 5) = 84, so x² + 5x − 84 = 0. Discriminant: 25 + 336 = 361. √361 = 19. Solutions: x = (−5 + 19)/2 = 7 and x = (−5 − 19)/2 = −12. Discard x = −12. Width = 7 m, length = 12 m. Check: 7 × 12 = 84 m² ✓.

8. Problem 8 (Word Problem) — Projectile From a Cliff

A stone is launched upward from a 20 m cliff at 30 m/s. Its height is h = −4.9t² + 30t + 20. When does it hit the ground? Set h = 0 and multiply by −1: 4.9t² − 30t − 20 = 0. a = 4.9, b = −30, c = −20. Discriminant: 900 + 4(4.9)(20) = 900 + 392 = 1292. √1292 ≈ 35.94. Solutions: t = (30 + 35.94)/9.8 ≈ 6.73 s and t = (30 − 35.94)/9.8 ≈ −0.61 s. Discard the negative time. The stone hits the ground after approximately 6.73 seconds.

FAQ — Quadratic Equation Problems

Students preparing for tests often ask similar questions about quadratic equation problems. These answers focus on practical mechanics rather than theoretical derivations.

1. What is the fastest method to solve a quadratic equation?

For small integer coefficients and rational roots, factoring is fastest — often under 60 seconds. For everything else, the quadratic formula is faster because it never requires guessing. The optimal strategy is to compute the discriminant first: if it is a perfect square, try factoring; if not, go straight to the formula.

2. How do I know if a quadratic equation has real solutions?

Compute b² − 4ac. Positive → two distinct real solutions. Zero → exactly one real solution (repeated root). Negative → no real solutions in the real number system (complex roots). You can determine this before doing any further calculation, which saves time when the answer is 'no real solution.'

3. Can I always use the quadratic formula?

Yes. The quadratic formula works for any quadratic ax² + bx + c = 0 with a ≠ 0, regardless of whether the roots are integers, fractions, irrational numbers, or complex numbers. It is the only method with no exceptions, which makes memorizing it worth the effort even if you plan to use factoring most of the time.

4. What if the quadratic has no constant term (c = 0)?

If c = 0, the equation is ax² + bx = 0, which always factors as x(ax + b) = 0. One root is always x = 0 and the other is x = −b/a. For example, 3x² + 6x = 0 gives x(3x + 6) = 0, so x = 0 or x = −2. Factoring is almost always faster than the formula in this special case.

5. Should I leave answers in exact form or as decimals?

It depends on the problem. Pure algebra problems typically expect exact answers — fractions, integers, or simplified radicals (e.g., 1 + √5). Applied problems about area, time, or distance usually ask for decimal approximations. When the problem does not specify, give both: the exact radical form and a two-decimal-place approximation side by side.

Tags:
practicealgebra

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices