Ask Question
25 July, 04:41

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

+1
Answers (1)
  1. 25 July, 07:21
    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?
Get an answer to your question ✅ “How to find the roots of a quadratic equation with leading coefficient greater than 1? ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers