161,540 views
38 votes
38 votes
I need help with Function Operations please

I need help with Function Operations please-example-1
User Ramaralo
by
2.8k points

1 Answer

23 votes
23 votes

Answer:

30

Explanation:

The ring operator signifies a composition of functions. The composition is evaluated right-to-left. That means the composition ...


(f\circ g)(x)

should be interpreted to mean ...


f(g(x))

___

To evaluate f(g(6)), we first evaluate g(6):

g(6) = 6² -5 = 31

Then we evaluate the function f using that as its argument:

f(31) = 31 -1 = 30

f(g(x)) = 30

User Brian Fenske
by
3.3k points