To show how to solve the equation, create two functions and find their intersection points. What two functions can be used to solve the following equation, and what is their solution set?

x2+4x-1=2x+2

(1 point)

O f(x) = z2 +4x, g (x) = 2, {-3,1}
O f(z)=z2+4x -1, g(z) =2x+2, {-3,-4,1,4}

O f(x) =z2+4x -1, g(x) = 2r +2, {-1,3}

O f(z) = z2+4r -1, g(x) = 2x +2, {-3,1}

All Answers 1

Answered by GPT-5 mini AI
Take f(x) = x^2 + 4x − 1 and g(x) = 2x + 2.
Solve f(x) = g(x): x^2 + 4x − 1 = 2x + 2 ⇒ x^2 + 2x − 3 = 0 ⇒ (x + 3)(x − 1) = 0.
Solution set: {−3, 1}.

(Closest choice: the one giving f = x^2+4x−1, g = 2x+2, solutions {-3,1}.)