Chapter 11 – Counting Methods Intro to Counting Methods Section 11.1: Counting by Systematic Listing.

Slides:



Advertisements
Similar presentations
Preview Warm Up California Standards Lesson Presentation.
Advertisements

AES Sub-Key Generation By Muhammad Naseem. Rotate Word 09CF4F3C.
1. Permutation 2. Combination 3. Formula for P ( n,r ) 4. Factorial 5. Formula for C ( n,r ) 1.
Introduction to Probability
Learn to describe figures by using the terms of geometry.
Combinations and Probability
4.1. Fundamental Counting Principal Find the number of choices for each option and multiply those numbers together. Lets walk into TGIF and they are offering.
Combinations & Permutations. Essentials: Permutations & Combinations (So that’s how we determine the number of possible samples!) Definitions: Permutation;
 The factorial function (n!)  Permutations  Combinations.
Combinations and Permutations
Graph Partitioning Problem Kernighan and Lin Algorithm
Holt CA Course Sample Spaces Warm Up Warm Up California Standards California Standards Lesson Presentation Lesson PresentationPreview.
Chapter 4 sections 1 and 2.  Fig. 1  Not connected  All vertices are even.  Fig. 2  Connected  All vertices are even.
Chapter 6: Structural Analysis
6.3Find Probabilities Using Combinations
Make a List to Find Sample Spaces
8-1 Building Blocks of Geometry Warm Up Solve. 1. x + 1 = = 2x 3. x – 7 = 6 4. = x3x
AES (Advanced Encryption Standard) By- Sharmistha Roy M.Tech, CSE 1 st semester NIT, Agartala.
Find Probabilities Using Combinations
Computing the chromatic number for block intersection graphs of Latin squares Ed Sykes CS 721 project McMaster University, December 2004 Slide 1.
Course Make a List to Find Sample Spaces Learn to use counting methods to determine possible outcomes. Vocabulary sample space Fundamental Counting.
Holt CA Course Sample Spaces Warm Up Warm Up California Standards California Standards Lesson Presentation Lesson PresentationPreview.
Computing the Cross Product The formula to compute the cross product is a complex one when vectors are in Cartesian form: if u = [a, b, c] and v = [d,
Cryptography Lecture 17: Advanced Encryption Standard (AES) Piotr Faliszewski.
10-3 Make a List to Find Sample Spaces Course 2 Warm Up Warm Up Problem of the Day Problem of the Day Lesson Presentation Lesson Presentation.
Holt CA Course Sample Spaces Warm Up Warm Up California Standards Lesson Presentation Preview.
Objective: Students will use proportional parts of triangles and divide a segment into parts. S. Calahan 2008.
AES Encryption FIPS 197, November 26, Bit Block Encryption Key Lengths 128, 192, 256 Number of Rounds Key Length Rounds Block.
A horse race has the following horses running. How many different first, second and third place results are possible: Mushroom Pepper Sausage Tomato Onion.
Make a List to Find Sample Spaces
A Valentines Day Problem Source The teachers lab Patterns in Mathematics
Geometry: Plane Figures Chapter. point A point marks a location. A A B B line segment the part of the line between 2 points endpoints.
ECE Prof. John A. Copeland fax Office: GCATT Bldg.
Counting Techniques Tree Diagram Multiplication Rule Permutations Combinations.
8.4 Proportionality Theorems. Geogebra Investigation 1)Draw a triangle ABC. 2)Place point D on side AB. 3)Draw a line through point D parallel to BC.
Warm Up For a main dish, you can choose steak or chicken; your side dish can be rice or potatoes; and your drink can be tea or water. Make a tree diagram.
8-1 Building Blocks of Geometry Course 2 Warm Up Warm Up Lesson Presentation Lesson Presentation Problem of the Day Problem of the Day.
Permutations and Combinations. Fundamental Counting Principle If there are r ways of performing one operation, s ways of performing a second operation,
A permutation of r objects taken from n different objects without repetition is an arrangement of the objects in a specific order For example, there 12.
or call for office visit, or call Kathy Cheek,
Homework Packet # 3.
PROPORTIONAL SEGMENTS & BASIC SIMILARITY THEOREM
Jan 2007.
Combinations COURSE 3 LESSON 11-3
Mid-point Theorem and Intercept Theorem
It’s a powerpoint! SWEET!
The Advanced Encryption Standard: Rijndael
Theoretical and Experimental Probability
Make a List to Find Sample Spaces
Combinations & Permutations
Prepare data for Microdeletion
Make an Organized List and Simulate a Problem
CSCE350 Algorithms and Data Structure
Welcome to Accel Precalculus !!!
Arranging and Choosing
Single Source Shortest Paths Bellman-Ford Algorithm
Rotors and Secret-Key Encryption
Data Warehousing Mining & BI
Geometry/Trig Name: __________________________
Splash Screen.
Combinations & Permutations
AB AC AD AE AF 5 ways If you used AB, then, there would be 4 remaining ODD vertices (C, D, E and F) CD CE CF 3 ways If you used CD, then, there.
Splash Screen.
A Series of Slides in 5 Parts Movement 2. BFS
Latin Square Designs.
Warm Up 1. A dog catches 8 out of 14 flying disks thrown. What is the experimental probability that it will catch the next one? 2. If Ted popped 8 balloons.
Splash Screen.
If AD = 10, DC =6, and ED = 15, find DB.
10.5 Permutations and Combinations.
A Series of Slides in 5 Parts Movement 1. DFS
Presentation transcript:

Chapter 11 – Counting Methods Intro to Counting Methods Section 11.1: Counting by Systematic Listing

There are 3 ways to systematically list all the possible outcomes of an event: 1. Listing all Possiblities 2. Product Tables 3. Tree Diagrams

How many ways can a 6 member club elect a President? Club Members: Aaron, Bob, Carly, Debbie, Eddie and Frank Six Possible Presidents: Aaron, Bob, Carly, Debbie, Eddie, Frank

How many ways can a 6 member club elect a President and Vice President? Systematic Listing of Club Members: Aaron, Bob, Carly, Debbie, Eddie, Frank For simplicity lets let: A =Aaron, B=Bob, C =Carly, D =Debbie, E =Eddie, F =Frank

We will list the President first and the Vice President second. Choose someone to be President. A Then list all the possible Vice Presidents with your President.

We will list the President first and the Vice President second. Choose someone to be President. AB Then list all the possible Vice Presidents with your President. AC AD AE AF

Choose another President and match all the possible Vice Presents with that President. AB AC AD AE AF BA BC BD BE BF

Continue this process until you have listed all possible President-Vice President combinations. AB AC AD AE AF BA BC BD BE BF CA CB CD CE CF DA DB DC DE DF EA EB EC ED EF FA FB FC FD FE Is the combination AB the same as BA? Why or why not?

Try this one on your own… Consider two six sided cubes. The first one is numbered 1 – 6 and the second one is lettered A – F. What are all the possible outcomes of rolling these two cubes together?

1A2A3A4A5A6A 1B2B3B4B5B6B 1C2C3C4C5C6C 1D2D3D4D5D6D 1E2E3E4E5E6E 1F2F3F4F5F6F Why does this event have 36 possible outcomes while Example 1 only has 30 outcomes?

2. Product Tables When we have an event that involves two tasks (i.e. Choosing a President and a Vice President or rolling two cubes) we can use a product table to show all possible combinations.

Listing the presidents across the top and vice presidents along the side we have…. AB AC AD AE AF BA BC BD BE BF CA CB CD CE CF DA DB DC DE DF EA EB EC ED EF Vice President President ABCDEFABCDEF A B C D E F FA FB FC FD FE

Construct a product table to show all the possible outcomes for our numbered and lettered cubes problem. Letter Cube Number Cube ABCDEFABCDEF A2A3A4A5A6A 1B2B3B4B5B6B 1C2C3C4C5C6C 1D2D3D4D5D6D 1E2E3E4E5E6E 1F2F3F4F5F6F

3. Tree Diagrams Tree diagrams are another way to systematically show all possible outcomes. Tree diagrams are useful for events containing three or more parts.

Here is a tree diagram of our President- Vice President problem. Vice PresidentPresident ABDEFABDEF A ABCDEABCDE ABCDFABCDF ABCEFABCEF ACDEFACDEF BCDEFBCDEF B C D E F

Construct a tree diagram to show all the possible outcomes for our numbered and lettered cubes problem.

Letter Cube Number Cube 1 ABCDEFABCDEF ABCDEFABCDEF ABCDEFABCDEF ABCDEFABCDEF ABCDEFABCDEF ABCDEFABCDEF

Example 7a: Michelle’s computer printer allows for optional settings with a panel of four on-off switches. Construct a tree diagram to show all the possible ways the switches can be set.

On Off On Off On Off On Off On Off On Off On Off On Off

Notice if we let ON be represented by 0, and OFF represented by 1

Example 7b: Michelle’s computer printer allows for optional settings with a panel of four on-off switches. Construct a tree diagram to show all the possible ways the switches can be set if no two adjacent switches can both be off.

On Off On Off On Off On Off On Off On Off On Off On Off

On Off On On Off On Off On Off On On Off On Off On Off

Notice if we let ON be represented by 0, and OFF represented by 1

Example 8: Aaron, Bobby, Chuck and Debbie have tickets for four reserved seats in a row at a concert. What are the different ways they can seat themselves so that Aaron and Bobby will sit next to each other? Construct a tree diagram.

CDCDBAABBAABCDCDBAABBAAB BAABDABCBAABDABC ABCDABCD DCDCDDBACCBADCDCDDBACCBA