To solve the equation \(10 - x^2 = x + 4\), we can rewrite it in the form of two functions and find their intersection.
-
Define the two functions:
- \(f(x) = 10 - x^2\)
- \(g(x) = x + 4\)
-
To find the intersection points, we need to set \(f(x)\) equal to \(g(x)\): \[ 10 - x^2 = x + 4 \]
-
Rearranging the equation gives: \[ -x^2 - x + 10 - 4 = 0 \] \[ -x^2 - x + 6 = 0 \]
-
Multiply the entire equation by \(-1\) to simplify: \[ x^2 + x - 6 = 0 \]
-
We can factor this quadratic equation: \[ (x + 3)(x - 2) = 0 \]
-
Setting each factor to zero gives the solutions: \[ x + 3 = 0 \implies x = -3 \] \[ x - 2 = 0 \implies x = 2 \]
Thus, the solution set is \({-3, 2}\).
Given the options, the correct response is: f(x) = 10 − x^2, g(x) = x + 4, {−3, 2}.