To solve the equation \( x^2 + 4x - 1 = 2x + 2 \), we can create two functions based on the left and right sides of the equation:
- Let \( f(x) = x^2 + 4x - 1 \)
- Let \( g(x) = 2x + 2 \)
The intersection points of these two functions are the solutions to the equation \( f(x) = g(x) \).
To find the intersection points, we set the two functions equal to each other:
\[ x^2 + 4x - 1 = 2x + 2 \]
Rearranging the equation gives us:
\[ x^2 + 4x - 2x - 1 - 2 = 0 \]
This simplifies to:
\[ x^2 + 2x - 3 = 0 \]
Next, we can factor this quadratic equation:
\[ (x + 3)(x - 1) = 0 \]
Setting each factor to zero gives the solutions:
\[ x + 3 = 0 \quad \Rightarrow \quad x = -3 \] \[ x - 1 = 0 \quad \Rightarrow \quad x = 1 \]
Therefore, the solution set is:
\[ {-3, 1} \]
The appropriate choice from the responses provided is:
f(x)=x²+4x−1, g(x)=2x+2, {−3, 1}.