Saved Bookmarks
| 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)} |
|