Quadratic Equation Calculator

A quadratic equation has the basic form: ax2+bx+c=0
eq2
Enter the coefficients a, b, and c of the quadratic equation in its basic standardized form. The solution of a quadratic equation usually consists of two distinct real or complex roots, or one double root — calculated using the discriminant.


Calculation:

(17+5b)b=6 5b2+17b+6=0  p=5;q=17;r=6 D=q24pr=172456=169 D>0  b1,2=2pq±D=1017±169 b1,2=1017±13 b1,2=1.7±1.3 b1=0.4 b2=3   Factored form of the equation:  5(b+0.4)(b+3)=0 

Solution in text:

5b2+17b+6=0 ... quadratic equation

Discriminant:
D = b2 - 4ac = 169
D > 0 ... The equation has two distinct real roots

b1 = -0.4
b2 = -3

P = {-0.4; -3}