2. How many distinct arrangements are possible using the letters of the word MISSISSAUGA. =

Size: px
Start display at page:

Download "2. How many distinct arrangements are possible using the letters of the word MISSISSAUGA. ="

Transcription

1 Counting Tool chest 1. Enumeration and counting by cases. 2. Addition and product rules. 3. Permutations and combinations. 4. Multinomial arrangements/permutations. 5. Inclusion/exclusion principle. 6. Pigeon-hole principle. Examples 1. The Quick Snack Bar offers 6 kinds of muffins, 8 kinds of sandwiches and five beverages (coffee, hot tea, iced tea, cola and orange juice). How many different snack combos are there if a customer orders either a muffin with a hot beverage, or a sandwich with a cold beverage? N=6*2+8*3=36 combos (using both addition and product rules) 2. How many distinct arrangements are possible using the letters of the word MISSISSAUGA. =!!!!!!! = from 11 letters (using multinomial arrangements.) 3. While in Edmonton, John needs to attend a meeting at a place 5 blocks east, and 3 blocks north of his office. How many distinct paths could he take on foot (meaning no traffic restrictions) to get to his destination? 8 letters : 5 E's and 3 N's giving 56 paths. (using multinomial arrangements) athletes participate in a race offering 5 trophies. In how many ways can the trophies be awarded? N=40P5= (using permutations) 5. (a) In how many ways can a student answer a 10 question true-false test? (b) As in (a), but student may skip answers (c) as in (b) where student skipped 3 questions (a) 2 =1024 (b) 3 = (c) 103 (2 )= (a) Six people are seated around a round table. How many arrangements are possible? (b) Sixteen people are to be seated around two tables with capacities ten and six respectively. How many arrangements are possible? Note: Arrangements that can be obtained by a simple rotation are considered identical. (a) 6!/6 = 5! = 120 (b) 16C6(10!/10)(6!/6)= In how many ways can a poker player draw five cards from a standard deck and get (a) a straight flush (b) a straight,(c) four aces (d) four of a kind (e) three aces and two jacks (f) three aces and a pair (g) a full house (h) three of a kind (i) two pairs (j) one pair (k) flush?

2 (a) straight flush: (4C1)(10)=40 (b) straight: 4^5(10)-straight flush= =10200 (c) four aces: 4(12)(4C4)=48 (d) four of a kind: 4(12)(13)(4C4) =624 (e) three aces and two jacks: (4C3)(4C2) =24 (f) three aces and a pair: (4C3)12(4C2)=288 (g) a full house: 13(4C3)12(4C2)=3744 (h) three of a kind = 13(4C3)(12C2)(4^2)=54912 (i) two pairs: (13C2)(4C2)(4C2)11*4= (j) one pair: 13(12C3)(4C2)(4^3)= (k) flush: (4C1)(13C5)- straight flush= = In how many ways can four oranges be distributed among up to four children, each receiving at least one orange? 1 child: (4) 2 children: (1,3),(2,2),(3,1) 3 children: (1,1,2),(1,2,1),(2,1,1) 4 children: (1,1,1,1) Total: =8 ways. 9. In a row of 6 seats, how many ways are there such that at least three women are sitting next to each other? Let M=man, W=woman, X=either WWWXXX=2 3 =8 ways MWWWXX=2 2 =4 ways XMWWWX=2 2 =4 ways XXMWWW=2 2 =4 ways Total = 20 ways 10. Ten objects are placed inside a square of side 6 cm. Show that at least two of the objects are within 2 2 cm of each other. Subdivide the square into 9 squares of side 2 cm. Place an object in each square. By the pigeon hole principle, the 10 th object must share a square with one of the previous ones. So the distance between these two objects cannot exceed 2 2 cm.

3 Elementary Probability Tool chest 1. Axioms: i. 0 P(E) 1 ii. P(S)=1 iii. P( )=( )+( )+ +( )= ( )=1 2.. Sets and Venn diagrams. 3. Tree diagrams. 4. Sample point method - enumerating sample points of equiprobability. 5. Addition and multiplication rule. 6. Conditional probability. 7. Law of total probability. 8. Bayes' rule. Examples (note: Ω = S = sample space, S = cardinality of S = size of sample space) 1. An airline offers 4 daily flights from Toronto to Vancouver, and 3 daily flights from Vancouver to Hong Kong. If flights are to be made on different days, how many flight arrangements can the airline offer from Toronto to Hong Kong? This is a two step problem and the multiplication rule applies. No. of outcomes for the first step = 4 no. of outcomes for the second step = 3 Total number of possible arrangements = 4*3 = McDougal burgers offers the following condiments: ketchup, mustard, mayonnaise, lettuce, tomato, onion, pickle, cheese, mushrooms, and hot pepper. If a customer can order as many or as few condiments as he wishes, how many different burgers are possible. There is a total of 10 condiments, meaning the set C={ketchup, mustard, mayonnaise, lettuce, tomato, onion, pickle, cheese, mushrooms, hot pepper} where C =10. The power set P(C) is a set of all possible subsets of C, including the null set. It can be shown that P(C) =2 C. Thus there are 2 10 =1024 different burgers possible. 3. Six fair dice are thrown and the upper faces are recorded. What is the probability that the recorded numbers are all distinct? (sample point method) No. of possible outcomes = 6*5*4*3*2*1 = 6! Size of sample space = S = 6^6 Probability of distinct upper faces = 6!/6^6 = 5/ A company wishes to place 3 orders among 5 suppliers. Each supplier has equal chance of getting any order, and there is no limit to the number of orders each supplier can get. Determine the probability that a. a given supplier gets exactly 2 orders. b. out of M supppliers, a supplier gets k orders out of n a. Size of sample space = SS = 5³ = 125 number of ways to give 2 orders out of three to one supplier = 3C2 = 3

4 number of ways to give 1 order to the remaining 4 suppliers = 4 1 = 4 probability of a certain supplier getting 2 orders = 3*4/125=12/125 b. Size of sample space = SS = M n number of ways to give k orders out of n to one suplier = nck number of ways to give remaining n-k orders to remaining M-1 suppliers = (M-1) n-k probability of giving k orders out of n to one supplier out of M = nck * (M-1) n-k / M n Conditional Probability & Bayes' Rule P(A B) = P(A B)/P(B) Two events are independent if any of the following holds: P(A B)=P(A) P(B A)=P(B) P(A B)=P(A)P(B) 5. If two events, A and B, are such that P(A)=0.5, P(B)=0.3, and P(A B)=0.1, find the following: a. P(A B) b. P(B A) c. P(A A B) d. Are events A and B independent a. P(A B)=P(A B)/P(B)=0.1/0.3=1/3 b. P(B A)=P(B A)/P(A)= P(A B)/P(A)=0.1/0.5=1/5 c. First establish P(A B) = P(A)+P(B)-P(A B)= =0.7 P(A A B)=P(A (A B))/P(A B)=P(A)/P(A B)=0.5/0.7=5/7 d. P(A)P(B)=0.5*0.3=0.15 P(A B), therefore A and B are not independent by definition of independence. 6. The following contingency table illustrates the outcome of a certain exam. Outcome Male (M) Female (F) Total Pass (A) Fail (A') Total a. Are the events A and M independent? b. Are the events A' and F independent? P(A)=0.60; P(A')=0.40; P(M)=0.40; P(F)=0.40; P(A M)=0.24; P(A' F)=0.24 a. P(A)P(M)=0.60*0.40=0.24 = P(A M), therefore A & M are independent. b. P(A')P(F)=0.40*0.60=0.24 = P(A' F), therefore A' and F are independent. 7. Cards are dealt from a standard deck. If the first 2 cards are spades, what is the probability that the next 3 cards are also spades? 50 cards are left to be dealt, of which 11 are spades. Probability that the next 3 cards are also spades = (11/50)(10/49)(9/48)=33/3920= In a survey of fifty students, 22 play tennis, 25 play football, 9 play both tennis and football, 17 play both tennis and baseball, 20 play both football and baseball, six play all three, and 4 play none. a. How many students play only tennis? b. How many students play only baseball? c. Given that a student plays football and baseball, what is the probability that he does not play tennis? Draw a Venn diagram and deduce that (a) 2 (b) 8 (c) P(T' B F)=P(T' (B F))/P(B F)=(14/50)/(20/50)=0.7

5 9. Diseases A and B are prevalent within a certain population. It has been estimated that 10% of the population will contract disease A, and 15% will contract disease B within their lifetime, while 3% will contract both. a. Find probability that a randomly chosen person will contract at least one disease. b. Find the conditional probability that a randomly chosen person from this population will contract both diseases, given that he or she has contracted at least one disease. a. P(A)=0.10; P(B)=0.15; P(A B)=0.03; P(A B)=P(A)+P(B)-P(A B)= =0.22 b. P(A B A B) = P(A B (A B))/P(A B) = P(A B)/P(A B)=0.03/0.22=3/22= A diagnostic test correctly detects a given disease 90% of the time when the person actually has the disease, and correctly reports negative 90% of the time when the person does not have the disease. Only 1% of the population is estimated to have the disease. What is the probability that a randomly chosen person actually has the disease if the test reports a positive result? Let D=event that the person actually has the disease P=event that the test reports positive. Method 1: use Bayes' theorem Then P(D)=0.01; P(D')=0.99; P(P D)=0.90; P(P' D)=1-0.90=0.10; P(P' D')=0.90; P(P D')=0.10 P(D P)=P(P D)P(D)/(P(P D)P(D)+P(P D')P(D')=0.9*0.01/(0.9* *(0.99)=0.009/( )=1/12= Method 2: use contingency table and the law of total probability Test result D: has disease D' : does not have disease Total P: tests positive 0.90*0.01= *0.99= P' : tests negative 0.10*0.01= *0.99= Total P(D P)=0.009/0.108= In a multiple choice examination, each question offers four possible answers. Suppose that a student knows the answer to 80% of the questions, and she makes guesses to the remaining questions with a success rate of If the answer to a particular question was correct, what is the probability that she actually knew the answer? K=event that she knows the answer; K'=event that she guesses C=event that the answer is correct; C'=event that the answer is incorrect Given P(K)=0.8; P(K')=0.2; P(C K)=1; P(C K')=0.25, then P(K C)=P(C K)*P(K)/(P(C K)*P(K) + P(C K')*P(K')=1*0.8/(1* *0.2)=0.8/0.85=16/17=0.9412

Section 6.5 Conditional Probability

Section 6.5 Conditional Probability Section 6.5 Conditional Probability Example 1: An urn contains 5 green marbles and 7 black marbles. Two marbles are drawn in succession and without replacement from the urn. a) What is the probability

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

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

Contents 2.1 Basic Concepts of Probability Methods of Assigning Probabilities Principle of Counting - Permutation and Combination 39

Contents 2.1 Basic Concepts of Probability Methods of Assigning Probabilities Principle of Counting - Permutation and Combination 39 CHAPTER 2 PROBABILITY Contents 2.1 Basic Concepts of Probability 38 2.2 Probability of an Event 39 2.3 Methods of Assigning Probabilities 39 2.4 Principle of Counting - Permutation and Combination 39 2.5

More information

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions)

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions) CSE 31: Foundations of Computing II Quiz Section #: Inclusion-Exclusion, Pigeonhole, Introduction to Probability (solutions) Review: Main Theorems and Concepts Binomial Theorem: x, y R, n N: (x + y) n

More information

STAT 311 (Spring 2016) Worksheet: W3W: Independence due: Mon. 2/1

STAT 311 (Spring 2016) Worksheet: W3W: Independence due: Mon. 2/1 Name: Group 1. For all groups. It is important that you understand the difference between independence and disjoint events. For each of the following situations, provide and example that is not in the

More information

2.5 Sample Spaces Having Equally Likely Outcomes

2.5 Sample Spaces Having Equally Likely Outcomes Sample Spaces Having Equally Likely Outcomes 3 Sample Spaces Having Equally Likely Outcomes Recall that we had a simple example (fair dice) before on equally-likely sample spaces Since they will appear

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

A Probability Work Sheet

A Probability Work Sheet A Probability Work Sheet October 19, 2006 Introduction: Rolling a Die Suppose Geoff is given a fair six-sided die, which he rolls. What are the chances he rolls a six? In order to solve this problem, we

More information

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability

CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability CSE 312: Foundations of Computing II Quiz Section #2: Inclusion-Exclusion, Pigeonhole, Introduction to Probability Review: Main Theorems and Concepts Binomial Theorem: Principle of Inclusion-Exclusion

More information

Statistics Intermediate Probability

Statistics Intermediate Probability Session 6 oscardavid.barrerarodriguez@sciencespo.fr April 3, 2018 and Sampling from a Population Outline 1 The Monty Hall Paradox Some Concepts: Event Algebra Axioms and Things About that are True Counting

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 3: PROBABILITY

Chapter 3: PROBABILITY Chapter 3 Math 3201 1 3.1 Exploring Probability: P(event) = Chapter 3: PROBABILITY number of outcomes favourable to the event total number of outcomes in the sample space An event is any collection of

More information

Raise your hand if you rode a bus within the past month. Record the number of raised hands.

Raise your hand if you rode a bus within the past month. Record the number of raised hands. 166 CHAPTER 3 PROBABILITY TOPICS Raise your hand if you rode a bus within the past month. Record the number of raised hands. Raise your hand if you answered "yes" to BOTH of the first two questions. Record

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

, -the of all of a probability experiment. consists of outcomes. (b) List the elements of the event consisting of a number that is greater than 4.

, -the of all of a probability experiment. consists of outcomes. (b) List the elements of the event consisting of a number that is greater than 4. 4-1 Sample Spaces and Probability as a general concept can be defined as the chance of an event occurring. In addition to being used in games of chance, probability is used in the fields of,, and forecasting,

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

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

Probability I Sample spaces, outcomes, and events.

Probability I Sample spaces, outcomes, and events. Probability I Sample spaces, outcomes, and events. When we perform an experiment, the result is called the outcome. The set of possible outcomes is the sample space and any subset of the sample space is

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

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

Answer each of the following problems. Make sure to show your work.

Answer each of the following problems. Make sure to show your work. Answer each of the following problems. Make sure to show your work. 1. A board game requires each player to roll a die. The player with the highest number wins. If a player wants to calculate his or her

More information

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza

Probability Theory. Mohamed I. Riffi. Islamic University of Gaza Probability Theory Mohamed I. Riffi Islamic University of Gaza Table of contents 1. Chapter 1 Probability Properties of probability Counting techniques 1 Chapter 1 Probability Probability Theorem P(φ)

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

The study of probability is concerned with the likelihood of events occurring. Many situations can be analyzed using a simplified model of probability

The study of probability is concerned with the likelihood of events occurring. Many situations can be analyzed using a simplified model of probability The study of probability is concerned with the likelihood of events occurring Like combinatorics, the origins of probability theory can be traced back to the study of gambling games Still a popular branch

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

Fundamental. If one event can occur m ways and another event can occur n ways, then the number of ways both events can occur is:.

Fundamental. If one event can occur m ways and another event can occur n ways, then the number of ways both events can occur is:. 12.1 The Fundamental Counting Principle and Permutations Objectives 1. Use the fundamental counting principle to count the number of ways an event can happen. 2. Use the permutations to count the number

More information

Midterm Examination Review Solutions MATH 210G Fall 2017

Midterm Examination Review Solutions MATH 210G Fall 2017 Midterm Examination Review Solutions MATH 210G Fall 2017 Instructions: The midterm will be given in class on Thursday, March 16. You will be given the full class period. You will be expected to SHOW WORK

More information

Class Examples (Ch. 3)

Class Examples (Ch. 3) Class Examples (Ch. 3) 1. A study was recently done that emphasized the problem we all face with drinking and driving. Four hundred accidents that occurred on a Saturday night were analyzed. Two items

More information

Chapter 6 -- Probability Review Questions

Chapter 6 -- Probability Review Questions Chapter 6 -- Probability Review Questions Addition Rule: or union or & and (in the same problem) P( A B ) = P( A) + P( B) P( A B) *** If the events A and B are mutually exclusive (disjoint), then P ( A

More information

Business Statistics. Chapter 4 Using Probability and Probability Distributions QMIS 120. Dr. Mohammad Zainal

Business Statistics. Chapter 4 Using Probability and Probability Distributions QMIS 120. Dr. Mohammad Zainal Department of Quantitative Methods & Information Systems Business Statistics Chapter 4 Using Probability and Probability Distributions QMIS 120 Dr. Mohammad Zainal Chapter Goals After completing this chapter,

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

Honors Statistics. Daily Agenda

Honors Statistics. Daily Agenda Honors Statistics Aug 23-8:26 PM Daily Agenda 3. Review Homework C5#8 Aug 23-8:31 PM 1 Dec 15-7:22 PM Dec 3-10:54 AM 2 Nov 9-5:30 PM Nov 9-5:34 PM 3 A skips 75, 78, 91 How do you want it - the crystal

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

Conditional Probability Worksheet

Conditional Probability Worksheet Conditional Probability Worksheet EXAMPLE 4. Drug Testing and Conditional Probability Suppose that a company claims it has a test that is 95% effective in determining whether an athlete is using a steroid.

More information

Counting (Enumerative Combinatorics) X. Zhang, Fordham Univ.

Counting (Enumerative Combinatorics) X. Zhang, Fordham Univ. Counting (Enumerative Combinatorics) X. Zhang, Fordham Univ. 1 Chance of winning?! What s the chances of winning New York Megamillion Jackpot!! just pick 5 numbers from 1 to 56, plus a mega ball number

More information

Problem Set 2. Counting

Problem Set 2. Counting Problem Set 2. Counting 1. (Blitzstein: 1, Q3 Fred is planning to go out to dinner each night of a certain week, Monday through Friday, with each dinner being at one of his favorite ten restaurants. i

More information

Exam III Review Problems

Exam III Review Problems c Kathryn Bollinger and Benjamin Aurispa, November 10, 2011 1 Exam III Review Problems Fall 2011 Note: Not every topic is covered in this review. Please also take a look at the previous Week-in-Reviews

More information

Applied Statistics I

Applied Statistics I Applied Statistics I Liang Zhang Department of Mathematics, University of Utah June 12, 2008 Liang Zhang (UofU) Applied Statistics I June 12, 2008 1 / 29 In Probability, our main focus is to determine

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

Axiomatic Probability

Axiomatic Probability Axiomatic Probability The objective of probability is to assign to each event A a number P(A), called the probability of the event A, which will give a precise measure of the chance thtat A will occur.

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

Classical Definition of Probability Relative Frequency Definition of Probability Some properties of Probability

Classical Definition of Probability Relative Frequency Definition of Probability Some properties of Probability PROBABILITY Recall that in a random experiment, the occurrence of an outcome has a chance factor and cannot be predicted with certainty. Since an event is a collection of outcomes, its occurrence cannot

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

Total. STAT/MATH 394 A - Autumn Quarter Midterm. Name: Student ID Number: Directions. Complete all questions.

Total. STAT/MATH 394 A - Autumn Quarter Midterm. Name: Student ID Number: Directions. Complete all questions. STAT/MATH 9 A - Autumn Quarter 015 - Midterm Name: Student ID Number: Problem 1 5 Total Points Directions. Complete all questions. You may use a scientific calculator during this examination; graphing

More information

Name: Instructor: PLEASE MARK YOUR ANSWERS WITH AN X, not a circle!

Name: Instructor: PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! Name: Instructor: Math 10120, Final December 18, 2014 The Honor Code is in e ect for this examination. All work is to be your own. Honor Pledge: As a member of the Notre Dame community, Iwillnotparticipateinnortolerateacademicdishonesty.

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

MATH6 - Introduction to Finite Mathematics

MATH6 - Introduction to Finite Mathematics MATH6 - Introduction to Finite Mathematics Exam II ANSWERS May 19, 2007 1. (1 points) Under previous rules, the NCAA men s basketball tournament has 64 teams, paired off to play in 32 first round games.

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

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 2: Probability

Chapter 2: Probability Chapter 2: Probability Curtis Miller 2018-06-13 Introduction Next we focus on probability. Probability is the mathematical study of randomness and uncertain outcomes. The subject may be as old as calculus.

More information

Section The Multiplication Principle and Permutations

Section The Multiplication Principle and Permutations Section 2.1 - The Multiplication Principle and Permutations Example 1: A yogurt shop has 4 flavors (chocolate, vanilla, strawberry, and blueberry) and three sizes (small, medium, and large). How many different

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

STAT Statistics I Midterm Exam One. Good Luck!

STAT Statistics I Midterm Exam One. Good Luck! STAT 515 - Statistics I Midterm Exam One Name: Instruction: You can use a calculator that has no connection to the Internet. Books, notes, cellphones, and computers are NOT allowed in the test. There are

More information

Applications of Probability

Applications of Probability Applications of Probability CK-12 Kaitlyn Spong Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other interactive

More information

Discrete Structures for Computer Science

Discrete Structures for Computer Science Discrete Structures for Computer Science William Garrison bill@cs.pitt.edu 6311 Sennott Square Lecture #23: Discrete Probability Based on materials developed by Dr. Adam Lee The study of probability is

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

Chapter 5 - Elementary Probability Theory

Chapter 5 - Elementary Probability Theory Chapter 5 - Elementary Probability Theory Historical Background Much of the early work in probability concerned games and gambling. One of the first to apply probability to matters other than gambling

More information

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

November 11, Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance November 11, 2013 Last Time Probability Models and Rules Discrete Probability Models Equally Likely Outcomes Probability Rules Probability Rules Rule 1.

More information

STATISTICAL COUNTING TECHNIQUES

STATISTICAL COUNTING TECHNIQUES STATISTICAL COUNTING TECHNIQUES I. Counting Principle The counting principle states that if there are n 1 ways of performing the first experiment, n 2 ways of performing the second experiment, n 3 ways

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 Introduction Probability is the study of chance. 6.1 focuses on simulation since actual observations are often not feasible. When we produce

More information

Mathematical Foundations HW 5 By 11:59pm, 12 Dec, 2015

Mathematical Foundations HW 5 By 11:59pm, 12 Dec, 2015 1 Probability Axioms Let A,B,C be three arbitrary events. Find the probability of exactly one of these events occuring. Sample space S: {ABC, AB, AC, BC, A, B, C, }, and S = 8. P(A or B or C) = 3 8. note:

More information

CS 237 Fall 2018, Homework SOLUTION

CS 237 Fall 2018, Homework SOLUTION 0//08 hw03.solution.lenka CS 37 Fall 08, Homework 03 -- SOLUTION Due date: PDF file due Thursday September 7th @ :59PM (0% off if up to 4 hours late) in GradeScope General Instructions Please complete

More information

CS 237: Probability in Computing

CS 237: Probability in Computing CS 237: Probability in Computing Wayne Snyder Computer Science Department Boston University Lecture 5: o Independence reviewed; Bayes' Rule o Counting principles and combinatorics; o Counting considered

More information

Algebra II Probability and Statistics

Algebra II Probability and Statistics Slide 1 / 241 Slide 2 / 241 Algebra II Probability and Statistics 2016-01-15 www.njctl.org Slide 3 / 241 Table of Contents click on the topic to go to that section Sets Independence and Conditional Probability

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

6. In how many different ways can you answer 10 multiple-choice questions if each question has five choices?

6. In how many different ways can you answer 10 multiple-choice questions if each question has five choices? Pre-Calculus Section 4.1 Multiplication, Addition, and Complement 1. Evaluate each of the following: a. 5! b. 6! c. 7! d. 0! 2. Evaluate each of the following: a. 10! b. 20! 9! 18! 3. In how many different

More information

Algebra II. Slide 1 / 241. Slide 2 / 241. Slide 3 / 241. Probability and Statistics. Table of Contents click on the topic to go to that section

Algebra II. Slide 1 / 241. Slide 2 / 241. Slide 3 / 241. Probability and Statistics. Table of Contents click on the topic to go to that section Slide 1 / 241 Slide 2 / 241 Algebra II Probability and Statistics 2016-01-15 www.njctl.org Table of Contents click on the topic to go to that section Slide 3 / 241 Sets Independence and Conditional Probability

More information

Probability. Engr. Jeffrey T. Dellosa.

Probability. Engr. Jeffrey T. Dellosa. Probability Engr. Jeffrey T. Dellosa Email: jtdellosa@gmail.com Outline Probability 2.1 Sample Space 2.2 Events 2.3 Counting Sample Points 2.4 Probability of an Event 2.5 Additive Rules 2.6 Conditional

More information

commands Homework D1 Q.1.

commands Homework D1 Q.1. > commands > > Homework D1 Q.1. If you enter the lottery by choosing 4 different numbers from a set of 47 numbers, how many ways are there to choose your numbers? Answer: Use the C(n,r) formula. C(47,4)

More information

2. Combinatorics: the systematic study of counting. The Basic Principle of Counting (BPC)

2. Combinatorics: the systematic study of counting. The Basic Principle of Counting (BPC) 2. Combinatorics: the systematic study of counting The Basic Principle of Counting (BPC) Suppose r experiments will be performed. The 1st has n 1 possible outcomes, for each of these outcomes there are

More information

4-8 Bayes Theorem Bayes Theorem The concept of conditional probability is introduced in Elementary Statistics. We noted that the conditional

4-8 Bayes Theorem Bayes Theorem The concept of conditional probability is introduced in Elementary Statistics. We noted that the conditional 4-8 Bayes Theorem 4-8-1 4-8 Bayes Theorem The concept of conditional probability is introduced in Elementary Statistics. We noted that the conditional probability of an event is a probability obtained

More information

STAT 430/510 Probability Lecture 1: Counting-1

STAT 430/510 Probability Lecture 1: Counting-1 STAT 430/510 Probability Lecture 1: Counting-1 Pengyuan (Penelope) Wang May 22, 2011 Introduction In the early days, probability was associated with games of chance, such as gambling. Probability is describing

More information

Honors Statistics. Daily Agenda

Honors Statistics. Daily Agenda Honors Statistics Aug 23-8:26 PM Daily Agenda 3. Review Homework C5#7 Aug 23-8:31 PM 1 Apr 17-8:20 PM Nov 9-5:30 PM 2 Nov 9-5:34 PM How do you want it - the crystal mumbo-jumbo or statistical probability?

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

Introduction to Probability and Statistics I Lecture 7 and 8

Introduction to Probability and Statistics I Lecture 7 and 8 Introduction to Probability and Statistics I Lecture 7 and 8 Basic Probability and Counting Methods Computing theoretical probabilities:counting methods Great for gambling! Fun to compute! If outcomes

More information

Independent and Mutually Exclusive Events

Independent and Mutually Exclusive Events Independent and Mutually Exclusive Events By: OpenStaxCollege Independent and mutually exclusive do not mean the same thing. Independent Events Two events are independent if the following are true: P(A

More information

Compound Probability. Set Theory. Basic Definitions

Compound Probability. Set Theory. Basic Definitions Compound Probability Set Theory A probability measure P is a function that maps subsets of the state space Ω to numbers in the interval [0, 1]. In order to study these functions, we need to know some basic

More information

STAT 430/510 Probability Lecture 3: Space and Event; Sample Spaces with Equally Likely Outcomes

STAT 430/510 Probability Lecture 3: Space and Event; Sample Spaces with Equally Likely Outcomes STAT 430/510 Probability Lecture 3: Space and Event; Sample Spaces with Equally Likely Outcomes Pengyuan (Penelope) Wang May 25, 2011 Review We have discussed counting techniques in Chapter 1. (Principle

More information

Combinatorics: The Fine Art of Counting

Combinatorics: The Fine Art of Counting Combinatorics: The Fine Art of Counting Week 6 Lecture Notes Discrete Probability Note Binomial coefficients are written horizontally. The symbol ~ is used to mean approximately equal. Introduction and

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

1. How many subsets are there for the set of cards in a standard playing card deck? How many subsets are there of size 8?

1. How many subsets are there for the set of cards in a standard playing card deck? How many subsets are there of size 8? Math 1711-A Summer 2016 Final Review 1 August 2016 Time Limit: 170 Minutes Name: 1. How many subsets are there for the set of cards in a standard playing card deck? How many subsets are there of size 8?

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

Probability Review 41

Probability Review 41 Probability Review 41 For the following problems, give the probability to four decimals, or give a fraction, or if necessary, use scientific notation. Use P(A) = 1 - P(not A) 1) A coin is tossed 6 times.

More information

Answer each of the following problems. Make sure to show your work.

Answer each of the following problems. Make sure to show your work. Answer each of the following problems. Make sure to show your work. 1. A board game requires each player to roll a die. The player with the highest number wins. If a player wants to calculate his or her

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

Algebra II. Sets. Slide 1 / 241 Slide 2 / 241. Slide 4 / 241. Slide 3 / 241. Slide 6 / 241. Slide 5 / 241. Probability and Statistics

Algebra II. Sets. Slide 1 / 241 Slide 2 / 241. Slide 4 / 241. Slide 3 / 241. Slide 6 / 241. Slide 5 / 241. Probability and Statistics Slide 1 / 241 Slide 2 / 241 Algebra II Probability and Statistics 2016-01-15 www.njctl.org Slide 3 / 241 Slide 4 / 241 Table of Contents click on the topic to go to that section Sets Independence and Conditional

More information

April 10, ex) Draw a tree diagram of this situation.

April 10, ex) Draw a tree diagram of this situation. April 10, 2014 12-1 Fundamental Counting Principle & Multiplying Probabilities 1. Outcome - the result of a single trial. 2. Sample Space - the set of all possible outcomes 3. Independent Events - when

More information

6/24/14. The Poker Manipulation. The Counting Principle. MAFS.912.S-IC.1: Understand and evaluate random processes underlying statistical experiments

6/24/14. The Poker Manipulation. The Counting Principle. MAFS.912.S-IC.1: Understand and evaluate random processes underlying statistical experiments The Poker Manipulation Unit 5 Probability 6/24/14 Algebra 1 Ins1tute 1 6/24/14 Algebra 1 Ins1tute 2 MAFS. 7.SP.3: Investigate chance processes and develop, use, and evaluate probability models MAFS. 7.SP.3:

More information

6) A) both; happy B) neither; not happy C) one; happy D) one; not happy

6) A) both; happy B) neither; not happy C) one; happy D) one; not happy MATH 00 -- PRACTICE TEST 2 Millersville University, Spring 202 Ron Umble, Instr. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find all natural

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

CS 361: Probability & Statistics

CS 361: Probability & Statistics February 7, 2018 CS 361: Probability & Statistics Independence & conditional probability Recall the definition for independence So we can suppose events are independent and compute probabilities Or we

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

Empirical (or statistical) probability) is based on. The empirical probability of an event E is the frequency of event E.

Empirical (or statistical) probability) is based on. The empirical probability of an event E is the frequency of event E. Probability and Statistics Chapter 3 Notes Section 3-1 I. Probability Experiments. A. When weather forecasters say There is a 90% chance of rain tomorrow, or a doctor says There is a 35% chance of a successful

More information

4. Are events C and D independent? Verify your answer with a calculation.

4. Are events C and D independent? Verify your answer with a calculation. Honors Math 2 More Conditional Probability Name: Date: 1. A standard deck of cards has 52 cards: 26 Red cards, 26 black cards 4 suits: Hearts (red), Diamonds (red), Clubs (black), Spades (black); 13 of

More information

Conditional Probability Worksheet

Conditional Probability Worksheet Conditional Probability Worksheet P( A and B) P(A B) = P( B) Exercises 3-6, compute the conditional probabilities P( AB) and P( B A ) 3. P A = 0.7, P B = 0.4, P A B = 0.25 4. P A = 0.45, P B = 0.8, P A

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

7.1 Chance Surprises, 7.2 Predicting the Future in an Uncertain World, 7.4 Down for the Count

7.1 Chance Surprises, 7.2 Predicting the Future in an Uncertain World, 7.4 Down for the Count 7.1 Chance Surprises, 7.2 Predicting the Future in an Uncertain World, 7.4 Down for the Count Probability deals with predicting the outcome of future experiments in a quantitative way. The experiments

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