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:

5n(n1)=(n+3)(n+2) 4n210n6=0 4=22 10=25 6=23 GCD(4,10,6)=2=2  2n25n3=0  a=2;b=5;c=3 D=b24ac=5242(3)=49 D>0  n1,2=2ab±D=45±49 n1,2=45±7 n1,2=1.25±1.75 n1=3 n2=0.5   Factored form of the equation:  2(n3)(n+0.5)=0 

Solution in text:

4n2-10n-6=0 ... quadratic equation

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

n1 = 3
n2 = -0.5

P = {3; -0.5}