218k views
1 vote
How many subsets does set a have if the set a has 3 elements? 3 6 8?

2 Answers

1 vote
Consider a set {a,b,c}
The 8 subsets are { }, {a}, {b}, {c}, {a,b}, {a,c}, {b,c} and {a,b,c}.
If a set has n elements, the number of subsets is 2^n.
User Ivan Ivanic
by
8.3k points
3 votes

This should help

Let's say Set A = {1,2,3}, Set A can have subsets of:

{1}, {2}, {3}, {1,2}, {1,3}, {2,3}

And so there is 6 subsets.

User Mohammad Asghari
by
7.7k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories