asked 17.7k views
5 votes
2. Given the expression f(g(k(x))), where f, g, and k are functions, what operation should be

performed first? Does the order matter? Why or why not?

asked
User Max Flex
by
8.1k points

2 Answers

4 votes

Answer:

The order matters

Explanation:

If you answer it in a different order, you will be inputting wrong numbers into each subsequent function generating an incorrect answer.

answered
User MrWhetherMan
by
8.2k points
6 votes

Answer:

You must start with the innermost function.

First you evaluate k(x). Then you evaluate g(k(x)).

Finally you evaluate f(g(k(x))).

The order does matter. If you evaluate in a different order, you will be inputting wrong numbers into each subsequent function generating an incorrect answer.

answered
User Tisha
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.