To find \( (f - g \cdot h)(x) \), we need to first calculate \( g \cdot h \), then subtract it from \( f \).
Given functions:
- \( f(x) = 2x - 5 \)
- \( g(x) = |x| + 2 \)
- \( h(x) = -3x \)
First, calculate \( g(x) \cdot h(x) \): \[ g(x) \cdot h(x) = (|x| + 2)(-3x) = -3x|x| - 6x \]
Now simplify \( g \cdot h \): \[ g(x) \cdot h(x) = -3x|x| - 6x \]
Next, we subtract this from \( f(x) \): \[ (f - g \cdot h)(x) = f(x) - (g(x) \cdot h(x)) = (2x - 5) - (-3x|x| - 6x) = 2x - 5 + 3x|x| + 6x = (2x + 6x) + 3x|x| - 5 = 8x + 3x|x| - 5 \]
So the final expression is: \[ (f - g \cdot h)(x) = 3x|x| + 8x - 5 \]
Next, let's determine the domain of \( (f - g \cdot h)(x) \).
- The functions \( f(x) \), \( g(x) \), and \( h(x) \) themselves are defined for all real numbers, so there are no restrictions from these functions individually.
Therefore, the domain of \( (f - g \cdot h)(x) \) is all real numbers: \[ \text{Domain} = (-\infty, \infty) \]
To summarize:
- \( (f - g \cdot h)(x) = 3x|x| + 8x - 5 \)
- Domain of \( (f - g \cdot h)(x) = (-\infty, \infty) \)