The functions f and g are defined by these sets if input and output values.
g = ( 1, 2 ), (-2, 4 ), ( 5, 5 ), ( 6,-2 )
f = ( 0,-2), ( 4, 1 ), ( 3, 5 ), ( 5, 0 )
a. Find g(f(4))
b. Find f(g(-2))
c. Find f(g(f(3)))