To find \((f+g+h)(x)\), we will first write out each function and then combine them.
-
The functions are:
- \(f(x) = -x^4 + 7x^2 + 6\)
- \(g(x) = |x - 7| + 1\)
- \(h(x) = \sqrt{x + 3} - 8\)
-
Now we can combine these to find \((f + g + h)(x)\):
\[ (f + g + h)(x) = f(x) + g(x) + h(x) \] \[ = (-x^4 + 7x^2 + 6) + (|x - 7| + 1) + (\sqrt{x + 3} - 8) \] \[ = -x^4 + 7x^2 + |x - 7| + \sqrt{x + 3} - 1 \]
Thus, the combined function is: \[ (f + g + h)(x) = -x^4 + 7x^2 + |x - 7| + \sqrt{x + 3} - 1 \]
Next, we will determine the domain of \((f + g + h)(x)\):
- The function \(f(x)\) has no restrictions.
- The function \(g(x) = |x - 7| + 1\) also has no restrictions on its domain since absolute value functions are defined for all real numbers.
- The function \(h(x) = \sqrt{x + 3} - 8\) requires that the expression inside the square root be non-negative: \[ x + 3 \geq 0 \implies x \geq -3 \]
Thus, the overall domain of \((f + g + h)(x)\) is:
\[ x \geq -3 \]
In interval notation, the domain is: \[ [-3, \infty) \]
So the final answers are:
- \((f + g + h)(x) = -x^4 + 7x^2 + |x - 7| + \sqrt{x + 3} - 1\)
- The domain of \((f + g + h)(x)\) is \(x \geq -3\).