2,733 views

2 Answers

0 votes
0 votes
The power set will have $2^c$ elements.
This is because while generating the powet set, we have two choices for each element in the original set.
Hence, $\underbrace{2 \times 2 \times \dots 2}_{\text{c times }} = 2^c$.
0 votes
0 votes

One well know way is already there in answer. Here is another way.

The number of subsets with k elements in the power set of a set with n elements is given by the number of combinations, C(n, k), also called binomial coefficients.

For example, the power set of a set with three elements, has:

  • C(3, 0) = 1 subset with 0 elements (the empty subset),
  • C(3, 1) = 3 subsets with 1 element (the singleton subsets),
  • C(3, 2) = 3 subsets with 2 elements (the complements of the singleton subsets),
  • C(3, 3) = 1 subset with 3 elements (the original set itself).

Using this relationship we can compute  using the formula:

 

 

Therefore, one can deduce the following identity, assuming ${\textstyle |S|=n}$​​​​​​​

 

 

 

Source: https://en.wikipedia.org/wiki/Power_set#Relation_to_binomial_theorem

Related questions

414
views
1 answers
0 votes
admin asked Apr 13, 2019
414 views
If A has a elements and B has b elements, how many elements are in A × B? Explain your answer.
502
views
1 answers
0 votes
admin asked Apr 13, 2019
502 views
Let A be the set {x, y, z} and B be the set {x, y}.a. Is A a subset of B?b. Is B a subset of A?c. What is A ∪ B?d. What is A ∩ B?e. What is A × B?f. What is the powe...
375
views
0 answers
0 votes
admin asked Apr 13, 2019
375 views
Consider the undirected graph G= (V, E) where V , the set of nodes, is {1, 2, 3, 4} and E, the set of edges, is {{1, 2}, {2, 3}, {1, 3}, {2, 4}, {1, 4}}. Draw the graph G...
291
views
0 answers
0 votes
admin asked Apr 13, 2019
291 views
For each part, give a relation that satisfies the condition.Reflexive and symmetric but not transitiveReflexive and transitive but not symmetricSymmetric and transitive b...