find two functions f and g such that (f+g)(x) = 5 and domain of f + g is [0, infinity)

1 answer

Try something like

f(x) = 2 + sqrt(x)
g(x) = 3 - sqrt(x)

f+g = 5, but they are only defined for x>=0