Stephanie M. answered 04/27/15
Tutor
5.0
(894)
Private Tutor - English, Mathematics, and Study Skills
(f×g)(x), or (fg)(x), just means you're multiplying two functions together. So if I had f(x) = x and g(x) = x2, then (fg)(x) = x(x2) = x3. As another example, if f(x) = (x + 19) and g(x) = (x2 + 2), then (fg)(x) = (x + 19)(x2 + 2) = x3 + 19x2 + 2x + 38.
That means you're looking for two functions that, when multiplied together, equal (x2 - 5) / (x2 + 5).
Here's one option:
f(x) = x2 - 5
g(x) = 1 / (x2 + 5)
Then (fg)(x) = (x2 - 5)(1 / (x2 + 5)) = (x2 - 5) / (x2 + 5) = h(x)
Hope this helps!