User Tools

Site Tools


lecture_twenty_three_notes

CSCI 2824: Lecture 23

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.

Basic Rules for Counting

Rule of products: If and then .

Example-1

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?

Example-2

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

Rule of sums: If and are disjoint then .

Example-1

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).

  1. example of legal digits are: 13, 1, 3, 137, 7135, ….

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.

  1. One digit numbers: 4 possible choices.
  2. Two digit numbers: possible choices.
  3. Thee digit numbers: possible choices.
  4. Four digit numbers: possible choices (remember ).

Adding them up we have possible numbers.

Rule of Complements

Recall that for a universal set where .

Rule of complements Let us say that instead of counting , we can count . Then .

Example #1

How many odd numbers are there between and (include both limits in your count).

First let us just count the even numbers . Why?

  1. 46 → 1 even number
  2. 48 → 2 even numbers
  3. 50 → 3 even numbers
  4. n → even numbers.
  5. 100 → = 28 even numbers.

There are a total of numbers between and .

Therefore, odd number count is .

Example #2

Let us say we toss a coin ten times. Each time we toss, we get a head or a tail.

  1. How many possible outcomes are there for the ten tosses?
  2. How many outcomes are there where we see two heads in succession or two tails in succession?

Permutations

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 :

  1. No element can be chosen twice.
  2. The order in which we choose the elements matter.

Eg., What are all the permutations of elements chosen from the set . Answer:

  1. 1,2
  2. 2,1
  3. 1,3
  4. 3,1
  5. 2,3
  6. 3,2

This gives rise to 6 permutations.

The number of permutations of elements chosen from a set of elements is denoted .

What is the number ?

  1. choices for the first element in the permutation.
  2. choices for the second.
  3. for the third.
  4. choices for the element.

That gives us by product rule choices overall. We can write the number above as .

Example #1

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 .

Example #2

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. :-)

Example#3

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 .

  1. Choose a permutation of all the elements of .
  2. Once the permutation is chosen, link to the first element in the permutation, to second,…, to the .

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:

  1. We take each permutation of , each permutation of and link the corresponding elements of the permutations.

Thus, he reasons that there should be one-to-one correspondences.

What is the flaw in his argument?

Combinations

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

  1. we choose elements (by definition, no element can be chosen twice).
  2. the order in which we choose things do not matter.

We say that the number of such choices is (say it as choose ).

Let us try some examples.

Example #1

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

  1. 1,2 and 2,1
  2. 1,3 and 3,1
  3. 1,5 and 5,1
  4. 2,3 and 3,2
  5. 2,5 and 5,2
  6. 3,5 and 5,3

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.

lecture_twenty_three_notes.txt · Last modified: 2013/04/25 11:05 by srirams

Page Tools