

InterviewSolution
Saved Bookmarks
1. |
Number of power set of {a, b}, where a and b are distinct elements.(a) 3(b) 4(c) 2(d) 5I have been asked this question during an online interview.I'd like to ask this question from Types of Set topic in portion Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» CORRECT CHOICE is (B) 4 Explanation: POWER SET of {a, b} = {∅, {a, b}, {a}, {b}}. |
|