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:

4t+5(t−5)=t(t−5) −t2+14t−25=0 t2−14t+25=0  a=1;b=−14;c=25 D=b2−4ac=142−4⋅1⋅25=96 D>0  t1,2​=2a−b±D​​=214±96​​=214±46​​ t1,2​=7±4.898979 t1​=11.898979486 t2​=2.101020514   Factored form of the equation:  (t−11.898979486)(t−2.101020514)=0 

Solution in text:

-t2+14t-25=0 ... quadratic equation

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

t1 = 11.8989795
t2 = 2.1010205

P = {11.8989795; 2.1010205}