Ask Question
29 September, 11:52

Exercise 3.8 asked you to write a method called quadratic that solves quadratic equations and prints their roots. recall that a quadratic equation is a polynomial equation in terms of a variable x of the form a x2 + b x + c = 0. the formula for solving a quadratic equation is:

+5
Answers (1)
  1. 29 September, 12:12
    0
    Given a quadratic equation which is a polynomial equation in terms of a variable x of the form ax^2+bx+c=0. The quadratic formula for solving a quadratic equation is:

    x=[-b+/-√ (b²-4ac) ]/2a

    where a, b and c are the respective coefficients as indicated in the quadratic form.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Exercise 3.8 asked you to write a method called quadratic that solves quadratic equations and prints their roots. recall that a quadratic ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers