MATH 302 Lecture 21

From Notes
Jump to navigation Jump to search

« previous | Monday, November 14, 2011 | next »


Combinatorial Proofs

Show that

Let's try to count something: a binary string of length with ones

Assume that the position of the last 1 is at position , where . The previous ones will be in the previous j positions, so .

Example 2

The left-hand side represents

  1. choosing a subset of size out of a set containing elements
  2. choosing a special element from that subset

The right-hand side represents

  1. choosing an element from a set of size to be in a subset
  2. choosing the remaining subset members from the remaining elements


More Combinatorics

r-Permutations

ways to arrange elements from a set of size

  • no repetition
  • order matters.

r-Combinations

ways to choose elements from a set of size

  • no repetition
  • order does not matter

r-Permutations with Repetition

ways to arrange elements from a set of size

  • repeated choices allowed
  • order matters

r-Combinations with Repetition

ways to choose elements from a set of size

  • repeated choices allowed
  • order does not matter

Multinomial Coefficients

ways to rearrange letters of "MISSISSIPPI"

  • 11! possible ways
  • 4 indistinguishable I's that can be arranged 4! ways
  • 4 S's
  • 2 P's
  • 1 M

Examples

  1. Number of ways to select 6 bagels from 8 different types of bagels (r-Comb w/ rep: )
  2. Number of ways to select a dozen bagels with at least one of each kind (r-Comb w/ rep for rem. bagels after 8 have been picked: )