With composite functions you need to look at both the "inner" function and the composite function.
f(x) = (1/13)x -26
g(x) = sqrt (2x+24)
(f°g)(x) = (1/13)sqrt(2x+24) - 26
There are 2 main areas we need to look at when determining the domain.
1) the denominator, if one exists, cannot equal zero, since you cannot divide by zero.
2) the radicand, the expression inside the square root, cannot be negative. You cannot take the square root of a negative number. This applies not only to square roots but any even root.
The first item does not apply in this problem since there is no denominator. However, the second item does.
so 2x+24 ≥ 0
solving for x
2x ≥ -24
x ≥ -12
In interval notation, [-12,∞)
Ooyeon O.
Thank you.09/18/20