Combinatorics
HomeTable of Contents
Basic Counting Principles
The Product Rule
- rule. A procedure comprises tasks tasks in sequence. If each task can be done in ways, regardless of how the previous tasks are done, then there are ways to carry out the procedure.
- example. has shirts, ties, and trousers. How many ways can get dressed if picks one shirt, one tie, and one trouser?
- has four choices for shirts: then, for each choice, has two choices for ties: then, for each shirt and tie pick, has choices for trousers: Thus, has ways to get dressed.
- example. and have rented out a floor in a building for an office. The floor has offices. How many ways are there to assign different offices for and
- Let's say gets to pick first. can pick from offices. That leaves offices for to pick. Thus, there are: ways to assign offices to and
The Sum Rule
- rule. A task can be done in one of ways, one of ways, or in one of ways, where none of the set of ways of doing the task is the same as any of the set of ways, for all pairs and with Then the number of ways to do the task is
- example. A senate committee must fill a vacant seat. The committee would like either a senator with a JD or a senator with an economics PhD. How many different choices are there if there are senators with an economics PhD and senators with a JD, and no one has both an economics PhD and a JD?
- There are ways to choose a senator with an economics PhD.
- There are ways to choose a senator with a JD.
- Choosing a senator with an economics PhD is never the same as choosing a senator with a JD, because no senator has both an economics PhD and a JD.
- By the sum rule, it follows that there are: ways to fill the seat.
The Subtraction Rule
- rule. If a task can be done in either ways or ways, then the number of ways to do the task is minus the number of ways to do the task that are common to the two different ways.
- The subtraction rule is also called the principle of inclusion-exclusion.
- example. An accounting firm receives applications from university graduates. applicants majored in accounting, majored in business, and majored in both accounting and business. How many applicants majored neither in accounting nor in business?
- Let be the set of students who majored in accounting.
- Let be the set of students who majored in business.
- Then is the set of students who majored in accounting or business (or both), and is the set of students who majored in both accounting and business.
- By the subtraction rule, the students who majored in either accounting or business (or both) is:
- Since there were total applicants, the number of applicants who majored in neither accounting or business is:
The Division Rule
- rule. Suppose a task can be done using a procedure that can be carried out ways. For every way exactly of the ways correspond to the way Then there are ways to do
The Pigeonhole Principle
- the pigeonhole principle. Let be a positive integer. Suppose or more objects must be placed into boxes. Then there is at least one box containing two or more objects.
- corollary. A function from a set with or more elements to a set with elements is not one-to-one.
- theorem. Let and be positive integers. If objects are placed into boxes, then there is at least one box containing at least objects.
- This is a generalized form of the Pigeonhole Principle.
Permutations
- Let be a positive integer and an integer with There are -permutations of a set with distinct elements.
- example. A password consists of seven distinct letters. How many ways can these letters be arranged?
- The password comprises slots, each occupied by a distinct letter. The first letter can go into one of places. The second letter can go into one of places. The third into and so on.
- There are: possible arrangements.
- corollary. If and are integers with then
Combinations
- Let be a nonnegative integer and an integer with Then the number of -combinations of a set with elements is:
- example. A crime is committed by perpetrators. A detective identifies suspects. How many ways are there to select the perpetrators from the suspects?
- There are possible ways.
- example. A group of soldiers have been trained as special forces operators. A team of operators must be sent on a mission. How many ways are there to select the operators from the (assuming all have the same job)?
- There are possible ways.