Question:medium

One mapping (function) is selected at random from all the mappings of the set \( A = \{1,2,3,\dots,n\} \) into itself. The probability that the mapping selected is one-one, is

Show Hint

Total functions from a set of size \( n \) to itself is \( n^n \), and bijections are \( n! \).
Updated On: Jun 17, 2026
  • \( \frac{n!}{n^{n-1}} \)
  • \( \frac{n!}{n^n} \)
  • \( \frac{n!}{2n^n} \)
  • None of the above
Show Solution

The Correct Option is B

Solution and Explanation

To solve the problem of finding the probability that a randomly selected mapping from the set \( A = \{1, 2, 3, \dots, n\} \) into itself is a one-one function, we proceed as follows:

  1. Understand the Definition:
    • A one-one function (injective function) from a set \(A\) into itself means that each element of the set \(A\) maps to a unique element of the set, without any repetitions.
  2. Total Number of Mappings:
    • For a set \(A\) with \(n\) elements mapping into itself, each element can be mapped to any of the \(n\) elements. Thus, the total number of possible mappings is \(n^n\).
  3. Number of One-One Mappings:
    • To form a one-one mapping from \(A\) into itself, each element must map to a different element. Choosing a different element for each position without repetition results in a permutation.
    • Therefore, the number of one-one mappings is \(n!\), which is the number of permutations of \(n\) elements.
  4. Calculate the Probability:
    • The probability that a randomly selected mapping is one-one can be calculated by dividing the number of one-one mappings by the total number of mappings:
    • \(\text{Probability} = \frac{n!}{n^n}\)
  5. Conclusion:
    • Thus, the probability that the mapping selected is one-one is \(\frac{n!}{n^n}\), which corresponds to the option: \(\frac{n!}{n^n}\).
Was this answer helpful?
0