SOLUTION: To calculate the quadratic equation given 3 sides A,B,C your program should be interactive [hint-x=[-b+vb2-4ac]/2a

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: To calculate the quadratic equation given 3 sides A,B,C your program should be interactive [hint-x=[-b+vb2-4ac]/2a      Log On


   



Question 395630: To calculate the quadratic equation given 3 sides A,B,C your program should be interactive [hint-x=[-b+vb2-4ac]/2a
Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
Are you writing a program to compute the roots of a quadratic?