

InterviewSolution
Saved Bookmarks
1. |
Statement-1 If a set A has n elements, then the number of binary relations on `A = n^(n^(2))`. Statement-2 Number of possible relations from A to `A = 2^(n^(2))`.A. Statement-1 is true, Statement-2 is true, Statement-2 is a correct explanation for Statement-1B. Statement-1 is true, Statement-2 is true, Statement-2 is not a correct explanation for Statement-1C. Statement-1 is true, Statement-2 is falseD. Statement-1 is false, Statement-2 is true |
Answer» Correct Answer - B Let `A={a_(1), a_(2), a_(3), ..., a_(n)}` Then, the number of binary relations on `A=n^((nxxn))=n^(n^(2))` and number of relations form `A" to "A=2^(nxxn)=2^(n^(2))` Both statements are true but Statement-2 is not a correct explanation for Statement-1. |
|