Purpose of Section To introduce some basic tools of counting, such as the multiplication principle, permutations and combinations.

Size: px
Start display at page:

Download "Purpose of Section To introduce some basic tools of counting, such as the multiplication principle, permutations and combinations."

Transcription

1 1 Section 2.3 Purpose of Section To introduce some basic tools of counting, such as the multiplication principle, permutations and combinations. Introduction If someone asks you a question that starts off how many ways, you can be rest assured it s a problem in combinatorics. Someone once said that every mathematician is part combinatorist since combinatorial ideas and arguments are important in every area of mathematics, pure and applied. Today, the interest in combinatorial analysis is fueled by important problems in science, including chemistry, biology, physics and computer science. Problems in chemistry arise in studying the arrangement of atoms in molecules and crystals, in physics in the study of statistical and quantum mechanics, in biology in studying gene structure, and in computer science in a myriad of problems such as computer networks and microcircuit design. The general public too is familiar with combinatorics through games and puzzles, asking questions like how many games are played in the annual NCAA men s or women s basketball tournament? Sometimes it is easy to construct one way to do something, but hard to find the total number of ways to do the thing. For example, it is relatively easy to cover the 64 squares of an ordinary 8 8 checkerboard with dominoes (each domino covering 2 squares), but hard to determine the number of ways to do it. The total number of different coverings was discovered in 1961 by M.E. Fischer to be , 988,816 =. Although it is hard to formally define such a multifaceted subject, combinatorics is simply the discipline of counting. Counting is so commonplace, we generally don t give it a second thought, yet as the reader will see, the techniques of counting are as ingenious as any in mathematics and just as difficult. More than one good mathematician has been embarrassed by a seemingly simply combinatorics problem. Multiplication Principle One of the most basic principles of counting, if not the most basic, is the multiplication principle. Although the principle is simple, it has far reaching consequences. For example, how many dots are there in the array of dots in Figure 1?

2 2 Count the Dots Figure 1 We suspect you counted the 10 dots in the first row and then multiplied by 3. If this is true, then you used the multiplication principle. As a small step up in complexity chain, try counting the number of paths from A to C in Figure 2. No doubt this problem didn t stump you either, getting 4 5 = 20. Again you used the multiplication principle. How Many Paths from A to C? Figure 2 This leads us to the formal statement of the multiplication principle. Multiplication Rule for Counting: If a procedure can be broken into successive stages, and if there are s 1 outcomes for the first stage, s 2 outcomes for the second stage,, and s n for the n th stage, then the entire procedure has s 1 s 2..., s n outcomes.. Example 1 (Counting Subsets containing n elements has 2 n Subsets) Show that that a set A = { a a a } subsets.,,..., n Proof: A subset of A can be formed in n successive steps. On the first step one can pick or not pick a 1, on the second step one can pick or not pick a 2, and so on. One each step there are two options, to pick or not pick. Hence, the number of subsets that can be selected is = 2 n 1 2

3 3 Example 2: (Counting Functions 1 ) How many functions are there from the set A a, b, c B = 0,1? Enumerate them. = { } to the set of binary numbers { } Solution For each of the 3 values in A the function can take on 2 values. 3 Hence, by the multiplication rule the number of functions is = 2 = 8. We leave it to the reader to draw the eight functions (See Problem 21.) In general the number of functions from a set with cardinality n to a set with cardinality n m is m. Although the multiplication principle is very simple, it has far reaching results. One is the study of permutations. Permutations tions A permutation is simply an arrangement of objects. For example the permutations of the three letters abc are the six arrangements abc, acb, bac, bca, cab, cba The number of permutations increases dramatically as the size of the set increases. The number of permutations of the first 10 letters of the alphabet abcdefghij is 3,628,800. We certainly didn t arrive at that number by listing each arrangement. We used the multiplication principle. Suppose four individuals a, b, c, d are in a foot race and we wish to determine the possible ways the runners can finish first and second. Each of the four runners can finish first, and for each winner, there are 3 second-place finishers. Hence by the multiplication principle there are 4 3 = 12 possible ways the runners can finish first and second, which are. ab ba ca da ac bc cb db ad bd cd dc This leads to the definition of permutations of different sizes. Definition: A permutation of any r elements taken from a set of n elements is an arrangement of the r elements. We denote the number of such P n, r. permutations by 1 We will talk more about functions in Chapter 4.

4 4 Using the multiplication principle we can find the number of such permutations. Theorem 1 Number of Permutations The number of permutations of r elements taken from a set of size n is n! P ( n, r) = n n 1 n 2 n r 1! = + ( n r) Proof: Choosing r elements from a set of size n, we have the first element can be selected n ways. the second element can be selected n 1 ways (since now There are n 1 left). the third element can be selected n 2 ways (since now there are n 2 left). the r th element can be selected n r + 1 ways Hence, by the principle of sequential counting (or the multiplication rule), we have (, ) = ( 1) ( 2) ( + 1) P n r n n n n r. Example 3 Permutations of a Set with 3 Elements Find the permutations of 1, 2 and 3 Solution r = elements selected from {,, } a b c. The underlying set { a, b, c } has n = 3 elements. The permutations of 1, 2 and 3 elements from { a, b, c } are listed in Table 1.

5 5 r = 1 r = 2 r = 3 a ab abc b ac acb c ba bac bc bca ca cab cb cba P n, r Permutations Table 1 We don t use set notation for writing permutations 2 since order is important. The permutation ab is not the same as ba. n Factorial When counting sets, one often encounters the product of consecutive integers from 1 to n. This product is called n factorial and denoted by n! = n n 1 n It is convenient to define 0! = 1. Also, note the number of permutations of n elements is P n, n = n n 1 n = n! Margin Note: Permutations: Order matters. Margin Note: To evaluate (, ) P n r start at n and multiply r factors. P 4, 2 = 4 3 = 12 P 7,3 = = 210 P 4,1 = 4 = 4 P 10,3 = = 720 P 4, 4 = = 24 2 Sometimes permutations are written with round parenthesis, such as ab is written as ( ab ).

6 6 Example 4 How many ways can one arrange the seven letters of the word SYSTEM? Solution The two S s are indistinguishable so we find the arrangements of the four letters Y,T,E,M taken from a set of size six and let the two S s occupy the remaining slots. Hence, we have 6! P ( 6, 4) = = = 360 2! Another way to think of this problem is to momentarily distinguish the two S ' s as S 1 and S 2. In this way there are 6! permutations of the six letters. However, there are 2! = 2 permutations of the S 1 and S 2 so we must divide the 6! permutations by 2! getting the same result. A second application of the multiplication principle is computing combinations. Combinations Combinations are essentially permutations where order doesn t matter. For example, the combinations (or subsets) of size 2 that can be selected from the 3 letters in the word cat are { ca},{ ct},{ at } Note that there are fewer combinations than the 6 permutations of the letters cat. Definition: A combination is a subset of elements of a set. Example 5 Find the combinations (i.e. subsets) of size r = 1, 2 and 3 taken from the set { a, b, c }. Solution It is a simple matter to enumerate the combinations which are listed a, b, c with the exception of the empty Table 2. Note that the 8 subsets of { } set are listed. If we wanted a subset of size 0 we would include the empty set.

7 7 r = 1 r = 2 r = 3, a, b, c { a } { a b } { } { b } { a, c } { c } { b, c } Nonempty Subsets of { a, b, c } Table 2 Note: Note that combinations are simply sets, so { a, b } is the same as the combination { b, a }. Note too how this contrasts with permutations where the permutation ab is not the same as ba. Theorem 2: Number of Combinations The number of combinations (or subsets) of size r which can be selected from a set of size n, denoted by n C ( n, r) or r Proof: C ( n, r), is n n! = =. r r! ( n r)! Recall that the number of ways to permute r elements taken from a set n! P n, r =. But these r elements can be arranged in r! n r! of size n is different ways, so if we only want to count one of these permutations to obtain the number of combinations, we divide P( n, r ) by r! getting (, ) C n r P n, r n! = =. r! r! n r! ( ) n The numbers C ( n, r) or are called binomial coefficients because they are r the coefficients in the binomial expansion

8 a + b = a + ab + b = a + 2ab + b a + b = a + a b + ab + b = a + 3a b + 3ab + b a + b = a + a b + a b + ab + b = a + 4a b + 6a b + 4ab + b n It helps in thinking about combinations to say as "n choose r " since it r denotes the number of ways one can choose r items from a set of n items. 4 For example = 6 is read as 4 choose 2 is 6 which means there are 6 2 ways to choose 2 things from 4 things. Margin Note: Combinations: Order does not matter Example 6 How many ways can 10 players choose up sides to play fiveon-five in a game of basketball? Solution As in many combinatorial problems, there is more than one way to carry out the counting. Perhaps the simplest is to determine the number of ways one fixed player can select his or her four teammates from the 9 other players. In other words, the number of subsets of size four taken from a set of size 9, or nine choose four, which 9 9! = = = 126 ways. 4 4!5! Another approach is to find number of subsets of size 5 taken from a set of size 10 and divide that number by 2, getting ! = = = !5!

9 9 Poker Hands In poker, five cards are dealt from a deck of 52 cards. The types of poker hands (and examples) are 1 Royal Flush: A, K, Q, J, 10 of same suit (10, S, J, Q(, K(, A() 2 Straight Flush: Five cards of same suit in sequence (4(, 5(, 6(, 7(, 8() 3 4 of a Kind: Four cards of the same rank (7(, 7(, 7(, 7() 4 Full House: Three of a kind plus a pair (7, 7, 7, K, K ) 5 Flush: Five cards of the same suit (3, 7, 10, Q, A ) 6 Straight: Five cards in sequence (5, 6, 7, 8, 9 ) 7 3 of a Kind: Three cards of the same rank (J, J, J ) 8 2 Pairs: Two pairs of different rank (5, 5, 9, 9 ) 9 1 Pair: Two cards of the same rank (A, A ) Find a) the total number of poker hands, b) the number of 4-or-a-kinds, c) the number of full houses, d) the number of 3-of-a-kind hands. Solution: a) Total Hands: Each hand represents a subset of size 5 from a set of size 52. Hence the total number of hands a player can receive is 52 choose 5 or 52 52! = = = 2,598,960 total hands 5 5!47! b) 4-of-a-kind: There are = 13 ways to select the quads and 1 for the remaining card. Using the multiplication principle, we get 48 = 48 1 choices = = 6244 four of a kind hands 1 1

10 c) Full House: There are = 13 choices for the rank of the triple, and = choices for the rank of the pair. There are also = 4 ways to choose the triple from a 3 4 card of a given rank, and = 6 ways to choose the pair from four cards of the other 2 rank. Hence, the multiplication principle gives us = = 3,744 full house hands d) Three of a Kind: There are 13 = 13 choices for the rank of the triple, and 1 12 = 66 choices for the rank of the remaining 2 cards. There are also = 4 choices for the triple of the given rank, and = 4 for each of the 3 1 remaining two cards. Using the multiplication principle, we have = 54,912 3-of-a-kind hands Naming Results in Mathematics: It is a sorry state of affairs that in mathematics, the most precise of all disciplines, is so lax about giving credit to those who made major discoveries. Pascal s triangle was well known by many mathematicians centuries before Pascal described it in a paper, so why is it called Pascal s triangle? It probably goes back to another person giving credit to Mr. Pascal, and others picking up on that. After a while it becomes Pascal s triangle. Mathematics is rife with all sorts of equations and theorems attributed to one person that were actually discovered by another. Example 7 (Going to the Movies) Three boys and two girls are going to a movie. How many ways can they sit next to each other under the following conditions? Solution a) Neither boy sits next to each other. b) The two girls sit next to each other.

11 11 a) The only way they can sit is boy-girl-boy-girl-boy. But the boys can be permuted 3! = 6 ways and the girls 2! = 2 ways, so the total number of arrangements is 3!2! = 12. b) First think of the two girls are a single girl so you have 4 persons, 3 boys and 1 girl. Hence there are 4! = 24 ways to permute the two girls among the 3 boys. But, for each of these arrangements, we can permute the two girls 2! = 2 ways, and so the total number of arrangements is 4!2! = 48. Example 8 (Finding Paths) How many paths are there from Start to End in the road system in Figure 5, always moving to the right and down? Solution Counting Paths Figure 5 Solution Since all paths pass through the one-point gap, the problem is subdivided into two parts; finding the paths from Start to the gap, then finding the paths from the gap to End, then multiplying the results together. From Start to the gap, note that we travel a total of eight blocks, four blocks to the right and four blocks down. Labeling each block as R or D, depending whether the move to the right or down, all paths can be written x, x, x, x, x, x, x, x, where four of the x ' s are R and four are D. The total { } number of paths is the number of ways you can select 4 D ' s (or R s) from a

12 12 set of size 8, which is 8 choose 4 or paths from the gap to End is Combinatorial Card C Trick 3 7 = = 70. Similarly, the number of 4 Hence, the total number is 8 7 = = 2, 450 paths Here is a little trick you and a friend can perform before an audience. It is very clever and involves two principles of combinatorics, the pigeonhole principle 4 and a set of three elements has 6 permutations. You can be the magician and a friend the assistant. Beginning with a deck of 52 playing cards a volunteer from the audience selects at random five cards from the deck and gives them to the assistant. The assistant looks at the cards, places one card face down on a table, and the other four face up. The magician then makes a grand entrance, looks at the four upright cards, and announces the 5 th card to the audience. How did the magician do it? To show how the trick is done, someone in the audience has selected the cards shown in Figure 6 and gives them to the magician s assistant. Selected Cards Figure 6 3 This trick has been attributed to mathematician William Fitch Cheney. For more variations on this trick, google Cheney s Five Card Trick. 4 The pigeonhole principle is a rather obvious principle from combinatorics which states if m objects are attempted to be placed in n boxes and if m > n, then at least one box contains more than one object. The principle is sometimes stated that if m pigeons try to nest in n pigeonholes and if m > n, then at least one pigeonhole will contain more than one pigeon.

13 13 For convenience in mental calculations, we the 13 rank values of the cards in a clockwise pattern shown in Figure 7. Counting clockwise no two cards are more than 6 places apart Figure 7 Since there are four suits in the deck and since five cards are selected, the Pigeonhole Principle requires at least one suit will appear more than once. The assistant focuses on this suit (hearts in our example) and then computes the smaller clockwise distance between the 7 and 9, which is 2 (the minimum distance of is always 1,2,3,4,5 or 6). The assistant then places the mystery card, which is the larger 9 face down on a table, and the remaining four cards upright in the order (order is important) The first card of 7 tells the magician the secret card is a heart. The remaining 3 cards are placed in order which codes one of the numbers 1,2,3,4,5, or 6 and tells the magician how many places past the 7 one must go to reach the mystery card of 9. To accomplish this the magician and assistant agree upon a predetermined ordering of the 52 cards, such as spades first, clubs second, diamonds third, and hearts last and within each suite according to ace low, king high, like A < 2 < 3 < < J < Q < K

14 14 Hence, the smallest card in the deck is the ace of spades and the largest is the king of hearts. Using this ordering one can code one of the numbers 1,2,3,4,5, S, M, L where or 6 according to one of six permutations of { } A typical code might be S = M = L = smallest rank of the 3 cards middle rank of the 3 cards largest rank of the 3 cards SML = 1 SLM = 2 MSL = 3 MLS = 4 LSM = 5 LMS = 6 In our example the assistant wants to code the number 2 so the 3 cards are displayed in order SLM = After viewing these cards (and doing some quick mental calculations), the magician decodes the cards and then announces to the surprised audience, the last card to be 9. In case the audience is suspicious that the assistant is sending hidden verbal or visual signals to the magician, another version of the trick might be to have the someone from the audience select five cards from the deck and then give them to the assistant, where after looking at them, the assistant places one of them face down on a table. The assistant then places the other four face up on the table. The magician then makes a grand entrance, looks at the cards for a moment, and then announces the mystery card, then turns it over to a surprised audience. Another variation would be for the assistant to give an audience member the four cards and the audience member say the card to the magician and have the magician read the mind of the audience member to get the last card.

15 15 Problems 1. Compute the following. a) P (5,3) b) P (4,1) c) P (30,2) d) C (4,1) e) C (10,8) 7 f) 2 9 g) 2 a + b h) 6 a + b i) 10 Permutations and Combinations 2. (Tree Representation of Permutations) Draw a tree diagram showing all permutations of size 2 from the letters abcd. How many permutations are there? 3. (Distinguishable Permutations) The number of distinguishable permuations of 5! the word TOOTS is. Since there are five letters in the word one writes 2!2! 5! in the numerator. However, we cannot distinguish the 2 Ts and the 2 Os in the word, hence we divide 2!2!. Find the number of distinguishable permutations in the following words. a) TO b) TWO c) TOO d) TOOT e) SNOOT f) DALLAS g) TENNESSEE h) MISSISSIPPI i) ILLINOIS 4. (Going to the Movies) Four girls and four boys are going to a movie. How many ways can they be seated if no two girls sit next to each other?

16 16 5. (Baseball Season) A baseball league consists of 9 teams. How many games will be played over the course of a year if each team plays every other team exactly 20 times? 6. (Hmmmmmmmm) How many 2-element sets are there in the set x N :1 n 100 such that the sum of the 2 elements is even? { } 7. (Picky People) How many ways can 8 people sit next to each other at a movie if a certain 2 of them refuse to sit next to each other? 8. (One Committee) How many ways can the Snail Darter Society, who has 25 members, elect an executive committee of 2 members? 9. (Two Committees) How many ways can the Snail Darter Society, who has 25 members, elect an executive committee of 2 members and an entertainment committee of 4 members if no member of the society can serve on both committees? 10. (Three Committees) How many ways can the Snail Darter Society, who has 25 members, elect an executive committee of 2 members, an entertainment committee of 3 members, and a welcoming committee of 2 members if no member of the society can serve on more than one committees? 11. (Serving on More than One Committee) How many ways can the Snail Darter Society, who has 25 members, elect an executive committee of 2 members, an entertainment committee of 3 members, and a welcoming committee of 2 members if members can serve on more than one committee? 12. (Counting Softball Teams) A college softball team is taking 25 players on a road trip. The traveling squad consists of 3 catchers, 6 pitchers, 8 infielders, and 6 outfielders. Assuming each player can only play her own position, how many different teams can the coach put on the field? 13. (Permutations as Groups) The 3! 6 illustrated by the 2 3 arrays = permutations of set { } 1,2,3 can be α = δ = β = ε = γ = η = 3 2 1

17 17 where the bottom row of each array shows how the top row is permuted. Carrying out one permutation followed by another defines a multiplication of the permutations. For instance ε = δβ means we do permutation β first then permutation δ second, which yields the permutation ε (check it yourself). Compute the following. a) αβ b) 2 α c) 3 α d) δεβ After you get the hang of multiplying permutations, make a 6 6 multiplication table of all products. This table describes what in group theory is called the symmetric group of order 3, denoted by S (Catalan Numbers) Catalan numbers represent the number of ways to dissect a polygon into triangles by means of non-intersecting diagonals. Figure xx shows the first 4 Catalan numbers as 1, 2, 5, 14. Can you find the 5 th Catalan number? First 4 Catalan Numbers Figure (Pigeon Hole Principle) Apply the pigeonhole to prove that at least two people in New York City have the same number of hairs on their head. Hint: You may want

18 18 to make a few assumptions regarding the population of NYC and the maximum number of hairs on the human head. 16. Subsets of a Set. Give another proof that the number of subsets of a set of size n is 2 n. Hint: Assign to each binary number of at most n digits in the following way. Assign a 1 if the corresponding element in the set is selected to be in the subset, otherwise a zero. 17. (Derangements) A derangement is a permutation in which none of the elements 1,2,3 are remain in their natural order. For example the only derangements of ( 3,1, 2 ) and ( 2,3,1 ). Hence we write!3 = 2. Nicolas Bernoulli proved that the number of derangements of a set of size n is n! n = n! k = 1 ( 1) How many derangements are there for the members ( 1, 2,3,4 )? Enumerate them. 19. (Counting Functions) How many functions are there from A { a, b, c} B = { 0,1,2}? Write them down and draw the graphs for a few of them. k! k = to 19. (One-to-One Functions) How many one-to-one functions are there from A a, b, c B = 0,1? = { } to the set of binary numbers { } 20. (Onto Functions) How many onto functions are there from A { a, b, c} set of binary numbers B = { 0,1}? = to the 21. (Counting Functions) Draw graphs of all the functions from A = { a, b, c} to { 0,1 }. Hint: Plot the values a, b, c as points on the x -axis and the numbers 0,1 on the y -axis.

Lecture 18 - Counting

Lecture 18 - Counting Lecture 18 - Counting 6.0 - April, 003 One of the most common mathematical problems in computer science is counting the number of elements in a set. This is often the core difficulty in determining a program

More information

Introductory Probability

Introductory Probability Introductory Probability Combinations Nicholas Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK Agenda Assigning Objects to Identical Positions Denitions Committee Card Hands Coin Toss Counts

More information

Elementary Combinatorics

Elementary Combinatorics 184 DISCRETE MATHEMATICAL STRUCTURES 7 Elementary Combinatorics 7.1 INTRODUCTION Combinatorics deals with counting and enumeration of specified objects, patterns or designs. Techniques of counting are

More information

Topics to be covered

Topics to be covered Basic Counting 1 Topics to be covered Sum rule, product rule, generalized product rule Permutations, combinations Binomial coefficients, combinatorial proof Inclusion-exclusion principle Pigeon Hole Principle

More information

Counting Things. Tom Davis March 17, 2006

Counting Things. Tom Davis   March 17, 2006 Counting Things Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles March 17, 2006 Abstract We present here various strategies for counting things. Usually, the things are patterns, or

More information

The Product Rule The Product Rule: A procedure can be broken down into a sequence of two tasks. There are n ways to do the first task and n

The Product Rule The Product Rule: A procedure can be broken down into a sequence of two tasks. There are n ways to do the first task and n Chapter 5 Chapter Summary 5.1 The Basics of Counting 5.2 The Pigeonhole Principle 5.3 Permutations and Combinations 5.5 Generalized Permutations and Combinations Section 5.1 The Product Rule The Product

More information

Reading 14 : Counting

Reading 14 : Counting CS/Math 240: Introduction to Discrete Mathematics Fall 2015 Instructors: Beck Hasti, Gautam Prakriya Reading 14 : Counting In this reading we discuss counting. Often, we are interested in the cardinality

More information

COUNTING AND PROBABILITY

COUNTING AND PROBABILITY CHAPTER 9 COUNTING AND PROBABILITY Copyright Cengage Learning. All rights reserved. SECTION 9.2 Possibility Trees and the Multiplication Rule Copyright Cengage Learning. All rights reserved. Possibility

More information

Counting Things Solutions

Counting Things Solutions Counting Things Solutions Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles March 7, 006 Abstract These are solutions to the Miscellaneous Problems in the Counting Things article at:

More information

6/24/14. The Poker Manipulation. The Counting Principle. MAFS.912.S-IC.1: Understand and evaluate random processes underlying statistical experiments

6/24/14. The Poker Manipulation. The Counting Principle. MAFS.912.S-IC.1: Understand and evaluate random processes underlying statistical experiments The Poker Manipulation Unit 5 Probability 6/24/14 Algebra 1 Ins1tute 1 6/24/14 Algebra 1 Ins1tute 2 MAFS. 7.SP.3: Investigate chance processes and develop, use, and evaluate probability models MAFS. 7.SP.3:

More information

CIS 2033 Lecture 6, Spring 2017

CIS 2033 Lecture 6, Spring 2017 CIS 2033 Lecture 6, Spring 2017 Instructor: David Dobor February 2, 2017 In this lecture, we introduce the basic principle of counting, use it to count subsets, permutations, combinations, and partitions,

More information

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions)

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions) CSE 31: Foundations of Computing II Quiz Section #: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions) Review: Main Theorems and Concepts Binomial Theorem: x, y R, n N: (x + y) n

More information

With Question/Answer Animations. Chapter 6

With Question/Answer Animations. Chapter 6 With Question/Answer Animations Chapter 6 Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients and Identities Generalized Permutations and

More information

Compound Probability. Set Theory. Basic Definitions

Compound Probability. Set Theory. Basic Definitions Compound Probability Set Theory A probability measure P is a function that maps subsets of the state space Ω to numbers in the interval [0, 1]. In order to study these functions, we need to know some basic

More information

Strings. A string is a list of symbols in a particular order.

Strings. A string is a list of symbols in a particular order. Ihor Stasyuk Strings A string is a list of symbols in a particular order. Strings A string is a list of symbols in a particular order. Examples: 1 3 0 4 1-12 is a string of integers. X Q R A X P T is a

More information

MAT 115: Finite Math for Computer Science Problem Set 5

MAT 115: Finite Math for Computer Science Problem Set 5 MAT 115: Finite Math for Computer Science Problem Set 5 Out: 04/10/2017 Due: 04/17/2017 Instructions: I leave plenty of space on each page for your computation. If you need more sheet, please attach your

More information

Simple Counting Problems

Simple Counting Problems Appendix F Counting Principles F1 Appendix F Counting Principles What You Should Learn 1 Count the number of ways an event can occur. 2 Determine the number of ways two or three events can occur using

More information

In this section, we will learn to. 1. Use the Multiplication Principle for Events. Cheesecake Factory. Outback Steakhouse. P.F. Chang s.

In this section, we will learn to. 1. Use the Multiplication Principle for Events. Cheesecake Factory. Outback Steakhouse. P.F. Chang s. Section 10.6 Permutations and Combinations 10-1 10.6 Permutations and Combinations In this section, we will learn to 1. Use the Multiplication Principle for Events. 2. Solve permutation problems. 3. Solve

More information

Math 1111 Math Exam Study Guide

Math 1111 Math Exam Study Guide Math 1111 Math Exam Study Guide The math exam will cover the mathematical concepts and techniques we ve explored this semester. The exam will not involve any codebreaking, although some questions on the

More information

CHAPTER 8 Additional Probability Topics

CHAPTER 8 Additional Probability Topics CHAPTER 8 Additional Probability Topics 8.1. Conditional Probability Conditional probability arises in probability experiments when the person performing the experiment is given some extra information

More information

12th Bay Area Mathematical Olympiad

12th Bay Area Mathematical Olympiad 2th Bay Area Mathematical Olympiad February 2, 200 Problems (with Solutions) We write {a,b,c} for the set of three different positive integers a, b, and c. By choosing some or all of the numbers a, b and

More information

Counting. Chapter 6. With Question/Answer Animations

Counting. Chapter 6. With Question/Answer Animations . All rights reserved. Authorized only for instructor use in the classroom. No reproduction or further distribution permitted without the prior written consent of McGraw-Hill Education. Counting Chapter

More information

Week 1: Probability models and counting

Week 1: Probability models and counting Week 1: Probability models and counting Part 1: Probability model Probability theory is the mathematical toolbox to describe phenomena or experiments where randomness occur. To have a probability model

More information

Permutations and Combinations. Quantitative Aptitude & Business Statistics

Permutations and Combinations. Quantitative Aptitude & Business Statistics Permutations and Combinations Statistics The Fundamental Principle of If there are Multiplication n 1 ways of doing one operation, n 2 ways of doing a second operation, n 3 ways of doing a third operation,

More information

Permutations and Combinations Section

Permutations and Combinations Section A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Permutations and Combinations Section 13.3-13.4 Dr. John Ehrke Department of Mathematics Fall 2012 Permutations A permutation

More information

Jong C. Park Computer Science Division, KAIST

Jong C. Park Computer Science Division, KAIST Jong C. Park Computer Science Division, KAIST Today s Topics Basic Principles Permutations and Combinations Algorithms for Generating Permutations Generalized Permutations and Combinations Binomial Coefficients

More information

CSE 312: Foundations of Computing II Quiz Section #2: Combinations, Counting Tricks (solutions)

CSE 312: Foundations of Computing II Quiz Section #2: Combinations, Counting Tricks (solutions) CSE 312: Foundations of Computing II Quiz Section #2: Combinations, Counting Tricks (solutions Review: Main Theorems and Concepts Combinations (number of ways to choose k objects out of n distinct objects,

More information

Principle of Inclusion-Exclusion Notes

Principle of Inclusion-Exclusion Notes Principle of Inclusion-Exclusion Notes The Principle of Inclusion-Exclusion (often abbreviated PIE is the following general formula used for finding the cardinality of a union of finite sets. Theorem 0.1.

More information

Discrete Mathematics: Logic. Discrete Mathematics: Lecture 15: Counting

Discrete Mathematics: Logic. Discrete Mathematics: Lecture 15: Counting Discrete Mathematics: Logic Discrete Mathematics: Lecture 15: Counting counting combinatorics: the study of the number of ways to put things together into various combinations basic counting principles

More information

Finite Math - Fall 2016

Finite Math - Fall 2016 Finite Math - Fall 206 Lecture Notes - /28/206 Section 7.4 - Permutations and Combinations There are often situations in which we have to multiply many consecutive numbers together, for example, in examples

More information

Combinatorics: The Fine Art of Counting

Combinatorics: The Fine Art of Counting Combinatorics: The Fine Art of Counting Lecture Notes Counting 101 Note to improve the readability of these lecture notes, we will assume that multiplication takes precedence over division, i.e. A / B*C

More information

Chapter 2. Permutations and Combinations

Chapter 2. Permutations and Combinations 2. Permutations and Combinations Chapter 2. Permutations and Combinations In this chapter, we define sets and count the objects in them. Example Let S be the set of students in this classroom today. Find

More information

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability Review: Main Theorems and Concepts Binomial Theorem: Principle of Inclusion-Exclusion

More information

Exercises Exercises. 1. List all the permutations of {a, b, c}. 2. How many different permutations are there of the set {a, b, c, d, e, f, g}?

Exercises Exercises. 1. List all the permutations of {a, b, c}. 2. How many different permutations are there of the set {a, b, c, d, e, f, g}? Exercises Exercises 1. List all the permutations of {a, b, c}. 2. How many different permutations are there of the set {a, b, c, d, e, f, g}? 3. How many permutations of {a, b, c, d, e, f, g} end with

More information

Mat 344F challenge set #2 Solutions

Mat 344F challenge set #2 Solutions Mat 344F challenge set #2 Solutions. Put two balls into box, one ball into box 2 and three balls into box 3. The remaining 4 balls can now be distributed in any way among the three remaining boxes. This

More information

Chapter 10A. a) How many labels for Product A are required? Solution: ABC ACB BCA BAC CAB CBA. There are 6 different possible labels.

Chapter 10A. a) How many labels for Product A are required? Solution: ABC ACB BCA BAC CAB CBA. There are 6 different possible labels. Chapter 10A The Addition rule: If there are n ways of performing operation A and m ways of performing operation B, then there are n + m ways of performing A or B. Note: In this case or means to add. Eg.

More information

Fundamentals of Probability

Fundamentals of Probability Fundamentals of Probability Introduction Probability is the likelihood that an event will occur under a set of given conditions. The probability of an event occurring has a value between 0 and 1. An impossible

More information

Combinatorial Proofs

Combinatorial Proofs Combinatorial Proofs Two Counting Principles Some proofs concerning finite sets involve counting the number of elements of the sets, so we will look at the basics of counting. Addition Principle: If A

More information

Discrete Mathematics. Spring 2017

Discrete Mathematics. Spring 2017 Discrete Mathematics Spring 2017 Previous Lecture Binomial Coefficients Pascal s Triangle The Pigeonhole Principle If a flock of 20 pigeons roosts in a set of 19 pigeonholes, one of the pigeonholes must

More information

Section Summary. Permutations Combinations Combinatorial Proofs

Section Summary. Permutations Combinations Combinatorial Proofs Section 6.3 Section Summary Permutations Combinations Combinatorial Proofs Permutations Definition: A permutation of a set of distinct objects is an ordered arrangement of these objects. An ordered arrangement

More information

Poker: Probabilities of the Various Hands

Poker: Probabilities of the Various Hands Poker: Probabilities of the Various Hands 22 February 2012 Poker II 22 February 2012 1/27 Some Review from Monday There are 4 suits and 13 values. The suits are Spades Hearts Diamonds Clubs There are 13

More information

CS100: DISCRETE STRUCTURES. Lecture 8 Counting - CH6

CS100: DISCRETE STRUCTURES. Lecture 8 Counting - CH6 CS100: DISCRETE STRUCTURES Lecture 8 Counting - CH6 Lecture Overview 2 6.1 The Basics of Counting: THE PRODUCT RULE THE SUM RULE THE SUBTRACTION RULE THE DIVISION RULE 6.2 The Pigeonhole Principle. 6.3

More information

MAT 409 Semester Exam: 80 points

MAT 409 Semester Exam: 80 points MAT 409 Semester Exam: 80 points Name Email Text # Impact on Course Grade: Approximately 25% Score Solve each problem based on the information provided. It is not necessary to complete every calculation.

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

Honors Precalculus Chapter 9 Summary Basic Combinatorics

Honors Precalculus Chapter 9 Summary Basic Combinatorics Honors Precalculus Chapter 9 Summary Basic Combinatorics A. Factorial: n! means 0! = Why? B. Counting principle: 1. How many different ways can a license plate be formed a) if 7 letters are used and each

More information

10.2.notebook. February 24, A standard deck of 52 playing cards has 4 suits with 13 different cards in each suit.

10.2.notebook. February 24, A standard deck of 52 playing cards has 4 suits with 13 different cards in each suit. Section 10.2 It is not always important to count all of the different orders that a group of objects can be arranged. A combination is a selection of r objects from a group of n objects where the order

More information

CSE 21 Mathematics for Algorithm and System Analysis

CSE 21 Mathematics for Algorithm and System Analysis CSE 21 Mathematics for Algorithm and System Analysis Unit 1: Basic Count and List Section 3: Set CSE21: Lecture 3 1 Reminder Piazza forum address: http://piazza.com/ucsd/summer2013/cse21/hom e Notes on

More information

Teaching the TERNARY BASE

Teaching the TERNARY BASE Features Teaching the TERNARY BASE Using a Card Trick SUHAS SAHA Any sufficiently advanced technology is indistinguishable from magic. Arthur C. Clarke, Profiles of the Future: An Inquiry Into the Limits

More information

9.5 Counting Subsets of a Set: Combinations. Answers for Test Yourself

9.5 Counting Subsets of a Set: Combinations. Answers for Test Yourself 9.5 Counting Subsets of a Set: Combinations 565 H 35. H 36. whose elements when added up give the same sum. (Thanks to Jonathan Goldstine for this problem. 34. Let S be a set of ten integers chosen from

More information

Poker: Probabilities of the Various Hands

Poker: Probabilities of the Various Hands Poker: Probabilities of the Various Hands 19 February 2014 Poker II 19 February 2014 1/27 Some Review from Monday There are 4 suits and 13 values. The suits are Spades Hearts Diamonds Clubs There are 13

More information

HOMEWORK ASSIGNMENT 5

HOMEWORK ASSIGNMENT 5 HOMEWORK ASSIGNMENT 5 MATH 251, WILLIAMS COLLEGE, FALL 2006 Abstract. These are the instructor s solutions. 1. Big Brother The social security number of a person is a sequence of nine digits that are not

More information

Fundamental Counting Principle

Fundamental Counting Principle Lesson 88 Probability with Combinatorics HL2 Math - Santowski Fundamental Counting Principle Fundamental Counting Principle can be used determine the number of possible outcomes when there are two or more

More information

Sec 5.1 The Basics of Counting

Sec 5.1 The Basics of Counting 1 Sec 5.1 The Basics of Counting Combinatorics, the study of arrangements of objects, is an important part of discrete mathematics. In this chapter, we will learn basic techniques of counting which has

More information

POKER (AN INTRODUCTION TO COUNTING)

POKER (AN INTRODUCTION TO COUNTING) POKER (AN INTRODUCTION TO COUNTING) LAMC INTERMEDIATE GROUP - 10/27/13 If you want to be a succesful poker player the first thing you need to do is learn combinatorics! Today we are going to count poker

More information

LEVEL I. 3. In how many ways 4 identical white balls and 6 identical black balls be arranged in a row so that no two white balls are together?

LEVEL I. 3. In how many ways 4 identical white balls and 6 identical black balls be arranged in a row so that no two white balls are together? LEVEL I 1. Three numbers are chosen from 1,, 3..., n. In how many ways can the numbers be chosen such that either maximum of these numbers is s or minimum of these numbers is r (r < s)?. Six candidates

More information

Permutation Groups. Definition and Notation

Permutation Groups. Definition and Notation 5 Permutation Groups Wigner s discovery about the electron permutation group was just the beginning. He and others found many similar applications and nowadays group theoretical methods especially those

More information

2. Combinatorics: the systematic study of counting. The Basic Principle of Counting (BPC)

2. Combinatorics: the systematic study of counting. The Basic Principle of Counting (BPC) 2. Combinatorics: the systematic study of counting The Basic Principle of Counting (BPC) Suppose r experiments will be performed. The 1st has n 1 possible outcomes, for each of these outcomes there are

More information

CSCI 2200 Foundations of Computer Science (FoCS) Solutions for Homework 7

CSCI 2200 Foundations of Computer Science (FoCS) Solutions for Homework 7 CSCI 00 Foundations of Computer Science (FoCS) Solutions for Homework 7 Homework Problems. [0 POINTS] Problem.4(e)-(f) [or F7 Problem.7(e)-(f)]: In each case, count. (e) The number of orders in which a

More information

6.1 Basics of counting

6.1 Basics of counting 6.1 Basics of counting CSE2023 Discrete Computational Structures Lecture 17 1 Combinatorics: they study of arrangements of objects Enumeration: the counting of objects with certain properties (an important

More information

Objectives: Permutations. Fundamental Counting Principle. Fundamental Counting Principle. Fundamental Counting Principle

Objectives: Permutations. Fundamental Counting Principle. Fundamental Counting Principle. Fundamental Counting Principle and Objectives:! apply fundamental counting principle! compute permutations! compute combinations HL2 Math - Santowski! distinguish permutations vs combinations can be used determine the number of possible

More information

Block 1 - Sets and Basic Combinatorics. Main Topics in Block 1:

Block 1 - Sets and Basic Combinatorics. Main Topics in Block 1: Block 1 - Sets and Basic Combinatorics Main Topics in Block 1: A short revision of some set theory Sets and subsets. Venn diagrams to represent sets. Describing sets using rules of inclusion. Set operations.

More information

Generalized Permutations and The Multinomial Theorem

Generalized Permutations and The Multinomial Theorem Generalized Permutations and The Multinomial Theorem 1 / 19 Overview The Binomial Theorem Generalized Permutations The Multinomial Theorem Circular and Ring Permutations 2 / 19 Outline The Binomial Theorem

More information

Mathematics Competition Practice Session 6. Hagerstown Community College: STEM Club November 20, :00 pm - 1:00 pm STC-170

Mathematics Competition Practice Session 6. Hagerstown Community College: STEM Club November 20, :00 pm - 1:00 pm STC-170 2015-2016 Mathematics Competition Practice Session 6 Hagerstown Community College: STEM Club November 20, 2015 12:00 pm - 1:00 pm STC-170 1 Warm-Up (2006 AMC 10B No. 17): Bob and Alice each have a bag

More information

Introduction. Firstly however we must look at the Fundamental Principle of Counting (sometimes referred to as the multiplication rule) which states:

Introduction. Firstly however we must look at the Fundamental Principle of Counting (sometimes referred to as the multiplication rule) which states: Worksheet 4.11 Counting Section 1 Introduction When looking at situations involving counting it is often not practical to count things individually. Instead techniques have been developed to help us count

More information

{ a, b }, { a, c }, { b, c }

{ a, b }, { a, c }, { b, c } 12 d.) 0(5.5) c.) 0(5,0) h.) 0(7,1) a.) 0(6,3) 3.) Simplify the following combinations. PROBLEMS: C(n,k)= the number of combinations of n distinct objects taken k at a time is COMBINATION RULE It can easily

More information

11.3B Warmup. 1. Expand: 2x. 2. Express the expansion of 2x. using combinations. 3. Simplify: a 2b a 2b

11.3B Warmup. 1. Expand: 2x. 2. Express the expansion of 2x. using combinations. 3. Simplify: a 2b a 2b 11.3 Warmup 1. Expand: 2x y 4 2. Express the expansion of 2x y 4 using combinations. 3 3 3. Simplify: a 2b a 2b 4. How many terms are there in the expansion of 2x y 15? 5. What would the 10 th term in

More information

Lesson1.notebook July 07, 2013

Lesson1.notebook July 07, 2013 Lesson1.notebook July 07, 2013 Topic: Counting Principles Today's Learning goal: I can use tree diagrams, Fundamental counting principle and indirect methods to determine the number of outcomes. Tree Diagram

More information

Discrete Structures Lecture Permutations and Combinations

Discrete Structures Lecture Permutations and Combinations Introduction Good morning. Many counting problems can be solved by finding the number of ways to arrange a specified number of distinct elements of a set of a particular size, where the order of these

More information

Sec$on Summary. Permutations Combinations Combinatorial Proofs

Sec$on Summary. Permutations Combinations Combinatorial Proofs Section 6.3 Sec$on Summary Permutations Combinations Combinatorial Proofs 2 Coun$ng ordered arrangements Ex: How many ways can we select 3 students from a group of 5 students to stand in line for a picture?

More information

Probability. Engr. Jeffrey T. Dellosa.

Probability. Engr. Jeffrey T. Dellosa. Probability Engr. Jeffrey T. Dellosa Email: jtdellosa@gmail.com Outline Probability 2.1 Sample Space 2.2 Events 2.3 Counting Sample Points 2.4 Probability of an Event 2.5 Additive Rules 2.6 Conditional

More information

Counting integral solutions

Counting integral solutions Thought exercise 2.2 20 Counting integral solutions Question: How many non-negative integer solutions are there of x 1 +x 2 +x 3 +x 4 = 10? Thought exercise 2.2 20 Counting integral solutions Question:

More information

The next several lectures will be concerned with probability theory. We will aim to make sense of statements such as the following:

The next several lectures will be concerned with probability theory. We will aim to make sense of statements such as the following: CS 70 Discrete Mathematics for CS Fall 2004 Rao Lecture 14 Introduction to Probability The next several lectures will be concerned with probability theory. We will aim to make sense of statements such

More information

Multiple Choice Questions for Review

Multiple Choice Questions for Review Review Questions Multiple Choice Questions for Review 1. Suppose there are 12 students, among whom are three students, M, B, C (a Math Major, a Biology Major, a Computer Science Major. We want to send

More information

elements in S. It can tricky counting up the numbers of

elements in S. It can tricky counting up the numbers of STAT-UB.003 Notes for Wednesday, 0.FEB.0. For many problems, we need to do a little counting. We try to construct a sample space S for which the elements are equally likely. Then for any event E, we will

More information

MATH 215 DISCRETE MATHEMATICS INSTRUCTOR: P. WENG

MATH 215 DISCRETE MATHEMATICS INSTRUCTOR: P. WENG MATH DISCRETE MATHEMATICS INSTRUCTOR: P. WENG Counting and Probability Suggested Problems Basic Counting Skills, Inclusion-Exclusion, and Complement. (a An office building contains 7 floors and has 7 offices

More information

Poker: Further Issues in Probability. Poker I 1/29

Poker: Further Issues in Probability. Poker I 1/29 Poker: Further Issues in Probability Poker I 1/29 How to Succeed at Poker (3 easy steps) 1 Learn how to calculate complex probabilities and/or memorize lots and lots of poker-related probabilities. 2 Take

More information

Sec.on Summary. The Product Rule The Sum Rule The Subtraction Rule (Principle of Inclusion- Exclusion)

Sec.on Summary. The Product Rule The Sum Rule The Subtraction Rule (Principle of Inclusion- Exclusion) Chapter 6 1 Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients and Identities Generalized Permutations and Combinations 2 Section 6.1 3

More information

5. (1-25 M) How many ways can 4 women and 4 men be seated around a circular table so that no two women are seated next to each other.

5. (1-25 M) How many ways can 4 women and 4 men be seated around a circular table so that no two women are seated next to each other. A.Miller M475 Fall 2010 Homewor problems are due in class one wee from the day assigned (which is in parentheses. Please do not hand in the problems early. 1. (1-20 W A boo shelf holds 5 different English

More information

12.1 The Fundamental Counting Principle and Permutations

12.1 The Fundamental Counting Principle and Permutations 12.1 The Fundamental Counting Principle and Permutations The Fundamental Counting Principle Two Events: If one event can occur in ways and another event can occur in ways then the number of ways both events

More information

Today s Topics. Sometimes when counting a set, we count the same item more than once

Today s Topics. Sometimes when counting a set, we count the same item more than once Today s Topics Inclusion/exclusion principle The pigeonhole principle Sometimes when counting a set, we count the same item more than once For instance, if something can be done n 1 ways or n 2 ways, but

More information

DISCUSSION #8 FRIDAY MAY 25 TH Sophie Engle (Teacher Assistant) ECS20: Discrete Mathematics

DISCUSSION #8 FRIDAY MAY 25 TH Sophie Engle (Teacher Assistant) ECS20: Discrete Mathematics DISCUSSION #8 FRIDAY MAY 25 TH 2007 Sophie Engle (Teacher Assistant) ECS20: Discrete Mathematics 2 Homework 8 Hints and Examples 3 Section 5.4 Binomial Coefficients Binomial Theorem 4 Example: j j n n

More information

Unit 5 Radical Functions & Combinatorics

Unit 5 Radical Functions & Combinatorics 1 Unit 5 Radical Functions & Combinatorics General Outcome: Develop algebraic and graphical reasoning through the study of relations. Develop algebraic and numeric reasoning that involves combinatorics.

More information

The Pigeonhole Principle

The Pigeonhole Principle The Pigeonhole Principle Some Questions Does there have to be two trees on Earth with the same number of leaves? How large of a set of distinct integers between 1 and 200 is needed to assure that two numbers

More information

n! = n(n 1)(n 2) 3 2 1

n! = n(n 1)(n 2) 3 2 1 A Counting A.1 First principles If the sample space Ω is finite and the outomes are equally likely, then the probability measure is given by P(E) = E / Ω where E denotes the number of outcomes in the event

More information

CSE 312: Foundations of Computing II Quiz Section #1: Counting

CSE 312: Foundations of Computing II Quiz Section #1: Counting CSE 312: Foundations of Computing II Quiz Section #1: Counting Review: Main Theorems and Concepts 1. Product Rule: Suppose there are m 1 possible outcomes for event A 1, then m 2 possible outcomes for

More information

With Question/Answer Animations. Chapter 6

With Question/Answer Animations. Chapter 6 With Question/Answer Animations Chapter 6 Chapter Summary The Basics of Counting The Pigeonhole Principle Permutations and Combinations Binomial Coefficients and Identities Generalized Permutations and

More information

MAT104: Fundamentals of Mathematics II Summary of Counting Techniques and Probability. Preliminary Concepts, Formulas, and Terminology

MAT104: Fundamentals of Mathematics II Summary of Counting Techniques and Probability. Preliminary Concepts, Formulas, and Terminology MAT104: Fundamentals of Mathematics II Summary of Counting Techniques and Probability Preliminary Concepts, Formulas, and Terminology Meanings of Basic Arithmetic Operations in Mathematics Addition: Generally

More information

5.8 Problems (last update 30 May 2018)

5.8 Problems (last update 30 May 2018) 5.8 Problems (last update 30 May 2018) 1.The lineup or batting order for a baseball team is a list of the nine players on the team indicating the order in which they will bat during the game. a) How many

More information

Counting in Algorithms

Counting in Algorithms Counting Counting in Algorithms How many comparisons are needed to sort n numbers? How many steps to compute the GCD of two numbers? How many steps to factor an integer? Counting in Games How many different

More information

Laboratory 1: Uncertainty Analysis

Laboratory 1: Uncertainty Analysis University of Alabama Department of Physics and Astronomy PH101 / LeClair May 26, 2014 Laboratory 1: Uncertainty Analysis Hypothesis: A statistical analysis including both mean and standard deviation can

More information

Problem Set 8 Solutions R Y G R R G

Problem Set 8 Solutions R Y G R R G 6.04/18.06J Mathematics for Computer Science April 5, 005 Srini Devadas and Eric Lehman Problem Set 8 Solutions Due: Monday, April 11 at 9 PM in Room 3-044 Problem 1. An electronic toy displays a 4 4 grid

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

Problem Set 2. Counting

Problem Set 2. Counting Problem Set 2. Counting 1. (Blitzstein: 1, Q3 Fred is planning to go out to dinner each night of a certain week, Monday through Friday, with each dinner being at one of his favorite ten restaurants. i

More information

IMLEM Meet #5 March/April Intermediate Mathematics League of Eastern Massachusetts

IMLEM Meet #5 March/April Intermediate Mathematics League of Eastern Massachusetts IMLEM Meet #5 March/April 2013 Intermediate Mathematics League of Eastern Massachusetts Category 1 Mystery You may use a calculator. 1. Beth sold girl-scout cookies to some of her relatives and neighbors.

More information

17. Symmetries. Thus, the example above corresponds to the matrix: We shall now look at how permutations relate to trees.

17. Symmetries. Thus, the example above corresponds to the matrix: We shall now look at how permutations relate to trees. 7 Symmetries 7 Permutations A permutation of a set is a reordering of its elements Another way to look at it is as a function Φ that takes as its argument a set of natural numbers of the form {, 2,, n}

More information

Combinatorics and Intuitive Probability

Combinatorics and Intuitive Probability Chapter Combinatorics and Intuitive Probability The simplest probabilistic scenario is perhaps one where the set of possible outcomes is finite and these outcomes are all equally likely. A subset of the

More information

Math 3012 Applied Combinatorics Lecture 2

Math 3012 Applied Combinatorics Lecture 2 August 20, 2015 Math 3012 Applied Combinatorics Lecture 2 William T. Trotter trotter@math.gatech.edu The Road Ahead Alert The next two to three lectures will be an integrated approach to material from

More information

STAT Statistics I Midterm Exam One. Good Luck!

STAT Statistics I Midterm Exam One. Good Luck! STAT 515 - Statistics I Midterm Exam One Name: Instruction: You can use a calculator that has no connection to the Internet. Books, notes, cellphones, and computers are NOT allowed in the test. There are

More information

Unit Nine Precalculus Practice Test Probability & Statistics. Name: Period: Date: NON-CALCULATOR SECTION

Unit Nine Precalculus Practice Test Probability & Statistics. Name: Period: Date: NON-CALCULATOR SECTION Name: Period: Date: NON-CALCULATOR SECTION Vocabulary: Define each word and give an example. 1. discrete mathematics 2. dependent outcomes 3. series Short Answer: 4. Describe when to use a combination.

More information

About Permutations and Combinations: Examples

About Permutations and Combinations: Examples About Permutations and Combinations: Examples TABLE OF CONTENTS Basics... 1 Product Rule...1-2 Sum Rule...2 Permutations... 2-3 Combinations... 3-4 Pascal s Triangle... 4 Binomial Theorem.. 4 Pascal s

More information