To solve the quadratic equation \(x^2 - 10x - 12 = 0\) using the quadratic formula, we can outline the steps in the following order:
-
Identify coefficients:
- Given the equation \(x^2 - 10x - 12 = 0\), we can identify \(a = 1\), \(b = -10\), and \(c = -12\).
-
Write down the quadratic formula:
- The quadratic formula is expressed as: \[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]
-
Substitute the values of \(a\), \(b\), and \(c\):
- Plugging in values, we get: \[ x = \frac{-(-10) \pm \sqrt{(-10)^2 - 4(1)(-12)}}{2(1)} \] Simplifying inside the formula: \[ = \frac{10 \pm \sqrt{100 + 48}}{2} \] \[ = \frac{10 \pm \sqrt{148}}{2} \]
-
Simplify the square root:
- Since \(\sqrt{148} = \sqrt{4 \times 37} = 2\sqrt{37}\): \[ x = \frac{10 \pm 2\sqrt{37}}{2} \]
-
Divide each term by 2:
- This simplifies to: \[ x = 5 \pm \sqrt{37} \]
-
Final solutions:
- The final solutions are: \[ x = 5 + \sqrt{37} \quad \text{and} \quad x = 5 - \sqrt{37} \]
Thus, the correct order of the steps is:
- Identify coefficients \(a\), \(b\), and \(c\).
- Write down the quadratic formula.
- Substitute the values of \(a\), \(b\), and \(c\) into the formula.
- Simplify and compute inside the square root.
- Simplify the expression.
- State the final solutions.