Quadratic Equation Calculator
Will solve ax^2 + bx + c = 0 for x although, answers will not always be fully reduced or simplified. See notes below.
Quadratic Formula:
This will solve quadratic equations using the quadratic formula:
x = [ -b ± sqrt(b^2 - 4ac) ] / 2a
|