SOLUTION: State the number of subsets of {p,q,r,s}. Explain the answer.

Algebra ->  Probability-and-statistics -> SOLUTION: State the number of subsets of {p,q,r,s}. Explain the answer.      Log On


   



Question 1189000: State the number of subsets of {p,q,r,s}. Explain the answer.
Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52803) About Me  (Show Source):
You can put this solution on YOUR website!
.

You are given a set containing 4 elements (listed).


The number of all possible subsets is  2%5E4 = 16, including the empty set and the improper subset.


The common fact is that a finite set with n elements has 2%5En distinct subsets.

Solved.

---------------

See the lesson
    - How many subsets are there in a given finite set of n elements?
in this site.



Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


The solution from the other tutor shows a link to where you can see a demonstration, using combinatorics, of why a set of n elements has 2^n subsets.

A much simpler demonstration of that fact is the following:

In making a subset from a set containing n elements, you look at each element and decide whether or not to include that element in your subset. There are 2 choices to the answer to that question for each of the n elements, making the number of different subsets 2^n.