1.

Let A={1,2,3,4,5} and functions f:A to and g: A to A to defined by f(1)=3,f(2)=5,f(3)=3,f(4)=1,f(5)=2,g(1)=4

Answer»

fog= {(1,1), (2,3), (3, 2), (4,5)}
fog={(1,1),(2,3), (3,3), (4,5), (5,3)}
GOF= {(1, 1), (2,3), (3, 3), (4,4), (5,5)}
gof= {(2, 2), (2,3), (3,1),(4,1),(5, 1)}

Answer :B


Discussion

No Comment Found

Related InterviewSolutions