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

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.
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.
1 Permutations and Combinations. 2 In this section, techniques will be introduced for counting the unordered selections of distinct objects and the ordered.
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.
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.
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
Counting, Permutations, & Combinations
MATH 2311 Section 2.1.
Counting, Permutations, & Combinations
Permutations and Combinations
12.2 Permutations and Combinations
Counting, Permutations, & Combinations
Chapter 5 Probability 5.5 Counting Techniques.
Discrete Math Section 15.3 Solve problems using permutations and combinations Read page Combinations and permutations.
Counting, Permutations, & Combinations
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
Counting, Permutations, & Combinations
Permutations and Combinations
How many possible outcomes can you make with the accessories?
Permutations.
Counting, Permutations, & Combinations
Counting Principle.
Using Permutations and Combinations
Bellwork Practice Packet 10.3 B side #3.
Permutations and Combinations
Standard DA-5.2 Objective: Apply permutations and combinations to find the number of possibilities of an outcome.
Exercise How many different lunches can be made by choosing one of four sandwiches, one of three fruits, and one of two desserts? 24.
Permutations and Combinations
10.5 Permutations and Combinations.
Lecture 7: Permutations and Combinations
Permutations and Combinations
Using Permutations and Combinations
10.3 – Using Permutations and Combinations
MATH 2311 Section 2.1.
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.

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: 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?

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?

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

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: 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: 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?