Answer:
A. f(0) = 4
B. f(6) = 8
Explanation:
When evaluating a piecewise function, the fist step is to determine the applicable domain. Then the function defined for that domain is the one that is used for the evaluation.
A.
x = 0 is in the domain x < 5, so the applicable function is f(x) = x+4.
f(0) = 0 +4 = 4
__
B.
x = 6 is in the domain 5 ≤ x < 7, so the applicable function is f(x) = 8.
f(6) = 8