

InterviewSolution
Saved Bookmarks
1. |
Let `E={1,2,3,4} and F={1,2}`. Then, the number of onto function form E to F is(A) 14(B) 16(C) 12(D) 8A. 14B. 16C. 12D. 8 |
Answer» Correct Answer - A The number of onto function from `E={1,2,3,4} " to " F={1,2}` `=` Total number of functions which map E to F `-` Number of functions for which map `f(x) = 1 and f(x) = 2 " for all "x in E=2^(4)-2=14` |
|