To solve the quadratic equation \(x^{2}-4x-5=0\), we can use the quadratic formula:
\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]
where \(a = 1\), \(b = -4\), and \(c = -5\).
- Calculate the discriminant:
\[ b^2 - 4ac = (-4)^2 - 4(1)(-5) = 16 + 20 = 36 \]
- Now apply the quadratic formula:
\[ x = \frac{-(-4) \pm \sqrt{36}}{2(1)} = \frac{4 \pm 6}{2} \]
- This gives us two solutions:
\[ x_1 = \frac{4 + 6}{2} = \frac{10}{2} = 5 \]
\[ x_2 = \frac{4 - 6}{2} = \frac{-2}{2} = -1 \]
Thus, the solutions are:
- Solution 1: \(x = 5\)
- Solution 2: \(x = -1\)
You can now push the "Graph It" button to visualize the graph of \(y = x^{2} - 4x - 5\).