6.5 Generalized Permutations and Combinations Flashcards

1
Q

Thm 1:

The number of r-permutations of a set with n elements when repetition is allowed is given
in Theorem 1.

Proof?

A

The number of r-permutations of a set of n objects with repetition allowed is n^r.

Product rule.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Theorem 2:

r-combinations from a set with n elements
when repetition of elements is allowed.

proof:

A

There are C(n + r − 1, r) = C(n + r − 1, n − 1)
r-combinations from a set with n elements
when repetition of elements is allowed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Permutations with Indistinguishable Objects

Thm 3:

A

The number of different permutations of n objects, where there are n1 indistinguishable objects of type 1, n2 indistinguishable objects of type 2, … , and nk indistinguishable objects of
type k, is
= n! / n1! n2! ⋯ nk!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Distinguishable and indistinguishable

A

The objects can
be either distinguishable,labeled, that is, different from each other, or indistinguishable,unlabeled, that is, considered identical.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Closed Formula:

A

A closed formula is an expression that can be evaluated using a finite number of
operations and that includes numbers, variables, and values of functions, where the operations
and functions belong to a generally accepted set that can depend on the context. In this book, we
include the usual arithmetic operations, rational powers, exponential and logarithmic functions,
trigonometric functions, and the factorial function. We do not allow infinite series to be included
in closed formulae

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How many ways are there to distribute hands of 5 cards to each of four players from the standard
deck of 52 cards?

A

The solution to Example 8 equals the number of permutations of 52 objects, with
5 indistinguishable objects of each of four different types, and 32 objects of a fifth type. This
equality can be seen by defining a one-to-one correspondence between permutations of this
type and distributions of cards to the players. To define this correspondence, first order the
cards from 1 to 52. Then cards dealt to the first player correspond to the cards in the positions
assigned to objects of the first type in the permutation. Similarly, cards dealt to the second,
third, and fourth players, respectively, correspond to cards in the positions assigned to objects
of the second, third, and fourth type, respectively. The cards not dealt to any player correspond
to cards in the positions assigned to objects of the fifth type. The reader should verify that this
is a one-to-one correspondence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Theroem 4:

Distribute distinguishable objects in distinguishable boxes:

Solve Example 8 using this:

A

The number of ways to distribute n distinguishable objects into k distinguishable boxes so
that ni objects are placed into box i, i = 1, 2, … , k, equals
n! / n1! n2! ⋯ nk!

Example 8 is a typical problem that involves distributing distinguishable objects into distinguishable boxes. The distinguishable objects are the 52 cards, and the five distinguishable
boxes are the hands of the four players and the rest of the deck.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

INDISTINGUISHABLE OBJECTS AND DISTINGUISHABLE BOXES

A

Counting the number of ways of placing n indistinguishable objects into k distinguishable boxes turns out to be
the same as counting the number of n-combinations for a set with k elements when repetitions
are allowed. The reason behind this is that there is a one-to-one correspondence between n combinations from a set with k elements when repetition is allowed and the ways to place n
indistinguishable balls into k distinguishable boxes. To set up this correspondence, we put a
ball in the ith bin each time the ith element of the set is included in the n-combination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The indistinguishable office example key:

A

Another way to look at this problem is to look at the number of offices into which we put employees.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Stirling numbers of the second kind

A

Let S(n, j) denote the number of ways to distribute n distinguishable objects into j indistinguishable boxes so that no box is empty. The numbers S(n, j) are called Stirling numbers of the second kind.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

DISTINGUISHABLE OBJECTS AND INDISTINGUISHABLE BOXES

A

There is no simple closed formula for the number of ways to distribute n distinguishable objects into j indistinguishable boxes. However, there is a formula involving a summation.
We see that the number of ways to distribute n distinguishable objects into k
indistinguishable boxes (where the number of boxes that are nonempty equals k, k − 1, … , 2,
or 1) equals
k
∑j=1 S(n, j).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

After reading 8.6 formula.

A

complex, comback

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Stirling numbers of the first kind

A

ex 47

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

INDISTINGUISHABLE OBJECTS AND INDISTINGUISHABLE BOXES

just what its like, no solution

A

Observe that distributing n indistinguishable objects into k indistinguishable boxes is the
same as writing n as the sum of at most k positive integers in nonincreasing order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Partition:

A

If a1 + a2 + ⋯ + aj = n, where a1, a2, … , aj are positive integers with a1 ≥ a2 ≥ ⋯ ≥ aj
, we say that
a1, a2, … , aj is a partition of the positive integer n into j positive integers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Solution to INDISTINGUISHABLE OBJECTS AND INDISTINGUISHABLE BOXES using paritions:

A

We see that if pk(n)
is the number of partitions of n into at most k positive integers, then there are pk(n) ways to
distribute n indistinguishable objects into k indistinguishable boxes.