Problem 62

Question

\(n^{2}=10 n+8\)

Step-by-Step Solution

Verified
Answer
\(n = 5 + \sqrt{33}\) or \(n = 5 - \sqrt{33}\)
1Step 1: Set the Equation to Zero
Rewrite the given equation by bringing all terms to one side to set it to zero: \(n^{2} - 10n - 8 = 0\)
2Step 2: Identify Coefficients
Identify the coefficients from the quadratic equation in standard form \(an^{2} + bn + c = 0\). Here, \(a = 1\), \(b = -10\), and \(c = -8\).
3Step 3: Use the Quadratic Formula
The quadratic formula is \(n = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\). Substitute the identified coefficients into this formula.
4Step 4: Calculate the Discriminant
Calculate the discriminant, \(b^2 - 4ac\): \((-10)^2 - 4(1)(-8) = 100 + 32 = 132\).
5Step 5: Compute the Solutions
Substitute the discriminant back into the quadratic formula to find the solutions for \(n\): \(n = \frac{10 \pm \sqrt{132}}{2} = \frac{10 \pm 2\sqrt{33}}{2} = 5 \pm \sqrt{33}\).

Key Concepts

Quadratic FormulaDiscriminant CalculationStandard Form of Quadratic Equation
Quadratic Formula
Quadratic equations can be solved using the quadratic formula, which is a powerful tool. It helps us find the values of the variable that make the equation true. The quadratic formula is: \[ n = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]Here, the symbols have specific meanings:By plugging in these values from any quadratic equation, we can find the solutions, known as the roots of the equation. The formula derives from the process of completing the square and works for all quadratic equations.