79.8k views
21 votes
I need help with Function Operations please

I need help with Function Operations please-example-1

1 Answer

10 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 Gluck
by
8.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories