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:

a(35−a)=300 −a2+35a−300=0 a2−35a+300=0  p=1;q=−35;r=300 D=q2−4pr=352−4⋅1⋅300=25 D>0  a1,2​=2p−q±D​​=235±25​​ a1,2​=235±5​ a1,2​=17.5±2.5 a1​=20 a2​=15   Factored form of the equation:  (a−20)(a−15)=0 

Solution in text:

-a2+35a-300=0 ... quadratic equation

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

a1 = 20
a2 = 15

P = {20; 15}