InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Let `A={a,b,c,d} and f: A rarr A` be defined by, `f(a)=d, f(b)=a, f(c)=b and f(d)=c`. State which of the following is equal to `f^(-1)(b)`?A. `{a}`B. `{b}`C. `{c}`D. `{d}` | 
                            
| Answer» Correct Answer - c | |