1 2-step and other basic conditional probability problems

Size: px
Start display at page:

Download "1 2-step and other basic conditional probability problems"

Transcription

1 Name M362K Exam 2 Instructions: Show all of your work. You do not have to simplify your answers. No calculators allowed. 1 2-step and other basic conditional probability problems 1. Suppose A, B, C are three events and Find P (A B C). P (A B C) 0.1, P (A C) 0.3, P (B C) 0.3. Solution. By inclusion-exclusion P (A B C) P (A C)+P (B C) P (A B C) 0.5. (remember that P ( C) is a probability function; this is why inclusion-exclusion applies). 2. Suppose A, B are two events satisfying Find P (A B). P (A) 0.4, P (B) 0.6, P (A B) Three actors audition for parts in a forthcoming TV series. On the basis of their past experience and the caliber of the competition they face, A has a 40% chanice of being hired, B has a 50% chance and C a 30% chance. If exactly two of the three are cast, whar is the probability that A was rejected? (You can assume that whether A is hired or not is independent of what happens to B and C). 4. Roll 2 die. Let A be the event of getting at least one 6. Let B be the event of getting two 6 s. Find P (B A). 5. Consider a well-shuffled deck of cards. Assuming the first ace is before the 2 of clubs, what s the probability that the ace of hearts is before the 2 of clubs? Solution. Let E be the event that the first ace is before the 2 of clubs and let F be the event that the ace of hearts is before the 2 of clubs. It is important that E does not mean that there is only one ace before the 2 of clubs or that there is an ace immediately before the 2 of clubs. Instead, it could be that the first card is an ace the next could be the 10 of diamonds, the next could be another ace, then a 3 of spades and then the 2 of clubs. In this situation we would still say that the first ace is before the 2 of clubs so E occurs. The question asks for P (F E). By definition, P (F E) P (F E). P (E) Note that F E. So F E F. Now the ace of hearts is just as likely to before as after the 2 of clubs. So P (F ) 1/2. How do we find P (E)? E occurs if there is some ace before the 2 of clubs. We don t care which ace. The other cards in the deck (the non-ace cards and all cards other

2 than the 2 of clubs) do not matter. We could throw them away since we only care about the relative positions of these 5 cards. Now it s easy to see that P (E) 4/5. So P (F E) P (F ) 1/2 5/8. This is a little more than half. P (E) 4/5 6. Alice is on a game show. She has the option of choosing question A or question B. If she answers correctly, then she can try the other question. If she answers incorrectly then the game is over. She is 30% certain that she can answer question A correctly and 50% certain that she can answer question B correctly. If she answers question A then she wins $100. If she answers question B she wins $60. Which question should she try first? Calculate her expected winnings in each case. 7. In rolling a fair die, what is the probability of rolling a 1 before rolling an even number? Hint: condition on the outcome of the first roll. Answer. Let X 1 be the outcome of the first roll and let E be the event of rolling a 1 before rolling an even number. Then P (E) P (E X 1 1)P (X 1 1) + P (E X 1 is even)(x 1 is even) +P (E X 1 is neither even nor 1)(X 1 is neither even nor 1) 1 1/ P (E)(2/6). That is: P (E) 1/6 + (2/6)P (E). Therefore, P (E) (1/6)(6/4) 1/4. 8. In sample surveys, people may be asked questions which they regard as sensitive and so they may or may not answer truthfully. An example might be, Are you using illegal drugs? In order to discover the real proportion of illegal drug users in the population, the following procedure called randomized response technique may be used. The respondent is asked to flip a fair coin and not reveal the result to the questioner. If the result is heads, then the respondent answers the question, Is your Social Security number even? If the coin comes up tails, then the respondent answers the sensitive question. Note that the questioner cannot tell whether the response of a yes is a consequence of illegal drug use or an even Social Security number; thereby protecting the privacy of the respondent. Now suppose that 50% of the population has an even Social Security number and yet 60% of the respondents answer yes. What is the percentage of illegal drug users? 9. If 7% of the population are women who own dogs and 28% of the population own dogs, then what percentage of all dog-owners are women? Solution. Let W stand for women and D for dogowners. Then P (W D) 0.07, P (D) We want to know P (W D). P (W D) P (W D) P (D) 0.7/0.28 1/ There are 3 cards in a hat. One is black on both sides, one is red on both sides and one is black on one side and red on the other side. A card chosen at random and placed

3 (at random) on a table so that only one side is showing. Given that the side showing is red, what is the probability that the other side is also red? Solution. Let F denote the event that the side showing is red, RR the event of getting the red-red card, RB the event of getting the red-black card and BB the event of getting the black-black card. Then P (RR F ) P (RR F ) P (F ) 1/3 P (RR) + 1/2P (RB) 1/3 1/3 + 1/ John takes the bus with probability 0.2, the subway with probability 0.3, and catches a ride with probability 0.5. He is late 20% of the time when he takes the bus, 30% of the time when we takes the subway and 50% of the time when we gets a ride from his neighbor. What is the probability that he is late for work? Solution. (0.2)(0.2) + (0.3)(0.3) + (0.5)(0.5) Consider the following game. Roll a 6-sided die. If it lands on six, you win outright. If it lands on one, you lose. If it lands on 2, 3, 4, or 5 then you roll the die an additional 2, 3, 4, or 5 times respectively. If it lands on a 6 at least one time, then you win. Otherwise you lose. (a) What are your chances of losing given that you rolled a 3 on the first roll? (b) What are your chances of winning? 2 Bayes formula 13. Three distinct methods A, B and C, are available for teaching a certain skill. The failure rates are 30%, 20% and 10%, respectively. However, due to costs, A is used twice as frequently as B which is used twice as frequently as C. (a) What is the overall failure rate in teaching the skill? (b) A worker is taught the skill, but fails to learn it correctly. What is the probability he was taught by method A? 14. A message is coded into the binary symbols 0 and 1 and the message is sent over a communication channel. The probability a 0 is sent is 0.4, the probability a 1 is sent is 0.6. The channel, however, has a random error that changes a 1 to a 0 with a probability 0.2 and a 0 to a 1 with probability 0.1. (a) What is the probabilty a 0 is received? (b) If a 1 is received, what is the probability that a 0 was sent? 15. Suppose that there is a test for a certain disease with the following properties. If the subject has the disease then test results are positive with probability 0.9 and negative with probability 0.1. If the subject does not have the disease then test results are positive with probability 0.1 and negative with probability 0.9. Assume 10% of the

4 population has the disease. What is the probability that a randomly chosen person has the disease given that he tests positive? Answer. Let D be the event that he has the disease and T the event that he tests positive. P (D T ) P (D T ) P (T ) P (T D)P (D) P (T D)P (D) + P (T D c )P (D c ) 16. There are 2 coins in a box. The first lands on heads with probability 1/2. The second lands on heads with probability 1/3. You choose a coin at random (each possibility being equally likely) and flip it once. It comes up heads. (a) What is the probability that it was the first coin? Solution. Let F denote the first coin, S the second coin, and H landing on heads. We want to know P (F H). P (F H) P (F H) P (H F )P (F ) P (H) P (H F )P (F ) + P (H S)P (S) 1/2 1/2 1/2 1/2 + 1/3 1/2 1/2 1/2 + 1/ (b) What is the probability that it will land on heads on the next flip? Solution. P (HH H) P (HH F, H)P (F H) + P (HH S, H)P (S H) 1/2 3/5 + 1/3 2/ There are 3 urns. Urn #1 contains 3 red balls and 4 blue balls. Urn #2 contains 4 red balls and 5 blue balls. Urn #3 contains 5 red balls and 6 blue balls. An urn is chosen at random and a ball is selected from the urn. (a) What is the probability that a red ball is selected? Solution. Let E i be the event that the ith urn is selected and R the event that a red ball is selected. Then P (R) 3 P (R E i )P (E i ) (1/3) (3/7 + 4/9 + 5/11). i1 (b) Given that a red ball is selected, what is the probability that Urn #1 was chosen? Solution. P (E 1 R) P (R E 1)P (E 1 ) P (R) (3/7)(1/3) (1/3) (3/7 + 4/9 + 5/11).

5 (c) Given that a red ball is selected, what is the probability that a second ball selected at random from the same urn (without replacement) is red? Solution. Let RR be the event that two red balls are selected. Then P (RR R) P (RR) 3 P (R) i1 P (RR E i)p (E i ) 3 i1 P (R E i)p (E i ) (1/3) (3/7 2/6 + 4/9 3/8 + 5/11 4/10). (1/3) (3/7 + 4/9 + 5/11) 3 Joint distributions 18. An urn contains 100 balls: 10 red, 20 blue, 30 green and 40 yellow. 50 of these balls are selected at random. Let X be the number of red balls selected and Y be the number of blue balls selected. (a) Assuming the selection is done without replacement, find the joint distribution of (X, Y ). Answer. If 0 i 10 and 0 j 20 then ) P (X i, Y j) ( 10 )( 20 )( 70 i j 50 i j ( ). (b) Assuming the selection is done without replacement, find P (X 5 Y 10). (c) Assuming the selection is done with replacement, find the joint distribution of (X, Y ). Answer. If 0 i 10 and 0 j 20 then ( P (X i, Y j) 50 i, j, 50 i j ) (10/100) i (20/100) j (70/100) 50 i j. (d) Assuming the selection is done with replacement, find P (X 5 Y 10). (e) Suppose the selection is done one ball at a time with replacement. Let Z be the time the first red ball is chosen. Let W be the time the first blue ball is chosen. Find the joint distribution of (Z, W ). Answer. If 1 i < j then P (Z i, W j) (70/100) i 1 (10/100)(80/100) j i 1 (20/100). Similarly, if 1 j < i then P (Z i, W j) (70/100) j 1 (20/100)(90/100) i j 1 (10/100). In all other cases, the probability is zero. (f) Suppose the selection is done one ball at a time without replacement. Let Z be the time the first red ball is chosen. Let W be the time the first blue ball is chosen. Find the joint distribution of (Z, W ).

6 Answer. If 1 i < j then ) ( (i 1)! i P (Z i, W j) ( 70 i 1 j i 1) (j i 1)! 20 (100 j)!. 100! Reason: there are 100! ways to order all 100 balls. That s why 100! is in the denominator, it is the size of the sample space. Next we choose the first (i 1) balls. There are ( 70 i 1) (i 1)! choices: first we choose the balls (we have 70 balls to choose from since we can t choose red or blue) and we have to put them in order. Next we choose the i-th ball. There are 10 choices since there are 10 red balls. Next we choose the (i + 1)-st ball up to the (j 1)-th ball. We have 80 i balls to choose from (since we can t choose any of the i balls that we have already used and we can t choose any blue balls) and we have to choose (j i 1) balls and put them in order. The number of ways to do this is ( 80 i j i 1) (j i 1)!. Next we choose the j-th ball. There are 20 ways to choose this since there are 20 blue balls. Next we order the remaining (100 j) balls. There are (100 j)! ways to do that. If 1 j < i then P (Z i, W j) ( 70 ) ( j 1 (j 1)! j i j 1) (i j 1)! 10 (100 i)!. 100! The reason is similar to the previous case. In all other cases, the probability is zero. 19. Suppose we draw two tickets from a hat that contains tickets numbered 1,2,3,4. Let X be the first number drawn and Y be the second. Find the joint distribution of (X, Y ). 20. Consider the following joint distribution. (a) P (X 1)? (b) P (Y 1)? (c) P (X 1 Y 1)? (d) Are X and Y independent? Y X Flip a coin repeatedly. Let X be the time of the first heads and Y be the time of the second heads. For example, if the flips are T, T, H, T, H, T,... then X 3, Y 5. Find the joint distribution of (X, Y ). 4 Markov Chains 22. Physical experiments with real coins show that the probability that a coin will land on heads given that it starts on heads is about 51%. Similarly, if the coin starts on tails

7 then the probability that it will land on tails in the next flip is about 51%. Suppose that you have a coin which starts heads up. You flip it three times. What is the probability that it lands on heads exactly two of the three times? (This is not a binomial random variable). Answer. This is P (X 1 X 2 X 3 HHT X 0 H) + P (X 1 X 2 X 3 HT H X 0 H) + P (X 1 X 2 X 3 T HH X 0 H) The following transition matrix describes the migration patterns of birds between three habitats If there are 100 birds each habitat at the beginning of the first year, how many should we expect to be in the habitat at the end of the year? At the end of the second year? Answer. [ ] [ ] [ ]. [ ]. So at the end of the first year, there are 80 birds in #1, 120 in #2 and 100 in #3. At the end of the second year, there are 64 birds in #1, 132 birds in #2 and 104 birds in # A health study indicates that from one year to the next, 80% of smokers will continue to smoke while 20% will quit. 10% of nonsmokers will start smoking while 90% will not. (a) Find a transition matrix to describe this chain. Answer. S N p S N (b) Find p 2. (c) If P (X 0 S) 0.2, what is P (X 1 S)? P (X 2 S)? (d) Find P (X 2 S X 0 S). (e) If this trend continues, what percentage of the population will be smokers in long run? Answer

8 25. The graph K 3,3 has 6 vertices labeled v 1, v 2, v 3, w 1, w 2, w 3. There is an edge from v i to w j for all i, j. These are all of the edges. Consider simple random walk on this graph. This is the Markov chain with state space equal to {v 1, v 2, v 3, w 1, w 2, w 3 } and transition probabilities given by p(v i, w j ) 1/3 p(w j, v i ) for all i, j (all other transition probabilities are zero). Is this Markov chain irreducible? Does it have an aperiodic state? 26. Answer. It is irreducible but there are no aperiodic states.

1 2-step and other basic conditional probability problems

1 2-step and other basic conditional probability problems Name M362K Exam 2 Instructions: Show all of your work. You do not have to simplify your answers. No calculators allowed. 1 2-step and other basic conditional probability problems 1. Suppose A, B, C are

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

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

Math 1313 Section 6.2 Definition of Probability

Math 1313 Section 6.2 Definition of Probability Math 1313 Section 6.2 Definition of Probability Probability is a measure of the likelihood that an event occurs. For example, if there is a 20% chance of rain tomorrow, that means that the probability

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

Math 4610, Problems to be Worked in Class

Math 4610, Problems to be Worked in Class Math 4610, Problems to be Worked in Class Bring this handout to class always! You will need it. If you wish to use an expanded version of this handout with space to write solutions, you can download one

More information

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

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

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

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

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

Key Concepts. Theoretical Probability. Terminology. Lesson 11-1

Key Concepts. Theoretical Probability. Terminology. Lesson 11-1 Key Concepts Theoretical Probability Lesson - Objective Teach students the terminology used in probability theory, and how to make calculations pertaining to experiments where all outcomes are equally

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

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

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

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

Contemporary Mathematics Math 1030 Sample Exam I Chapters Time Limit: 90 Minutes No Scratch Paper Calculator Allowed: Scientific

Contemporary Mathematics Math 1030 Sample Exam I Chapters Time Limit: 90 Minutes No Scratch Paper Calculator Allowed: Scientific Contemporary Mathematics Math 1030 Sample Exam I Chapters 13-15 Time Limit: 90 Minutes No Scratch Paper Calculator Allowed: Scientific Name: The point value of each problem is in the left-hand margin.

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. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The letters "A", "B", "C", "D", "E", and "F" are written on six slips of paper, and the

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

Example 1. An urn contains 100 marbles: 60 blue marbles and 40 red marbles. A marble is drawn from the urn, what is the probability that the marble

Example 1. An urn contains 100 marbles: 60 blue marbles and 40 red marbles. A marble is drawn from the urn, what is the probability that the marble Example 1. An urn contains 100 marbles: 60 blue marbles and 40 red marbles. A marble is drawn from the urn, what is the probability that the marble is blue? Assumption: Each marble is just as likely to

More information

Tree and Venn Diagrams

Tree and Venn Diagrams OpenStax-CNX module: m46944 1 Tree and Venn Diagrams OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 Sometimes, when the probability

More information

I. WHAT IS PROBABILITY?

I. WHAT IS PROBABILITY? C HAPTER 3 PROAILITY Random Experiments I. WHAT IS PROAILITY? The weatherman on 10 o clock news program states that there is a 20% chance that it will snow tomorrow, a 65% chance that it will rain and

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

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1 Probability --QUESTIONS-- Principles of Math - Probability Practice Exam www.math.com Principles of Math : Probability Practice Exam Use this sheet to record your answers:... 4... 4... 4.. 6. 4.. 6. 7..

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

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

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

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

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

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

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

6.041/6.431 Spring 2009 Quiz 1 Wednesday, March 11, 7:30-9:30 PM.

6.041/6.431 Spring 2009 Quiz 1 Wednesday, March 11, 7:30-9:30 PM. 6.04/6.43 Spring 09 Quiz Wednesday, March, 7:30-9:30 PM. Name: Recitation Instructor: TA: Question Part Score Out of 0 3 all 40 2 a 5 b 5 c 6 d 6 3 a 5 b 6 c 6 d 6 e 6 f 6 g 0 6.04 Total 00 6.43 Total

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

XXII Probability. 4. The odds of being accepted in Mathematics at McGill University are 3 to 8. Find the probability of being accepted.

XXII Probability. 4. The odds of being accepted in Mathematics at McGill University are 3 to 8. Find the probability of being accepted. MATHEMATICS 20-BNJ-05 Topics in Mathematics Martin Huard Winter 204 XXII Probability. Find the sample space S along with n S. a) The face cards are removed from a regular deck and then card is selected

More information

Important Distributions 7/17/2006

Important Distributions 7/17/2006 Important Distributions 7/17/2006 Discrete Uniform Distribution All outcomes of an experiment are equally likely. If X is a random variable which represents the outcome of an experiment of this type, then

More information

Intermediate Math Circles November 1, 2017 Probability I. Problem Set Solutions

Intermediate Math Circles November 1, 2017 Probability I. Problem Set Solutions Intermediate Math Circles November 1, 2017 Probability I Problem Set Solutions 1. Suppose we draw one card from a well-shuffled deck. Let A be the event that we get a spade, and B be the event we get an

More information

Probability: introduction

Probability: introduction May 6, 2009 Probability: introduction page 1 Probability: introduction Probability is the part of mathematics that deals with the chance or the likelihood that things will happen The probability of an

More information

Discrete Random Variables Day 1

Discrete Random Variables Day 1 Discrete Random Variables Day 1 What is a Random Variable? Every probability problem is equivalent to drawing something from a bag (perhaps more than once) Like Flipping a coin 3 times is equivalent to

More information

Section : Combinations and Permutations

Section : Combinations and Permutations Section 11.1-11.2: Combinations and Permutations Diana Pell A construction crew has three members. A team of two must be chosen for a particular job. In how many ways can the team be chosen? How many words

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

Before giving a formal definition of probability, we explain some terms related to probability.

Before giving a formal definition of probability, we explain some terms related to probability. probability 22 INTRODUCTION In our day-to-day life, we come across statements such as: (i) It may rain today. (ii) Probably Rajesh will top his class. (iii) I doubt she will pass the test. (iv) It is unlikely

More information

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

Unit 6: Probability. Marius Ionescu 10/06/2011. Marius Ionescu () Unit 6: Probability 10/06/ / 22

Unit 6: Probability. Marius Ionescu 10/06/2011. Marius Ionescu () Unit 6: Probability 10/06/ / 22 Unit 6: Probability Marius Ionescu 10/06/2011 Marius Ionescu () Unit 6: Probability 10/06/2011 1 / 22 Chapter 13: What is a probability Denition The probability that an event happens is the percentage

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

Unit 6: Probability. Marius Ionescu 10/06/2011. Marius Ionescu () Unit 6: Probability 10/06/ / 22

Unit 6: Probability. Marius Ionescu 10/06/2011. Marius Ionescu () Unit 6: Probability 10/06/ / 22 Unit 6: Probability Marius Ionescu 10/06/2011 Marius Ionescu () Unit 6: Probability 10/06/2011 1 / 22 Chapter 13: What is a probability Denition The probability that an event happens is the percentage

More information

Chapter 8: Probability: The Mathematics of Chance

Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance Free-Response 1. A spinner with regions numbered 1 to 4 is spun and a coin is tossed. Both the number spun and whether the coin lands heads or tails is

More information

Name Instructor: Uli Walther

Name Instructor: Uli Walther Name Instructor: Uli Walther Math 416 Fall 2016 Practice Exam Questions You are not allowed to use books or notes. Calculators are permitted. Full credit is given for complete correct solutions. Please

More information

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except on problems 1 & 2. Work neatly.

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except on problems 1 & 2. Work neatly. Introduction to Statistics Math 1040 Sample Exam II Chapters 5-7 4 Problem Pages 4 Formula/Table Pages Time Limit: 90 Minutes 1 No Scratch Paper Calculator Allowed: Scientific Name: The point value of

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

Name: Class: Date: Probability/Counting Multiple Choice Pre-Test

Name: Class: Date: Probability/Counting Multiple Choice Pre-Test Name: _ lass: _ ate: Probability/ounting Multiple hoice Pre-Test Multiple hoice Identify the choice that best completes the statement or answers the question. 1 The dartboard has 8 sections of equal area.

More information

ABC High School, Kathmandu, Nepal. Topic : Probability

ABC High School, Kathmandu, Nepal. Topic : Probability BC High School, athmandu, Nepal Topic : Probability Grade 0 Teacher: Shyam Prasad charya. Objective of the Module: t the end of this lesson, students will be able to define and say formula of. define Mutually

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

, x {1, 2, k}, where k > 0. (a) Write down P(X = 2). (1) (b) Show that k = 3. (4) Find E(X). (2) (Total 7 marks)

, x {1, 2, k}, where k > 0. (a) Write down P(X = 2). (1) (b) Show that k = 3. (4) Find E(X). (2) (Total 7 marks) 1. The probability distribution of a discrete random variable X is given by 2 x P(X = x) = 14, x {1, 2, k}, where k > 0. Write down P(X = 2). (1) Show that k = 3. Find E(X). (Total 7 marks) 2. In a game

More information

Theory of Probability - Brett Bernstein

Theory of Probability - Brett Bernstein Theory of Probability - Brett Bernstein Lecture 3 Finishing Basic Probability Review Exercises 1. Model flipping two fair coins using a sample space and a probability measure. Compute the probability of

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

MTH 103 H Final Exam. 1. I study and I pass the course is an example of a. (a) conjunction (b) disjunction. (c) conditional (d) connective

MTH 103 H Final Exam. 1. I study and I pass the course is an example of a. (a) conjunction (b) disjunction. (c) conditional (d) connective MTH 103 H Final Exam Name: 1. I study and I pass the course is an example of a (a) conjunction (b) disjunction (c) conditional (d) connective 2. Which of the following is equivalent to (p q)? (a) p q (b)

More information

Week in Review #5 ( , 3.1)

Week in Review #5 ( , 3.1) Math 166 Week-in-Review - S. Nite 10/6/2012 Page 1 of 5 Week in Review #5 (2.3-2.4, 3.1) n( E) In general, the probability of an event is P ( E) =. n( S) Distinguishable Permutations Given a set of n objects

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

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

(a) Suppose you flip a coin and roll a die. Are the events obtain a head and roll a 5 dependent or independent events?

(a) Suppose you flip a coin and roll a die. Are the events obtain a head and roll a 5 dependent or independent events? Unit 6 Probability Name: Date: Hour: Multiplication Rule of Probability By the end of this lesson, you will be able to Understand Independence Use the Multiplication Rule for independent events Independent

More information

1) If P(E) is the probability that an event will occur, then which of the following is true? (1) 0 P(E) 1 (3) 0 P(E) 1 (2) 0 P(E) 1 (4) 0 P(E) 1

1) If P(E) is the probability that an event will occur, then which of the following is true? (1) 0 P(E) 1 (3) 0 P(E) 1 (2) 0 P(E) 1 (4) 0 P(E) 1 Algebra 2 Review for Unit 14 Test Name: 1) If P(E) is the probability that an event will occur, then which of the following is true? (1) 0 P(E) 1 (3) 0 P(E) 1 (2) 0 P(E) 1 (4) 0 P(E) 1 2) From a standard

More information

Simulations. 1 The Concept

Simulations. 1 The Concept Simulations In this lab you ll learn how to create simulations to provide approximate answers to probability questions. We ll make use of a particular kind of structure, called a box model, that can be

More information

1 of 5 7/16/2009 6:57 AM Virtual Laboratories > 13. Games of Chance > 1 2 3 4 5 6 7 8 9 10 11 3. Simple Dice Games In this section, we will analyze several simple games played with dice--poker dice, chuck-a-luck,

More information

Junior Circle Meeting 5 Probability. May 2, ii. In an actual experiment, can one get a different number of heads when flipping a coin 100 times?

Junior Circle Meeting 5 Probability. May 2, ii. In an actual experiment, can one get a different number of heads when flipping a coin 100 times? Junior Circle Meeting 5 Probability May 2, 2010 1. We have a standard coin with one side that we call heads (H) and one side that we call tails (T). a. Let s say that we flip this coin 100 times. i. How

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

Fall (b) Find the event, E, that a number less than 3 is rolled. (c) Find the event, F, that a green marble is selected.

Fall (b) Find the event, E, that a number less than 3 is rolled. (c) Find the event, F, that a green marble is selected. Fall 2018 Math 140 Week-in-Review #6 Exam 2 Review courtesy: Kendra Kilmer (covering Sections 3.1-3.4, 4.1-4.4) (Please note that this review is not all inclusive) 1. An experiment consists of rolling

More information

Mixed Counting Problems

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 combination of these principles. The

More information

Exercise Class XI Chapter 16 Probability Maths

Exercise Class XI Chapter 16 Probability Maths Exercise 16.1 Question 1: Describe the sample space for the indicated experiment: A coin is tossed three times. A coin has two faces: head (H) and tail (T). When a coin is tossed three times, the total

More information

Probability: Terminology and Examples Spring January 1, / 22

Probability: Terminology and Examples Spring January 1, / 22 Probability: Terminology and Examples 18.05 Spring 2014 January 1, 2017 1 / 22 Board Question Deck of 52 cards 13 ranks: 2, 3,..., 9, 10, J, Q, K, A 4 suits:,,,, Poker hands Consists of 5 cards A one-pair

More information

Independence Is The Word

Independence Is The Word Problem 1 Simulating Independent Events Describe two different events that are independent. Describe two different events that are not independent. The probability of obtaining a tail with a coin toss

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

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

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

EE 126 Fall 2006 Midterm #1 Thursday October 6, 7 8:30pm DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO

EE 126 Fall 2006 Midterm #1 Thursday October 6, 7 8:30pm DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO EE 16 Fall 006 Midterm #1 Thursday October 6, 7 8:30pm DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO You have 90 minutes to complete the quiz. Write your solutions in the exam booklet. We will

More information

Probability and Statistics. Copyright Cengage Learning. All rights reserved.

Probability and Statistics. Copyright Cengage Learning. All rights reserved. Probability and Statistics Copyright Cengage Learning. All rights reserved. 14.2 Probability Copyright Cengage Learning. All rights reserved. Objectives What Is Probability? Calculating Probability by

More information

3 PROBABILITY TOPICS

3 PROBABILITY TOPICS Chapter 3 Probability Topics 35 3 PROBABILITY TOPICS Figure 3. Meteor showers are rare, but the probability of them occurring can be calculated. (credit: Navicore/flickr) Introduction It is often necessary

More information

Probability - Grade 10 *

Probability - Grade 10 * OpenStax-CNX module: m32623 1 Probability - Grade 10 * Rory Adams Free High School Science Texts Project Sarah Blyth Heather Williams This work is produced by OpenStax-CNX and licensed under the Creative

More information

S = {(1, 1), (1, 2),, (6, 6)}

S = {(1, 1), (1, 2),, (6, 6)} Part, MULTIPLE CHOICE, 5 Points Each An experiment consists of rolling a pair of dice and observing the uppermost faces. The sample space for this experiment consists of 6 outcomes listed as pairs of numbers:

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

Bayes stuff Red Cross and Blood Example

Bayes stuff Red Cross and Blood Example Bayes stuff Red Cross and Blood Example 42% of the workers at Motor Works are female, while 67% of the workers at City Bank are female. If one of these companies is selected at random (assume a 50-50 chance

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

1. A factory makes calculators. Over a long period, 2 % of them are found to be faulty. A random sample of 100 calculators is tested.

1. A factory makes calculators. Over a long period, 2 % of them are found to be faulty. A random sample of 100 calculators is tested. 1. A factory makes calculators. Over a long period, 2 % of them are found to be faulty. A random sample of 0 calculators is tested. Write down the expected number of faulty calculators in the sample. Find

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

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

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

Date. Probability. Chapter

Date. Probability. Chapter Date Probability Contests, lotteries, and games offer the chance to win just about anything. You can win a cup of coffee. Even better, you can win cars, houses, vacations, or millions of dollars. Games

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

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

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

Moore, IPS 6e Chapter 05

Moore, IPS 6e Chapter 05 Page 1 of 9 Moore, IPS 6e Chapter 05 Quizzes prepared by Dr. Patricia Humphrey, Georgia Southern University Suppose that you are a student worker in the Statistics Department and they agree to pay you

More information

Functional Skills Mathematics

Functional Skills Mathematics Functional Skills Mathematics Level Learning Resource Probability D/L. Contents Independent Events D/L. Page - Combined Events D/L. Page - 9 West Nottinghamshire College D/L. Information Independent Events

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 7.1 Experiments, Sample Spaces, and Events

Section 7.1 Experiments, Sample Spaces, and Events Section 7.1 Experiments, Sample Spaces, and Events Experiments An experiment is an activity with observable results. 1. Which of the follow are experiments? (a) Going into a room and turning on a light.

More information

Math : Probabilities

Math : Probabilities 20 20. Probability EP-Program - Strisuksa School - Roi-et Math : Probabilities Dr.Wattana Toutip - Department of Mathematics Khon Kaen University 200 :Wattana Toutip wattou@kku.ac.th http://home.kku.ac.th/wattou

More information

1. An office building contains 27 floors and has 37 offices on each floor. How many offices are in the building?

1. An office building contains 27 floors and has 37 offices on each floor. How many offices are in the building? 1. An office building contains 27 floors and has 37 offices on each floor. How many offices are in the building? 2. A particular brand of shirt comes in 12 colors, has a male version and a female version,

More information

Module 4 Project Maths Development Team Draft (Version 2)

Module 4 Project Maths Development Team Draft (Version 2) 5 Week Modular Course in Statistics & Probability Strand 1 Module 4 Set Theory and Probability It is often said that the three basic rules of probability are: 1. Draw a picture 2. Draw a picture 3. Draw

More information

Math 1101 Combinations Handout #17

Math 1101 Combinations Handout #17 Math 1101 Combinations Handout #17 1. Compute the following: (a) C(8, 4) (b) C(17, 3) (c) C(20, 5) 2. In the lottery game Megabucks, it used to be that a person chose 6 out of 36 numbers. The order of

More information

out one marble and then a second marble without replacing the first. What is the probability that both marbles will be white?

out one marble and then a second marble without replacing the first. What is the probability that both marbles will be white? Example: Leah places four white marbles and two black marbles in a bag She plans to draw out one marble and then a second marble without replacing the first What is the probability that both marbles will

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