Answer: x ≥ 6
Explanation:
The notation shown in your question means "g of h of x"
So we are taking whatever output we get from function 'h' and then applying function 'g' to that output.
For example, suppose I have two functions, 'a' and 'b'. Further suppose a(x) = 2x and b(x) = x +5
If I want a°b, that is really a[b(x)] = a(x + 5) = 2(x+5) = 2x + 10
In your case, we want g[h(x)] = g(2x-8) =
=
Now, we know that in the set of Real numbers, we cannot take a square root of a negative number.
Therefore, (2x - 12) must be zero or greater.
So, our restriction is that 2x - 12 ≥ 0. But of course we must simplify.
Add 12 to both sides ---> 2x ≥ 12
Divide both sides by 2 ---> x ≥ 6
That is the restriction for (g ° h)(x) ---> x ≥ 6
Hope this helps!