Final answer:
The piecewise defined function f(x) = x + 4 if x < 0; 2 - x if x ≥ 0 gives the results: f(-9) = -5, f(0) = 2, and f(4) = -2.
Step-by-step explanation:
To evaluate the values of this piecewise defined function, we need to follow the conditions given for specific intervals of x. Given the function f(x), where f(x) = x + 4 if x < 0, and f(x) = 2 - x if x ≥ 0, we can solve for f(-9), f(0), and f(4).
- For f(-9), because -9 is less than 0, we use the formula x + 4. Substituting -9 for x, we get -9 + 4 = -5. Hence, f(-9) = -5.
- For f(0), because 0 is equal to 0, we use the formula 2 - x. Substituting 0 for x, we get 2 - 0 = 2. Hence, f(0) = 2.
- For f(4), because 4 is greater than 0, we also use the formula 2 - x. Substituting 4 for x, we get 2 - 4 = -2. Hence, f(4) = -2.
Learn more about Piecewise Defined Functions