Counting Principles Probability.

Slides:



Advertisements
Similar presentations
4-1 Chapter 4 Counting Techniques.
Advertisements

3.7: Counting Objective: To find the counts of various combinations and permutations, as well as their corresponding probabilities CHS Statistics.
Destiny is not a matter of chance but a choice
Warm-Up Problem Can you predict which offers more choices for license plates? Choice A: a plate with three different letters of the alphabet in any order.
15.2 Counting Methods: Permutations
___ ___ ___ ___ ___ ___ ___ ___ ___
Exploring Counting Rules & Probability Counting Aim: Find the number of possibilities.
3.4 Counting Principles Statistics Mrs. Spitz Fall 2008.
Counting Principles Counting Principles Chapter 6.7.
9.6 Counting Principles Permutations Combinations.
Do Now: Make a tree diagram that shows the number of different objects that can be created. T-shirts: Sizes: S, M, L and T-shirts: Sizes: S, M, L and Type:
3.1 Probability Experiments Probability experiment: An action, or trial, through which specific results (counts, measurements, or responses) are obtained.
Additional Topics in Probability and Counting Larson/Farber 4th ed1.
Introductory Statistics Lesson 3.4 B Objective: SSBAT determine the number of combinations. Standards: M11.E
Counting Techniques 0.4.
Permutations and Combinations
Methods of Counting Outcomes BUSA 2100, Section 4.1.
Counting and Probability It’s the luck of the roll.
IT College Introduction to Computer Statistical Packages Lecture 9 Eng. Heba Hamad 2010.
Additional Topics in Probability and Counting 1 Section 3.4.
Additional Topics in Probability and Counting
Section 4.3 Objectives Use a tree diagram and the Fundamental Counting Principle to find probabilities Determine the number of ways a group of objects.
© The McGraw-Hill Companies, Inc., Chapter 4 Counting Techniques.
Lesson Counting Techniques. Objectives Solve counting problems using the Multiplication Rule Solve counting problems using permutations Solve counting.
Objectives Solve counting problems using the Multiplication Rule Solve counting problems using permutations Solve counting problems using combinations.
Sullivan Algebra and Trigonometry: Section 14.2 Objectives of this Section Solve Counting Problems Using the Multiplication Principle Solve Counting Problems.
Section 3.4 Additional Topics in Probability and Counting © 2012 Pearson Education, Inc. All rights reserved. 1 of 88.
3.4A-Fundamental Counting Principle The number of ways 2 events can occur in sequence (1 after the other) is m x n and it can be extended for more events.
COUNTING PRINCIPALS, PERMUTATIONS, AND COMBINATIONS.
Counting Principles Multiplication rule Permutations Combinations.
Honors PreCalculus: Section 9.1 Basic Combinatorics.
Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 1 Chapter Probability 3.
Probability Experiments Probability experiment An action, or trial, through which specific results (counts, measurements, or responses) are obtained. Outcome.
Counting Principles NMH Upward Bound Summer Academy Statistics H. Reardon.
Permutations and Combinations AII Objectives:  apply fundamental counting principle  compute permutations  compute combinations  distinguish.
SECTION 5.4 COUNTING. Objectives 1. Count the number of ways a sequence of operations can be performed 2. Count the number of permutations 3. Count the.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 13 From Randomness to Probability.
Copyright © Cengage Learning. All rights reserved. Probability and Statistics.
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.
Counting, Permutations, & Combinations
Counting, Permutations, & Combinations
4-1 Chapter 4 Counting Techniques.
Counting, Permutations, & Combinations
Permutations and Combinations
Fundamental Counting Principle
12.2 Permutations and Combinations
Counting, Permutations, & Combinations
Chapter 3 Probability.
Probability and Statistics Chapter 3 Notes
Section 3-4 Permutations
Chapter 0.4 Counting Techniques.
4-1 Chapter 4 Counting Techniques.
Counting Principles NOTES Coach Bridges.
Chapter 3 Probability.
4-1 Chapter 4 Counting Techniques.
Counting, Permutations, & Combinations
Elementary Statistics: Picturing The World
Permutations and Combinations
Warm Up Permutations and Combinations Evaluate  4  3  2  1
Counting, Permutations, & Combinations
Counting, Permutations, & Combinations
Permutations and Combinations
Counting, Permutations, & Combinations
Permutations and Combinations
Chapter 3 Probability.
4-1 Chapter 4 Counting Techniques.
Bellwork Practice Packet 10.3 B side #3.
Section 0.4 Day 1 – Counting Techniques
Addition Rule Objectives
Presentation transcript:

Counting Principles Probability

The Fundamental Counting Principle In this section, you will study several techniques for counting the number of ways an event can occur. One is the Fundamental Counting Principle. You can use this principle to find the number of ways two or more events can occur in sequence.

The Fundamental Counting Principle If one event can occur in m ways and a second event can occur in n ways, the number of ways the two events can occur in sequence is m*n. This rule can be extended for any number of events occurring in sequence. Using the Principle - You are purchasing a new car. Using the following manufacturers, car sizes, and colors, how many different ways can you select one manufacturer, one car size, and one color? Manufacturer: Ford, GM, Chrysler Car size: small, medium Color: white (W), red (R), black (B), green (G)

Solution There are three choices of manufacturers, two car sizes, and four colors. So, the number of ways to select one manufacturer, one car size, and one • color is 3 · 2 ·4 = 24 ways. A tree diagram can help you see why there are 24 options.

Try it yourself Your choices now include a Toyota, a large car, or a tan or gray car. How many different ways can you select one manufacturer, one car size, and one color?

Try this one The access code for a car's security system consists of four digits. Each digit can be 0 through 9. How many access codes are possible if 1. each digit can be used only once and not repeated? 2. each digit can be repeated?

Sample Problem How many license plates can you make if a license plate consists of 1. six (out of 26) alphabetical letters each of which can be repeated? 2. six (out of 26) alphabetical letters each of which cannot be repeated ?

Permutations An important application of the Fundamental Counting Principle is determining the number of ways that n objects can be arranged in order or in a permutation . A permutation is an ordered arrangement of objects. The number of different permutations of n distinct objects is n! . The expression n! is read as n factorial and is defined as follows. n! = n*(n -1) '(n - 2) ' (n - 3) .. . 3 * 2’ * 1 As a special case, O! = 1.

Permutations Here are several other values of n! 1! = 1 2! = 2·1 = 2 3!=3·2·1=6 4! = 4·3·2·1 = 24 5! = 5 . 4 . 3 . 2 . 1 = 120

Finding the Number of Permutations of n Objects The starting lineup for a baseball team consists of nine players. How many different batting orders are possible using the starting lineup? The number of permutations is 9! = 9·8·7·6·5·4·3·2·1 = 362,880. So, there are 362,880 different batting lineups.

Permutations of n Objects Taken r at a time Suppose you want to choose some of the objects in a group and put them in order. Such an ordering is called a permutation of n objects taken, r at a time. The number of permutations of n distinct objects taken r at a time is nPr=-n! /( n-r)!, where r ≤ n.

Example Find the number of ways of forming three-digit codes, which no digit is repeated. Solution – to form a three digit code in which no digit is repeated, you need to select 3 digits from a group of 10, so n=10 and r=3 So there are 720 possible three digit codes that do not have repeating digits.

Try one In a race with eight horses, how many ways can three of the horses finish in first, second, and third place? Assume that there are no ties. Find the quotient of n! and (n - r)! . (List the factors and divide out.) Write the result as a sentence.

Try one Forty-three race cars started the 2004 Daytona 500. How many ways can the cars finish first, second, and third? You need to select three race cars from a group of 43, so n = 43 and r = 3. Because the order is important, the number of ways the cars can finish first, second, and third is

Try one The board of directors for a company has 12 members. One member is the president, another is the vice president, another is the secretary, and another is the treasurer. How many ways can these positions be assigned? Identify the total number of objects n and the number of objects r being chosen in order. Evaluate nPr

Combinations You want to buy three CDs from a selection of five CDs. There are 10 ways to make your selections. ABC, ABD, ABE ACD, ACE ADE BCD, BCE BDE CDE In each selection, order does not matter (ABC is the same set as BAC). The number of ways to choose, r objects from n objects without regard to order is called the number of combinations of n objects taken r at a time.

Combinations A combination is a selection of ,. objects from a group of n objects without regard to order and is denoted by nCr, The number of combinations of r objects selected from a group of n objects is

Example A state's department of transportation plans to develop a new section of interstate highways and receives 16 bids for the project. The state plans to hire 4 of the bidding companies. How many different combinations of four companies can be selected from the 16 bidding companies? The state is selecting four companies from a group of 16, so n=16 and r =4. Because order is not important, there are different combinations.

Try one The manager of an accounting department wants to form a three-person advisory committee from the16 employees in the department. In how many ways can the manager form this committee? Identify the number of objects in the group n and the number of objects to be selected r.