To solve the equation \( x^2 + 4x - 1 = 2x + 2 \), we can rearrange it to form a standard equation by moving all terms to one side:
\[ x^2 + 4x - 1 - 2x - 2 = 0 \] \[ x^2 + 2x - 3 = 0 \]
Now we can create two functions based on the original equation:
- \( f(x) = x^2 + 4x - 1 \)
- \( g(x) = 2x + 2 \)
To find the solutions to the equation, we look for the intersection points of the two functions \( f(x) \) and \( g(x) \). This means we need to solve the equation \( f(x) = g(x) \).
Alternatively, we can use the quadratic equation \( x^2 + 2x - 3 = 0 \) to find the roots:
Using the quadratic formula \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \):
Here, \( a = 1 \), \( b = 2 \), and \( c = -3 \):
\[ x = \frac{-2 \pm \sqrt{2^2 - 4 \cdot 1 \cdot (-3)}}{2 \cdot 1} \] \[ x = \frac{-2 \pm \sqrt{4 + 12}}{2} \] \[ x = \frac{-2 \pm \sqrt{16}}{2} \] \[ x = \frac{-2 \pm 4}{2} \]
Calculating the two possible solutions:
- \( x = \frac{2}{2} = 1 \)
- \( x = \frac{-6}{2} = -3 \)
Thus, the solution set is \( {-3, 1} \).
So the correct response is:
f(x)=x²+4x−1, g(x)=2x+2, {-3,1}