You can put this solution on YOUR website! If you solve ax^2+bz+x = 0
you will get:
x = [-b +- sqrt(b^2-4ac)]/(2a)
---
You get two solutions because of the +-
in the quadratic formula.
=========================
x = [-b + sqrt(b^2-4ac)]/(2a) and x = [-b - sqrt(b^2-4ac)]/(2a)
===========================
Cheers,
Stan H.
You can put this solution on YOUR website! There are always 2 solutions to a quadratic equation, not just usually.
Sometimes it's the same solution 2 times, called a "multiplicity of 2."
eg, has solutions of x = -2 and x = -2.
--------------------
Cubic equations (3rd order) always have 3 solutions.
4th power, quartics, always have 4, etc.
---------------
As to the why of this, it's because there are always 2 values that will satisfy a quadratic.