Counting, Permutations, & Combinations

Slides:



Advertisements
Similar presentations
Combinations A combination is a grouping of things ORDER DOES NOT MATTER.
Advertisements

Counting Principles Probability.
Quantitative Methods Session – Permutation & Combination Pranjoy Arup Das.
How many possible outcomes can you make with the accessories?
1 More Counting Techniques Possibility trees Multiplication rule Permutations Combinations.
Chapter 5 Section 5 Permutations and Combinations.
Permutations and Combinations AII Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish.
Combinations Combinations are very similar to permutations with one key difference: Order does not matter.
COUNTING PRINCIPALS, PERMUTATIONS, AND COMBINATIONS.
Unit 7: Probability Lesson 2 Tree Diagrams, fundamental counting principle, sample space lists and tables, permutation, combination, factorials.
Elementary Counting Techniques & Combinatorics Martina Litschmannová K210.
3.4 Counting Principles Statistics Mrs. Spitz Fall 2008.
Math 2 Honors - Santowski
Chapter 5 Possibilities and Probability Counting Permutations Combinations Probability.
P ERMUTATIONS AND C OMBINATIONS Homework: Permutation and Combinations WS.
Lesson 1.9 Probability Objective: Solve probability problems.
Number of Elements in a Finite Set. Notation : The number of the elements of the set A will be denoted by n(A) Examples (1): Let: Let: A = {a,b,c,d} B.
Counting, Permutations, & Combinations. A counting problem asks “how many ways” some event can occur. Ex. 1: How many three-letter codes are there using.
Methods of Counting Outcomes BUSA 2100, Section 4.1.
Elementary Combinatorics Combinatorics  Deals with enumeration (counting) techniques and related algebra.  Basis of counting XSet |X|No. of elements.
CSE 221: Algorithms and Data Structures Lecture #10 Counting: Easy as 1, 2, C(3,1) Steve Wolfman 2009W1 1.
© The McGraw-Hill Companies, Inc., Chapter 4 Counting Techniques.
0 0 Correction: Problem 18 Alice and Bob have 2n+1 FAIR coins, each with probability of a head equal to 1/2.
Counting CSC-2259 Discrete Structures Konstantin Busch - LSU1.
Probability. Basic Concepts of Probability What you should learn: How to identify the sample space of a probability experiment and to identify simple.
Discrete Mathematics Lecture # 25 Permutation & Combination.
COUNTING PRINCIPALS, PERMUTATIONS, AND COMBINATIONS.
Lesson 0.4 (Counting Techniques)
37. Permutations and Combinations. Fundamental Counting Principle Fundamental Counting Principle states that if an event has m possible outcomes and another.
8.6 Counting Principles. Listing Possibilities: Ex 1 Eight pieces of paper are numbered from 1 to 8 and placed in a box. One piece of paper is drawn from.
0.4 Counting Techniques. Fundamental Counting Principle TWO EVENTS:If one event can occur in m ways and another event can occur in n ways, then the number.
Permutations. Permutation: The number of ways in which a subset of objects can be selected from a given set of objects, where order is important. Given.
Permutations and Combinations
Counting Principles Ex. Eight pieces of paper are numbered 1 to 8 and placed in a box. One piece of paper is drawn from the box, its number is written.
Counting, Permutations, & Combinations
Permutations and Combinations
Counting, Permutations, & Combinations
11.3 Notes Combinations.
Counting, Permutations, & Combinations
Elementary Counting Techniques & Combinatorics
CSC-2259 Discrete Structures
Counting Principals, Permutations, and Combinations
Counting, Permutations, & Combinations
combinaTorial Analysis
Calculating Probability, Combinations and Permutations
Chapter 0.4 Counting Techniques.
Permutations.
Counting, Permutations, & Combinations
Warm Up Problem of the Day Lesson Presentation Lesson Quizzes.
Warm Up Permutations and Combinations Evaluate  4  3  2  1
Counting, Permutations, & Combinations
Counting, Permutations, & Combinations
Permutations and Combinations
Lesson 11-1 Permutations and Combinations
Permutations and Combinations
Permutations and Combinations
104- Ch. 11 part 1; 260- Ch. 5 pt. 2 master_prob_pc.pptx
Counting, Permutations, & Combinations
Permutations and Combinations
How many possible outcomes can you make with the accessories?
Counting, Permutations, & Combinations
Section 6.2 Permutations with Repeated Objects and Combinations
Bellwork Practice Packet 10.3 B side #3.
Permutations and Combinations
Permutations and Combinations
Standard DA-5.2 Objective: Apply permutations and combinations to find the number of possibilities of an outcome.
Permutations and Combinations
Lecture 7: Permutations and Combinations
Permutations and Combinations
Presentation transcript:

Counting, Permutations, & Combinations

A counting problem asks “how many ways” some event can occur. How many three-letter codes are there using letters A, B, C, and D if no letter can be repeated? One way to solve is to list all possibilities.

ABC CAD ABD CBA ACB CDA ADB CDB ADC CBD ACD DAB BAC DAC BAD DBA BCA DCA BDA DBC BCD DCB BDC CAB 24 Ways

An experimental psychologist uses a sequence of two food rewards in an experiment regarding animal behavior. These two rewards are of three different varieties. How many different sequences of rewards are there if each variety can be used only once in each sequence? Next slide

Another way to solve is a factor tree where the number of end branches is your answer.

Fundamental Counting Principle Suppose that a certain procedure P can be broken into n successive ordered stages, S1, S2, . . . Sn, and suppose that S1 can occur in r1 ways. S2 can occur in r2 ways. Sn can occur in rn ways. Then the number of ways P can occur is

Ex. 2: An experimental psychologist uses a sequence of two food rewards in an experiment regarding animal behavior. These two rewards are of three different varieties. How many different sequences of rewards are there if each variety can be used only once in each sequence? Using the fundamental counting principle: 3 2  

Permutations An r-permutation of a set of n elements is an ordered selection of r elements from the set of n elements ! means factorial Ex. 3! = 3∙2∙1 0! = 1

How many three-letter codes are there using letters A, B, C, and D if no letter can be repeated? Note: The order does matter

Combinations The number of combinations of n elements taken r at a time is Order does NOT matter! Where n & r are nonnegative integers & r < n

How many committees of three can be selected from four people? Use A, B, C, and D to represent the people Note: Does the order matter?

How many five-card hands are possible from a standard deck of cards?

In how many ways can 9 horses place 1st, 2nd, or 3rd in a race?

In how many ways can a team of 9 players be selected if there are 3 pitchers, 2 catchers, 6 in-fielders, and 4 out-fielders?