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:

87=(n+2)(n+1) n23n+54=0 n2+3n54=0  a=1;b=3;c=54 D=b24ac=3241(54)=225 D>0  n1,2=2ab±D=23±225 n1,2=23±15 n1,2=1.5±7.5 n1=6 n2=9   Factored form of the equation:  (n6)(n+9)=0 

Solution in text:

-n2-3n+54=0 ... quadratic equation

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

n1 = 6
n2 = -9

P = {6; -9}