Let f(x) = 6/x-1 and g(x) = 1+3/x. Please fing the composite function.

This is what i got so far.

=f (1+3/x)

=6/x-1

= =f (1+3/x)
= 6/ [1+3/x - 1]

How do I get the composite?

The definition of a composite function:

f º g (x) means f (g(x) ), which tells you to work out g(x) first, and then fill that answer into f. See
(Broken Link Removed)

In this case,
f(x) = 6/x-1 and g(x) = 1+3/x
so
f º g (x)
=f(g(x))
=f(1+3/x)
=6/(1+3/x)-1
=6x/(x+3)-1
=(6x-(x+3))/(x+3)
=(5x-3)/(x+3)

and the composite function would be?

A.(fog)(x)= (2x)
B.(fog)(x) =2/x
C.(fog)(x)=(6/x-1)(1+3/x
D.(fog)(x)=1+18/x(x-1)

There is probably a mis-interpretation of the parentheses:

f(x) = 6/(x-1) and g(x) = 1+3/x
so
f º g (x)
=f(g(x))
=f(+3/x)
=6/(1+3/x-1)
=6/(3/x)
=2x
If this is the case, the answer is (A).

This is what I thought as well. Thanks!

To find the composite function, you need to substitute the expression for g(x) into f(x). Here's how you can do that:

1. Start with the given functions:
f(x) = 6/(x - 1)
g(x) = 1 + 3/x

2. Replace the variable x in f(x) with the expression g(x) from the second function:
f(g(x)) = 6/(g(x) - 1)

3. Substitute the expression for g(x) into the composite function:
f(g(x)) = 6/((1 + 3/x) - 1)

4. Simplify the expression:
f(g(x)) = 6/((1/x + 3/x) - 1)
= 6/(4/x - 1/x)
= 6/((4 - 1)/x)
= 6/(3/x)
= 6x/3
= 2x

Therefore, the composite function f(g(x)) simplifies to 2x.