MATH 1324 (Finite Mathematics or Business Math I) Lecture Notes Author / Copyright: Kevin Pinegar

Size: px
Start display at page:

Download "MATH 1324 (Finite Mathematics or Business Math I) Lecture Notes Author / Copyright: Kevin Pinegar"

Transcription

1 MATH 1324 Module 4 Notes: Sets, Counting and Probability 4.2 Basic Counting Techniques: Addition and Multiplication Principles What is probability? In layman s terms it is the act of assigning numerical value to a particular event. The event might be Winning a lottery, a raffle or even a multimillion dollar powerball jackpot (don t get excited) Guessing the correct answer on a multiple choice or true/false test question Selecting an Ace from a deck of cards, or getting a full house (poker hand) Rolling a sum of 7 or 11 on a pair of dice or flipping heads or tails on a coin Having a boy or girl (given that you are pregnant of course) That a light bulb or battery will last more than 1000 hours. That you will wait in line more than 15 minutes at a fast food restaurant. That an electronic device will have a defect within first year of use That a person contracts a disease or loses their before they turn 40 That a person will file an auto insurance claim during a time period These are just a few examples of the many applications of probability. How do you determine the probability of an event? To put it simply, you take the number of ways that your event can occur divided by the number of total possibilities. (ASSUMING each event is equally likely to occur) On events that are not equally likely we must take a different approach. Counting the number of elements in a set is a very important tool for probability. That is why these counting techniques are so important. Example: Suppose you toss two coins. What is the probability that both coins are heads? There are 4 possible outcomes {(h,h),(h,t),(t,h),(t,t)} and only one way to get the desired event {(h,h)}. Thus, the probability is 1/4 if we assume each output is equally likely. In other examples it might not be so easy to count the total number of possibilities (or the number of ways to get the event). Suppose you buy a lotto ticket and want to know the probability that your numbers will be selected. Could you actually write out all possible scenarios? I doubt you would want to try. What if you are dealt a 5-card hand of cards, and you want to know your chances of getting a full house (3 of one kind and two of another). Would you want to have to write down every 5-card hand that results in a full house, so you could count them? Again, these examples assume each event is equally likely to occur. Counting Techniques: Counting techniques give us a way to count how many elements are in a set, without having to actually count them. Caution: During the first couple of sections of this chapter, we will only be determining how many ways an event can occur. We will not be calculating probabilities until later. I say this because students commonly make the following error my probability test. When a question asks how many possible outcomes there are for an event, students sometimes give the probability for the event. And, when I ask for the probability, students will give the number of possible outcomes. Read the questions carefully. Counting Techniques Discussed I. Addition Principle II. Multiplication Principle III. Permutations IV. Combinations Before we can talk about how many elements are in a set, we must first recall some terminology about sets we discussed earlier. 1

2 Set Notations Definition i. U is the universal set (not to be confused with the union notation) The universal set contains all of the elements. ii. A B is read A union B. An element is in the set A B if the element lies in either set A or set B. Note: Even if an element occurs in both sets, you only list it once. iii. A B is read A intersect B. An element is in the set A B if the element lies (simultaneously) in both set A and set B. iv. A or A is read A complement or not A. An element is in the set A if the element lies outside of set A. Notice for each set A, B, C I simply listed elements from U that are not in those sets. v. The capital letter notation A defines the set A while n(a) is the notation used to give the number of elements in set A. vi. Represents the empty set. {a set with no elements, like, the number of pregnant men in class} vii. Lower case letters can represent elements of a set. a A and so on. Example Suppose we selected a card from a standard deck of cards. U would be the set containing all 52 cards. But f we selected a 3-card hand from the deck, U would be the set containing all 3 card-hands. Let U be the following common shapes. U={circle, triangle, square, pentagon, hexagon, heptagon, octagon, diamond, heart, star} Suppose sets A, B and C represents the following sets of common shapes: A={circle, triangle, square, hexagon} B={octagon, square, diamond, triangle} C={pentagon, heart, diamond} Then, A B ={circle, triangle, square, hexagon, octagon, diamond} A C ={circle, triangle, square, hexagon, pentagon, heart, diamond} Using the same sets above, A B={triangle, square} B C={diamond} Using the same sets above, A ={pentagon, heptagon, octagon, diamond, heart, star} B ={circle, pentagon, hexagon, heptagon, heart, star} C ={circle, triangle, square, hexagon, heptagon, octagon, star} Using the same sets above, A={circle, triangle, square, hexagon} But, n(a)=4 A B={triangle, square} But, n(a B)=2 A ={pentagon, heptagon, octagon, diamond, heart, star} But, n(a )=6 Notice that if I define the set A C, that set is empty. A C= and n(a C)=0 and 0 are related but not same meaning. For set A we can say circle A and star A. 2

3 Addition Principle For any two sets A and B, n(a B)=n(A)+n(B) n(a B) This is true because if you simply add the number in each set together, you add their intersection both times. So the subtraction corrects the duplication. If A and B are disjoint (their intersection is ), then n(a B)=n(A)+n(B) 0 = n(a)+n(b) Example from our sets above. 1) Find the number of elements in A B without counting them. n(a B)=n(A)+n(B) n(a B)=4+4-2=6 Check: A B ={circle, triangle, square, hexagon, octagon, diamond} (6 elements) 2) Find the number of elements in A C without counting them. Since A and C are disjoint, n(a C)=n(A)+n(C)= 4+3=7 Check: A C ={circle, triangle, square, hexagon, pentagon, heart, diamond} (7 elements) In other sets it will be too difficult to check the answers. That is why we need this principle. Playing Card Example Consider a standard deck of 52 cards. U= {the set of all 52 cards} Let A represent the set of all red cards in a standard deck. {hearts,diamonds} A={Ah,2h,3h,..., Ad,2d,3d,...} n(a)=26 Let B represent all face cards in a standard deck. (jacks, queens, kings} B= {Jh.Qh,Kh,Jd,Qd,Kd,Js,Qs,Ks,Jc,Qc,Kc} n(b)=12 Let C represent the set of all two s in the deck. C={2h,2d,2s,2c} n(c)=4 1) Find the n(a B) Answer: A B={Jh,Qh,Kh,Jd,Qd,Kd} n(a B)=6 2) Find the n(a B) Answer: n(a B)= =32 n(a B)=32 3) Find the n(b C) Answer: B C = ; n(b C)=0 4) Find the n(b C) Answer: n(b C)=12+4=16 n(b C)=16 Let s fill out a Venn Diagram for sets A and B. n(u)=52 (all the cards) n(a)=26 (all red cards) n(b)=12 (all face cards) n(a B)=6 (red AND face cards) n(a B )=20 (red but not face cards) n(a B)= 6 (not red but are face cards) n(a B )= 20 (not red nor face cards) Once this is completed you can answer other questions. How many are not red?(6+20=26) How many are not face cards? (20+20=40) U (52) A (26) B (12) A B 26-6 =20 A B (6) A B (52-32=20) A B 12-6 =6 3

4 More Addition Principle Examples 1. In a class of 35 students, 19 are married and 20 are blondes. Given that there are 7 students that are both married and blonde, answer the following questions. {See diagram} a) How many are married, but not blonde? a) Answer: 12 b) How many are blonde but not married? b) Answer: 13 c) How many are blonde or married? c) Answer: =32 d) How many are neither blonde nor married? d) Answer: 35-32=3 e) How many are not blonde? e) Answer: 12+3=15 Venn Diagram: You could have used the addition principle formula for part c: n(a B)= =32 Let A represent the married students and B represent the blonde students and then fill in the diagram. U=35 A(19) B(20) In a survey of 500 businesses it was found that 250 had copiers and 300 had fax machines. It was also determined that 100 businesses had both copiers and fax machines. {Draw your own diagram} a) How many had either a copier or a fax machine? a) Answer: 450 b) How many had neither a copier nor a fax machine? b) Answer: 50 c) How many had a copier, but no fax machine? c) Answer: 150 d) How many had a fax machine, but no copier? d) Answer: 200 {Just the fax ma am, just the fax!} e) How many had no fax machines? e) Answer: 200 U=500 A(250) B(300) Given: n(u)=110, n(a)=50, n(b)=75, n(a B)=105, find the following: a) n(a B) b) n(a B) c) n(a B ) d) n[(a B) ] e) n(b ) From the addition principle, n(a B)=n(A)+n(B) - n(a B), thus 105= n(a B) solve the equation to get n(a B)=20 b) 55, c) 5, d) 5, e)

5 Practice 1: Suppose your class has 50 students. There are 23 students majoring in psychology and 16 majoring in sociology. Seven students are seeking a double major in psychology and sociology. Fill out a two-set Venn diagram and answer the questions. a) How many are majoring in psychology alone? b) How many are majoring in sociology alone? c) How many are majoring in EITHER psychology or sociology? d) How many are majoring in NEITHER psychology nor sociology? e) How many are NOT majoring in psychology Answers: a) 23-7=16 b) 16-7=9 c) =32 d) 50-32=18 e) 9+18=27 Practice 2 (Don t Peek): A survey of 100 employees who exercise regularly found the following: 45 jog; 30 swim; 20 cycle; 6 jog and swim; 1 jog and cycle; 5 swim and cycle; 1 does all three. Fill out a 3-set Venn Diagram to answer the following. a) How many jog and swim but do not cycle? b) How many jog or swim? c) How many jog or swim or cycle? d) How many do only one of the three exercises? e) How many do none of the three exercises? Answers (see diagram below) a) 5 b) 6 c) 84 d) =74 e) =16 Notes: n(u)=100 n(j)=45 n(s)=30 n(c)=20 J 39 S 5 0 C

6 MULTIPLICATION PRINCIPLE 1. If 2 operations O1 and O2 are performed in order, with N1 possible outcomes for O1 and N2 possible outcomes for O2, then there are N1*N2 possible combined outcomes of the first operation followed by the second operation. 2. This principle can be generalized for any number of operations. If there are O1,O2,..On operations performed with N1,N2,.Nn possible outcomes for each respectively; then there are N1*N2*N3*..*Nn possible combined outcomes of the operations performed in a given order. Example 1: Suppose you are getting ready for work and notice you have only 2 shirts and 3 pants that are clean. How many different outfits can you put together with one shirt and one pant? O1 is selecting the shirt and N1 is equal to 2. O2 is selecting the pant and N2 is equal to 3. Answer: You have N1*N2=2*3=6 possible outfits. Example 1: Suppose you are getting ready for work and notice you have only 2 shirts, 3 pants that are clean with 4 pair of socks, 2 belts and 5 pair of shoes. (We won t ask about your underwear) Now, how many different outfits can you put together with one shirt and one pant? O1 is selecting the shirt and N1 is equal to 2. O2 is selecting the pant and N2 is equal to 3. O3 is selecting the socks and N2 is equal to 4. O4 is selecting the belt and N2 is equal to 2. O5 is selecting the shoes and N2 is equal to 5. Answer: You have 2*3*4*2*5=240 possible outfits!!! See you have enough outfits for 8 months. Of course, we are assuming the fashion police are not on the prowl. Note: There was a trait in the above problems that is not always true. There was no repetition. In other words, there was no chance of you selecting the same shirt twice, same pants twice etc The next example is an example that does allow repetition. Example: Suppose you take a 5 question multiple choice quiz and decide to randomly select each answer. a) How many different answer sheets can be submitted if each question has 4 responses? b) How many different answer sheets can be submitted if each question has 5 responses? Solution a) In this example could your answers be repeated? For example: {a,a,b,b,b}. Of course they could. Even the sheet {a,a,a,a,a} is a possible selection. This problem allows repetition and each of the five questions represent an operation. Each operation has 4 choices that can be repeated. Answer: 4*4*4*4*4=4 5 =1024 possible answer sheets. Solution b) This is just like part a except that each operation has five choices. Answer: 5*5*5*5*5=5 5 =3125 possible answer sheets. You can see that the possibilities build dramatically as we add more questions and more choices. If this were 10 questions the answers would be 4 10 for a and 5 10 for b. 6

7 A Note About Tree Diagrams A tree diagram is a visual representation of the choices. The first set of branches represent the choices for operation 1, the second set of branches represent the choices for operation 2 and so on. On the right is a tree diagram for the shirts and pants in the earlier example. You can see there are 6 paths to follow. {Shirt 1, Pant 1} {Shirt 1, Pant 2} {Shirt 1, Pant 3} {Shirt 2, Pant 1} {Shirt 2, Pant 3} {Shirt 2, Pant 3} Tree Diagram 2 choices followed by 3 choices P3 If we added the 2 belts we would get two branches coming out of each P branch (B1,B2) to give 24 outfits. You can imagine how big this diagram would get if we added 4 th and 5 th tiered branches for socks and shoes. On the earlier question regarding multiple choice questions, the branches would grow exponentially. Suppose we just assume 4 possible choices per question. Just for two questions there are 16 paths on the tree diagram. For three questions, we would have 64 paths, four questions yield 256 paths and for the fifth question we would have 1024 paths. Tree Diagram Two multiple choice questions With 4 choices each. (4x4=16) P3 a b c d a b c d a b c d a b c d 7

8 Multiplication Principle Examples 1. If a married couple is planning to have two children, how many possible outcomes are possible if the order of the births are taken into account? O1= result of first child {B or G} N1=2 possible outcomes O2= result of second child {B or G} N2=2 possible outcomes Answer: 2*2=4 possible outcomes Note: Having multiple children, tossing multiple coins and answering multiple T/F questions follow a similar pattern. 1a) How many outcomes are possible if THREE coins are tossed. Answer: 2*2*2=8 1b) How many outcomes are possible if FIVE coins are tossed. Answer: 2*2*2*2*2=32 1c) How many outcomes are possible if THREE T/F are answered. Answer: 2*2*2=8 1d) How many outcomes are possible if FIVE T/F are answered. Answer: 2*2*2*2*2=32 Binary Code. Here is an interesting example: We know computer technology is based on binary numbers (numbers consisting of only 0 s or 1 s). You don t need to know binary arithmetic to understand this example. A bit is a basic unit of information in computing and digital devices. A bit can have only one of two values (0 or 1). When someone discusses 8 bits, 128 bits or 256 bits; they are referring to a binary number consisting of only 0 s or 1 s. For example, some 8 bit numbers might be: { , , , } How many 8-bit numbers exist? You can easily determine the answer. There would be 8 operations with 2 choices per operation (repetition is allowed). (2)(2)(2)(2)(2)(2)(2)(2)=2 8 =256 possibilities. Computer experts use numbers that are very large in length as an aide in protecting our accounts, , passwords and so on. This is digital security or encryption. The topic is too broad to explain here, but let me give you an analogy. We know a car door might have a 5-digit code of the numbers 0-9. Suppose for a moment, that the code consisted of only numbers 0 or 1. Then there would be 2 5 =32 possible codes which is not very secures. A thief could try all 32 codes until he got one that works. BUT, suppose there 128 buttons on the car door. How many codes would be possible? Answer: = x possibilities. You have a much greater chance at buying the winning lottery ticket than breaking into the car during this decade. Computers can use 64-bit, 128-bit and 256-bit encryption. That s what keeps your credit card number secure over cyberspace. 2. You go to your closet and find that you only have 2 clean shirts, 3 clean pants, 3 decent pairs of shoes, and 4 belts. How many outfits can you put together assuming all other garments are predetermined? {shoes must match} O1= shirt,n1=2; O2= pants,n2=3; O3= shoes,n3=3; O4=belt,N4=4 Answer: 2*3*3*4=72 outfits 4. How many possible 10-digit phone numbers are possible under the following conditions? a) No restrictions (each number can be 0-9) =10 10 =10,000,000,00 b) The first number cannot be a 0 or = =8,000,000,000 Phone companies keep track so they do not run out of phone numbers to issue. Of course there are even less numbers that can actually be used because you can t begin a number with 911, 411, etc. 8

9 3. Suppose a debit card has a PIN consisting of 4 digits. a) How many possible codes can be selected if there are no restrictions on the selection? Solution: Each number can be {0,1,2,3,4,5,6,7,8,9} and you must select 4 numbers. Answer: 10*10*10*10=10000 options b) How many possible codes can be selected if digits cannot be repeated? Solution: There are 10 choices for first number, 9 choices for second number and so on. Answer: 10*9*8*7=5040 c) How many possible codes can be selected if adjacent digits must be different? Solution: The first number can be any of the 10 numbers; the second number cannot be the same as the first number (9 choices); the third number can t be same as second number but can be any other number (9 choices); the fourth number can t be same as third number but can be any other number (9 choices). Answer: 10*9*9*9=7290 Dice and Coins 4) If you toss 4 coins, how many ways can they land? 2*2*2*2=16 5) If you toss two 6-sided dice, how many ways can they land? 6*6=36 6) If you toss three 6-sided dice, how many ways can they land? 6*6*6=216 7) If you toss a 4-sided, 5-sided and 6-sided die, how many ways can they land? 4*5*6=120 8a) How many different license plates can be manufactured if they must consist of exactly 6 characters {letters or digits}? There are 36 characters (26 letters,10 digits). Solution: Each space can be any of 36 characters. Answer: 36*36*36*36*36*36=36 6 8b) What if we could have up to and including 6 characters? Solution: Ask how many one character plates can be assigned. {36} Ask how many two character plates can be assigned. {36*36=36 2 } Ask how many one character plates can be assigned. {36*36*36=36 3 } Up to how many six character plates can be assigned. {36 6 } Adding up all the possibilities gives: = 2,238,976,116 Do you think 2 billion is enough? If not, we can squeeze one more plate,36 0 =1. This represent the plate with nothing on it 8. How many ways can you answer a five question multiple choice test if the test consists of; a) 5 True/False questions. Answer: 2*2*2*2*2=2 5 =32 b) 5 multiple choice questions with 4 possible responses each. Answer: 4*4*4*4*4=4 5 =1024 c) 3 T-F questions followed by 2 of the multiple choice questions. Answer: 2*2*2*4*4=2 3 *4 2 =128 9) Pizza-Pizza: Suppose you can order a pizza that has 4 options for sauce, 10 options for toppings, 3 options for crust in 2 different sizes. How many different pizzas can be ordered if you will only choose one sauce, one topping, one crust and one size? Answer: 4*10*3*2=240 10) How many different 3 letter code words can be created from the first 9 letters of the alphabet under the given conditions. a) No restrictions on the code words. 9*9*9=729 b) No letter can be repeated. 9*8*7=504 Next we will have fun with permutations and combinations!!! 9

4.1 Sample Spaces and Events

4.1 Sample Spaces and Events 4.1 Sample Spaces and Events An experiment is an activity that has observable results. Examples: Tossing a coin, rolling dice, picking marbles out of a jar, etc. The result of an experiment is called an

More information

CHAPTER 7 Probability

CHAPTER 7 Probability CHAPTER 7 Probability 7.1. Sets A set is a well-defined collection of distinct objects. Welldefined means that we can determine whether an object is an element of a set or not. Distinct means that we can

More information

Probability. Ms. Weinstein Probability & Statistics

Probability. Ms. Weinstein Probability & Statistics Probability Ms. Weinstein Probability & Statistics Definitions Sample Space The sample space, S, of a random phenomenon is the set of all possible outcomes. Event An event is a set of outcomes of a random

More information

Finite Mathematics MAT 141: Chapter 8 Notes

Finite Mathematics MAT 141: Chapter 8 Notes Finite Mathematics MAT 4: Chapter 8 Notes Counting Principles; More David J. Gisch The Multiplication Principle; Permutations Multiplication Principle Multiplication Principle You can think of the multiplication

More information

Math 102 Practice for Test 3

Math 102 Practice for Test 3 Math 102 Practice for Test 3 Name Show your work and write all fractions and ratios in simplest form for full credit. 1. If you draw a single card from a standard 52-card deck what is P(King face card)?

More information

7.1 Experiments, Sample Spaces, and Events

7.1 Experiments, Sample Spaces, and Events 7.1 Experiments, Sample Spaces, and Events An experiment is an activity that has observable results. Examples: Tossing a coin, rolling dice, picking marbles out of a jar, etc. The result of an experiment

More information

Intermediate Math Circles November 1, 2017 Probability I

Intermediate Math Circles November 1, 2017 Probability I Intermediate Math Circles November 1, 2017 Probability I Probability is the study of uncertain events or outcomes. Games of chance that involve rolling dice or dealing cards are one obvious area of application.

More information

Such a description is the basis for a probability model. Here is the basic vocabulary we use.

Such a description is the basis for a probability model. Here is the basic vocabulary we use. 5.2.1 Probability Models When we toss a coin, we can t know the outcome in advance. What do we know? We are willing to say that the outcome will be either heads or tails. We believe that each of these

More information

Advanced Intermediate Algebra Chapter 12 Summary INTRO TO PROBABILITY

Advanced Intermediate Algebra Chapter 12 Summary INTRO TO PROBABILITY Advanced Intermediate Algebra Chapter 12 Summary INTRO TO PROBABILITY 1. Jack and Jill do not like washing dishes. They decide to use a random method to select whose turn it is. They put some red and blue

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. More 9.-9.3 Practice Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Answer the question. ) In how many ways can you answer the questions on

More information

Section Introduction to Sets

Section Introduction to Sets Section 1.1 - Introduction to Sets Definition: A set is a well-defined collection of objects usually denoted by uppercase letters. Definition: The elements, or members, of a set are denoted by lowercase

More information

Block 1 - Sets and Basic Combinatorics. Main Topics in Block 1:

Block 1 - Sets and Basic Combinatorics. Main Topics in Block 1: Block 1 - Sets and Basic Combinatorics Main Topics in Block 1: A short revision of some set theory Sets and subsets. Venn diagrams to represent sets. Describing sets using rules of inclusion. Set operations.

More information

Here are two situations involving chance:

Here are two situations involving chance: Obstacle Courses 1. Introduction. Here are two situations involving chance: (i) Someone rolls a die three times. (People usually roll dice in pairs, so dice is more common than die, the singular form.)

More information

Probability. Dr. Zhang Fordham Univ.

Probability. Dr. Zhang Fordham Univ. Probability! Dr. Zhang Fordham Univ. 1 Probability: outline Introduction! Experiment, event, sample space! Probability of events! Calculate Probability! Through counting! Sum rule and general sum rule!

More information

The probability set-up

The probability set-up CHAPTER 2 The probability set-up 2.1. Introduction and basic theory We will have a sample space, denoted S (sometimes Ω) that consists of all possible outcomes. For example, if we roll two dice, the sample

More information

Algebra 2 Notes Section 10.1: Apply the Counting Principle and Permutations

Algebra 2 Notes Section 10.1: Apply the Counting Principle and Permutations Algebra 2 Notes Section 10.1: Apply the Counting Principle and Permutations Objective(s): Vocabulary: I. Fundamental Counting Principle: Two Events: Three or more Events: II. Permutation: (top of p. 684)

More information

5 Elementary Probability Theory

5 Elementary Probability Theory 5 Elementary Probability Theory 5.1 What is Probability? The Basics We begin by defining some terms. Random Experiment: any activity with a random (unpredictable) result that can be measured. Trial: one

More information

Slide 1 Math 1520, Lecture 13

Slide 1 Math 1520, Lecture 13 Slide 1 Math 1520, Lecture 13 In chapter 7, we discuss background leading up to probability. Probability is one of the most commonly used pieces of mathematics in the world. Understanding the basic concepts

More information

4.3 Rules of Probability

4.3 Rules of Probability 4.3 Rules of Probability If a probability distribution is not uniform, to find the probability of a given event, add up the probabilities of all the individual outcomes that make up the event. Example:

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Spring 2007 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 7.1 - Experiments, Sample Spaces,

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Spring 2007 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 7.1 - Experiments, Sample Spaces,

More information

The probability set-up

The probability set-up CHAPTER The probability set-up.1. Introduction and basic theory We will have a sample space, denoted S sometimes Ω that consists of all possible outcomes. For example, if we roll two dice, the sample space

More information

MAT104: Fundamentals of Mathematics II Summary of Counting Techniques and Probability. Preliminary Concepts, Formulas, and Terminology

MAT104: Fundamentals of Mathematics II Summary of Counting Techniques and Probability. Preliminary Concepts, Formulas, and Terminology MAT104: Fundamentals of Mathematics II Summary of Counting Techniques and Probability Preliminary Concepts, Formulas, and Terminology Meanings of Basic Arithmetic Operations in Mathematics Addition: Generally

More information

CISC 1400 Discrete Structures

CISC 1400 Discrete Structures CISC 1400 Discrete Structures Chapter 6 Counting CISC1400 Yanjun Li 1 1 New York Lottery New York Mega-million Jackpot Pick 5 numbers from 1 56, plus a mega ball number from 1 46, you could win biggest

More information

Probability and Counting Techniques

Probability and Counting Techniques Probability and Counting Techniques Diana Pell (Multiplication Principle) Suppose that a task consists of t choices performed consecutively. Suppose that choice 1 can be performed in m 1 ways; for each

More information

Chapter 3: Elements of Chance: Probability Methods

Chapter 3: Elements of Chance: Probability Methods Chapter 3: Elements of Chance: Methods Department of Mathematics Izmir University of Economics Week 3-4 2014-2015 Introduction In this chapter we will focus on the definitions of random experiment, outcome,

More information

LC OL Probability. ARNMaths.weebly.com. As part of Leaving Certificate Ordinary Level Math you should be able to complete the following.

LC OL Probability. ARNMaths.weebly.com. As part of Leaving Certificate Ordinary Level Math you should be able to complete the following. A Ryan LC OL Probability ARNMaths.weebly.com Learning Outcomes As part of Leaving Certificate Ordinary Level Math you should be able to complete the following. Counting List outcomes of an experiment Apply

More information

Solutions for Exam I, Math 10120, Fall 2016

Solutions for Exam I, Math 10120, Fall 2016 Solutions for Exam I, Math 10120, Fall 2016 1. Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} A = {1, 2, 3} B = {2, 4, 6, 8, 10}. C = {4, 5, 6, 7, 8}. Which of the following sets is equal to (A B) C? {1, 2, 3,

More information

Homework Set #1. 1. The Supreme Court (9 members) meet, and all the justices shake hands with each other. How many handshakes are there?

Homework Set #1. 1. The Supreme Court (9 members) meet, and all the justices shake hands with each other. How many handshakes are there? Homework Set # Part I: COMBINATORICS (follows Lecture ). The Supreme Court (9 members) meet, and all the justices shake hands with each other. How many handshakes are there? 2. A country has license plates

More information

Honors Precalculus Chapter 9 Summary Basic Combinatorics

Honors Precalculus Chapter 9 Summary Basic Combinatorics Honors Precalculus Chapter 9 Summary Basic Combinatorics A. Factorial: n! means 0! = Why? B. Counting principle: 1. How many different ways can a license plate be formed a) if 7 letters are used and each

More information

3 The multiplication rule/miscellaneous counting problems

3 The multiplication rule/miscellaneous counting problems Practice for Exam 1 1 Axioms of probability, disjoint and independent events 1 Suppose P (A 0, P (B 05 (a If A and B are independent, what is P (A B? What is P (A B? (b If A and B are disjoint, what is

More information

PROBABILITY. 1. Introduction. Candidates should able to:

PROBABILITY. 1. Introduction. Candidates should able to: PROBABILITY Candidates should able to: evaluate probabilities in simple cases by means of enumeration of equiprobable elementary events (e.g for the total score when two fair dice are thrown), or by calculation

More information

Chapter 1: Sets and Probability

Chapter 1: Sets and Probability Chapter 1: Sets and Probability Section 1.3-1.5 Recap: Sample Spaces and Events An is an activity that has observable results. An is the result of an experiment. Example 1 Examples of experiments: Flipping

More information

EECS 203 Spring 2016 Lecture 15 Page 1 of 6

EECS 203 Spring 2016 Lecture 15 Page 1 of 6 EECS 203 Spring 2016 Lecture 15 Page 1 of 6 Counting We ve been working on counting for the last two lectures. We re going to continue on counting and probability for about 1.5 more lectures (including

More information

Math 1070 Sample Exam 1

Math 1070 Sample Exam 1 University of Connecticut Department of Mathematics Math 1070 Sample Exam 1 Exam 1 will cover sections 4.1-4.7 and 5.1-5.4. This sample exam is intended to be used as one of several resources to help you

More information

Unit 1 Day 1: Sample Spaces and Subsets. Define: Sample Space. Define: Intersection of two sets (A B) Define: Union of two sets (A B)

Unit 1 Day 1: Sample Spaces and Subsets. Define: Sample Space. Define: Intersection of two sets (A B) Define: Union of two sets (A B) Unit 1 Day 1: Sample Spaces and Subsets Students will be able to (SWBAT) describe events as subsets of sample space (the set of outcomes) using characteristics (or categories) of the outcomes, or as unions,

More information

RANDOM EXPERIMENTS AND EVENTS

RANDOM EXPERIMENTS AND EVENTS Random Experiments and Events 18 RANDOM EXPERIMENTS AND EVENTS In day-to-day life we see that before commencement of a cricket match two captains go for a toss. Tossing of a coin is an activity and getting

More information

Chapter 3: Probability (Part 1)

Chapter 3: Probability (Part 1) Chapter 3: Probability (Part 1) 3.1: Basic Concepts of Probability and Counting Types of Probability There are at least three different types of probability Subjective Probability is found through people

More information

CHAPTER 9 - COUNTING PRINCIPLES AND PROBABILITY

CHAPTER 9 - COUNTING PRINCIPLES AND PROBABILITY CHAPTER 9 - COUNTING PRINCIPLES AND PROBABILITY Probability is the Probability is used in many real-world fields, such as insurance, medical research, law enforcement, and political science. Objectives:

More information

4.1. Counting Principles. Investigate the Math

4.1. Counting Principles. Investigate the Math 4.1 Counting Principles YOU WILL NEED calculator standard deck of playing cards EXPLORE Suppose you roll a standard red die and a standard blue die at the same time. Describe the sample space for this

More information

Chapter 11: Probability and Counting Techniques

Chapter 11: Probability and Counting Techniques Chapter 11: Probability and Counting Techniques Diana Pell Section 11.1: The Fundamental Counting Principle Exercise 1. How many different two-letter words (including nonsense words) can be formed when

More information

Chapter 4: Probability and Counting Rules

Chapter 4: Probability and Counting Rules Chapter 4: Probability and Counting Rules Before we can move from descriptive statistics to inferential statistics, we need to have some understanding of probability: Ch4: Probability and Counting Rules

More information

Chapter 11: Probability and Counting Techniques

Chapter 11: Probability and Counting Techniques Chapter 11: Probability and Counting Techniques Diana Pell Section 11.3: Basic Concepts of Probability Definition 1. A sample space is a set of all possible outcomes of an experiment. Exercise 1. An experiment

More information

Grade 7/8 Math Circles February 25/26, Probability

Grade 7/8 Math Circles February 25/26, Probability Faculty of Mathematics Waterloo, Ontario N2L 3G1 Probability Grade 7/8 Math Circles February 25/26, 2014 Probability Centre for Education in Mathematics and Computing Probability is the study of how likely

More information

Probability (Devore Chapter Two)

Probability (Devore Chapter Two) Probability (Devore Chapter Two) 1016-351-01 Probability Winter 2011-2012 Contents 1 Axiomatic Probability 2 1.1 Outcomes and Events............................... 2 1.2 Rules of Probability................................

More information

Math 227 Elementary Statistics. Bluman 5 th edition

Math 227 Elementary Statistics. Bluman 5 th edition Math 227 Elementary Statistics Bluman 5 th edition CHAPTER 4 Probability and Counting Rules 2 Objectives Determine sample spaces and find the probability of an event using classical probability or empirical

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

Probability - Chapter 4

Probability - Chapter 4 Probability - Chapter 4 In this chapter, you will learn about probability its meaning, how it is computed, and how to evaluate it in terms of the likelihood of an event actually happening. A cynical person

More information

Rosen, Discrete Mathematics and Its Applications, 6th edition Extra Examples

Rosen, Discrete Mathematics and Its Applications, 6th edition Extra Examples Rosen, Discrete Mathematics and Its Applications, 6th edition Extra Examples Section 6.1 An Introduction to Discrete Probability Page references correspond to locations of Extra Examples icons in the textbook.

More information

Week 3 Classical Probability, Part I

Week 3 Classical Probability, Part I Week 3 Classical Probability, Part I Week 3 Objectives Proper understanding of common statistical practices such as confidence intervals and hypothesis testing requires some familiarity with probability

More information

Week 1: Probability models and counting

Week 1: Probability models and counting Week 1: Probability models and counting Part 1: Probability model Probability theory is the mathematical toolbox to describe phenomena or experiments where randomness occur. To have a probability model

More information

STAT Chapter 14 From Randomness to Probability

STAT Chapter 14 From Randomness to Probability STAT 203 - Chapter 14 From Randomness to Probability This is the topic that started my love affair with statistics, although I should mention that we will only skim the surface of Probability. Let me tell

More information

Name: Class: Date: 6. An event occurs, on average, every 6 out of 17 times during a simulation. The experimental probability of this event is 11

Name: Class: Date: 6. An event occurs, on average, every 6 out of 17 times during a simulation. The experimental probability of this event is 11 Class: Date: Sample Mastery # Multiple Choice Identify the choice that best completes the statement or answers the question.. One repetition of an experiment is known as a(n) random variable expected value

More information

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) (a) (b) (c) (d) (e)...

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) (a) (b) (c) (d) (e)... Math 10120, Exam I September 15, 2016 The Honor Code is in e ect for this examination. All work is to be your own. You may use a calculator. The exam lasts for 1 hour and 15 min. Be sure that your name

More information

MATH 215 DISCRETE MATHEMATICS INSTRUCTOR: P. WENG

MATH 215 DISCRETE MATHEMATICS INSTRUCTOR: P. WENG MATH DISCRETE MATHEMATICS INSTRUCTOR: P. WENG Counting and Probability Suggested Problems Basic Counting Skills, Inclusion-Exclusion, and Complement. (a An office building contains 7 floors and has 7 offices

More information

3 The multiplication rule/miscellaneous counting problems

3 The multiplication rule/miscellaneous counting problems Practice for Exam 1 1 Axioms of probability, disjoint and independent events 1. Suppose P (A) = 0.4, P (B) = 0.5. (a) If A and B are independent, what is P (A B)? What is P (A B)? (b) If A and B are disjoint,

More information

Permutations: The number of arrangements of n objects taken r at a time is. P (n, r) = n (n 1) (n r + 1) =

Permutations: The number of arrangements of n objects taken r at a time is. P (n, r) = n (n 1) (n r + 1) = Section 6.6: Mixed Counting Problems We have studied a number of counting principles and techniques since the beginning of the course and when we tackle a counting problem, we may have to use one or a

More information

Option 1: You could simply list all the possibilities: wool + red wool + green wool + black. cotton + green cotton + black

Option 1: You could simply list all the possibilities: wool + red wool + green wool + black. cotton + green cotton + black ACTIVITY 6.2 CHOICES 713 OBJECTIVES ACTIVITY 6.2 Choices 1. Apply the multiplication principle of counting. 2. Determine the sample space for a probability distribution. 3. Display a sample space with

More information

CHAPTERS 14 & 15 PROBABILITY STAT 203

CHAPTERS 14 & 15 PROBABILITY STAT 203 CHAPTERS 14 & 15 PROBABILITY STAT 203 Where this fits in 2 Up to now, we ve mostly discussed how to handle data (descriptive statistics) and how to collect data. Regression has been the only form of statistical

More information

Probability. Probabilty Impossibe Unlikely Equally Likely Likely Certain

Probability. Probabilty Impossibe Unlikely Equally Likely Likely Certain PROBABILITY Probability The likelihood or chance of an event occurring If an event is IMPOSSIBLE its probability is ZERO If an event is CERTAIN its probability is ONE So all probabilities lie between 0

More information

Bell Work. Warm-Up Exercises. Two six-sided dice are rolled. Find the probability of each sum or 7

Bell Work. Warm-Up Exercises. Two six-sided dice are rolled. Find the probability of each sum or 7 Warm-Up Exercises Two six-sided dice are rolled. Find the probability of each sum. 1. 7 Bell Work 2. 5 or 7 3. You toss a coin 3 times. What is the probability of getting 3 heads? Warm-Up Notes Exercises

More information

Chapter 6: Probability and Simulation. The study of randomness

Chapter 6: Probability and Simulation. The study of randomness Chapter 6: Probability and Simulation The study of randomness 6.1 Randomness Probability describes the pattern of chance outcomes. Probability is the basis of inference Meaning, the pattern of chance outcomes

More information

Unit 11 Probability. Round 1 Round 2 Round 3 Round 4

Unit 11 Probability. Round 1 Round 2 Round 3 Round 4 Study Notes 11.1 Intro to Probability Unit 11 Probability Many events can t be predicted with total certainty. The best thing we can do is say how likely they are to happen, using the idea of probability.

More information

Probability. The MEnTe Program Math Enrichment through Technology. Title V East Los Angeles College

Probability. The MEnTe Program Math Enrichment through Technology. Title V East Los Angeles College Probability The MEnTe Program Math Enrichment through Technology Title V East Los Angeles College 2003 East Los Angeles College. All rights reserved. Topics Introduction Empirical Probability Theoretical

More information

Unit 9: Probability Assignments

Unit 9: Probability Assignments Unit 9: Probability Assignments #1: Basic Probability In each of exercises 1 & 2, find the probability that the spinner shown would land on (a) red, (b) yellow, (c) blue. 1. 2. Y B B Y B R Y Y B R 3. Suppose

More information

Grade 6 Math Circles Fall Oct 14/15 Probability

Grade 6 Math Circles Fall Oct 14/15 Probability 1 Faculty of Mathematics Waterloo, Ontario Centre for Education in Mathematics and Computing Grade 6 Math Circles Fall 2014 - Oct 14/15 Probability Probability is the likelihood of an event occurring.

More information

Introduction. Firstly however we must look at the Fundamental Principle of Counting (sometimes referred to as the multiplication rule) which states:

Introduction. Firstly however we must look at the Fundamental Principle of Counting (sometimes referred to as the multiplication rule) which states: Worksheet 4.11 Counting Section 1 Introduction When looking at situations involving counting it is often not practical to count things individually. Instead techniques have been developed to help us count

More information

10. Because the order of selection doesn t matter: selecting 3, then 5 is the same as selecting 5, then 3. 25! 24 = 300

10. Because the order of selection doesn t matter: selecting 3, then 5 is the same as selecting 5, then 3. 25! 24 = 300 Chapter 6 Answers Lesson 6.1 1. li, lo, ln, ls, il, io, in, is, ol, oi, on, os, nl, ni, no, ns, sl, si, so, sn 2. 5, 4, 5 4 = 20, 6 5 = 30 3. (1,2) (1,3) (1,4) (1,5) (1,6) (1,7) (1,8) (1,9) (2,3) (2,4)

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Study Guide for Test III (MATH 1630) Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the number of subsets of the set. 1) {x x is an even

More information

Chapter 1 - Set Theory

Chapter 1 - Set Theory Midterm review Math 3201 Name: Chapter 1 - Set Theory Part 1: Multiple Choice : 1) U = {hockey, basketball, golf, tennis, volleyball, soccer}. If B = {sports that use a ball}, which element would be in

More information

Homework #1-19: Use the Counting Principle to answer the following questions.

Homework #1-19: Use the Counting Principle to answer the following questions. Section 4.3: Tree Diagrams and the Counting Principle Homework #1-19: Use the Counting Principle to answer the following questions. 1) If two dates are selected at random from the 365 days of the year

More information

Probability Warm-Up 2

Probability Warm-Up 2 Probability Warm-Up 2 Directions Solve to the best of your ability. (1) Write out the sample space (all possible outcomes) for the following situation: A dice is rolled and then a color is chosen, blue

More information

The Teachers Circle Mar. 20, 2012 HOW TO GAMBLE IF YOU MUST (I ll bet you $5 that if you give me $10, I ll give you $20.)

The Teachers Circle Mar. 20, 2012 HOW TO GAMBLE IF YOU MUST (I ll bet you $5 that if you give me $10, I ll give you $20.) The Teachers Circle Mar. 2, 22 HOW TO GAMBLE IF YOU MUST (I ll bet you $ that if you give me $, I ll give you $2.) Instructor: Paul Zeitz (zeitzp@usfca.edu) Basic Laws and Definitions of Probability If

More information

November 8, Chapter 8: Probability: The Mathematics of Chance

November 8, Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance November 8, 2013 Last Time Probability Models and Rules Discrete Probability Models Equally Likely Outcomes Crystallographic notation The first symbol

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

CHAPTER 8 Additional Probability Topics

CHAPTER 8 Additional Probability Topics CHAPTER 8 Additional Probability Topics 8.1. Conditional Probability Conditional probability arises in probability experiments when the person performing the experiment is given some extra information

More information

Probability Concepts and Counting Rules

Probability Concepts and Counting Rules Probability Concepts and Counting Rules Chapter 4 McGraw-Hill/Irwin Dr. Ateq Ahmed Al-Ghamedi Department of Statistics P O Box 80203 King Abdulaziz University Jeddah 21589, Saudi Arabia ateq@kau.edu.sa

More information

1. How to identify the sample space of a probability experiment and how to identify simple events

1. How to identify the sample space of a probability experiment and how to identify simple events Statistics Chapter 3 Name: 3.1 Basic Concepts of Probability Learning objectives: 1. How to identify the sample space of a probability experiment and how to identify simple events 2. How to use the Fundamental

More information

Section 6.1 #16. Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Section 6.1 #16. Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? Section 6.1 #16 What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? page 1 Section 6.1 #38 Two events E 1 and E 2 are called independent if p(e 1

More information

Class XII Chapter 13 Probability Maths. Exercise 13.1

Class XII Chapter 13 Probability Maths. Exercise 13.1 Exercise 13.1 Question 1: Given that E and F are events such that P(E) = 0.6, P(F) = 0.3 and P(E F) = 0.2, find P (E F) and P(F E). It is given that P(E) = 0.6, P(F) = 0.3, and P(E F) = 0.2 Question 2:

More information

M146 - Chapter 5 Handouts. Chapter 5

M146 - Chapter 5 Handouts. Chapter 5 Chapter 5 Objectives of chapter: Understand probability values. Know how to determine probability values. Use rules of counting. Section 5-1 Probability Rules What is probability? It s the of the occurrence

More information

CHAPTER 2 PROBABILITY. 2.1 Sample Space. 2.2 Events

CHAPTER 2 PROBABILITY. 2.1 Sample Space. 2.2 Events CHAPTER 2 PROBABILITY 2.1 Sample Space A probability model consists of the sample space and the way to assign probabilities. Sample space & sample point The sample space S, is the set of all possible outcomes

More information

Define and Diagram Outcomes (Subsets) of the Sample Space (Universal Set)

Define and Diagram Outcomes (Subsets) of the Sample Space (Universal Set) 12.3 and 12.4 Notes Geometry 1 Diagramming the Sample Space using Venn Diagrams A sample space represents all things that could occur for a given event. In set theory language this would be known as the

More information

North Seattle Community College Winter ELEMENTARY STATISTICS 2617 MATH Section 05, Practice Questions for Test 2 Chapter 3 and 4

North Seattle Community College Winter ELEMENTARY STATISTICS 2617 MATH Section 05, Practice Questions for Test 2 Chapter 3 and 4 North Seattle Community College Winter 2012 ELEMENTARY STATISTICS 2617 MATH 109 - Section 05, Practice Questions for Test 2 Chapter 3 and 4 1. Classify each statement as an example of empirical probability,

More information

November 6, Chapter 8: Probability: The Mathematics of Chance

November 6, Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance November 6, 2013 Last Time Crystallographic notation Groups Crystallographic notation The first symbol is always a p, which indicates that the pattern

More information

Exam 2 Review (Sections Covered: 3.1, 3.3, , 7.1) 1. Write a system of linear inequalities that describes the shaded region.

Exam 2 Review (Sections Covered: 3.1, 3.3, , 7.1) 1. Write a system of linear inequalities that describes the shaded region. Exam 2 Review (Sections Covered: 3.1, 3.3, 6.1-6.4, 7.1) 1. Write a system of linear inequalities that describes the shaded region. 5x + 2y 30 x + 2y 12 x 0 y 0 2. Write a system of linear inequalities

More information

Fundamentals of Probability

Fundamentals of Probability Fundamentals of Probability Introduction Probability is the likelihood that an event will occur under a set of given conditions. The probability of an event occurring has a value between 0 and 1. An impossible

More information

Exam 2 Review F09 O Brien. Finite Mathematics Exam 2 Review

Exam 2 Review F09 O Brien. Finite Mathematics Exam 2 Review Finite Mathematics Exam Review Approximately 5 0% of the questions on Exam will come from Chapters, 4, and 5. The remaining 70 75% will come from Chapter 7. To help you prepare for the first part of the

More information

AP Statistics Ch In-Class Practice (Probability)

AP Statistics Ch In-Class Practice (Probability) AP Statistics Ch 14-15 In-Class Practice (Probability) #1a) A batter who had failed to get a hit in seven consecutive times at bat then hits a game-winning home run. When talking to reporters afterward,

More information

Math 1111 Math Exam Study Guide

Math 1111 Math Exam Study Guide Math 1111 Math Exam Study Guide The math exam will cover the mathematical concepts and techniques we ve explored this semester. The exam will not involve any codebreaking, although some questions on the

More information

Math 7 Notes - Unit 11 Probability

Math 7 Notes - Unit 11 Probability Math 7 Notes - Unit 11 Probability Probability Syllabus Objective: (7.2)The student will determine the theoretical probability of an event. Syllabus Objective: (7.4)The student will compare theoretical

More information

PROBABILITY Case of cards

PROBABILITY Case of cards WORKSHEET NO--1 PROBABILITY Case of cards WORKSHEET NO--2 Case of two die Case of coins WORKSHEET NO--3 1) Fill in the blanks: A. The probability of an impossible event is B. The probability of a sure

More information

Diamond ( ) (Black coloured) (Black coloured) (Red coloured) ILLUSTRATIVE EXAMPLES

Diamond ( ) (Black coloured) (Black coloured) (Red coloured) ILLUSTRATIVE EXAMPLES CHAPTER 15 PROBABILITY Points to Remember : 1. In the experimental approach to probability, we find the probability of the occurence of an event by actually performing the experiment a number of times

More information

Chapter 2. Permutations and Combinations

Chapter 2. Permutations and Combinations 2. Permutations and Combinations Chapter 2. Permutations and Combinations In this chapter, we define sets and count the objects in them. Example Let S be the set of students in this classroom today. Find

More information

SET THEORY AND VENN DIAGRAMS

SET THEORY AND VENN DIAGRAMS Mathematics Revision Guides Set Theory and Venn Diagrams Page 1 of 26 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Higher Tier SET THEORY AND VENN DIAGRAMS Version: 2.1 Date: 15-10-2015 Mathematics

More information

TEST A CHAPTER 11, PROBABILITY

TEST A CHAPTER 11, PROBABILITY TEST A CHAPTER 11, PROBABILITY 1. Two fair dice are rolled. Find the probability that the sum turning up is 9, given that the first die turns up an even number. 2. Two fair dice are rolled. Find the probability

More information

Chapter 5: Probability: What are the Chances? Section 5.2 Probability Rules

Chapter 5: Probability: What are the Chances? Section 5.2 Probability Rules + Chapter 5: Probability: What are the Chances? Section 5.2 + Two-Way Tables and Probability When finding probabilities involving two events, a two-way table can display the sample space in a way that

More information

Lecture 6 Probability

Lecture 6 Probability Lecture 6 Probability Example: When you toss a coin, there are only two possible outcomes, heads and tails. What if we toss a coin two times? Figure below shows the results of tossing a coin 5000 times

More information

If you roll a die, what is the probability you get a four OR a five? What is the General Education Statistics

If you roll a die, what is the probability you get a four OR a five? What is the General Education Statistics If you roll a die, what is the probability you get a four OR a five? What is the General Education Statistics probability that you get neither? Class Notes The Addition Rule (for OR events) and Complements

More information

More Probability: Poker Hands and some issues in Counting

More Probability: Poker Hands and some issues in Counting More Probability: Poker Hands and some issues in Counting Data From Thursday Everybody flipped a pair of coins and recorded how many times they got two heads, two tails, or one of each. We saw that the

More information