Answer:
So the correct option is:
d) x = (3 ± √13) / 2
Explanation:
To find the solutions of the equation x^2 - 3x - 1 = 0 using the quadratic formula, which is x = (-b ± √(b^2 - 4ac)) / (2a), we can identify the values of a, b, and c from the given equation.
a = 1
b = -3
c = -1
Substituting these values into the quadratic formula, we get:
x = (-(-3) ± √((-3)^2 - 4(1)(-1))) / (2(1))
Simplifying further:
x = (3 ± √(9 + 4)) / 2
x = (3 ± √13) / 2
Therefore, the exact solutions of the equation x^2 - 3x - 1 = 0 are:
x = (3 + √13) / 2
x = (3 - √13) / 2