48.9k views
1 vote
Another way to write g(h(x)) is

2 Answers

5 votes
another way is (g o h)(x) which means g composed with h of x
User Charlayne
by
7.8k points
5 votes

Answer:

Another way to write g(h(x) is:

(goh)(x)

Explanation:

We are given an expression as:

g(h(x))

We know that this expression denotes the composition of two functions g(x) and h(x) in terms of variable 'x' .

The composition function is a an operation that takes two functions f and g and produces a new function

The result of the operation, when the function g is applied to the result of applying the function h to x.

It is also denotes as:

(goh)(x)

User HuyLe
by
8.5k points