Questions: Use the quadratic formula to solve the equation (x^2-8x+65=0).
Enter multiple answers as a list separated by commas. Example: (2+2i, 2-2i)
Transcript text: Question 14
Use the quadratic formula to solve the equation $x^{2}-8 x+65=0$.
Enter multiple answers as a list separated by commas. Example: $2+2 i, 2-2 i$
$\square$
Question Help: $\square$ Video
Submit Question
Solution
Solution Steps
To solve the quadratic equation \(x^2 - 8x + 65 = 0\) using the quadratic formula, we need to identify the coefficients \(a\), \(b\), and \(c\) from the equation \(ax^2 + bx + c = 0\). Then, we apply the quadratic formula \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\) to find the roots.
Solution Approach
Identify the coefficients \(a\), \(b\), and \(c\) from the equation.
Compute the discriminant \(D = b^2 - 4ac\).
Use the quadratic formula to find the roots.
Step 1: Identify Coefficients
The given quadratic equation is \(x^2 - 8x + 65 = 0\). From this equation, we identify the coefficients:
\(a = 1\)
\(b = -8\)
\(c = 65\)
Step 2: Calculate the Discriminant
We calculate the discriminant \(D\) using the formula:
\[
D = b^2 - 4ac
\]
Substituting the values:
\[
D = (-8)^2 - 4 \cdot 1 \cdot 65 = 64 - 260 = -196
\]
Step 3: Apply the Quadratic Formula
Since the discriminant \(D\) is negative, the roots will be complex. We use the quadratic formula:
\[
x = \frac{-b \pm \sqrt{D}}{2a}
\]
Substituting the values:
\[
x = \frac{-(-8) \pm \sqrt{-196}}{2 \cdot 1} = \frac{8 \pm \sqrt{196}i}{2}
\]
Calculating further:
\[
x = \frac{8 \pm 14i}{2} = 4 \pm 7i
\]
Final Answer
The solutions to the equation are:
\[
\boxed{4 + 7i, 4 - 7i}
\]