Asked by mandy

Given a set with n elements has 2^n subsets.Find the number of subsets for set A={2,3,5,7,11}.

Answers

Answered by Steve
well, how many elements in A?
Answered by mandy
Oh thanks..its 2^5=32..
Answered by Steve
correct. The power set of A P(A) is the set of all subsets of A. These would be

{}, {2}, {3},...{2,3},{2,5},... and so on up to A itself.
There are no AI answers yet. The ability to request AI answers is coming soon!