1.

If f = {(5, 2), (6, 3)}, g = {(2, 5), (3, 6)}, write f o g.

Answer»

f o g = {(2, 2), (3, 3)}



Discussion

No Comment Found