InterviewSolution
Saved Bookmarks
| 1. |
A binary operation is chosen at random from the set of all binary operations on a set A containing n elements. The probability that the binary operation is commutative is |
|
Answer» `(N^(n))/(n^(n)^(2))` |
|