MATH 2311 Section 2.1.

Slides:



Advertisements
Similar presentations
PERMUTATIONS AND COMBINATIONS Fundamental Counting Principle ○ If there are n(A) ways in which an event A can occur, and if there are n(B) ways in which.
Advertisements

Combinations, Permutations, and the Fundamental Counting Principle.
Counting Principles The Fundamental Counting Principle: If one event can occur m ways and another can occur n ways, then the number of ways the events.
How many possible outcomes can you make with the accessories?
Chapter 2 Section 2.4 Permutations and Combinations.
Warm-Up Complete in notes.
Chapter 11 Counting Methods © 2008 Pearson Addison-Wesley. All rights reserved.
Permutations and Combinations AII Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish.
Permutations and Combinations. Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish permutations.
Sports Camp Morning Camp AerobicsRunningYogaSwimmingWeights Afternoon Camp HikingTennisVolleyballSoftball List all the possible choices available on your.
Section 10-3 Using Permutations and Combinations.
Permutations, Combinations, and Counting Theory AII.12 The student will compute and distinguish between permutations and combinations and use technology.
Prob/Stats Definition A permutation is an ordered arrangement of objects. (For example, consider the permutations of the letters A, B, C and D.)
Copyright © 1998, Triola, Elementary Statistics Addison Wesley Longman 1 M ARIO F. T RIOLA E IGHTH E DITION E LEMENTARY S TATISTICS Section 3-6 Counting.
Quiz Plot the point: (-4, 2, -3) in the Cartesian space. Find the midpoint between the 2 points: P(1, 5, -7) and Q(-5, 3, -3) 3. Find the distance.
Warm Up Which of the following are combinations?
Permutations and Combinations
Counting Principles. Counting examples Ex 1: A small sandwich café has 4 different types of bread, 5 different types of meat and 3 different types of.
PERMUTATIONS AND COMBINATIONS BOTH PERMUTATIONS AND COMBINATIONS USE A COUNTING METHOD CALLED FACTORIAL.
Permutations and Combinations. Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish permutations.
COUNTING PRINCIPALS, PERMUTATIONS, AND COMBINATIONS.
Permutations, Combinations, and Counting Theory
6.7 Permutations & Combinations. Factorial: 4! = 4*3*2*1 On calculator: math ==> PRB ==> 4 7! = 5040 Try 12!
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.
MATH 2311 Section 2.1. Counting Techniques Combinatorics is the study of the number of ways a set of objects can be arranged, combined, or chosen; or.
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.
Discrete Math Section 15.3 Solve problems using permutations and combinations Read page Combinations and permutations.
Permutations and Combinations
Permutations and Combinations AII Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish.
Quiz: Draw the unit circle: Include: (1)All “nice” angles in degrees (2) All “nice” angles in radians (3) The (x, y) pairs for each point on the unit circle.
Permutations and Combinations. Fundamental Counting Principle Fundamental Counting Principle states that if an event has m possible outcomes and another.
Permutations and Combinations
Counting, Permutations, & Combinations
Chapter 10 Counting Methods.
Fundamental Counting Principal
Warm Up Which of the following are combinations?
MATH 2311 Section 2.1.
Counting, Permutations, & Combinations
Permutations and Combinations
Counting Methods and Probability Theory
12.2 Permutations and Combinations
Counting, Permutations, & Combinations
Discrete Math Section 15.3 Solve problems using permutations and combinations Read page Combinations and permutations.
How to Count Things “There are three kinds of people in the world: those who can count and those who cannot.” 11/21/2018.
Permutations and Combinations
Warm Up Permutations and Combinations Evaluate  4  3  2  1
Permutations and Combinations
Counting, Permutations, & Combinations
Counting, Permutations, & Combinations
Permutations and Combinations
Lesson 11-1 Permutations and Combinations
Permutations and Combinations
Warm Up Which of the following are combinations?
Counting, Permutations, & Combinations
Permutations and Combinations
How many possible outcomes can you make with the accessories?
Permutations.
MATH 2311 Section 2.1.
Counting Methods and Probability Theory
Counting Principle.
Bellwork Practice Packet 10.3 B side #3.
Probability Warm Up page 12- write the question you have 10 mins to complete it. See coaching on page 85.
Permutations and Combinations
Standard DA-5.2 Objective: Apply permutations and combinations to find the number of possibilities of an outcome.
Permutations and Combinations
10.5 Permutations and Combinations.
Lecture 7: Permutations and Combinations
Permutations and Combinations
Presentation transcript:

MATH 2311 Section 2.1

Counting Techniques Combinatorics is the study of the number of ways a set of objects can be arranged, combined, or chosen; or the number of ways a succession of events can occur. Each result is called an outcome. An event is a subset of outcomes. When several events occur together, we have a compound event. Outcome: all ways that something can happen. Event: specific conditions about how something can happen.

The Fundamental Counting Principle The Fundamental Counting Principle states that the total number of a ways a compound event may occur is n1  n2  n3 .... ni where n1 represents the number of ways the first event may occur, n2 represents the number of ways the second event may occur, and so on.

Example: You are not allowed repeats (such as “double mushrooms”) Example: How many ways can you create a pizza choosing a meat and two veggies if you have 3 choices of meats and 4 choices for veggies?

Rstudio and TI Commands: Rstudio: factorials: (such as 5!) factorial(5) combinations: (such as 6C2) choose(6,2) TI 83/84: Select MATH  PRB (right arrow) factorial: (option 4) 5! permutation: (option 2) 6P2 will be written as 6 nPr 2 combination: (option 3) 6C2 will be written as 6 nCr 2

Permutations A permutation of a set of n objects is an ordered arrangement of the objects. n Pn  n(n  1)(n  2)....3 2 1  n! All objects are placed in order Some of the objects are placed in order

Examples: How many ways can six people be seated in a row? In how many ways can 3 of the six symbols, &^%$#@ be arranged? All six are being seated (factorial) Since we are only arranging 3 out of the 6 options, this is a permutation.

With Repetition When we allow repeated values, The number of orderings of n objects taken r at a time, with repetition is nr . Example: In how many ways can you write 4 letters on a tag using each of the letters C O U G A R with repetition? n: number of items we are selecting from r: number of selections being made

Duplicate Objects The number of permutations, P, of n objects taken n at a time with r objects alike, s of another kind alike, and t of another kind alike is r, s, t, etc are the individual categories n is the total number of items to select from (r+s+t+….=n)

Example: How many different words (they do not have to be real words) can be formed from the letters in the word MISSISSIPPI?

Circular Permutations The number of circular permutations of n objects is (n – 1)! Example: In how many ways can 12 people be seated around a circular table?

Combinations: Order does not matter Treatment of each selection is the same. A combination gives the number of ways of picking r unordered outcomes from n possibilities. The number of combinations of a set of n objects taken r at a time is

Example: Creating a smaller group from a larger group: combination How many ways can a committee of 5 be chosen from a group of 12 people?

Permutation or Combination: How many ways can 1st, 2nd, and 3rd place ribbons be awarded when there are 15 contestants? How many ways can you be dealt a poker hand of 7 cards from a standard deck of 52? How many ways can a class President, Vice President, Secretary, Treasurer, and Historian be selected from a class of 500? Different treatment of selections: permutation No special treatment for different selections: combination Each selection has a different treatment: permutation