To complete the square for the quadratic equation \( x^2 + 2x - 8 = 0 \), we follow these steps:
-
Move the constant term to the other side of the equation: \[ x^2 + 2x = 8 \]
-
Take half of the coefficient of \( x \), square it, and add it to both sides. The coefficient of \( x \) is 2, so half of that is 1, and squaring it gives us 1: \[ x^2 + 2x + 1 = 8 + 1 \]
-
Now, the left side is a perfect square: \[ (x + 1)^2 = 9 \]
-
Take the square root of both sides: \[ x + 1 = 3 \quad \text{or} \quad x + 1 = -3 \]
-
Solve for \( x \): \[ x = 3 - 1 = 2 \quad \text{or} \quad x = -3 - 1 = -4 \]
Thus, the solutions are \( x = 2 \) and \( x = -4 \).
The correct response is: x=2, x=−4.