InterviewSolution
Saved Bookmarks
| 1. |
Let n (A) = m, and n (B) = n. Then the total number of non-empty relations that can be defined from A to B is(A) mn (B) nm – 1(C) mn – 1 (D) 2mn – 1 |
|
Answer» Answer is (D) We have, n(A) = m and n(B) = n n(A x B) = n(A). n(B) = mn Total number of relation from A to B = Number of subsets of A x B = 2mn So, total number of non-empty relations = 2mn – 1 |
|