Chapter 6. Probability The Study of Randomness

Size: px
Start display at page:

Download "Chapter 6. Probability The Study of Randomness"

Transcription

1 Chapter 6 Probability The Study of Randomness

2 Lesson 6-1 The Idea of Probability

3 Randomness Behavior is random if, while individual outcomes are uncertain, for a large number of repetitions, outcomes are regularly distributed. Example: If I roll a die once, I can t predict with certainty what number it will land on, but if I roll sixty times, I can expect it to land on 1 ten times, 2 ten times, 3 ten times, etc.

4 Probability Models The probability of an outcome is the proportion of times the outcome would occur for a large number of repetitions. Example: The probability of a die landing on 4 is the proportion of times a die lands on 4 for a large number of repetitions.

5 Chance Behavior is unpredictable in the short run but has a regular and predictable pattern in the long run. Tossing a Coin

6 Example Page 335, #6.10 A recent opinion poll showed that about 73% of married women agree that their husbands do at least their fair share of household chores. Suppose that this is exactly true. Choosing a married woman at random that has probability 0.73 of getting one who agrees that her husband does his share. A). Simulate drawing 20 women, then 80 women, then 320. What proportion agree in each case? We expect (but because of chance variation we can t be sure) that proportion will be closer to 0.73 in longer runs of trials.

7 Example Page 335, #6.10 A). Use Randint and let 0 Agree and 1 disagree. 12 women disagreed and 8 women agreed

8 Example Page 335, #6.10 A). Use Randint and let 0 Agree and 1 disagree. Sample 80 Sample women disagreed and 44 women agreed women disagreed and 153 women agreed

9 Example Page 335, #6.10 B). Simulate drawing 20 women 10 times and record the percents in each trial who agreed. Then simulate drawing 320 women 10 times and again record the 10 percents. Which set of 10 results is less variable? We expect the results of 320 trials to be more predictable (less variable) than the results of 20 trials. That is long-run regularity showing itself.

10 Example Page 335, # Women 320 Women Trail Trial Trial Trial Trial Trial Trial Trial Trail Trial

11 Example Page 334, #6.4 Probability is a measure of how likely an event is to occur. Match one of the probabilities that follow with each statement about an event. (The probability is usually a much more exact measure of likelihood than is the verbal statement.)

12 Example Page 334, #6.4 0, 0.01, 0.03, 0.6, 0.99, A). This event is impossible. It can never occur. B). This event is certain. It will occur on every trial of the random phenomenon. C). This event is very unlikely, but it will occur once in a while in a long sequence of trials. D). This event will occur more often than not.

13 Lesson 6-2, Part 1 Probability Models Addition/Complements

14 Sample Space (S) The set of all possible outcomes of an event is the sample space S of the event. Example: For the event roll a die and observe what number it lands on the sample space contains all possible numbers the die could land on. S 1,2,3,4,5,6

15 Event An event is an outcome (or a set of outcomes) from a sample space Example 1: When flipping three coins, an event may be getting the result HTH. In this case, the event is one outcome from the sample space. Example 2: When flipping three coins, an event may be getting two tails. In this case, the event is a set of outcomes (HTT, TTH, THT) from the sample space An event is usually denoted by a capital letter. Example: Call getting two tails event A. The probability of event A is denoted P(A).

16 Identifying Outcomes Tree Diagrams Multiplication Rule One task a number of ways and a second task b number of ways, then both tasks can be done a x b number of ways.

17 Tree Diagram Toss a coin and rolling a dice Possible outcomes

18 With or Without Replacement Assume you are drawing index cards with the digits You are picking 3 cards. With Replacement Without Replacement different ways to arrange a 3-digit number

19 Example Page 341, #6.14 For each of the following, use a tree diagram or the multiplication principal to determine the number of outcomes in the sample space. Then write the sample space using set notation. A). Toss 2 coins S HH, HT, TT, TH

20 Example Page 341, #6.14 B). Toss 3 coins S HHH, HHT, HTT, TTH, HTH, TTT, THT, THH

21 Example Page 341, #6.14 C). Toss 4 coins S HHHH, HHHT, HHTH, HTHH, THHH, HHTT, HTHT, HTTH, THTH, TTHH, THHT, HTTT, THTT, TTHT, TTTH, TTTT

22 Example Page 342, #6.18 Suppose you select a card from a standard deck of 52 playing cards. In how many ways can the selected card be: A). A red card? 26 B). A heart? 13 C). A queen and a heart? 1 D). A queen or a heart? 16 E). A queen that is not a heart? 3

23 Probability Rules The probability of any event is between 0 and 1. A probability of 0 indicates the event will never occur. A probability of 1 indicates the event will always occur 0 P(A) 1 If S is the sample space, then P(S) = 1. The sum of the probabilities of all possible outcomes must be 1

24 Example Page 348, #6.22 The New York Times (August 21, 1989) reported a poll that interviewed a random sample of 1025 women. The married women in the sample were asked whether their husbands did their fair share of household chores. Here are the results: Outcome Does more than his fair share 0.12 Does his fair share 0.61 Does less than his fair share? Probability These proportions are probabilities for the random phenomenon of choosing a married women at random and asking her opinion.

25 Example Page 348, #6.22 Outcome Does more than his fair share 0.12 Does his fair share 0.61 Does less than his fair share? Probability A). What must be the probability that women chosen says that her husband does less than his fair share? Why? All three probabilities must add up to 1 1 ( ) 0.27

26 Example Page 348, #6.22 Outcome Does more than his fair share 0.12 Does his fair share 0.61 Does less than his fair share? Probability B). The event I think my husband does at least his fair share contains the first two outcomes. What is the probability. ( ) 0.73

27 Complement The complement of an event A, denoted by A c, is the set of outcomes that are not in A. P(A c ) = 1 P(A) Example: When flipping two coins, the probability of getting two heads is The probability of not getting two heads is = 0.75

28 Complement S A C A The sample space S P( S) 1 The set A and its complement P ( A) 1 P ( A C )

29 Addition Rule If events A and B are disjoint if they have no outcomes in common. Events like this, that can t occur together, are called disjoint or mutually exclusive. For two disjoint events A and B, the probability that one or the other occurs is the sum of the probabilities of the two events. P(A or B) = P ( A B ) P ( A) P ( B )

30 Addition Rule Example: Let event A be rolling a die and landing on an even number, and event B be rolling a die and landing on an odd number. The outcomes for A are {2, 4, 6} and the outcomes for B are {1, 3, 5}. These events are disjoint because they have no outcomes in common. The probability of A or B (landing on either even or an odd number) P(A or B) = P(A) + P(B)

31 Disjoint S B Two disjoint sets, A and B We write P(A or B) as P(A B). The symbol means union, representing the outcomes in event A or event B (or both). A

32 Lesson 6-2, Part 2 Probability Models Independence

33 Independent Events A and B are independent because the probability A does not change the probability of B. Example: Roll a yellow die and a red die. Event A is the yellow die landing on an even number, and event B is the red die landing on an odd number.

34 Multiplication Rule For two independent events A and B, the probability that both A and B occur is the product of the probabilities of the two events. P(A and B) = P ( A B ) P ( A) P ( B )

35 Multiplication Rule Example: The probability that a yellow die lands on an even number and the red die lands on an odd number is: P(A and B) = P(A) P(B) = ½ x ½ = ¼ If events A and B are independent, then their complements, A c and B c are also independent, and A c independent of B

36 Intersection B A and B A Two sets A and B are not disjoint. We write P(A and B) as P(A B). The symbol means intersection, representing the outcomes that are in both event A and event B.

37 Example Page 349, #6.26 Example 6.10 (page 345) states that the first digits of numbers in legitimate records often follow a distribution know as Benford s Law. Here is the distribution: 1 st Digit Probability P(A) = P(first digit is 1) = P(B) = P(first digit is 6 or greater) = P(C) = P(first digit is odd) = P(D) = P(first digit is less than 4) = 0.602

38 Example Page 349, # st Digit Probability P(A) = P(first digit is 1) = P(B) = P(first digit is 6 or greater) = P(C) = P(first digit is odd) = P(D) = P(first digit is less than 4) = A). P(D) = P(1, 2, or 3) = = B). P ( B D) P ( B ) P ( D) C C). P( D ) 1 PD ( )

39 Example Page 349, # st Digit Probability P(A) = P(first digit is 1) = P(B) = P(first digit is 6 or greater) = P(C) = P(first digit is odd) = P(D) = P(first digit is less than 4) = D). E). P ( C D) P(1 and 3) P(1) P(3) P ( B C ) P(7 or 9) P(7) P(9)

40 Example Page 354, #28 An automobile manufacturer buys computer chips from a supplier. The supplier sends a shipment containing 5% defective chips. Each chip chosen from this shipment has probability 0.05 of being defective, and each automobile uses 12 chips selected independently. What is the probability that all 12 chips in a car will work properly? P(all chips work properly) = 1 P(defective chips)

41 Example Page 354, #6.30 Choose at random a U.S. resident at least 25 years of age. We are interested in the events A = {The person chosen completed 4 years of college} B = {The person chosen is 55 years old or older}

42 Example Page 354, #6.30 Government data recorded in table 4.6 on page 241 allows us to assign probabilities to these events.

43 Example Page 354, #6.30 A). Explain why P(A) = P( A)

44 Example Page 354, #6.30 B). Find P(B) P( B)

45 Example Page 354, #6.30 C). Find the probability that the person is at least 55 years old and had 4 years of college education, P(A and B). Are events A and B independent?

46 Example Page 354, #6.30 P(A and B) A and B are not independent because P(A and B) P ( A) P ( B ) (0.320)

47 Example Page 355, #6.32 An athlete suspected of having used steroids is given two tests that operate independently of each other. Test A has a probability 0.9 of being positive if steroids have been used. Test B has probability 0.8 of being positive if steroids have been used. What is the probability that neither test is positive if steroids have used? P(neither test is positive) P A C C P B (1 0.9)(1 0.8) 0.02

48 Lesson 6-3, Part 1 General Probability Rules

49 Basic Properties of Probability 0 P(A) 1 for any event A P(S) = 1 Complement Rule For any event A, P(A c ) = 1 P(A) Addition Rule Events A and B are disjoint P(A or B) = P(A B) = P(A) + P(B) Multiplication Rule Events A and B are independent P(A and B) = P(A B) = P(A) P(B)

50 Addition Rule Not Disjoint The union of two or more events that at least one of those occurs. The addition Rule for the Union to Two Events: P(A or B) = P(A) + P(B) P(A and B) P(A B) = P(A) +P(B) P(A B) Mutually Exclusive Two events are mutually exclusive: If the P(A and B) =0

51 Addition Rule Not Disjoint P(B) P(A or B) = P(A) +P(B) P(A and B) P P(A B) = P(A) +P(B) P(A B) Two events are mutually exclusive if the P(A and B) = 0 P(A)

52 Example 1 Addition Rule Not Disjoint The accompanying table represents the blood groups and RH types of 100 people. RH Types of 100 People RH Group A B AB O Total Positive Negative Total Based on the table what is the probability a person will have group B blood or be RH Positive?

53 Example 1 Addition Rule Not Disjoint RH Types of Group 100 People A B AB O Total Positive RH Negative Total P(B Blood or RH +) = P(B Blood) + P(RH +) P(B Blood and RH +)

54 Example 2 Addition Rule Mutually Exclusive A study of credit card fraud was conducted by Master Card International, and the table below is based on the results Method of Fraud Number Stolen Card 243 Counterfeit Card 85 Mail/Phone Order 52 Other 46 Total 426 Based on the table, what is the probability that fraud resulted from a stolen card or a mail/phone order?

55 Example 2 Addition Rule Mutually Exclusive Method of Fraud Number Stolen Card 243 Counterfeit Card 85 Mail/Phone Order 52 Other 46 Total 426 P(stolen or Mail/Phone)= P(stolen card) + P(Mail/Phone) P(Stolen and Mail/Phone)

56 Example Page 365, #6.46 Call a household prosperous if its income exceeds $100,000. Call the household educated if the household completed college. Select an American household at random, and let A be the event that the selected household is prosperous and B the event that it is educated. According the Census Bureau, P(A) = 0.134, P(B) = 0.254, and the joint probability that a household is both prosperous and educated is P(A and B) = What is the probability P(A or B) that the household selected is either prosperous or educated? P(A or B) = P(A) + P(B) P(A and B) = = 0.308

57 Example Page 364, #6.48 Consolidated builders has bid on two large construction projects. The company president believes that the probability of winning the first contract (event A) is 0.6, that the probability of winning the second (event B) is 0.5, and that the joint probability of winning both jobs (event {A and B}) is 0.3. What is the probability of event {A or B} that Consolidated will win at least one of the jobs? P(at least one contract) = P(A or B) = P(A) + P(B) P(A and B) = = 0.80

58 Example Page 365, #6.52 Musical styles other than rock and pop are becoming more popular. A survey of college students finds that 40% like country music, 30% like gospel music, and 10% like both. A) Make a Venn Diagram with these results. Neither 0.4 Gospel Only 0.2 Both 0.1 Country Only 0.30

59 Example Page 365, #6.52 Musical styles other than rock and pop are becoming more popular. A survey of college students finds that 40% like country music, 30% like gospel music, and 10% like both. B) What percent of college students like country but not gospel? P(country but not gospel) = P(C) P(C and G)

60 Example Page 365, #6.52 Musical styles other than rock and pop are becoming more popular. A survey of college students finds that 40% like country music, 30% like gospel music, and 10% like both. C) What percent like neither country nor gospel. P(neither country or gospel) = 1 P(C or G) = 1 [P(C) + P(G) P(C and G)] 1 [ ] 0.40

61 Basic Properties of Probability 0 P(A) 1 for any event A P(S) = 1 Complement Rule For any event A, P(A c ) = 1 P(A) Addition Rule Events A and B are not disjoint P(A or B) = P(A B) = P(A) + P(B) P(A and B) Events A and B are disjoint P(A or B) = P(A B) = P(A) + P(B) Multiplication Rule Events A and B are independent P(A and B) = P(A B) = P(A) P(B)

62 Conditional Probability Notation The probability that event B occurs if we know for certain that event A will occur is called conditional probability. The conditional probability of B given A is: P(B A) which reads the probability of event B given event A has occurred. If events A and B are independent, then knowing that event A will occur does not change the probability of B. P(A B) = P(A) or P(B A) = P(B)

63 Conditional Probability Independent Example: When flipping a coin twice, what is the probability of getting heads on the second flip if the first flip was head? Event A: getting head on first flip Event B: getting head on second flip Events A and B are independent since the outcome of the first flip does not change the probability of the second flip. P ( B A) P ( B ) 1 2

64 Multiplication Rule Not Independent The intersection of two or more events is that all of those events occur. The probability that two events, A and B both occur is the probability that event A occurs multiplied by the probability that event B also occurs that is by the probability that event B occurs given that event A occurs. P(A and B) = P(A) P(B A) P(A B) = P(A) P(B A)

65 Conditional Probability To find the probability of event B given the event A, we restrict our attention to the outcomes in A. We then find in what fraction of those outcomes B also occurred. P(B A) = P(B A) = P(A and B) P(A) P(A B) P(A)

66 Example Conditional Probability RH Types of 100 People RH Group A B AB O Total Positive Negative Total What is the probability that a person will be RH positive given they have blood type O? 39 P(O and RH +) 39 P(RH + O Blood) = P(O blood)

67 Example Are the Events Disjoint? Independent? Police report that 78% of drivers are given a breath test, 36% a blood test, and 22% both tests 1. Are giving a DWI suspect a blood test and a breath test mutually exclusive? 2. Are giving the two tests independent? State the events we re interest in. Let A = {suspect is given a breath test}. Let B = {suspect is given a blood test}.

68 Example Are the Events Disjoint? Independent? Police report that 78% of drivers are given a breath test, 36% a blood test, and 22% both tests State the events we re interest in. Let A = {suspect is given a breath test}. Let B = {suspect is given a blood test}. State the given probabilities. P(A) = 0.78 P(B) = 0.36 P(A and B) = P(A B) = 0.22

69 Example Are the Events Disjoint? Independent? Let A = {suspect is given a breath test}. Let B = {suspect is given a blood test}. P(A) = 0.78 P(B) = 0.36 P(A and B) = P(A B) = Are giving a DWI suspect a blood test and a breath test mutually exclusive? Disjoint events cannot both happen at the same time, so check to see if P(A and B) = 0. P(A and B) = 0.22, the events cannot be mutually exclusive. 22% of all suspects get both tests, so a breath test and blood test are not disjoint events.

70 Lesson 6-3, Part 2 General Probability Rules Conditional Probability

71 Example Are the Events Disjoint? Independent? Let A = {suspect is given a breath test}. Let B = {suspect is given a blood test}. P(A) = 0.78 P(B) = 0.36 P(A and B) = P(A B) = Are the two tests independent? Does getting a breath test change the probability of getting a blood test? That is, does P(B A) = P(B)? P ( A B ) 0.22 P ( B A) 0.28 PB ( ) 0.36 P( A) 0.78 Because the two probabilities are not the same, the two events are not independent.

72 Example Are the Events Disjoint? Independent? Overall, 36% of the drivers get blood tests, but only 22% of those get a breath test too. Since suspects who get a breath test are less likely to have a blood test, the two events are not independent.

73 Example Page 369, #6.54 Choose an adult American woman at random. Table 6.1 describes the population from which we draw. Use the information in that table to answer the following questions. A). What is the probability that the women chosen is 65 years old or older? B). What is the conditional probability that the women chosen is married, given that she is 65 or over? C). How many women are both married and in the over 65 age group? What is the probability that the women we choose is a married women at least 65 years old?

74 Example Page 369, #6.54 A). P( 65 years old or older) =

75 Example Page 369, #6.54 B). P(M 65) = P(65 and M) P(65)

76 Example Page 369, #6.54 C). P(M and 65) =

77 Example Page 370, #6.56 Choose an employed person at random. Let A be the event that the person chosen is a women and B the event that the person holds a managerial or professional job. Government data tell us that P(A) = 0.46 and the probability of managerial and professional jobs among women is P(B A) = Find the probability that a randomly chosen employed person is a women holding a managerial or professional position. P(Women and Managerial/Professional Position) P(A and B) = P(A) P(B A) =

78 Example Page 370, #6.58 A poker player holds a flush when all 5 cards in the hand belong to the same suit. We will find the probability of a flush when 5 cards are dealt. Remember that a deck contains 52 cards, 13 of each suit, and that when the deck is well shuffled, each card dealt is equally likely to be any of those that remain in the deck.

79 Example Page 370, #6.58 A). We will concentrate on spades. What is the probability that the first card dealt is a spade? What is the conditional probability that the second card is a spade, given that the first is a spade? P(1 st card Spade) = P(2 nd card spade 1 st card spade) =

80 Example Page 370, #6.58 B). Continue to count the remaining cards to find the conditional probability of a spade on the third, fourth, and fifth card, given that all previous cards are spades. P(3 rd card spade 2 nd card spade) = P(4 th card spade 3 rd card spade) = P(5 th card spade 4 th card spade) =

81 Example Page 370, #6.58 C). The probability of being dealt 5 spades is the product of the five probabilities you have found? Why? What is this probability? P(5 spades) = The product of these conditional probabilities gives the probability of a flush in spades by the extended multiplication rule: We must draw a spade then another, and then a third, fourth, and fifth.

82 Example Page 370, #6.58 D). The probability of being dealt 5 hearts, or 5 diamonds or 5 clubs is the same as the probability of being dealt 5 spades. What is the probability of being dealt a flush? P(flush) = ( )

83 Example Page 378, #6.64 Enzyme immunoassay (EIA) tests are used to screen blood specimens for the presence of antibodies to HIV, the virus that causes AIDS. Antibodies indicate the presence of the virus. The test is quite accurate but is not always correct. Here are approximate probabilities of positive and negative EIA outcomes when the blood tested does and does not actually contain antibodies to HIV. Positive Test result Negative Antibodies Present Antibodies Absent Suppose that 1% of a large population carries antibodies to HIV in their blood.

84 Example Page 378, #6.64 Test result Positive Negative Antibodies Present Antibodies Absent A). Draw a tree diagram for selecting a person from this population (outcomes: antibodies present or absent) and for testing his or her blood (outcomes: EIA positive or negative).

85 Example Page 378, #6.64 Test result Positive Negative Antibodies Present Antibodies Absent Subject 0.01 Antibody Present EIA + EIA 0.99 Antibody Absent EIA + EIA

86 Example Page 378, #6.64 B). What is the probability that the EIA is positive for an randomly chosen person from this population? P(Test +) = P(antibody and Test +) + P(no antibody and Test +) = (0.01)(0.9985) (0.99)(0.006) Subject 0.01 Antibody Present EIA + EIA 0.99 Antibody Absent EIA + EIA

87 Example Page 378, #6.64 C). What is the probability that a person has the antibody given that the EIA test is positive? P(Antibody Test +) = P(Test + and Antibody) P(Test +) (0.9985)(0.01) Subject 0.01 Antibody Present EIA + EIA 0.99 Antibody Absent EIA + EIA

Chapter 4 - Practice Problems 2

Chapter 4 - Practice Problems 2 Chapter - Practice Problems 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the indicated probability. 1) If you flip a coin three times, the

More information

X X X X X X X X X X X

X X X X X X X X X X X AP Statistics Solutions to Packet 6 Probability The Study of Randomness The Idea of Probability Probability Models General Probability Rules HW #37 3, 4, 8, 11, 14, 15, 17, 18 6.3 SHAQ The basketball player

More information

Lesson 1. Basics of Probability. Principles of Mathematics 12: Explained! www.math12.com 314

Lesson 1. Basics of Probability. Principles of Mathematics 12: Explained! www.math12.com 314 Lesson 1 Basics of Probability www.math12.com 314 Sample Spaces: Probability Lesson 1 Part I: Basic Elements of Probability Consider the following situation: A six sided die is rolled The sample space

More information

Bayesian Tutorial (Sheet Updated 20 March)

Bayesian Tutorial (Sheet Updated 20 March) Bayesian Tutorial (Sheet Updated 20 March) Practice Questions (for discussing in Class) Week starting 21 March 2016 1. What is the probability that the total of two dice will be greater than 8, given that

More information

AP Stats - Probability Review

AP Stats - Probability Review AP Stats - Probability Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. I toss a penny and observe whether it lands heads up or tails up. Suppose

More information

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1 www.math12.com

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1 www.math12.com 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

2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways.

2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways. Math 142 September 27, 2011 1. How many ways can 9 people be arranged in order? 9! = 362,880 ways 2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways. 3. The letters in MATH are

More information

Chapter 4 - Practice Problems 1

Chapter 4 - Practice Problems 1 Chapter 4 - Practice Problems SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Provide an appropriate response. ) Compare the relative frequency formula

More information

Chapter 3. Probability

Chapter 3. Probability Chapter 3 Probability Every Day, each us makes decisions based on uncertainty. Should you buy an extended warranty for your new DVD player? It depends on the likelihood that it will fail during the warranty.

More information

V. RANDOM VARIABLES, PROBABILITY DISTRIBUTIONS, EXPECTED VALUE

V. RANDOM VARIABLES, PROBABILITY DISTRIBUTIONS, EXPECTED VALUE V. RANDOM VARIABLES, PROBABILITY DISTRIBUTIONS, EXPETED VALUE A game of chance featured at an amusement park is played as follows: You pay $ to play. A penny and a nickel are flipped. You win $ if either

More information

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions.

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

More information

Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Probability: Terminology and Examples Class 2, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom 1 Learning Goals 1. Know the definitions of sample space, event and probability function. 2. Be able to

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

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52.

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52. Chapter 6 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? 4/52. 2. What is the probability that a randomly selected integer chosen from the first 100 positive

More information

The study of probability has increased in popularity over the years because of its wide range of practical applications.

The study of probability has increased in popularity over the years because of its wide range of practical applications. 6.7. Probability. The study of probability has increased in popularity over the years because of its wide range of practical applications. In probability, each repetition of an experiment is called a trial,

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 Introduction to Discrete Probability Probability theory has its origins in gambling analyzing card games, dice,

More information

Definition and Calculus of Probability

Definition and Calculus of Probability In experiments with multivariate outcome variable, knowledge of the value of one variable may help predict another. For now, the word prediction will mean update the probabilities of events regarding the

More information

Probability definitions

Probability definitions Probability definitions 1. Probability of an event = chance that the event will occur. 2. Experiment = any action or process that generates observations. In some contexts, we speak of a data-generating

More information

STAT 319 Probability and Statistics For Engineers PROBABILITY. Engineering College, Hail University, Saudi Arabia

STAT 319 Probability and Statistics For Engineers PROBABILITY. Engineering College, Hail University, Saudi Arabia STAT 319 robability and Statistics For Engineers LECTURE 03 ROAILITY Engineering College, Hail University, Saudi Arabia Overview robability is the study of random events. The probability, or chance, that

More information

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett

Lecture Note 1 Set and Probability Theory. MIT 14.30 Spring 2006 Herman Bennett Lecture Note 1 Set and Probability Theory MIT 14.30 Spring 2006 Herman Bennett 1 Set Theory 1.1 Definitions and Theorems 1. Experiment: any action or process whose outcome is subject to uncertainty. 2.

More information

Section 6-5 Sample Spaces and Probability

Section 6-5 Sample Spaces and Probability 492 6 SEQUENCES, SERIES, AND PROBABILITY 52. How many committees of 4 people are possible from a group of 9 people if (A) There are no restrictions? (B) Both Juan and Mary must be on the committee? (C)

More information

Probabilistic Strategies: Solutions

Probabilistic Strategies: Solutions Probability Victor Xu Probabilistic Strategies: Solutions Western PA ARML Practice April 3, 2016 1 Problems 1. You roll two 6-sided dice. What s the probability of rolling at least one 6? There is a 1

More information

Section 6.2 Definition of Probability

Section 6.2 Definition of Probability 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 that it will

More information

Chapter 13 & 14 - Probability PART

Chapter 13 & 14 - Probability PART Chapter 13 & 14 - Probability PART IV : PROBABILITY Dr. Joseph Brennan Math 148, BU Dr. Joseph Brennan (Math 148, BU) Chapter 13 & 14 - Probability 1 / 91 Why Should We Learn Probability Theory? Dr. Joseph

More information

Introduction to Probability

Introduction to Probability 3 Introduction to Probability Given a fair coin, what can we expect to be the frequency of tails in a sequence of 10 coin tosses? Tossing a coin is an example of a chance experiment, namely a process which

More information

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

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? ECS20 Discrete Mathematics Quarter: Spring 2007 Instructor: John Steinberger Assistant: Sophie Engle (prepared by Sophie Engle) Homework 8 Hints Due Wednesday June 6 th 2007 Section 6.1 #16 What is the

More information

Decision Making Under Uncertainty. Professor Peter Cramton Economics 300

Decision Making Under Uncertainty. Professor Peter Cramton Economics 300 Decision Making Under Uncertainty Professor Peter Cramton Economics 300 Uncertainty Consumers and firms are usually uncertain about the payoffs from their choices Example 1: A farmer chooses to cultivate

More information

Session 8 Probability

Session 8 Probability Key Terms for This Session Session 8 Probability Previously Introduced frequency New in This Session binomial experiment binomial probability model experimental probability mathematical probability outcome

More information

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability Math/Stats 425 Introduction to Probability 1. Uncertainty and the axioms of probability Processes in the real world are random if outcomes cannot be predicted with certainty. Example: coin tossing, stock

More information

PROBABILITY. The theory of probabilities is simply the Science of logic quantitatively treated. C.S. PEIRCE

PROBABILITY. The theory of probabilities is simply the Science of logic quantitatively treated. C.S. PEIRCE PROBABILITY 53 Chapter 3 PROBABILITY The theory of probabilities is simply the Science of logic quantitatively treated. C.S. PEIRCE 3. Introduction In earlier Classes, we have studied the probability as

More information

Basic Probability Theory II

Basic Probability Theory II RECAP Basic Probability heory II Dr. om Ilvento FREC 408 We said the approach to establishing probabilities for events is to Define the experiment List the sample points Assign probabilities to the sample

More information

Pattern matching probabilities and paradoxes A new variation on Penney s coin game

Pattern matching probabilities and paradoxes A new variation on Penney s coin game Osaka Keidai Ronshu, Vol. 63 No. 4 November 2012 Pattern matching probabilities and paradoxes A new variation on Penney s coin game Yutaka Nishiyama Abstract This paper gives an outline of an interesting

More information

Chapter 5 Section 2 day 1 2014f.notebook. November 17, 2014. Honors Statistics

Chapter 5 Section 2 day 1 2014f.notebook. November 17, 2014. Honors Statistics Chapter 5 Section 2 day 1 2014f.notebook November 17, 2014 Honors Statistics Monday November 17, 2014 1 1. Welcome to class Daily Agenda 2. Please find folder and take your seat. 3. Review Homework C5#3

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

MATH 140 Lab 4: Probability and the Standard Normal Distribution MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes

More information

2.5 Conditional Probabilities and 2-Way Tables

2.5 Conditional Probabilities and 2-Way Tables 2.5 Conditional Probabilities and 2-Way Tables Learning Objectives Understand how to calculate conditional probabilities Understand how to calculate probabilities using a contingency or 2-way table It

More information

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University 1 Chapter 1 Probability 1.1 Basic Concepts In the study of statistics, we consider experiments

More information

Statistics 100A Homework 2 Solutions

Statistics 100A Homework 2 Solutions Statistics Homework Solutions Ryan Rosario Chapter 9. retail establishment accepts either the merican Express or the VIS credit card. total of percent of its customers carry an merican Express card, 6

More information

Unit 19: Probability Models

Unit 19: Probability Models Unit 19: Probability Models Summary of Video Probability is the language of uncertainty. Using statistics, we can better predict the outcomes of random phenomena over the long term from the very complex,

More information

Lab 11. Simulations. The Concept

Lab 11. Simulations. The Concept Lab 11 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

More information

Basic Probability Concepts

Basic Probability Concepts page 1 Chapter 1 Basic Probability Concepts 1.1 Sample and Event Spaces 1.1.1 Sample Space A probabilistic (or statistical) experiment has the following characteristics: (a) the set of all possible outcomes

More information

Curriculum Design for Mathematic Lesson Probability

Curriculum Design for Mathematic Lesson Probability Curriculum Design for Mathematic Lesson Probability This curriculum design is for the 8th grade students who are going to learn Probability and trying to show the easiest way for them to go into this class.

More information

Chapter 4: Probability and Counting Rules

Chapter 4: Probability and Counting Rules Chapter 4: Probability and Counting Rules Learning Objectives Upon successful completion of Chapter 4, you will be able to: Determine sample spaces and find the probability of an event using classical

More information

Basic Probability. Probability: The part of Mathematics devoted to quantify uncertainty

Basic Probability. Probability: The part of Mathematics devoted to quantify uncertainty AMS 5 PROBABILITY Basic Probability Probability: The part of Mathematics devoted to quantify uncertainty Frequency Theory Bayesian Theory Game: Playing Backgammon. The chance of getting (6,6) is 1/36.

More information

Evaluating Statements About Probability

Evaluating Statements About Probability CONCEPT DEVELOPMENT Mathematics Assessment Project CLASSROOM CHALLENGES A Formative Assessment Lesson Evaluating Statements About Probability Mathematics Assessment Resource Service University of Nottingham

More information

The Calculus of Probability

The Calculus of Probability The Calculus of Probability Let A and B be events in a sample space S. Partition rule: P(A) = P(A B) + P(A B ) Example: Roll a pair of fair dice P(Total of 10) = P(Total of 10 and double) + P(Total of

More information

For two disjoint subsets A and B of Ω, say that A and B are disjoint events. For disjoint events A and B we take an axiom P(A B) = P(A) + P(B)

For two disjoint subsets A and B of Ω, say that A and B are disjoint events. For disjoint events A and B we take an axiom P(A B) = P(A) + P(B) Basic probability A probability space or event space is a set Ω together with a probability measure P on it. This means that to each subset A Ω we associate the probability P(A) = probability of A with

More information

(b) You draw two balls from an urn and track the colors. When you start, it contains three blue balls and one red ball.

(b) You draw two balls from an urn and track the colors. When you start, it contains three blue balls and one red ball. Examples for Chapter 3 Probability Math 1040-1 Section 3.1 1. Draw a tree diagram for each of the following situations. State the size of the sample space. (a) You flip a coin three times. (b) You draw

More information

2. Three dice are tossed. Find the probability of a) a sum of 4; or b) a sum greater than 4 (may use complement)

2. Three dice are tossed. Find the probability of a) a sum of 4; or b) a sum greater than 4 (may use complement) Probability Homework Section P4 1. A two-person committee is chosen at random from a group of four men and three women. Find the probability that the committee contains at least one man. 2. Three dice

More information

6. Let X be a binomial random variable with distribution B(10, 0.6). What is the probability that X equals 8? A) (0.6) (0.4) B) 8! C) 45(0.6) (0.

6. Let X be a binomial random variable with distribution B(10, 0.6). What is the probability that X equals 8? A) (0.6) (0.4) B) 8! C) 45(0.6) (0. Name: Date:. For each of the following scenarios, determine the appropriate distribution for the random variable X. A) A fair die is rolled seven times. Let X = the number of times we see an even number.

More information

6.3 Conditional Probability and Independence

6.3 Conditional Probability and Independence 222 CHAPTER 6. PROBABILITY 6.3 Conditional Probability and Independence Conditional Probability Two cubical dice each have a triangle painted on one side, a circle painted on two sides and a square painted

More information

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay QuestionofDay Question of the Day What is the probability that in a family with two children, both are boys? What is the probability that in a family with two children, both are boys, if we already know

More information

Probability. Sample space: all the possible outcomes of a probability experiment, i.e., the population of outcomes

Probability. Sample space: all the possible outcomes of a probability experiment, i.e., the population of outcomes Probability Basic Concepts: Probability experiment: process that leads to welldefined results, called outcomes Outcome: result of a single trial of a probability experiment (a datum) Sample space: all

More information

What Do You Expect?: Homework Examples from ACE

What Do You Expect?: Homework Examples from ACE What Do You Expect?: Homework Examples from ACE Investigation 1: A First Look at Chance, ACE #3, #4, #9, #31 Investigation 2: Experimental and Theoretical Probability, ACE #6, #12, #9, #37 Investigation

More information

Probability: The Study of Randomness Randomness and Probability Models. IPS Chapters 4 Sections 4.1 4.2

Probability: The Study of Randomness Randomness and Probability Models. IPS Chapters 4 Sections 4.1 4.2 Probability: The Study of Randomness Randomness and Probability Models IPS Chapters 4 Sections 4.1 4.2 Chapter 4 Overview Key Concepts Random Experiment/Process Sample Space Events Probability Models Probability

More information

36 Odds, Expected Value, and Conditional Probability

36 Odds, Expected Value, and Conditional Probability 36 Odds, Expected Value, and Conditional Probability What s the difference between probabilities and odds? To answer this question, let s consider a game that involves rolling a die. If one gets the face

More information

Math 3C Homework 3 Solutions

Math 3C Homework 3 Solutions Math 3C Homework 3 s Ilhwan Jo and Akemi Kashiwada ilhwanjo@math.ucla.edu, akashiwada@ucla.edu Assignment: Section 2.3 Problems 2, 7, 8, 9,, 3, 5, 8, 2, 22, 29, 3, 32 2. You draw three cards from a standard

More information

Solutions to Self-Help Exercises 1.3. b. E F = /0. d. G c = {(3,4),(4,3),(4,4)}

Solutions to Self-Help Exercises 1.3. b. E F = /0. d. G c = {(3,4),(4,3),(4,4)} 1.4 Basics of Probability 37 Solutions to Self-Help Exercises 1.3 1. Consider the outcomes as ordered pairs, with the number on the bottom of the red one the first number and the number on the bottom of

More information

Homework 3 Solution, due July 16

Homework 3 Solution, due July 16 Homework 3 Solution, due July 16 Problems from old actuarial exams are marked by a star. Problem 1*. Upon arrival at a hospital emergency room, patients are categorized according to their condition as

More information

Section 5-3 Binomial Probability Distributions

Section 5-3 Binomial Probability Distributions Section 5-3 Binomial Probability Distributions Key Concept This section presents a basic definition of a binomial distribution along with notation, and methods for finding probability values. Binomial

More information

Random variables, probability distributions, binomial random variable

Random variables, probability distributions, binomial random variable Week 4 lecture notes. WEEK 4 page 1 Random variables, probability distributions, binomial random variable Eample 1 : Consider the eperiment of flipping a fair coin three times. The number of tails that

More information

Homework 20: Compound Probability

Homework 20: Compound Probability Homework 20: Compound Probability Definition The probability of an event is defined to be the ratio of times that you expect the event to occur after many trials: number of equally likely outcomes resulting

More information

Contemporary Mathematics Online Math 1030 Sample Exam I Chapters 12-14 No Time Limit No Scratch Paper Calculator Allowed: Scientific

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

More information

PROBABILITY. Chapter. 0009T_c04_133-192.qxd 06/03/03 19:53 Page 133

PROBABILITY. Chapter. 0009T_c04_133-192.qxd 06/03/03 19:53 Page 133 0009T_c04_133-192.qxd 06/03/03 19:53 Page 133 Chapter 4 PROBABILITY Please stand up in front of the class and give your oral report on describing data using statistical methods. Does this request to speak

More information

In the situations that we will encounter, we may generally calculate the probability of an event

In the situations that we will encounter, we may generally calculate the probability of an event What does it mean for something to be random? An event is called random if the process which produces the outcome is sufficiently complicated that we are unable to predict the precise result and are instead

More information

STAT 35A HW2 Solutions

STAT 35A HW2 Solutions STAT 35A HW2 Solutions http://www.stat.ucla.edu/~dinov/courses_students.dir/09/spring/stat35.dir 1. A computer consulting firm presently has bids out on three projects. Let A i = { awarded project i },

More information

Lecture 13. Understanding Probability and Long-Term Expectations

Lecture 13. Understanding Probability and Long-Term Expectations Lecture 13 Understanding Probability and Long-Term Expectations Thinking Challenge What s the probability of getting a head on the toss of a single fair coin? Use a scale from 0 (no way) to 1 (sure thing).

More information

A probability experiment is a chance process that leads to well-defined outcomes. 3) What is the difference between an outcome and an event?

A probability experiment is a chance process that leads to well-defined outcomes. 3) What is the difference between an outcome and an event? Ch 4.2 pg.191~(1-10 all), 12 (a, c, e, g), 13, 14, (a, b, c, d, e, h, i, j), 17, 21, 25, 31, 32. 1) What is a probability experiment? A probability experiment is a chance process that leads to well-defined

More information

Ch. 13.3: More about Probability

Ch. 13.3: More about Probability Ch. 13.3: More about Probability Complementary Probabilities Given any event, E, of some sample space, U, of a random experiment, we can always talk about the complement, E, of that event: this is the

More information

Math 210. 1. Compute C(1000,2) (a) 499500. (b) 1000000. (c) 2. (d) 999000. (e) None of the above.

Math 210. 1. Compute C(1000,2) (a) 499500. (b) 1000000. (c) 2. (d) 999000. (e) None of the above. Math 210 1. Compute C(1000,2) (a) 499500. (b) 1000000. (c) 2. (d) 999000. 2. Suppose that 80% of students taking calculus have previously had a trigonometry course. Of those that did, 75% pass their calculus

More information

Probability and Venn diagrams UNCORRECTED PAGE PROOFS

Probability and Venn diagrams UNCORRECTED PAGE PROOFS Probability and Venn diagrams 12 This chapter deals with further ideas in chance. At the end of this chapter you should be able to: identify complementary events and use the sum of probabilities to solve

More information

Contemporary Mathematics- MAT 130. Probability. a) What is the probability of obtaining a number less than 4?

Contemporary Mathematics- MAT 130. Probability. a) What is the probability of obtaining a number less than 4? Contemporary Mathematics- MAT 30 Solve the following problems:. A fair die is tossed. What is the probability of obtaining a number less than 4? What is the probability of obtaining a number less than

More information

A Few Basics of Probability

A Few Basics of Probability A Few Basics of Probability Philosophy 57 Spring, 2004 1 Introduction This handout distinguishes between inductive and deductive logic, and then introduces probability, a concept essential to the study

More information

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Section 4.2 Homework Answers 4.17 Choose a young adult (age 25 to 34 years) at random. The probability is 0.12 that the person chosen

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution James H. Steiger November 10, 00 1 Topics for this Module 1. The Binomial Process. The Binomial Random Variable. The Binomial Distribution (a) Computing the Binomial pdf (b) Computing

More information

Chapter 7 Probability. Example of a random circumstance. Random Circumstance. What does probability mean?? Goals in this chapter

Chapter 7 Probability. Example of a random circumstance. Random Circumstance. What does probability mean?? Goals in this chapter Homework (due Wed, Oct 27) Chapter 7: #17, 27, 28 Announcements: Midterm exams keys on web. (For a few hours the answer to MC#1 was incorrect on Version A.) No grade disputes now. Will have a chance to

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. Practice Test Chapter 9 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the odds. ) Two dice are rolled. What are the odds against a sum

More information

Combinatorics. Chapter 1. 1.1 Factorials

Combinatorics. Chapter 1. 1.1 Factorials Chapter 1 Combinatorics Copyright 2009 by David Morin, morin@physics.harvard.edu (Version 4, August 30, 2009) This file contains the first three chapters (plus some appendices) of a potential book on Probability

More information

The mathematical branch of probability has its

The mathematical branch of probability has its ACTIVITIES for students Matthew A. Carlton and Mary V. Mortlock Teaching Probability and Statistics through Game Shows The mathematical branch of probability has its origins in games and gambling. And

More information

Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom 1 Learning Goals 1. Know the definitions of conditional probability and independence

More information

1 Combinations, Permutations, and Elementary Probability

1 Combinations, Permutations, and Elementary Probability 1 Combinations, Permutations, and Elementary Probability Roughly speaking, Permutations are ways of grouping things where the order is important. Combinations are ways of grouping things where the order

More information

Probability. a number between 0 and 1 that indicates how likely it is that a specific event or set of events will occur.

Probability. a number between 0 and 1 that indicates how likely it is that a specific event or set of events will occur. Probability Probability Simple experiment Sample space Sample point, or elementary event Event, or event class Mutually exclusive outcomes Independent events a number between 0 and 1 that indicates how

More information

Combinatorics 3 poker hands and Some general probability

Combinatorics 3 poker hands and Some general probability Combinatorics 3 poker hands and Some general probability Play cards 13 ranks Heart 4 Suits Spade Diamond Club Total: 4X13=52 cards You pick one card from a shuffled deck. What is the probability that it

More information

Name: Date: Use the following to answer questions 2-4:

Name: Date: Use the following to answer questions 2-4: Name: Date: 1. A phenomenon is observed many, many times under identical conditions. The proportion of times a particular event A occurs is recorded. What does this proportion represent? A) The probability

More information

7.S.8 Interpret data to provide the basis for predictions and to establish

7.S.8 Interpret data to provide the basis for predictions and to establish 7 th Grade Probability Unit 7.S.8 Interpret data to provide the basis for predictions and to establish experimental probabilities. 7.S.10 Predict the outcome of experiment 7.S.11 Design and conduct an

More information

Additional Probability Problems

Additional Probability Problems Additional Probability Problems 1. A survey has shown that 52% of the women in a certain community work outside the home. Of these women, 64% are married, while 86% of the women who do not work outside

More information

Formula for Theoretical Probability

Formula for Theoretical Probability Notes Name: Date: Period: Probability I. Probability A. Vocabulary is the chance/ likelihood of some event occurring. Ex) The probability of rolling a for a six-faced die is 6. It is read as in 6 or out

More information

UNIT 7A 118 CHAPTER 7: PROBABILITY: LIVING WITH THE ODDS

UNIT 7A 118 CHAPTER 7: PROBABILITY: LIVING WITH THE ODDS 11 CHAPTER 7: PROBABILITY: LIVING WITH THE ODDS UNIT 7A TIME OUT TO THINK Pg. 17. Birth orders of BBG, BGB, and GBB are the outcomes that produce the event of two boys in a family of. We can represent

More information

AP Statistics 7!3! 6!

AP Statistics 7!3! 6! Lesson 6-4 Introduction to Binomial Distributions Factorials 3!= Definition: n! = n( n 1)( n 2)...(3)(2)(1), n 0 Note: 0! = 1 (by definition) Ex. #1 Evaluate: a) 5! b) 3!(4!) c) 7!3! 6! d) 22! 21! 20!

More information

MATHEMATICS 154, SPRING 2010 PROBABILITY THEORY Outline #3 (Combinatorics, bridge, poker)

MATHEMATICS 154, SPRING 2010 PROBABILITY THEORY Outline #3 (Combinatorics, bridge, poker) Last modified: February, 00 References: MATHEMATICS 5, SPRING 00 PROBABILITY THEORY Outline # (Combinatorics, bridge, poker) PRP(Probability and Random Processes, by Grimmett and Stirzaker), Section.7.

More information

ECE302 Spring 2006 HW1 Solutions January 16, 2006 1

ECE302 Spring 2006 HW1 Solutions January 16, 2006 1 ECE302 Spring 2006 HW1 Solutions January 16, 2006 1 Solutions to HW1 Note: These solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in italics

More information

SECTION 10-5 Multiplication Principle, Permutations, and Combinations

SECTION 10-5 Multiplication Principle, Permutations, and Combinations 10-5 Multiplication Principle, Permutations, and Combinations 761 54. Can you guess what the next two rows in Pascal s triangle, shown at right, are? Compare the numbers in the triangle with the binomial

More information

Feb 7 Homework Solutions Math 151, Winter 2012. Chapter 4 Problems (pages 172-179)

Feb 7 Homework Solutions Math 151, Winter 2012. Chapter 4 Problems (pages 172-179) Feb 7 Homework Solutions Math 151, Winter 2012 Chapter Problems (pages 172-179) Problem 3 Three dice are rolled. By assuming that each of the 6 3 216 possible outcomes is equally likely, find the probabilities

More information

Introduction to Discrete Probability. Terminology. Probability definition. 22c:19, section 6.x Hantao Zhang

Introduction to Discrete Probability. Terminology. Probability definition. 22c:19, section 6.x Hantao Zhang Introduction to Discrete Probability 22c:19, section 6.x Hantao Zhang 1 Terminology Experiment A repeatable procedure that yields one of a given set of outcomes Rolling a die, for example Sample space

More information

Introductory Probability. MATH 107: Finite Mathematics University of Louisville. March 5, 2014

Introductory Probability. MATH 107: Finite Mathematics University of Louisville. March 5, 2014 Introductory Probability MATH 07: Finite Mathematics University of Louisville March 5, 204 What is probability? Counting and probability 2 / 3 Probability in our daily lives We see chances, odds, and probabilities

More information

Probability and statistical hypothesis testing. Holger Diessel holger.diessel@uni-jena.de

Probability and statistical hypothesis testing. Holger Diessel holger.diessel@uni-jena.de Probability and statistical hypothesis testing Holger Diessel holger.diessel@uni-jena.de Probability Two reasons why probability is important for the analysis of linguistic data: Joint and conditional

More information

Determine the empirical probability that a person selected at random from the 1000 surveyed uses Mastercard.

Determine the empirical probability that a person selected at random from the 1000 surveyed uses Mastercard. Math 120 Practice Exam II Name You must show work for credit. 1) A pair of fair dice is rolled 50 times and the sum of the dots on the faces is noted. Outcome 2 4 5 6 7 8 9 10 11 12 Frequency 6 8 8 1 5

More information

Binomial random variables

Binomial random variables Binomial and Poisson Random Variables Solutions STAT-UB.0103 Statistics for Business Control and Regression Models Binomial random variables 1. A certain coin has a 5% of landing heads, and a 75% chance

More information

STATISTICS HIGHER SECONDARY - SECOND YEAR. Untouchability is a sin Untouchability is a crime Untouchability is inhuman

STATISTICS HIGHER SECONDARY - SECOND YEAR. Untouchability is a sin Untouchability is a crime Untouchability is inhuman STATISTICS HIGHER SECONDARY - SECOND YEAR Untouchability is a sin Untouchability is a crime Untouchability is inhuman TAMILNADU TEXTBOOK CORPORATION College Road, Chennai- 600 006 i Government of Tamilnadu

More information

PROBABILITY. SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and 1.

PROBABILITY. SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and 1. PROBABILITY SIMPLE PROBABILITY SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and. There are two categories of simple probabilities. THEORETICAL

More information

Problem of the Month: Fair Games

Problem of the Month: Fair Games Problem of the Month: The Problems of the Month (POM) are used in a variety of ways to promote problem solving and to foster the first standard of mathematical practice from the Common Core State Standards:

More information