To solve the equation \(10 - x^2 = x + 4\), we can create two functions that represent the two sides of the equation:
- \(f(x) = 10 - x^2\) (this represents the left side of the equation)
- \(g(x) = x + 4\) (this represents the right side of the equation)
The next step is to find the intersection points of these two functions, which means we need to solve the equation:
\[ 10 - x^2 = x + 4 \]
Rearranging this equation gives:
\[ 10 - 4 = x + x^2 \]
which simplifies to:
\[ 6 = x + x^2 \]
or
\[ x^2 + x - 6 = 0 \]
Now, we will solve this quadratic equation using factoring:
\[ (x - 2)(x + 3) = 0 \]
Setting each factor equal to zero gives us:
- \(x - 2 = 0 \Rightarrow x = 2\)
- \(x + 3 = 0 \Rightarrow x = -3\)
Therefore, the solution set is:
\({ -3, 2 }\)
Putting this together, we have:
- \(f(x) = 10 - x^2\)
- \(g(x) = x + 4\)
- The solution set is \({ -3, 2 }\).
So the correct option is:
f(x)=10−x^2, g(x)=x+4, {−3, 2}.