You compose two functions: f is composed of g(x).
(f o g)(x) = f(g(x)) = f(x + 3) = sqrt [3(x + 3)] = sqrt (3x + 9)
Domain: {x | x >= 0} where x is the real number. In other words, x is all real number where x is at least 0.
My suggestion is to graph the composed function in order to understand how domain works. When you square root anything and plug in an input value, the output will not produce a negative number.
Kenneth S.
06/24/17