We will continue discussing permutations and combinations. We will derive the formulae for counting permutations and combinations. Next, we will start discussing the binomial theorem.
Rule of products: If and then .
We have 3 tee shirts with colors { red, green, blue } and 2 caps with labels {A,B}. How many possible ways are there of choosing a tee shirt and a cap?
Let us say that in a tournament teams A, B and C play matches against each other in a round robin. How many matches are played?
How many possible outcomes are there for the tournament?
Answer To count matches is easy, we know that there are three matches to be played M1: A vs. B, M2: A vs. C and M3: B vs. C.
Each match has two outcomes. Winner1 = {A,B}, Winner2 = {A,C}, Winner3 = {B,C}. Therefore, applying the product rule are 2 * 2 * 2 = 8 outcomes overall.
Rule of sums: If and are disjoint then .
We are allowed to make up a positive integer from the digits {1,3,5,7}. Each digit is to be used at most once (we may decide to skip a digit).
Solution We split the problem into 4 disjoint counts: count all one digit numbers, two digit numbers, three digit and four digit numbers that can be formed. Together, using the rule of sums, we can simply add these counts and get the required overall count.
Adding them up we have possible numbers.
Recall that for a universal set where .
Rule of complements Let us say that instead of counting , we can count . Then .
How many odd numbers are there between and (include both limits in your count).
First let us just count the even numbers . Why?
There are a total of numbers between and .
Therefore, odd number count is .
Let us say we toss a coin ten times. Each time we toss, we get a head or a tail.
We looked at permutations last class. Let us spell things out a little more.
Take a set with elements. A permutation of elements is a sequence of elements of distinct elements chosen from :
Eg., What are all the permutations of elements chosen from the set . Answer:
This gives rise to 6 permutations.
The number of permutations of elements chosen from a set of elements is denoted .
What is the number ?
That gives us by product rule choices overall. We can write the number above as .
How many 4 digit numbers can we form from the digits {1,2,3,7,9}, where we need to use each digit precisely once?
In other words we are looking for a permutation of 4 elements from a set with 5 elements. The answer is which is .
How many four digit numbers can be formed wherein (a) the digits in {1,2,3,7,9} are never used or (b) if some digit is used it is used multiple times.
Wierd problem? But can you find a connection between what is asked in Example#1 and Example#2?
Often looking at the complement of a set that we need to count can be easier.
Let be two sets where . How many one-to-one correspondences can exist between and ?
Answer: Let us write to be . Let be the set .
Each one-to-one correspondence can be formed in this manner.
Therefore # of one-to-one correspondences = # of permutations of n elements in = .
Therefore there are functions.
Question: Let us say professor X says that this is the wrong way to do this. He objects that we did not permute . So in his technique:
Thus, he reasons that there should be one-to-one correspondences.
What is the flaw in his argument?
We will now talk about combinations. Note that in permutations the order in which we choose things matter. When doing combinations the order does not matter.
A choice of elements out of a set with elements is one where
We say that the number of such choices is (say it as choose ).
Let us try some examples.
Take the set A ={1,2,3,5}. How many ways are there of choosing a subset with 2 elements?
Obviously, in a subset, we do not care if we choose {1,2} or {2,1} they are the same subset.
Let us first write down the permutations of 2 elements
Now notice that the number of choices in our problem is exactly half the number of permutations.
Since {1,2} is the same as {2,1} {1,3} is the same as {3,1} and so on.
So the answer should be 6.