

InterviewSolution
Saved Bookmarks
1. |
Write all the subsets of B = {p, q} |
Answer» {p}, {q}, {p, q} and { } are the subsets of the given set B = {p, q} As the n(B) = 2 then number of all subsets = 2n = 22 = 4 |
|