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:

2x2+28x550=0 2x2+28x550=0 2 ...  prime number 28=227 550=25211 GCD(2,28,550)=2=2  x2+14x275=0  a=1;b=14;c=275 D=b24ac=14241(275)=1296 D>0  x1,2=2ab±D=214±1296 x1,2=214±36 x1,2=7±18 x1=11 x2=25   Factored form of the equation:  (x11)(x+25)=0 

Solution in text:

2x2+28x-550=0 ... quadratic equation

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

x1 = 11
x2 = -25

P = {11; -25}