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:

(x+2)(x+1)=90 x2+3x88=0  a=1;b=3;c=88 D=b24ac=3241(88)=361 D>0  x1,2=2ab±D=23±361 x1,2=23±19 x1,2=1.5±9.5 x1=8 x2=11   Factored form of the equation:  (x8)(x+11)=0 

Solution in text:

x2+3x-88=0 ... quadratic equation

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

x1 = 8
x2 = -11

P = {8; -11}