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?

User Max Flex
by
5.8k 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.

User MrWhetherMan
by
5.8k 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.

User Tisha
by
5.8k points