Probability (Devore Chapter Two)

Size: px
Start display at page:

Download "Probability (Devore Chapter Two)"

Transcription

1 Probability (Devore Chapter Two) Probability Winter Contents 1 Axiomatic Probability Outcomes and Events Rules of Probability Venn Diagrams Assigning Probabilities Counting Techniques Ordered Sequences Permutations and Combinations Conditional Probabilities and Tree Diagrams Example: Odds of Winning at Craps Definition of Conditional Probability Bayes s Theorem Approach Considering a Hypothetical Population Approach Using Axiomatic Probability Copyright 2011, John T. Whelan, and all that 1

2 Tuesday 6 December Axiomatic Probability Many of the rules of probability appear to be self-evident, but it s useful to have a precise language in which they can be described. To that end, Devore develops with some care a mathematical theory of probability. We ll mostly summarize the key definitions and results here. 1.1 Outcomes and Events Devore defines probability in terms of an experiment which can have one of a set of possible outcomes. The sample space of an experiment, written S, is the set of all possible outcomes. An event is a subset of S, a set of possible outcomes to the experiment. Special cases are: The null event is an event consisting of no outcomes (the empty set) A simple event consists of exactly one outcome A compound event consists of more than one outcome The sample space S itself an event, of course. One example of an experiment is flipping a coin three times. The outcomes in that case are HHH, HHT, HT H, HT T, T HH, T HT, T T H, and T T T. Possible outcomes include: Exactly two heads: {HHT, HT H, T HH} The first flip is heads: {HHH, HHT, HT H, HT T } The second and third flips are the same: {HHH, HT T, T HH, T T T } Another example is a game of craps, in which: if a 2, 3 or 12 is rolled on the first roll, the shooter loses if a 7 or 11 is rolled on the first roll, the shooter wins if a 4, 5, 6, 8, 9, or 10 is rolled on the first roll, the dice are rolled again until the either that number or a 7 comes up, in which case the shooter wins or loses, respectively. In this case there are an infinite number of outcomes in S, some of which are: 2, 3, 7, 11, 12, 4 4, 4 7, 5 5, 5 7, 6 6, 6 7, 8 8, 8 7, 9 9, 9 7, 10 10, 10 7, 4 2 4, 4 3 4, 4 5 4, 4 6 4,.... Possible events include: the shooter wins {7, 11, 4 4, 5 5, 6 6, 8 8,...}; the shooter loses {2, 3, 12, 4 7,...}; the dice are thrown exactly once {2, 3, 7, 11, 12}, etc. Since an event is a set of outcomes, we can use all of the machinery of set theory, specifically: The complement A of an event A, is the set of all outcomes in S which are not in A. 2

3 The union A B of two events A and B, is the set of all outcomes which are in A or B, including those which are in both. The intersection A B is the set of all outcomes which are in both A and B. In the case of coin flips, if the events are A = {HHT, HT H, T HH} (exactly two heads) and B = {HHH, HHT, HT H, HT T } (first flip heads), we can construct, among other things, A = {HHH, HT T, T HT, T T H, T T T } A B = {HHH, HHT, HT H, HT T, T HH} A B = {HHT, HT H} Another useful definition is that A and B are disjoint or mutually exclusive events if A B =. Note that the trickiest part of many problems is actually keeping straight what the events are to which you re assigning probabilities! 1.2 Rules of Probability Having formally defined what we mean by an event, we can proceed to define the probability of that event, which we think of as the chance that it will occur. Devore starts with three axioms 1. For any event A, P (A) 0 2. P (S) = 1 3. Given an infinite collection A 1, A 2, A 3,... of disjoint events, ( ) P (A 1 A 2 A 3 ) = P A i = P (A i ) (1.1) From there he manages to derive a bunch of other sensible results, such as 1. For any event A, P (A) 1 2. P ( ) = 0 3. P (A ) = 1 P (A) One useful result concerns the probability of the union of any two events. Since A B = (A B ) (A B) (A B), the union of three disjoint events, i=1 P (A B) = P (A B ) + P (A B) + P (A B) (1.2) On the other hand, A = (A B ) (A B) and B = (A B) (A B), so i=1 P (A) = P (A B ) + P (A B) P (B) = P (A B) + P (A B) (1.3a) (1.3b) 3

4 which means that P (A) + P (B) = P (A B ) + 2P (A B) + P (A B) = P (A B) + P (A B) (1.4) so P (A B) = P (A) + P (B) P (A B) (1.5) 1.3 Venn Diagrams University Website Note that this is a Venn diagram illustrating the relationship between two sets of things rather than two sets of outcomes 4

5 We can often gain insight into addition of probabilities with Venn diagrams, in which events are represented pictorially as regions in a plane. For example, here the two overlapping circles represent the events A and B: The intersection of those two events is shaded here: 5

6 The union the two events is shaded here: Thus we see that if we add P (A) and P (B) by counting all of the outcomes in each circle, we ve double-counted the outcomes in the overlap, which is why we have to subtract P (A B) in (1.5) 1.4 Assigning Probabilities The axioms of probability let us relate the probabilities of different events, but they don t tell us what those probabilities should be in the first place. If we have a way of assigning probabilities to each outcome, and therefore each simple event, then we can use the sum rule for disjoint events to write the probability of any event as the sum of the probabilities of the simple events which make it up. I.e., P (A) = P (E i ) (1.6) E i in A One possibility is that each outcome, i.e., each simple event, might be equally likely. In that case, if there are N outcomes total, the probability of each of the simple events is P (E i ) = 1/N (so that N i=1 P (E i) = P (S) = 1), and in that case P (A) = E i in A 1 N = N(A) N (1.7) where N(A) is the number of outcomes which make up the event A. Note, however, that one has to consider whether it s appropriate to take all of the outcomes to be equally likely. For instance, in our craps example, we considered each roll, e.g., 6

7 2 and 4 to be its own outcome. But you can also consider the rolls of the individual dice, and then the two dice totalling 4 would be a composite event consisting of the outcomes (1, 3), (2, 2), and (3, 1). For a pair of fair dice, the 36 possible outcomes defined by the numbers on the two dice taken in order (suppose one die is green and the other red) are equally likely outcomes. 2 Counting Techniques 2.1 Ordered Sequences We can come up with 36 as the number of possible results on a pair of fair dice in a couple of ways. We could make a table which is also useful for counting the number of occurrences of each total. Or we could use something called a tree diagram: 7

8 This works well for counting a small number of possible outcomes, but already with 36 outcomes it is becoming unwieldy. So instead of literally counting the possible outcomes, we should calculate how many there will be. In this case, where the outcome is an ordered pair of numbers from 1 to 6, there are 6 possibilities for the first number, and corresponding to each of those there are 6 possibilities for the second number. So the total is 6 6 = 36. More generally, if we have an ordered set of k objects, with n 1 possibilities for the first, n 2 for the second, etc, the number of possible ordered k-tuples is n 1 n 2... n k, which we can also write as k n k. (2.1) i=1 2.2 Permutations and Combinations Consider the probability of getting a poker hand (5 cards out of the 52-card deck) which consists entirely of hearts. 1 Since there are four different suits, you might think the odds are (1/4)(1/4)(1/4)(1/4)(1/4) = (1/4) 5 = 1/4 5. However, once a heart has been drawn on the first card, there are only 12 hearts left in the deck out of 51; after two hearts there are 11 out of 50, etc., so the actual odds are ( ) ( ) ( ) ( ) ( ) P ( ) = (2.2) This turns out not to be the most effective way to calculate the odds of poker hands, though. (For instance, it s basically impossible to do a card-by-card accounting of the probability of getting a full house.) Instead we d like to take the approach of counting the total number of possible five-card hands (outcomes) and then counting up how many fall into a particular category (event). The terms for the quantities we will be interested in are permutation and combination. First, let s consider the number of possible sequences of five cards drawn out of a deck of 52. This is the permutation number of permutations of 5 objects out of 52, called P 5,52. The first card can be any of the 52; the second can be any of the remaining 51; the third can be any of the remaining 50, etc. The number of permutations is In general P 5,52 = (2.3) k 1 P k,n = n(n 1)(n 2) (n k + 1) = (n l). (2.4) Now, there is a handy way to write this in terms of the factorial function. Remember that the factorial is defined as n n! = n(n 1)(n 1) (2)(1) = l (2.5) 1 This is, hopefully self-apparently, one-quarter of the probability of getting a flush of any kind. l=0 l=1 8

9 with the special case that 0! = 1. Then we can see that n! (n k)! = n(n 1)(n 2) (n k + 1) (n k) (n k 1) (2) (1) (n k) (n k 1) (2) (1) = P k,n (2.6) Note in particular that the number of ways of arranging n items is P n,n = n! (n n)! = n! 0! = n! (2.7) Now, when we think about the number of different poker hands, actually we don t consider the cards in a hand to be ordered. So in fact all we care about is the number of ways of choosing 5 objects out of a set of 52, without regard to order. This is the number of combinations, which is sometimes written C 5,52, but which we ll write as ( ) 52 5, pronounced 52 choose 5. When we counted the number of different permutations of 5 cards out of 52, we actually counted each possible hand a bunch of times, once for each of the ways of arranging the cards. There are P 5,5 = 5! different ways of arranging the five cards of a poker hand, so the number of permutations of 5 cards out of 52 is the number of combinations times the number of permutations of the 5 cards among themselves: ( ) 52 P 5,52 = P 5,5 (2.8) 5 The factor of P 5,5 = 5! is the factor by which we overcounted, so we divide by it to get ( ) 52 = P 5,52 = 52! = (2.9) 5 P 5,5 47!5! or in general ( ) n = k n! (n k)!k! (2.10) So to return to the question of the odds of getting five hearts, there are ( ) 52 5 different poker hands, and ( ) 13 5 different hands of all hearts (since there are 13 hearts in the deck), which means the probability of the event A = is P (A) = N(A) ( 13 ) N = 5 ( 52 ) = = 13!47! = (13)(12)(11)(10)(9) (2.11) 8!52! (52)(51)(50)(49)(48) 5 13! 8!5! 52! 47!5! which is of course what we calculated before. Numerically, P (A) , while 1/ The odds of getting any flush are four times the odds of getting an all heart flush, i.e., Actually, if we want to calculate the odds of getting a flush, we have over-counted somewhat, since we have also included straight flushes, e.g., If we want to 9

10 count only hands which are flushes, we need to subtract those. Since aces can count as either high or low, there are ten different all-heart straight flushes, which means the number of different all-heart flushes which are not straight flushes is ( ) = 13! 10 = = 1277 (2.12) 5 8!5! and the probability of getting an all-heart flush is , or for any flush. Exercise: work out the number of possible straights and therefore the odds of getting a straight. Practice Problems 2.5, 2.9, 2.13, 2.17, 2.29, 2.33,

11 Thursday 8 December Conditional Probabilities and Tree Diagrams Conditional Risk Example: Odds of Winning at Craps Although there are an infinite number of possible outcomes to a craps game, we can still calculate the probability of winning. First, the sample space can be divided up into mutually exclusive events based on the result of the first roll: 11

12 Event Probability Result of game , 3 or 12 on 1st roll = % lose or 11 on 1st roll = % win or 10 on 1st roll = %??? or 9 on 1st roll = %??? or 8 on 1st roll = %??? The last three events each contain some outcomes that correspond to winning, and some that correspond to losing. We can figure out the probability of winning if, for example, you roll a 4 initially. Then you will win if another 4 comes up before a 7, and lose if a 7 comes up before a 4. On any given roll, a 7 is twice as likely to come up as a 4 (6/36 vs 3/36), so the odds are 6/9 = 2/3 66.7% that you will roll a 7 before a 4 and lose. Thus the odds of losing after starting with a 4 are 66.7%, while the odds of winning after starting with a 4 are 33.3%. The same calculation applies if you get a 10 on the first roll. This means that the 6/ % probability of rolling a 4 or 10 initially can be divided up into a 4/ % probability to start with a 4 or 10 and eventually lose, and a 2/36 5.6% probability to start with a 4 or 10 and eventually win. We can summarize this branching of probabilities with a tree diagram: The probability of winning given that you ve rolled a 4 or 10 initially is an example of a conditional probability. If A is the event roll a 4 or 10 initially and B is the event win 12

13 the game, we write the conditional probability for event B given that A occurs as P (B A). We have argued that the probability for both A and B to occur, P (A B), should be the probability of A times the conditional probability of B given A, i.e., P (A B) = P (B A)P (A) (3.1) We can use this to fill out a table of probabilities for different sets of outcomes of a craps game, analogous to the tree diagram. A P (A) B P (B A) P (A B) = P (B A)P (A) 2, 3 or 12 on 1st roll.111 lose or 11 on 1st roll.222 win or 10 on 1st roll.167 lose win or 9 on 1st roll.222 lose win or 8 on 1st roll.278 lose win Since the rows all describe disjoint events whose union is the sample space S, we can add the probabilities of winning and find that P (win) (3.2) and P (lose) (3.3) 3.2 Definition of Conditional Probability We ve motivated the concept of conditional probability and applied it via (3.1). In fact, from a formal point of view, conditional probability is defined as P (B A) = P (A B) P (A). (3.4) We actually used that definition in another context above without realizing it, when we were calculating the probability of rolling a 7 before rolling a 4. We know that P (7) = 6/36 and P (4) = 3/36 on any given roll. The probability of rolling a 7 given that the game ends on that throw is P (7 7 4) = P (7) P (7 4) = P (7) P (7) + P (4) = 6/36 9/36 = 6 (3.5) 9 We calculated that using the definition of conditional probability. 13

14 4 Bayes s Theorem Some of the arguments in this section are adapted from which gives a nice explanation of Bayes s theorem. The laws of probability are pretty good at predicting how likely something is to happen given certain underlying circumstances. But often what you really want to know is the opposite: given that some thing happened, what were the circumstances? The classic example of this is a test for a disease. Suppose that one one-thousandth of the population has a disease. There is a test that can detect the disease, but it has a 2% false positive rate (on average one out of fifty healthy people will test positive) and as 1% false negative rate (on average one out of one hundred sick people will test negative). The question we ultimately want to answer is: if someone gets a positive test result, what is the probability that they actually have the disease. Note, it is not 98%! 4.1 Approach Considering a Hypothetical Population The standard treatment of Bayes s Theorem and the Law of Total Probability can be sort of abstract, so it s useful to keep track of what s going on by considering a hypothetical population which tracks the various probabilities. So, assume the probabilities arise from a population of 100,000 individuals. Of those, one one-one-thousandth, or 100, have the disease. The other 99,900 do not. The 2% false positive rate means that of the 99,900 healthy individuals, 2% of them, or 1,998, will test positive. The other 97,902 will test negative. The 1% false negative rate means that of the 100 sick individuals, one will test negative and the other 99 will test positive. So let s collect this into a table: Positive Negative Total Sick Healthy 1,998 97,902 99,900 Total 2,097 97, ,000 (As a reminder, if we choose a sample of 100,000 individuals out of a larger population, we won t expect to get exactly this number of results, but the 100,000-member population is a useful conceptual construct.) Translating from numbers in this hypothetical population, we can confirm that it captures the input information: P (sick) = 100 = , 000 (4.1a) 1, 998 P (positive healthy) = =.02 99, 900 (4.1b) P (negative sick) = 1 = (4.1c) 14

15 But now we can also calculate what we want, the conditional probability of being sick given a positive result. That is the fraction of the total number of individuals with positive test results that are in the sick and positive category: P (sick positive) = 99 2, (4.2) or about 4.7%. Note that we can forego the artificial construct of a 100,000-member hypothetical population. If we divide all the numbers in the table by 100,000, they become probabilities for the corresponding events. For example, P (sick positive) = , 000 = That is the approach of the slightly more axiomatic (and general) method described in the next section. 4.2 Approach Using Axiomatic Probability The quantity we re looking for (the probability of being sick, given a positive test result) is a conditional probability. To evaluate it, we need to define some events about which we ll discuss the probability. First, consider the events A 1 individual has the disease A 2 individual does not have the disease (4.3a) (4.3b) These make a mutually exclusive, exhaustive set of events, i.e., A 1 A 2 = and A 1 A 2 = S. (We call them A 1 and A 2 because in a more general case there might be more than two events in the mutually exclusive, exhaustive set.) We are told in the statement of the problem that one person in 1000 has the disease, which means that P (A 1 ) =.001 P (A 2 ) = 1 P (A 1 ) =.999 (4.4a) (4.4b) (4.4c) Now consider the events associated with the test: B individual tests positive B individual tests negative (4.5a) (4.5b) (We call them B and B because we will focus more on B.) The 2% false positive and 1% false negative rates tell us P (B A 2 ) =.02 P (B A 1 ) =.01 (4.6a) (4.6b) 15

16 Note that if we want to talk about probabilities involving B, we should use the fact that to state that P (B A 1 ) + P (B A 1 ) = 1 (4.7) P (B A 1 ) = 1 P (B A 1 ) =.99 (4.8) Now we can write down the quantity we actually want, using the definition of conditional probability: P (A 1 B) = P (A 1 B) (4.9) P (B) Now, we don t actually have an expression for P (A 1 B) or P (B) yet. The fundamental things we know are P (A 1 ) =.001 P (A 2 ) =.999 P (B A 2 ) =.02 P (B A 1 ) =.99 (4.10a) (4.10b) (4.10c) (4.10d) However, we know how to calculate P (A 1 B) and P (B) from the things we do know. First, to get P (A 1 B), we can notice that we know P (B A 1 ) and P (A 1 ), so we can solve P (B A 1 ) = P (A 1 B) P (A 1 ) (4.11) for P (A 1 B) = P (B A 1 )P (A 1 ) = (.99)(.001) = (4.12) Logically, the probability of having the disease and testing positive for it is the probability of having the disease in the first place times the probability of testing positive, given that you have the disease. Since we know P (B A 2 ) and P (A 2 ) we can similarly calculate the probability of not having the disease but testing positive anyway: P (A 2 B) = P (B A 2 )P (A 2 ) = (.02)(.999) = (4.13) But now we have enough information to calculate P (B), since the overall probability of testing positive for the disease has to be the probability of having the disease and testing positive plus the probability of not having the disease and testing positive: P (B) = P (A 1 B) + P (A 2 B) = = (4.14) This is an application of the Law of total probability, which says, in the more general case of k mutually exclusive, exhaustive events A 1,..., A k, P (B) = P (B A 1 ) + + P (B A k ) = P (B A 1 )P (A 1 ) + + P (B A k )P (A k ) (4.15) 16

17 Now we are ready to calculate P (A 1 B) = P (A 1 B) P (B) = (4.16) So only about 4.7% of people who test positive have the disease. It s a lot more than one in a thousand, but a lot less than 99%. This is an application of Bayes s theorem, which says P (A 1 B) = P (A 1 B) P (B) = P (B A 1 )P (A 1 ) P (B A 1 )P (A 1 ) + P (B A 2 )P (A 2 ) (4.17) or, for k mutually exclusive, exhaustive alternatives, P (A 1 B) = P (B A 1)P (A 1 ) k i=1 P (B A i)p (A i ) (4.18) Practice Problems 2.45, 2.59, 2.63, 2.67, 2.71, parts a & b 17

Probability. Ms. Weinstein Probability & Statistics

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

More information

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 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

Sample Spaces, Events, Probability

Sample Spaces, Events, Probability Sample Spaces, Events, Probability CS 3130/ECE 3530: Probability and Statistics for Engineers August 28, 2014 Sets A set is a collection of unique objects. Sets A set is a collection of unique objects.

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

Georgia Department of Education Georgia Standards of Excellence Framework GSE Geometry Unit 6

Georgia Department of Education Georgia Standards of Excellence Framework GSE Geometry Unit 6 How Odd? Standards Addressed in this Task MGSE9-12.S.CP.1 Describe categories of events as subsets of a sample space using unions, intersections, or complements of other events (or, and, not). MGSE9-12.S.CP.7

More information

Grade 6 Math Circles Fall Oct 14/15 Probability

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

More information

LISTING THE WAYS. getting a total of 7 spots? possible ways for 2 dice to fall: then you win. But if you roll. 1 q 1 w 1 e 1 r 1 t 1 y

LISTING THE WAYS. getting a total of 7 spots? possible ways for 2 dice to fall: then you win. But if you roll. 1 q 1 w 1 e 1 r 1 t 1 y LISTING THE WAYS A pair of dice are to be thrown getting a total of 7 spots? There are What is the chance of possible ways for 2 dice to fall: 1 q 1 w 1 e 1 r 1 t 1 y 2 q 2 w 2 e 2 r 2 t 2 y 3 q 3 w 3

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

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

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

More information

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

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

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

The next several lectures will be concerned with probability theory. We will aim to make sense of statements such as the following:

The next several lectures will be concerned with probability theory. We will aim to make sense of statements such as the following: CS 70 Discrete Mathematics for CS Fall 2004 Rao Lecture 14 Introduction to Probability The next several lectures will be concerned with probability theory. We will aim to make sense of statements such

More information

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

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

More information

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

1. The chance of getting a flush in a 5-card poker hand is about 2 in 1000.

1. The chance of getting a flush in a 5-card poker hand is about 2 in 1000. CS 70 Discrete Mathematics for CS Spring 2008 David Wagner Note 15 Introduction to Discrete Probability Probability theory has its origins in gambling analyzing card games, dice, roulette wheels. Today

More information

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 13

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 13 CS 70 Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 13 Introduction to Discrete Probability In the last note we considered the probabilistic experiment where we flipped a

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

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

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

3 The multiplication rule/miscellaneous counting problems

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

More information

Probability and Randomness. Day 1

Probability and Randomness. Day 1 Probability and Randomness Day 1 Randomness and Probability The mathematics of chance is called. The probability of any outcome of a chance process is a number between that describes the proportion of

More information

8.2 Union, Intersection, and Complement of Events; Odds

8.2 Union, Intersection, and Complement of Events; Odds 8.2 Union, Intersection, and Complement of Events; Odds Since we defined an event as a subset of a sample space it is natural to consider set operations like union, intersection or complement in the context

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

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

PROBABILITY M.K. HOME TUITION. Mathematics Revision Guides. Level: GCSE Foundation Tier

PROBABILITY M.K. HOME TUITION. Mathematics Revision Guides. Level: GCSE Foundation Tier Mathematics Revision Guides Probability Page 1 of 18 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Foundation Tier PROBABILITY Version: 2.1 Date: 08-10-2015 Mathematics Revision Guides 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

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

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

More information

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 topic for the third and final major portion of the course is Probability. We will aim to make sense of statements such as the following:

The topic for the third and final major portion of the course is Probability. We will aim to make sense of statements such as the following: CS 70 Discrete Mathematics for CS Spring 2006 Vazirani Lecture 17 Introduction to Probability The topic for the third and final major portion of the course is Probability. We will aim to make sense of

More information

Week 1: Probability models and counting

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

More information

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

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

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

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

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

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

More information

Probability. Dr. Zhang Fordham Univ.

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

More information

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

EECS 203 Spring 2016 Lecture 15 Page 1 of 6

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

More information

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

CHAPTERS 14 & 15 PROBABILITY STAT 203

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

More information

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

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

CSC/MATA67 Tutorial, Week 12

CSC/MATA67 Tutorial, Week 12 CSC/MATA67 Tutorial, Week 12 November 23, 2017 1 More counting problems A class consists of 15 students of whom 5 are prefects. Q: How many committees of 8 can be formed if each consists of a) exactly

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

ECON 214 Elements of Statistics for Economists

ECON 214 Elements of Statistics for Economists ECON 214 Elements of Statistics for Economists Session 4 Probability Lecturer: Dr. Bernardin Senadza, Dept. of Economics Contact Information: bsenadza@ug.edu.gh College of Education School of Continuing

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

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. 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

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

MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS Outline #10 (Sets and Probability)

MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS Outline #10 (Sets and Probability) MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS Outline #10 (Sets and Probability) Last modified: November 10, 2004 This follows very closely Apostol, Chapter 13, the course pack. Attachments

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

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

Probability. Probabilty Impossibe Unlikely Equally Likely Likely Certain

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

More information

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

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

More information

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

CHAPTER 7 Probability

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

More information

Probability - Chapter 4

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

More information

STAT 3743: Probability and Statistics

STAT 3743: Probability and Statistics STAT 3743: Probability and Statistics G. Jay Kerns, Youngstown State University Fall 2010 Probability Random experiment: outcome not known in advance Sample space: set of all possible outcomes (S) Probability

More information

CS 361: Probability & Statistics

CS 361: Probability & Statistics January 31, 2018 CS 361: Probability & Statistics Probability Probability theory Probability Reasoning about uncertain situations with formal models Allows us to compute probabilities Experiments will

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

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

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

Probability Rules. 2) The probability, P, of any event ranges from which of the following?

Probability Rules. 2) The probability, P, of any event ranges from which of the following? Name: WORKSHEET : Date: Answer the following questions. 1) Probability of event E occurring is... P(E) = Number of ways to get E/Total number of outcomes possible in S, the sample space....if. 2) The probability,

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

Probability and Counting Rules. Chapter 3

Probability and Counting Rules. Chapter 3 Probability and Counting Rules Chapter 3 Probability as a general concept can be defined as the chance of an event occurring. Many people are familiar with probability from observing or playing games of

More information

CHAPTER 8 Additional Probability Topics

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

More information

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

Lenarz Math 102 Practice Exam # 3 Name: 1. A 10-sided die is rolled 100 times with the following results:

Lenarz Math 102 Practice Exam # 3 Name: 1. A 10-sided die is rolled 100 times with the following results: Lenarz Math 102 Practice Exam # 3 Name: 1. A 10-sided die is rolled 100 times with the following results: Outcome Frequency 1 8 2 8 3 12 4 7 5 15 8 7 8 8 13 9 9 10 12 (a) What is the experimental probability

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

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

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 6: Probability and Simulation. The study of randomness

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

More information

Unit 14 Probability. Target 3 Calculate the probability of independent and dependent events (compound) AND/THEN statements

Unit 14 Probability. Target 3 Calculate the probability of independent and dependent events (compound) AND/THEN statements Target 1 Calculate the probability of an event Unit 14 Probability Target 2 Calculate a sample space 14.2a Tree Diagrams, Factorials, and Permutations 14.2b Combinations Target 3 Calculate the probability

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

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

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

More information

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

Probability Theory. POLI Mathematical and Statistical Foundations. Sebastian M. Saiegh

Probability Theory. POLI Mathematical and Statistical Foundations. Sebastian M. Saiegh POLI 270 - Mathematical and Statistical Foundations Department of Political Science University California, San Diego November 11, 2010 Introduction to 1 Probability Some Background 2 3 Conditional and

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

BIOL2300 Biostatistics Chapter 4 Counting and Probability

BIOL2300 Biostatistics Chapter 4 Counting and Probability BIOL2300 Biostatistics Chapter 4 Counting and Probability Event, sample space sample space (generally denoted Ω, pronounced omega ): set of outcomes of a random experiment {H,T} set of coin flips {1,2,3,4,5,6}

More information

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

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

More information

Fundamentals of Probability

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

More information

Counting and Probability Math 2320

Counting and Probability Math 2320 Counting and Probability Math 2320 For a finite set A, the number of elements of A is denoted by A. We have two important rules for counting. 1. Union rule: Let A and B be two finite sets. Then A B = A

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

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

3. Discrete Probability. CSE 312 Spring 2015 W.L. Ruzzo

3. Discrete Probability. CSE 312 Spring 2015 W.L. Ruzzo 3. Discrete Probability CSE 312 Spring 2015 W.L. Ruzzo 2 Probability theory: an aberration of the intellect and ignorance coined into science John Stuart Mill 3 sample spaces Sample space: S is a set of

More information

Probability Models. Section 6.2

Probability Models. Section 6.2 Probability Models Section 6.2 The Language of Probability What is random? Empirical means that it is based on observation rather than theorizing. Probability describes what happens in MANY trials. Example

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

Chapter 1. Set Theory

Chapter 1. Set Theory Chapter 1 Set Theory 1 Section 1.1: Types of Sets and Set Notation Set: A collection or group of distinguishable objects. Ex. set of books, the letters of the alphabet, the set of whole numbers. You can

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

23 Applications of Probability to Combinatorics

23 Applications of Probability to Combinatorics November 17, 2017 23 Applications of Probability to Combinatorics William T. Trotter trotter@math.gatech.edu Foreword Disclaimer Many of our examples will deal with games of chance and the notion of gambling.

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

MATH CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #1 - SPRING DR. DAVID BRIDGE

MATH CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #1 - SPRING DR. DAVID BRIDGE MATH 205 - CALCULUS & STATISTICS/BUSN - PRACTICE EXAM # - SPRING 2006 - DR. DAVID BRIDGE TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. Tell whether the statement is

More information

Probability with Set Operations. MATH 107: Finite Mathematics University of Louisville. March 17, Complicated Probability, 17th century style

Probability with Set Operations. MATH 107: Finite Mathematics University of Louisville. March 17, Complicated Probability, 17th century style Probability with Set Operations MATH 107: Finite Mathematics University of Louisville March 17, 2014 Complicated Probability, 17th century style 2 / 14 Antoine Gombaud, Chevalier de Méré, was fond of gambling

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

Name: Partners: Math Academy I. Review 6 Version A. 5. There are over a billion different possible orders for a line of 14 people.

Name: Partners: Math Academy I. Review 6 Version A. 5. There are over a billion different possible orders for a line of 14 people. Name: Partners: Math Academy I Date: Review 6 Version A [A] Circle whether each statement is true or false. 1. Odd and less than 4 are mutually exclusive. 2. The probability of a card being red given it

More information

Probability, Continued

Probability, Continued Probability, Continued 12 February 2014 Probability II 12 February 2014 1/21 Last time we conducted several probability experiments. We ll do one more before starting to look at how to compute theoretical

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