Answer:
f(-1) = 1
f(0) = 20
f(2) = 38
Explanation:
f(-1) = 9×-1 + 10 = -9 + 10 = 1
f(0) = 9×0 + 20 = 0 + 20 = 20
f(2) = 9×2 + 20 = 18 + 20 = 38
we needed to use the second definition for f(0), because that is the same as saying x=0.
and that is in the domain of the second function definition ( x>=0).