Question 71834: Several values of the two functions f and g are given in the following:
x: 4,5,6,7
f(x): 6,7,4,5
x: 4,5,6,7
g(x): 6,5,7,4
How do I find (f o g)(7)?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Several values of the two functions f and g are given in the following:
x: 4,5,6,7
f(x): 6,7,4,5
x: 4,5,6,7
g(x): 6,5,7,4
How do I find (f o g)(7)?
---------
(fog)(7) means f[g(7)]
--------
Since g(7)=4, f[g(7)]= f(4)= 6
--------
Cheers,
Stan H.
|
|
|