If a set contains n elements, then write the number of elements in its power set.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Let A be the set with n elements.
Then power set of A contains all the subsets of A.
Each member of A has two possibilities either present or absent.
⇒ Total possible subsets of A are 2×2×2×…n times= 2n
∴ number of elements in power set of A are 2n.
2n elements are present in power set.