Quadratic equation calculator

Quadratic equation has the basic form: ax2+bx+c=0
eq2
Enter the quadratic equation's coefficients a, b, and c of its basic standardized form. A solution of quadratic equations is usually two different real or complex roots or one double root — the calculation using the discriminant.


Calculation:

200=n(17+n) n217n+200=0 n2+17n200=0  a=1;b=17;c=200 D=b24ac=17241(200)=1089 D>0  n1,2=2ab±D=217±1089 n1,2=217±33 n1,2=8.5±16.5 n1=8 n2=25   Factored form of the equation:  (n8)(n+25)=0 

Solution in text:

-n2-17n+200=0 ... quadratic equation

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

n1 = 8
n2 = -25

P = {8; -25}