How many elements are in two power sets

In summary, the number of elements in a power set of a set with n elements is 2^n. This can be found by using the formula 2^n = 2^{|X|}, where |X| represents the number of elements in the set. This applies to both the sets mentioned in the conversation, {1,2,3,4} and {1,2,3,4,5}.
  • #1
chocolatelover
239
0
[SOLVED] how many elements are in two power sets

Homework Statement



a.How many elements are in the power set {1,2,3,4}? b.How many elements are in the power set {1,2,3,4,5}?

Homework Equations





The Attempt at a Solution


a. {empty set, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,3,4}} Are there 13 elements?

b. {empty set, {1}, {2}, {3}, {4}, {5}, {1,2}, {1,3}, {1,4}, {1,5}, {2,3}, {2,4}, {2,5}, {3,4}, {3,5}, {4,5}, {1,2,3}, {1,2,3,4}}

Are there 19 elements?

Is there a general rule as to how many elements are in a power set?

Thank you very much
 
Physics news on Phys.org
  • #2
chocolatelover said:

The Attempt at a Solution


a. {empty set, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,3,4}} Are there 13 elements?

What happened to {2,3,4} and a few more?

b. {empty set, {1}, {2}, {3}, {4}, {5}, {1,2}, {1,3}, {1,4}, {1,5}, {2,3}, {2,4}, {2,5}, {3,4}, {3,5}, {4,5}, {1,2,3}, {1,2,3,4}}

Are there 19 elements?

No. Like the last one, some are mising.

Is there a general rule as to how many elements are in a power set?

It will be just the total number of combinations of 'n' things taken any number at a time, and one more (when you don't select any). Do you know how to find that?
 
  • #3
I got 16 elements in the first one. Does that look right?

(It will be just the total number of combinations of 'n' things taken any number at a time, and one more (when you don't select any). Do you know how to find that?)

No, I don't know how to do that. Could you please show me?

Thank you
 
  • #4
chocolatelover said:
I got 16 elements in the first one. Does that look right?

That is correct.

Consider the first problem. You can choose 1, or not choose 1. So, 1 can be dealt with in two ways. For each of these cases, you can choose, or not choose 2. So, total number of ways to select either 1 or 2 or both or none is 2X2=4=2^2. Choosing none means you get the null set. Similarly, for the four elements 1 2 3 4, total number of choosing would be 2^4. All these selections is giving you the elements of the power set. So, the number of elements in the power set of the set {1,2,3,4} is 2^4.

I'm sure you can tackle the next problem using this formula for the number of elements in the power set of a finite set.
 
  • #5
Thank you very much

Regards
 
  • #6
Just writitng in general what actually Shooting Star already said and elaborated.

If X is a set with |X|=n elements then: [tex]|P(X)|=2^{|X|}=2^{n}[/tex] so the power set has 2^n elements.
 
  • #7
Thank you very much

Regards
 

1. How do you calculate the number of elements in two power sets?

The number of elements in two power sets can be calculated by taking the number of elements in the original set and raising it to the power of two. For example, if the original set has 3 elements, the two power sets will have (3^2) = 9 elements.

2. What is the difference between a set and a power set?

A set is a collection of distinct objects, while a power set is a set of all possible subsets of a given set. In other words, a power set is a set of all possible combinations of elements from the original set.

3. Can a power set have more elements than the original set?

Yes, a power set can have more elements than the original set. The number of elements in a power set is always greater than or equal to the number of elements in the original set.

4. How does the number of elements in two power sets change as the size of the original set increases?

The number of elements in two power sets increases exponentially as the size of the original set increases. For example, if the original set has 3 elements, the two power sets will have 9 elements. But if the original set has 4 elements, the two power sets will have 16 elements.

5. Can a set have an infinite number of elements in its power set?

Yes, a set can have an infinite number of elements in its power set. This is because the size of a power set grows exponentially as the size of the original set increases, so as the original set approaches infinity, the power set will also approach infinity.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Back
Top