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:

75=3n2+3n+116 3n23n+90=0 3n2+3n90=0 3 ...  prime number 90=2325 GCD(3,3,90)=3=3  n2+n30=0  a=1;b=1;c=30 D=b24ac=1241(30)=121 D>0  n1,2=2ab±D=21±121 n1,2=21±11 n1,2=0.5±5.5 n1=5 n2=6   Factored form of the equation:  (n5)(n+6)=0 

Solution in text:

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

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

n1 = 5
n2 = -6

P = {5; -6}