Ask Question
25 November, 03:33

How to find the roots of a quadratic equation with leading coefficient greater than 1?

+4
Answers (1)
  1. 25 November, 03:43
    0
    A quadratic equation in its generic form can be written as:

    ax ^ 2 + bx + c = 0

    For this case:

    a> 1

    For this case what you should do is use the following equation

    roots = (( - b) + / - root (b ^ 2-4 * a * c)) / (2 * a)

    answer

    root1 = (( - b) + root (b ^ 2-4 * a * c)) / (2 * a)

    root2 = (( - b) - root (b ^ 2-4 * a * c)) / (2 * a)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “How to find the roots of a quadratic equation with leading coefficient greater than 1? ...” 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