• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/49

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

49 Cards in this Set

  • Front
  • Back

A ________ of a set of objects is an ordering of the objects in a row.

permutation




For example: the set of elements a, b, and c has six permutations:




abc, acb, cba, bac, bca, cab

A permutation of a set of objects is an _______ of the objects in a row.

ordering of the objects




For example: the set of elements a, b, and c has six permutations:




abc, acb, cba, bac, bca, cab

For any integer n with n ≥ 1, the number of permutations of a set with nelements is ____

n!

For any integer n with n ≥ 1, the number of ________ of a set with n elements is n!

permutations (ordering of the values)

Permutations of objects around a circle:




At a meeting of diplomats, the six participants are to be seated around a circular table. It doesn't matter who sits in which chair, but it does matter how the diplomats are seated relative to each other. How many different ways can the diplomats be seated?

Start by sitting one of the diplomats at any seat.




The other diplomats can be arranged in seats around that diplomat in all possible orders. So there are:




(6 - 1)! = 5! = 120 ways to seat the group.

Given the set {a, b, c}, there are six ways to select two letters from the set and write them in order:




ab ac ba bc ca cb




Each such ordering of two elements of {a, b, c} is called a _______________ of {a, b, c}

called a 2-permutation of {a, b, c}

A _____________ of a set of n elements is an ordered selection of r elements taken from the set of n elements.

r-permutation



The number of r-permutations of a set of n elements is denoted P(n, r)

0! = ?




1! = ?

0! = 1




1! = 1

Formula for evaluating r-permutations:




P(n, r) = ?


P(n, 2) = ?



P(n, 1) = ?



The number of subsets of size r (r-combinations)that can be chosen from a set of n elements.




It is indicated by the symbol:

which is read 

"n choose r"

which is read




"n choose r"

The number of _____ of size r 
(r-combinations) 

that can be chosen from a set of n elements. 

The number of _____ of size r


(r-combinations)




that can be chosen from a set of n elements.

the number of subsets of size r that can be chosen from a set of n elements

n represents...

n represents...

n is the original set




"n choose r"




The number of subsets of size r that can be chosen from a set of n elements

r represents...

r represents...

r is the size of the subsets




"n choose r"




The number of subsets of size r that can be chosen from a set of n elements

The number of subsets of size r that can be chosen from a set S equals the number of subsetsof size r that S has. Each individual subset of size r is called an _-_____________ of the set.

Each individual subset of size r is called an




r-combination of the set

When the order doesn't matter, it is a _________.




When the order does matter it is a Permutation.

No particular order:




Combination

When the order doesn't matter, it is a Combination.




When the order does matter it is a __________.

Order does matter




Permutation

Suppose five members of a group of twelve are to be chosen to work as a teamon a special project. How many distinct five-person teams can be selected?




This is an example of a ___________. (combination or permutation)?

Combination, the order does not matter.

Let S = {Ann, Bob, Cyd, Dan}. 

Each committee consisting of three of the four people in
S is a 3-combination of S. 

Let S = {Ann, Bob, Cyd, Dan}.




Each committee consisting of three of the four people inS is a 3-combination of S.



There are two distinct methods that can be used to select r objects from a set of n elements.




In an ordered selection, it is not only what elements are chosen but also theorder in which they are chosen that matters.




For this we use: (combination, permutation)?

r-permutation




r is the size of the selection of n elements.

There are two distinct methods that can be used to select r objects from a set of n elements.




In an unordered selection, on the other hand, it is only the identity of the chosen elements that matters.




For this we use: (combination, permutation)?

r-combination




r is the size of the selection of n elements.

There are two distinct methods that can be used to select r objects from a set of n elements.




In an __________ selection, it is not only what elements are chosen but also the order in which they are chosen that matters.

ordered selection (permutations)

There are two distinct methods that can be used to select r objects from a set of n elements.




In an ____________ selection, on the other hand, it is only the identity of the chosen elements that matters.

unordered selection (combinations)

An unordered selection of two elements from {0, 1, 2, 3} is the same as a 2-combination, or subset of size 2, taken from the set.




These are:

 6 total subsets

6 total subsets

The number of subsets of size r (or r-combinations) that can be chosen from a setof n elements, is given by the formula:

 (Add an r! to the bottom from the permutations equation)

(Add an r! to the bottom from the permutations equation)



The number of distinct five-person teams (the number of subsets of
size 5, [5combinations], that can be chosen from the set of twelve.) This equals:

The number of distinct five-person teams (the number of subsets ofsize 5, [5combinations], that can be chosen from the set of twelve.) This equals:



Suppose two members of a group of twelve insist on working as a pair—any team mustcontain either both or neither.




How many five-person teams can be formed?


(Show using comb/perm, no need to calculate)



Suppose two members of the group don’t get along and refuse to work together on a team.




How many five-person teams can be formed?


(Show using comb/perm, no need to calculate)



The phrase at least n means “_________.”

The phrase at least n means “n or more.




For instance, if a set consists of three elements and you are to "choose at least two",




you will choose two or three.

The phrase at most n means “__________.”

The phrase at most n means “n or fewer.




For instance, if a set consists of three elements and you are to "choose at most two",




you will choose none, one, or two

How to solve:




Suppose the group of twelve consists of five men and seven women.




How many five-person teams can be chosen that consist of three men and two women?

Step 1: Choose the men
Step 2: Choose the women
Step 3: Multiply those results together

Step 1: Choose the men


Step 2: Choose the women


Step 3: Multiply those results together

“How do I know what to multiply and what to add? When do I use the multiplication rule and when do I use the addition rule?” Unfortunately, these questions have no easy answers.




Starting advice:

Imagine, as vividly as possible, the objects you are to count. You might even start to make an actual list of the items you are trying to count to get a sense for how to obtain them in a systematic way. You should then construct a model that would allow you to continue counting the objects one by one if you had enough time.

“How do I know what to multiply and what to add? When do I use the multiplication rule and when do I use the addition rule?”




If you can imagine the elements to be counted as being obtained through a multistep process (in which each step is performed in a fixed number of ways regardless of how preceding steps were performed), then you can use the _________ rule.

multiplication rule




The total number of elements will be the product of the number ofways to perform each step.

“How do I know what to multiply and what to add? When do I use the multiplication rule and when do I use the addition rule?”




If you can imagine the set of elements to be counted as being broken up into disjoint subsets, then you can use the _______ rule.

addition rule




The total number of elements in the set will be the sum of the number of elements in each subset.

Suppose a collection consists of n objects of which:


n1 are of type 1 and are indistinguishable from each other


n2 are of type 2 and are indistinguishable from each other . . .


nk are of type k and are indistinguishable from each other,




The number of permutations of n is:

One of the most common mistakes students make in counting is...

...to count certain possibilities more than once.



The number of ways a set of size n can be partitioned into r subsets




can be written:

The numbers Sn,r are called Stirling numbers of the second kind

The numbers Sn,r are called Stirling numbers of the second kind



Where: 
Sn,1 = 1 and 
Sn,n = 1

(initial conditions)

Where:


Sn,1 = 1 and


Sn,n = 1




(initial conditions)

The number of r-combinations with repetition allowed that can be selected from a set of n elements:



How many solutions are there to the equation x1+ x2+ x3+ x4= 10 ?




Think of the number 10 as divided into ten individual units and the variables x1, x2, x3, and x4 as four categories into which these units are placed.



There are as many solutions to the equation as there are strings of ten crosses and three vertical bars





There are as many solutions to the equation as there are strings of ten crosses and three vertical bars





How many integer solutions are there to the equation x1+ x2+ x3+ x4= 10




if eachxi≥1?




Hint: In this case imagine starting by putting one cross in each of the four categories.

Then distribute the remaining six crosses among the categories. Such a distribution can be represented by a string of three vertical bars and six crosses. 

Then distribute the remaining six crosses among the categories. Such a distribution can be represented by a string of three vertical bars and six crosses.





Which formula to use?




Ask both questions!!




1. __________________




2. __________________

Two important questions of counting!





1. does order matter?




2. Is repetition allowed?

Which formula to use?




1. Order DOES matter.




2. repetition IS allowed.

1. Order DOES matter

2. repetition IS allowed

1. Order DOES matter




2. repetition IS allowed





Which formula to use?




1. Order does NOT matter.




2. repetition IS allowed.

1. Order does NOT matter

2. repetition IS allowed

1. Order does NOT matter




2. repetition IS allowed

Which formula to use?




1. Order DOES matter.




2. repetition is NOT allowed.

1. Order DOES matter. 

2. repetition is NOT allowed. 

1. Order DOES matter.




2. repetition is NOT allowed.

Which formula to use?




1. Order does NOT matter.




2. repetition is NOT allowed.

1. Order does NOT matter. 

2. repetition is NOT allowed. 

1. Order does NOT matter.




2. repetition is NOT allowed.