InterviewSolution
Saved Bookmarks
| 1. |
Let A and B be two finite sets having m and n elements respectively such that m gt n. A mapping is selected at random from the set of all mappings from A to B. The probability that the mapping selected is an injective mapping is |
|
Answer» `(N!)/((n-m)!m^(n))` |
|