Algebra

Equation Solving: finding 'X'

Equation Solving: finding 'X'

The quest to find 'X' is as old as mathematics itself. Whether it's a simple linear equation or a complex quadratic, the goal is always isolation. You want to strip away every number surrounding 'X' until it stands alone.

The Golden Rule

What you do to one side, you MUST do to the other. This keeps the scale balanced. If you add 5 to the left, add 5 to the right. Every legal move in algebra — adding, subtracting, multiplying, dividing (never by zero), squaring both sides — is just this one rule applied over and over until x stands alone.

The Quadratic Formula

When you have an equation like ax² + bx + c = 0 that can't be easily factored, you bring out the heavy artillery:

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

The term inside the square root, b² - 4ac, is called the Discriminant.
• If positive, you have 2 real answers.
• If zero, you have 1 real answer.
• If negative, you have imaginary answers (no x-intercepts).

Solve Equations

Worked Example: The Quadratic Formula in Action

Solve 2x² − 4x − 6 = 0 completely.

  1. Identify the coefficients. a = 2, b = −4, c = −6. (Watch the signs — this is where most errors begin.)
  2. Compute the discriminant. b² − 4ac = (−4)² − 4(2)(−6) = 16 + 48 = 64. Positive, so expect two real answers.
  3. Apply the formula. x = (4 ± √64) / (2·2) = (4 ± 8) / 4.
  4. Split the ±. x = 12/4 = 3 or x = −4/4 = −1.
  5. Verify. Plug back in: 2(9) − 12 − 6 = 0 ✓ and 2(1) + 4 − 6 = 0 ✓.

Bonus insight: this equation also factors as 2(x − 3)(x + 1) = 0, giving the same roots. When factoring is quick, use it; when it isn't obvious within about 15 seconds, the formula always works.

Why Verification Is Not Optional

Notice that the worked example ends by plugging both answers back into the original equation. This habit costs fifteen seconds and catches nearly every error you can make: sign slips, arithmetic mistakes, extraneous solutions from squaring, and copy errors between steps. Professional engineers and programmers verify solutions the same way — the check is cheap, and the cost of an unchecked wrong answer is not. On multiple-choice exams, verification even doubles as a solving strategy: substituting the answer options into the equation is sometimes faster than solving from scratch.

Beyond Quadratics

The same isolation mindset scales up. Equations with fractions? Multiply both sides by the common denominator first. Equations with square roots? Isolate the root, then square both sides — but check answers afterward, since squaring can introduce fake "solutions." Absolute values? Split into two cases, one positive and one negative.

Common Mistakes to Avoid

Frequently Asked Questions

Should I factor or use the quadratic formula?

Try factoring first if the numbers are small integers — it's faster and builds intuition. If nothing factors cleanly in a few seconds, switch to the formula. It works on every quadratic, every time, with no guesswork.

What does a negative discriminant actually mean?

It means the parabola never touches the x-axis, so there are no real solutions. The equation still has two complex solutions involving i = √(−1). In many applied problems, a negative discriminant simply means "this scenario is impossible."

Why do I have to check my answers after squaring both sides?

Squaring is not reversible: both 3 and −3 square to 9. So squaring can create "extraneous" solutions that satisfy the squared equation but not the original. Substituting each candidate back into the original equation filters out the impostors.

Written by Omkar

CS Graduate & Full-Stack Developer at Oniqutes Digital Solutions. Builder of the Solvr Math Suite. More about the author →

Share this guide

Request a Calculator

Missing a tool? Let us know what you need!