Quadratic Formula Problems- Practice with Detailed Solutions

What Is the Quadratic Formula?

The quadratic formula solves any equation in the form ax² + bx + c = 0. You plug in your values for a, b, and c, and it gives you the answers. No guessing, no factoring, no headaches.

Here it is:

x = (-b ± √(b² - 4ac)) / 2a

That's it. Memorize it. This formula will save you time on exams and in real math problems.

When Should You Use It?

You have three main options for solving quadratics:

Here's the honest truth: if you're unsure which method to use, just use the formula. It always works. The other methods are faster in specific cases, but the quadratic formula never lets you down.

Understanding the Discriminant

The part under the square root — b² - 4ac — is called the discriminant. It tells you what kind of answers you'll get:

Check this before you start computing. It'll save you from wasting time on messy calculations when the answer turns out to be imaginary.

Comparing Solving Methods

Method Best When Speed Difficulty
Factoring Numbers are small, equation is factorable Fast Easy (when it works)
Completing the Square You need vertex form, or b is odd Medium Medium
Quadratic Formula Always works, any coefficients Slow Easy to memorize, medium computation

Practice Problems with Solutions

Problem 1: Simple Coefficients

Solve: x² - 5x + 6 = 0

Identify your values: a = 1, b = -5, c = 6

Set up the formula:

x = [-(-5) ± √((-5)² - 4(1)(6))] / 2(1)

Simplify step by step:

x = [5 ± √(25 - 24)] / 2

x = [5 ± √1] / 2

Solutions: x = 3 or x = 2

Problem 2: Negative Coefficient

Solve: 2x² + 7x + 3 = 0

Values: a = 2, b = 7, c = 3

Plug in:

x = [-7 ± √(49 - 24)] / 4

x = [-7 ± √25] / 4

x = [-7 ± 5] / 4

Solutions: x = -1/2 or x = -3

Problem 3: No Real Solutions

Solve: x² + 2x + 5 = 0

Values: a = 1, b = 2, c = 5

Discriminant check: b² - 4ac = 4 - 20 = -16

Since it's negative, we get complex solutions:

x = [-2 ± √(-16)] / 2

x = [-2 ± 4i] / 2

Solutions: x = -1 + 2i or x = -1 - 2i

Problem 4: Fractional Answers

Solve: 3x² - 5x - 2 = 0

Values: a = 3, b = -5, c = -2

x = [5 ± √(25 + 24)] / 6

x = [5 ± √49] / 6

x = [5 ± 7] / 6

Solutions: x = 2 or x = -1/3

How to Use the Quadratic Formula (Step-by-Step)

  1. Rewrite your equation in standard form: ax² + bx + c = 0. Move everything to one side.
  2. Identify a, b, and c. a is the coefficient of x², b is the coefficient of x, c is the constant.
  3. Calculate the discriminant. Find b² - 4ac first. This tells you what to expect.
  4. Plug into the formula. Replace a, b, and c with your numbers. Use parentheses to avoid sign mistakes.
  5. Simplify under the square root first. Then take the square root.
  6. Split into two equations: one with the plus sign, one with the minus sign.
  7. Solve each one by dividing the numerator by the denominator.

Common Mistakes to Avoid

When Factoring Is Faster

The formula works every time, but it's not always the fastest path. If you see something like x² - 9 = 0, recognize it as a difference of squares:

(x + 3)(x - 3) = 0 → x = 3 or x = -3

That's faster than plugging into the formula. Same with x² + 5x = 0 — factor out x and you get x(x + 5) = 0. No formula needed.

Use your judgment. If factoring looks obvious within 10 seconds, try it. If not, go straight to the formula.

Quick Reference

The formula: x = (-b ± √(b² - 4ac)) / 2a

Remember:

That's everything you need. Practice the problems above until the process feels automatic. The formula itself is simple — the math is just arithmetic. Do it carefully, and you'll get the right answer every time.