To solve the equation \(10 - x^2 = x + 4\), we can create two functions and find their intersections.
Let:
- \(f(x) = 10 - x^2\)
- \(g(x) = x + 4\)
Now, we want to find the intersection points of these two functions. This means we need to solve the equation:
\[ 10 - x^2 = x + 4 \]
Rearranging the equation, we can express it as:
\[ 10 - x - 4 - x^2 = 0 \]
Simplifying this gives:
\[ -x^2 - x + 6 = 0 \]
To make it easier, we can multiply through by -1:
\[ x^2 + x - 6 = 0 \]
Next, we factor the quadratic equation:
\[ (x + 3)(x - 2) = 0 \]
Setting each factor to zero gives the solutions:
- \(x + 3 = 0 \Rightarrow x = -3\)
- \(x - 2 = 0 \Rightarrow x = 2\)
Thus, the solution set is:
\({-3, 2}\)
Based on the above analysis, the correct choice from the responses would be:
f(x) = 10 - x^2, g(x) = x + 4, {−3, 2}