Exploring the Combinatorial Nature of Subsets in a Finite Set

In summary, the conversation discusses finding the number of 4 element subsets from a 21 element set without using the formula C(n,r). It is suggested to use the multiplication principle to get 2^21 choices, and then eliminate all subsets with a cardinality other than 4. However, this method still ends up using C(n,r). The conversation also includes two practice counting problems involving electing club officers and using the formula C(n,r). The purpose of not relying solely on the formula is to better understand its application in solving complex problems.
  • #1
Townsend
232
0
How many 4 element subsets can you get from a 21 element set. I know the combination formula C(21,4)=5985. I was trying to see how this is working out though. I know there are 2^21 subsets of a 21 element set, I want to know how I can find the number of all the 4 element subsets without using the formula C(n,r).

The way to get 2^21 is to just go down the line for each element in the set. for each element there are 2 choices. Yes or no, so by the multiplication principle you have 2^21 choices. How can I then eliminate all the subsets that have a cardinality other than 4?

Or if there is a better way to than the total minus the bad method that will work I would like to hear that way too.

Thanks for helping...

Jeremy
 
Physics news on Phys.org
  • #2
What's wrong with using the formula C(n,r)? The other method you're proposing will also end up using C(n,r).
 
  • #3
Some practice counting problems. I just need to make sure I know what I am doing on these problems.

1) There are ten people in a club. They are going to elect the club officers of President, Vice President and a Treasurer. Bill and Jed are two of the ten people. Bill said he will only be an officer if Jed is an officer too. How many ways can they elect their officers?

Ok, I see this as a bad minus the good kind of problem. There are 720 ways to elect 3 people from 10 if order counts. The bad is whenever Jed is not an officer and Bill is an officer. Without Jed being an officer there are 504 possibilites. Of these I need to know how many have Bill as an officer. There are three cases for this, Bill as P, Bill as VP or Bill as T. For each one there are 8*7 possibilites for the other two offices. So there are 8*7*3 cases where Bill is an officer but Jed is not. So we have 720-8*7*3=552. Is that right?

2) Same club and same ten people. Alice is one of the ten and so is Ben. This time Alice will not be an officer if Ben is an officer. Now how many ways can they elect a President, VP and Treasurer?

For this problem there are two situations. Case one has Ben as an officer and Case 2 has Ben not as an officer. In case 1 we are assuming Ben is an officer and so Alice is not. Ben can be anyone of the 3 officers and for each of the three positions he there are 8*7 possibilities for the remaining two positions. So for Ben as an officer there are 8*7*3=168 possibilites. For case two Ben cannot be an officer at all and so he is removed from the list of ten people. Now of the remaining 9 people there are 9*8*7=504 possibilites for the three officer positions. Since case 1 is disjoint from case 2 we can add these together to find that there are 672 ways to elect the three officers in this situation. Is that correct?

Thanks for the help

:smile:
 
  • #4
e(ho0n3 said:
What's wrong with using the formula C(n,r)? The other method you're proposing will also end up using C(n,r).

Nothing is wrong with it at all, I just wanted to see if there is a way to count the subsets without using that formula at all. I realize it is more or less the same thing but I think I will see how the formula is doing the counting if I can see it worked out without using the formula. The purpose for that is so that when some really strange, mixed up question comes up I will hopefully see how to apply this formula where as if I just spend all day answering questions using this formula I don't think I will be able gain that kind of intuition.

Thanks...
 
  • #5
There are n ways to choose the first element of the group, n-1 ways to choose the second and so on. So there are n.(n-1).(n-2)...(n-r+1) ways to choose r elements from a set of n elements.
Since the sets {1,2,3,4}, {3,2,1,4}, ... are all the same, you must divide the total number of arrangements by the number of permutations of r elements.
But this is only the way to arrive at the formula C(n,r), so I don't know if it helps.
 

1. How do I calculate the number of combinations?

To calculate the number of combinations, use the formula nCr = n! / r!(n-r)!, where n is the total number of items and r is the number of items being chosen.

2. What is the difference between combinations and permutations?

Combinations are selections of items where the order does not matter, while permutations are selections where the order does matter. Combinations are used when order does not matter, whereas permutations are used when order does matter.

3. How do I find all possible combinations of a set?

To find all possible combinations of a set, you can use a combination generator or list out all the possible combinations by hand. For example, if you have a set of 3 items, there will be 8 possible combinations.

4. What is a subset?

A subset is a selection of items from a larger set. It can contain any number of items, including none or all of the items in the original set.

5. How do I determine the number of subsets in a set?

To determine the number of subsets in a set, use the formula 2^n, where n is the number of items in the set. This includes the empty set and the set itself, so if a set has 3 items, there will be 8 total subsets.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
497
  • Calculus and Beyond Homework Help
Replies
1
Views
503
Replies
2
Views
326
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
11
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
21
Views
2K
Changing the Statement Combinatorial proofs & Contraposition
  • Math Proof Training and Practice
Replies
5
Views
810
  • Set Theory, Logic, Probability, Statistics
Replies
33
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
Back
Top