Question 279649
{{{x = (-b +- sqrt( b^2-4*a*c ))/(2*a) }}} is the equation for solving quadratic equations in the form ax^2+bx+c=0 this should be all you need; substitute the equation into the formula. Good Luck!