Ask Question
10 July, 05:07

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

+2
Answers (1)
  1. 10 July, 08:02
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers