InterviewSolution
Saved Bookmarks
| 1. |
If X = {1,2} then P(X) = {φ, {1}, {2}, {1,2}}.(a) True(b) FalseThis question was addressed to me in an interview for internship.This key question is from Power Sets in section Sets of Mathematics – Class 11 |
|
Answer» CORRECT choice is (a) True The explanation is: X= {1,2}. Possible SUBSETS of set X are φ, {1}, {2}, {1,2}. POWER set of set X is set of all subsets of set X. P(X)= {φ, {1}, {2}, {1,2}}. |
|