CAD60 has not responded. Here's my work for other readers.
Function g is a ratio of polynomials. All polynomials have the same domain: The set of Real numbers.
As Steven posted, the denominator in a ratio cannot be zero. Hence, the answer is -4.
If the notation denotes function composition, then the output of function f (at x=2.6) is used as the input to function g.
f(2.6) = 5(2.6) – 7 = 6
g(6) = 5(6)/(6 + 4) = 3
Therefore: g(
f(2.6)) = 3
If the notation denotes a product of functions, then the outputs of functions f and g (at x=2.6) are multiplied together.
g(2.6) = 5(2.6)/(2.6 + 4) = 1.969696…
f(2.6) [imath]\times[/imath] g(2.6) = (6)(1.969696…) = 11.818181…
If the notation denotes function composition, then the output of function g is used as the input to function f.
f(
g(x)) = [imath]5\big(\color{brown}\frac{5x}{x+4}\color{black}\big)-7 = \frac{25x}{x+4}-7[/imath]
Hence, the equation to solve is:
\(\displaystyle \frac{25x}{x+4}-7\,=\,2\)
Add 7 and multiply by (x+4):
25x = 9(x + 4)
25x = 9x + 36
16x = 36
x = 9/4
If the notation denotes a product of functions, then f(x) is multiplied by g(x).
\(\displaystyle (5x-7)\bigg(\frac{5x}{x+4}\bigg) = \frac{25x^{2}-35x}{x+4}\)
Hence, the equation to solve is:
\(\displaystyle \frac{25x^{2}-35x}{x+4}=2\)
Multiply by (x+4), distribute and move all terms to the left-hand side side:
\(\displaystyle 25x^{2}-37x-8 = 0\)
The quadratic formula yields two solutions:
\(\displaystyle x\,=\,\frac{37}{50}\pm\frac{3\sqrt{241}}{50}\)
To find function g's inverse, start with y=5x/(x+4) and swap symbols x and y:
x = 5y/(y + 4)
Next, solve for y:
Multiply each side by (y+4) and distribute
Subtract 5y and 4x from each side
Factor out y on the left-hand side
Divide each side by (x–5)
g
-1(x) = -4x/(x – 5)
The graphs of a function and its inverse are symmetric about the line y=x, so plotting all three with equal scales on the x- and y-axis is a good check. Here is such a graph of
g(x),
g-1(x) and
x near the origin.
View attachment 38249