Using the values from table:
f(g(1)) = f(3) = 4
g(f(1)) = g(1) = 3
f(f(1)) = f(1) = 1
g(g(1)) = g(3) = 2
(gf)(3) = g(f(3)) = g(4) = 6
(f o g)(6) = f(g(6)) = f(1) = 1
This question uses the concept of f(g(x)) in which the value of a given function is substituted into a second function.
a) f(g(1))
First we evaluate g(1) using the table
g(1) = 6
Now we plug the value of g(1) into the original equation f(g(1))
= f(6); using the table:
= 5
We apply the same method to the remaining ones:
b). g(f(1))
Value of f(1) we get from the table
f(1) = 3
g(3) = 3
c). f(f(1))
Value of f (1) we get from the table
f(1) = 3
f(3) = 4
d). g(g(1))
Value of g (1) we get from the table
g(1) = 6
g(6) = 3
e). (gof)(3)
= g(f(3))
Value of f (3) we get from the table
f(3) = 4
g(4) = 1
f). (fog)(6)
=f(g(6))
Value of g (6) we get from the table
g(6) = 3
f(3) = 4