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+8)(x+7)=72 x2+15x16=0  a=1;b=15;c=16 D=b24ac=15241(16)=289 D>0  x1,2=2ab±D=215±289 x1,2=215±17 x1,2=7.5±8.5 x1=1 x2=16   Factored form of the equation:  (x1)(x+16)=0 

Solution in text:

x2+15x-16=0 ... quadratic equation

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

x1 = 1
x2 = -16

P = {1; -16}