

InterviewSolution
Saved Bookmarks
1. |
Determine the partitions of the set {3, 4, 5, 6, 7} from the following subsets.(a) {3,5}, {3,6,7}, {4,5,6}(b) {3}, {4,6}, {5}, {7}(c) {3,4,6}, {7}(d) {5,6}, {5,7}The question was posed to me in an interview for job.My query is from Relations topic in chapter Relations of Discrete Mathematics |
Answer» Right option is (b) {3}, {4,6}, {5}, {7} |
|