Chapter 10: Counting Methods

Slides:



Advertisements
Similar presentations
10.1 – Counting by Systematic Listing
Advertisements

Combinations We should use permutation where order matters
Chapter 5 Section 5 Permutations and Combinations.
Chapter 8 Counting Techniques PASCAL’S TRIANGLE AND THE BINOMIAL THEOREM.
Chapter 11 Counting Methods © 2008 Pearson Addison-Wesley. All rights reserved.
Counting principle and permutations
Permutations and Combinations. Random Things to Know.
Chapter 11: Counting Methods
-2 Combinations. Combination-order doesn’t matter; can have repition or not Graphing calculator n#,math,PRB 3,r#,enter.
Chapter 10: Counting Methods
Chapter 11 Counting Methods © 2008 Pearson Addison-Wesley. All rights reserved.
10.3 – Using Permutations and Combinations Permutation: The number of ways in which a subset of objects can be selected from a given set of objects, where.
Chapter  Determine how many different possibilities are possible:  1. There are 3 different ice cream flavors and 5 different toppings. You.
Section 10-3 Using Permutations and Combinations.
15.3 Counting Methods: Combinations ©2002 by R. Villar All Rights Reserved.
Chapter 12 – Probability and Statistics 12.2 – Permutations and Combinations.
Homework Homework due now. Reading: relations
Sullivan Algebra and Trigonometry: Section 14.2 Objectives of this Section Solve Counting Problems Using the Multiplication Principle Solve Counting Problems.
SECTION 10-2 Using the Fundamental Counting Principle Slide
Ch Counting Principles. Example 1  Eight pieces of paper are numbered from 1-8 and placed in a box. One piece of paper is drawn from the box, its.
12/13/2015MATH 106, Section 41 Section 4 Permutations Questions about homework? Submit homework!
6.7 Permutations & Combinations. Factorial: 4! = 4*3*2*1 On calculator: math ==> PRB ==> 4 7! = 5040 Try 12!
I CAN: Use Permutations and Combinations
3.2 Combinations.
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.
CS Lecture 8 Developing Your Counting Muscles.
Arrangements and Selections (and how they may be counted)
MAT 110 Workshop Created by Michael Brown, Haden McDonald & Myra Bentley for use by the Center for Academic Support.
Permutations and Combinations
Chapter 10 Counting Methods.
Multiplication Rule Combinations Permutations
MATH 2311 Section 2.1.
Permutations and Combinations
Probability and Combinatorics
Algebra 2/Trig Name: ________________________
Combinations Problems
12.2 Combinations and Binomial Theorem
Chapter 5 Probability 5.5 Counting Techniques.
pencil, red pen, highlighter, GP notebook, calculator
11/7/16 Entry 173 – Objective I will review and continue developing my understanding of uniform probability models, including the complement of an event.
Chapter 0.4 Counting Techniques.
Mathematics for Computer Science MIT 6.042J/18.062J
Combinations, Enumerations without Repetitions
Permutations and Combinations
Permutations and Combinations
Lesson 11-1 Permutations and Combinations
Permutations and Combinations
Combination and Permutations Quiz!
Permutations and Combinations
Permutations.
Combinations.
MATH 2311 Section 2.1.
Chapter 10 Counting Methods.
Section 12.2 Theoretical Probability
Section 6.4 Counting and Combinations with Multiple Cases
Using Permutations and Combinations
Section 12.2 Theoretical Probability
Chapter 10 Counting Methods 2012 Pearson Education, Inc.
Counting and Probability
Permutations and Combinations
Standard DA-5.2 Objective: Apply permutations and combinations to find the number of possibilities of an outcome.
Permutations and Combinations
Homework Due Friday.
Lecture 7: Permutations and Combinations
Using Permutations and Combinations
Section 12.2 Theoretical Probability
P(softball) = P(not a baseball) = P(golf ball) = A box contains 3 tennis balls, 7 softballs, and 11 baseballs. One ball is chosen at random. Find.
10.3 – Using Permutations and Combinations
MATH 2311 Section 2.1.
Presentation transcript:

Chapter 10: Counting Methods

Counting by Systematic Listing 10.1 One-part tasks: each item in the list is identified by one feature Multi-part tasks: items in the list are identified by more than one feature (ex a playing card has a suit and a value)

Two-part tasks: Using Tables 10.1 Two-part tasks: Using Tables Example: Determine the number of two-digit numbers that can be made using 2,4 and 7 for each digit Example: Determine how many ways you can pick two people from the group of Andria, Bridget, Connor and Dylan.

Uniformity Criterion 10.2 A multi-part task is said to satisfy the uniformity criterion if the number of choices for any particular part is the same no matter which choices were selected for previous parts

Fundamental Counting Principle (FCP) 10.2 Fundamental Counting Principle (FCP) For a task that consists of k separate parts and satisfies the uniformity criterion Suppose there are n1 ways to do the first task, n2 ways to do the second, etc Then total number of ways to complete the task is n1 × n2 × … × nk

Example 10.2 Using the digits 0,1,2,3,4,5,6,7,8,9, how many 4 digit numbers are there such that 0 isn’t used for first, repetition is okay 0 isn’t used for first, numbers all distinct Number is odd and greater than 5000, repetition is okay

Factorials and Arrangements 10.2 n! = n × (n-1) × (n-2) × … 2 × 1 0! = 1 The total number of different ways to arrange n distinct objects is n!

Permutations 10.3  

Combinations 10.3  

Guidelines for Choosing Counting Method 10.3 If selected items can be repeated or are separate, use FCP If selected items cannot be repeated and order is important, use permutations If selected items cannot be repeated and order isn’t important, use combinations

Pascal’s Triangle 10.4 C(n,r) gives the number in the rth spot of of the nth row

Counting and Gambling In a standard deck of cards, each card has a suit (clubs, spades, hearts or diamonds) and a rank (2,3,4,5,6,7,8,9,10, Jack, Queen, King, Ace). There are 4×13 =52 cards in total A poker hand has 5 different cards from the deck

Poker Hands How many hands in total? C(52,5) How many four of a kind? How many straights? How many three of a kind?