Chapter 4 Probability

Size: px
Start display at page:

Download "Chapter 4 Probability"

Transcription

1 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition Rule 4-4 Multiplication Rule: Basics 4-5 Multiplication Rule: Complements and Conditional Probability 4-6 Counting 4-7 Probabilities Through Simulations 4-8 Bayes' Theorem Section 4.1-1

2 Review Necessity of sound sampling methods. Common measures of characteristics of data, such as the mean and the standard deviation Section 4.1-2

3 Preview Rare Event Rule for Inferential Statistics: If, under a given assumption, the probability of a particular observed event is extremely small, we conclude that the assumption is probably not correct. Statisticians use the rare event rule for inferential statistics. Section 4.1-3

4 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition Rule 4-4 Multiplication Rule: Basics 4-5 Multiplication Rule: Complements and Conditional Probability 4-6 Counting 4-7 Probabilities Through Simulations 4-8 Bayes Theorem Section 4.1-4

5 Key Concept Three approaches to finding the probability of an event. The most important objective is to learn how to interpret probability values. Section 4.1-5

6 Definitions Event any collection of results or outcomes of a procedure Simple Event an event that cannot be further broken down into simpler components Sample Space for a procedure consists of all possible simple events Section 4.1-6

7 Example b for baby boy and g for a baby girl. Procedure Single birth Example of Event 1 girl (simple event) 3 births 2 boys and 1 girl (bbg, bgb, and gbb are all simple events) Sample Space {b, g} {bbb, bbg, bgb, bgg, gbb, gbg, ggb, ggg} Section 4.1-7

8 P a probability. A a event. Notation for Probabilities P(A) - the probability of event A occurring. Section 4.1-8

9 Basic Rules for Computing Probability Rule 1: Relative Frequency Approximation of Probability P(A) = # of times A occurred # of times procedure was repeated Example: flip a coin. Flip a coin 10 times, let A = head, P( head) # heads in 10 trials 10 Section 4.1-9

10 Basic Rules for Computing Probability Rule 2: Classical Approach to Probability (Requires Equally Likely Outcomes) s number of ways A can occur PA ( ) = = n number of different simple events Example. Roll a die. Let event A = odd number. P( odd number) 3 6 Section

11 Basic Rules for Computing Probability Rule 3: Subjective Probabilities P(A), the probability of event A, is estimated by using knowledge of the relevant circumstances. Section

12 Example When three children are born, the sample space is: {bbb, bbg, bgb, bgg, gbb, gbg, ggb, ggg} Assuming that boys and girls are equally likely, find the probability of getting three children of all the same gender. 2 P three children of the same gender Section

13 Probability Limits The probability of an impossible event is 0. The probability of an event that is certain to occur is 1. For any event A, 0 P(A) 1. Section

14 Possible Values for Probabilities Section

15 Complementary Events The complement of event A, denoted by A, consists of all outcomes in which the event A does not occur. Section

16 Example 1010 United States adults were surveyed and 202 of them were smokers. It follows that: P 202 P smoker not a smoker Section

17 Rounding Off Probabilities When expressing the value of a probability, either give the exact fraction Or decimal or round off to three significant digits. Suggestion: When a probability is not a simple fraction such as 2/3 or 5/9, express it as a decimal Section

18 Definition An event is unlikely if its probability is very small, such as 0.05 or less. An event has an unusually low number of outcomes of a particular type or an unusually high number of those outcomes if that number is far from what we typically expect. Section

19 Odds The actual odds against event A occurring = P( A) / P( A). expressed in fractions in lowest form. The actual odds in favor of event A occurring = expressed in fractions in lowest form. P( A)/ P( A) payoff odds against event A = (net profit) : (amount bet) Section

20 Example If you bet $5 on the number 13 in roulette, your probability of winning is 1/38 and the payoff odds are given by the casino at 35:1. a.find the actual odds against the outcome of 13. a.how much net profit would you make if you win by betting on 13? $175 37:1 Section

21 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition Rule 4-4 Multiplication Rule: Basics 4-5 Multiplication Rule: Complements and Conditional Probability 4-6 Counting 4-7 Probabilities Through Simulations 4-8 Bayes Theorem Section

22 Key Concept Consider P(A or B) The key word in this section is or. It is the inclusive or, meaning, either A occurs, or B occurs, or both A and B occurs. Using addition rule Section

23 Compound Event Compound Event any event combining 2 or more simple events Notation P(A or B) = P(in a single trial, event A occurs or event B occurs or they both occur) Section

24 Formal Addition Rule Compound Event P(A or B) = P(A) + P(B) P(A and B) where P(A and B) denotes the probability that A and B both occur at the same time. Example. 74% speak English, 58% speak Spanish, 43% speak both English and Spanish. How many speak English or Spanish? 89% Section

25 Example Table 4-1 Pre-employment Drug Screening Results Positive test result (drug use is indicated) Negative test results (drug use is not indicated) Subject uses drugs 44 6 (True positive) (False negative) Subject is not a drug user (False positive) (True negative) Refer to the above table. If a subject is randomly selected from the 1000 subjects, find the probability of selecting a subject who had a positive test result or use drugs. P(positive or use drugs) = Section

26 Disjoint or Mutually Exclusive Events A and B are disjoint (or mutually exclusive) if they cannot occur at the same time. Venn Diagram for Events That Are Not Disjoint Venn Diagram for Disjoint Events Section

27 Disjoint or Mutually Exclusive If A and B are disjoint, then P(A or B) = P(A) + P(B). Section

28 Disjoint or Mutually Exclusive: Examples Decide if two events are disjoint. Example i. a. randomly selecting someone who is a registered Democrat b. randomly selecting someone who is a registered Republican Disjoint Example ii. a. randomly selecting someone taking a statistics course b. randomly selecting someone who is a female Not disjoint Section

29 Complementary Events A and A must be disjoint. It is impossible for an event and its complement to occur at the same time. Section

30 Rule of Complementary Events P( A) P( A) 1 P( A) 1 P( A) P( A) 1 P( A) Section

31 Venn Diagram for the Complement of Event A Section

32 Complement of Event A: Example Devilish belief. Based on data from a Harris poll, the probability of randomly selecting someone who believes in devil is 0.6. If a person is randomly selected, find the probability of getting someone who does not believe in devil. P(does not believe in devil) = 0.4 Section

33 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition Rule 4-4 Multiplication Rule: Basics 4-5 Multiplication Rule: Complements and Conditional Probability 4-6 Counting 4-7 Probabilities Through Simulations 4-8 Bayes Theorem Section

34 Key Concept Consider P(A and B) The key word is and Using multiplication rule. Section

35 Notation P(A and B) = P(event A occurs in a first trial and event B occurs in a second trial) P(B A) = P(event B occurring after event A has already occurred) Read as probability of B given A Section

36 Formal Multiplication Rule P( A and B) P( A) P( B A) Section

37 Dependent and Independent Two events A and B are independent if the occurrence of one does not affect the probability of the occurrence of the other. If A and B are independent, then P(A and B) = P(A) P(B) If A and B are not independent, they are said to be dependent. Section

38 Dependent and Independent Similarly, several events are independent if the occurrence of any does not affect the probabilities of the occurrence of the others. If A 1, A 2,, A n are independent, then P(A 1 and A 2 and and A n ) = P(A 1 ) P(A 2 ) P(A n ) Section

39 Dependent and Independent Important examples: Sampling with replacement: selections are independent Sampling without replacement: selections are dependent Section

40 Treating Dependent Events as Independent When small samples are drawn from large populations. Treat the selection as independent. In such cases, it is rare to select the same item twice. Section

41 The 5% Guideline for Cumbersome Calculations If a sample size is no more than 5% of the size of the population, treat the selections as being independent. Section

42 Example Suppose 50 drug test results are given from people who use drugs: Positive Test Results: 44 Negative Test Results: 6 Total Results: 50 If 2 of the 50 subjects are randomly selected find the probability that the first person tested positive and the second person tested negative: a. without replacement, b. with replacement, Section

43 Example When two different people are randomly selected from those in your class, find the indicated probability by assuming birthdays occur on the same day of the week with equal frequencies. a. Probability that two people are born on the same day of the week. b. Probability that two people are both born on Monday Section

44 Tree Diagrams A tree diagram is a picture of the possible outcomes of a procedure. Helpful in determining the number of possible outcomes in a sample space, Good if the number of possibilities is not too large. Section

45 Tree Diagrams This figure summarizes the possible outcomes for a true/false question followed by a multiple choice question. Note that there are 10 possible combinations. Section

46 Summary of Fundamentals In the addition rule, the word or in P(A or B) suggests addition. Add P(A) and P(B), be careful to add in such a way that every outcome is counted only once. In the multiplication rule, the word and in P(A and B) suggests multiplication. Multiply P(A) and P(B), but be sure that the probability of event B takes into account the previous occurrence of event A. Section

47 Applying the Multiplication Rule Section

48 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition Rule 4-4 Multiplication Rule: Basics 4-5 Multiplication Rule: Complements and Conditional Probability 4-6 Counting 4-7 Probabilities Through Simulations 4-8 Bayes Theorem Section

49 Key Concepts Probability of at least one : Find the probability that among several trials, we get at least one of some specified event. Conditional probability: Section

50 Complements: The Probability of At Least One At least one is equivalent to one or more. The complement of getting at least one item of a particular type is that you get no items of that type. Section

51 Finding the Probability of At Least One To find the probability of at least one of something, calculate the probability of none and then subtract that result from 1. That is, P(at least one) = 1 P(none). Section

52 Example Topford supplies X-Data DVDs in lots of 50, and they have a reported defect rate of 0.5% so the probability of a disk being defective is It follows that the probability of a disk being good is What is the probability of getting at least one defective disk in a lot of 50? Section

53 Example continued What is the probability of getting at least one defective disk in a lot of 50? P at least 1 defective disk in 50 1 P all 50 disks are good Section

54 Conditional Probability Conditional probability P( B A) denotes the conditional probability of event B occurring, given that event A has already occurred. It is computed by P( B A) ( and ) P A B PA ( ) Section

55 Example Refer to the table to find the probability that a subject actually uses drugs, given that he or she had a positive test result. Positive Drug Test Negative Drug Test Subject Uses Drugs 44 (True Positive) 6 (False Negative) Subject Does Not Use Drugs 90 (False Positive) 860 (True Negative) P(subject uses drugs subject had a positive test result) Section

56 Example - continued Positive Drug Test Negative Drug Test Subject Uses Drugs 44 (True Positive) 6 (False Negative) Subject Does Not Use Drugs 90 (False Positive) 860 (True Negative) P P subject uses drugs subject tests positive subject uses drugs and subject tests positive P subject tests positive Section

57 Confusion of the Inverse To incorrectly believe that and ( ) are the same, or to incorrectly use one value for the other, is often called confusion of the inverse. P B A P( A B) Section

58 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition Rule 4-4 Multiplication Rule: Basics 4-5 Multiplication Rule: Complements and Conditional Probability 4-6 Counting 4-7 Probabilities Through Simulations 4-8 Bayes Theorem Section

59 Key Concept In many probability problems, the big obstacle is finding the total number of outcomes, and this section presents several methods for finding such numbers without directly listing and counting the possibilities. Section

60 Fundamental Counting Rule For a sequence of two events in which the first event can occur m ways and the second event can occur n ways, the events together can occur a total of m n ways. Section

61 Notation The factorial symbol! denotes the product of decreasing positive whole numbers. For example, 4! By special definition, 0! = 1. Section

62 Factorial Rule Number of different permutations (order counts) of n different items can be arranged when all n of them are selected. (This factorial rule reflects the fact that the first item may be selected in n different ways, the second item may be selected in n 1 ways, and so on.) Section

63 Requirements: Permutations Rule (when items are all different) 1. There are n different items available. (This rule does not apply if some of the items are identical to others.) 2. We select r of the n items (without replacement). 3. We consider rearrangements of the same items to be different sequences. (The permutation of ABC is different from CBA and is counted separately.) If the preceding requirements are satisfied, the number of permutations (or sequences) of r items selected from n available items (without replacement) is n P r n! ( n r)! Section

64 Permutations Rule (when some items are identical to others) Requirements: 1. There are n items available, and some items are identical to others. 2. We select all of the n items (without replacement). 3. We consider rearrangements of distinct items to be different sequences. If the preceding requirements are satisfied, and if there are n 1 alike, n 2 alike,... n k alike, the number of permutations (or sequences) of all items selected without replacement is n! n! n! n! 1 2 k Section

65 Combinations Rule Requirements: 1. There are n different items available. 2. We select r of the n items (without replacement). 3. We consider rearrangements of the same items to be the same. (The combination of ABC is the same as CBA.) If the preceding requirements are satisfied, the number of combinations of r items selected from n different items is n C r n! ( n r)! r! Section

66 Permutations versus Combinations When different orderings of the same items are to be counted separately, we have a permutation problem, but when different orderings are not to be counted separately, we have a combination problem. Section

67 Example A byte is a sequence of eight numbers, all either 0 or The number of possible bytes is. Section

68 Example A history pop quiz asks students to arrange the following presidents in chronological order: Hayes, Taft, Polk, Taylor, Grant, Pierce. If an unprepared student totally guesses, what is the probability of guessing correctly? Possible arrangements: 6! 720 P 1 guessing correctly Section

69 Example In the Pennsylvania Match 6 Lotto, winning the jackpot requires you select six different numbers from 1 to 49. The winning numbers may be drawn in any order. Find the probability of winning if one ticket is purchased. n! 49! Number of combinations: ncr 13,983,816 n r! r! 43!6! P winning 1 13,983,816 Section

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 4.1-1

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 4.1-1 Lecture Slides Elementary Statistics Eleventh Edition and the Triola Statistics Series by Mario F. Triola 4.1-1 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 4-1 Overview 4-2 Fundamentals 4-3 Addition Rule Chapter 4 Probability 4-4 Multiplication Rule:

More information

P(A) = Definitions. Overview. P - denotes a probability. A, B, and C - denote specific events. P (A) - Chapter 3 Probability

P(A) = Definitions. Overview. P - denotes a probability. A, B, and C - denote specific events. P (A) - Chapter 3 Probability Chapter 3 Probability Slide 1 Slide 2 3-1 Overview 3-2 Fundamentals 3-3 Addition Rule 3-4 Multiplication Rule: Basics 3-5 Multiplication Rule: Complements and Conditional Probability 3-6 Probabilities

More information

Topic 4 Probability. Terminology. Sample Space and Event

Topic 4 Probability. Terminology. Sample Space and Event Topic 4 Probability The Sample Space is the collection of all possible outcomes Experimental outcome An outcome from a sample space with one characteristic Event May involve two or more outcomes simultaneously

More information

Chapter 4. Probability

Chapter 4. Probability Chapter 4. Probability Chapter Problem: Are polygraph instruments effective as lie detector? Table 4-1 Results from Experiments with Polygraph Instruments Did the Subject Actually Lie? No (Did Not Lie)

More information

{ } all possible outcomes of the procedure. There are 8 ways this procedure can happen.

{ } all possible outcomes of the procedure. There are 8 ways this procedure can happen. Probability with the 3-Kids Procedure Statistics Procedures and Events Definition A procedure is something that produces an outcome. When a procedure produces an outcome, it s called a trial or a run of

More information

4-1 BASIC CONCEPTS OF PROBABILITY

4-1 BASIC CONCEPTS OF PROBABILITY CHAPTER 4 4-1 BASIC CONCEPTS OF PROBABILITY Identify probabilities as values between 0 and 1, and interpret those values as expressions of likelihood of events Develop the ability to calculate probabilities

More information

Probability deals with modeling of random phenomena (phenomena or experiments whose outcomes may vary)

Probability deals with modeling of random phenomena (phenomena or experiments whose outcomes may vary) Chapter 14 From Randomness to Probability How to measure a likelihood of an event? How likely is it to answer correctly one out of two true-false questions on a quiz? Is it more, less, or equally likely

More information

Section 13.3 Probability

Section 13.3 Probability 288 Section 13.3 Probability Probability is a measure of how likely an event will occur. When the weather forecaster says that there will be a 50% chance of rain this afternoon, the probability that it

More information

13.1 The Basics of Probability Theory

13.1 The Basics of Probability Theory 13.1 The Basics of Probability Theory An experiment is a controlled operation that yields a set of results. The possible results of an experiment are called its outcomes. The set of outcomes are the sample

More information

Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is

Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is available on the Connexions website. It is used under a

More information

4.4-Multiplication Rule: Basics

4.4-Multiplication Rule: Basics .-Multiplication Rule: Basics The basic multiplication rule is used for finding P (A and, that is, the probability that event A occurs in a first trial and event B occurs in a second trial. If the outcome

More information

Chapter Summary. 7.1 Discrete Probability 7.2 Probability Theory 7.3 Bayes Theorem 7.4 Expected value and Variance

Chapter Summary. 7.1 Discrete Probability 7.2 Probability Theory 7.3 Bayes Theorem 7.4 Expected value and Variance Chapter 7 Chapter Summary 7.1 Discrete Probability 7.2 Probability Theory 7.3 Bayes Theorem 7.4 Expected value and Variance Section 7.1 Introduction Probability theory dates back to 1526 when the Italian

More information

AMS7: WEEK 2. CLASS 2

AMS7: WEEK 2. CLASS 2 AMS7: WEEK 2. CLASS 2 Introduction to Probability. Probability Rules. Independence and Conditional Probability. Bayes Theorem. Risk and Odds Ratio Friday April 10, 2015 Probability: Introduction Probability:

More information

Chapter 3 Probability Chapter 3 Probability 3-1 Overview 3-2 Fundamentals 3-3 Addition Rule 3-4 Multiplication Rule: Basics

Chapter 3 Probability Chapter 3 Probability 3-1 Overview 3-2 Fundamentals 3-3 Addition Rule 3-4 Multiplication Rule: Basics Chapter 3 Probability 1 3-1 Overview 3-2 Fundamentals 3-3 Addition Rule Chapter 3 Probability 3-4 Multiplication Rule: Basics 2 Overview Objectives develop sound understanding of probability values used

More information

ACMS Statistics for Life Sciences. Chapter 9: Introducing Probability

ACMS Statistics for Life Sciences. Chapter 9: Introducing Probability ACMS 20340 Statistics for Life Sciences Chapter 9: Introducing Probability Why Consider Probability? We re doing statistics here. Why should we bother with probability? As we will see, probability plays

More information

Event A: at least one tail observed A:

Event A: at least one tail observed A: Chapter 3 Probability 3.1 Events, sample space, and probability Basic definitions: An is an act of observation that leads to a single outcome that cannot be predicted with certainty. A (or simple event)

More information

Chapter 6. Probability

Chapter 6. Probability Chapter 6 robability Suppose two six-sided die is rolled and they both land on sixes. Or a coin is flipped and it lands on heads. Or record the color of the next 20 cars to pass an intersection. These

More information

Chapter 2 PROBABILITY SAMPLE SPACE

Chapter 2 PROBABILITY SAMPLE SPACE Chapter 2 PROBABILITY Key words: Sample space, sample point, tree diagram, events, complement, union and intersection of an event, mutually exclusive events; Counting techniques: multiplication rule, permutation,

More information

4 Lecture 4 Notes: Introduction to Probability. Probability Rules. Independence and Conditional Probability. Bayes Theorem. Risk and Odds Ratio

4 Lecture 4 Notes: Introduction to Probability. Probability Rules. Independence and Conditional Probability. Bayes Theorem. Risk and Odds Ratio 4 Lecture 4 Notes: Introduction to Probability. Probability Rules. Independence and Conditional Probability. Bayes Theorem. Risk and Odds Ratio Wrong is right. Thelonious Monk 4.1 Three Definitions of

More information

STAT Chapter 3: Probability

STAT Chapter 3: Probability Basic Definitions STAT 515 --- Chapter 3: Probability Experiment: A process which leads to a single outcome (called a sample point) that cannot be predicted with certainty. Sample Space (of an experiment):

More information

Topic -2. Probability. Larson & Farber, Elementary Statistics: Picturing the World, 3e 1

Topic -2. Probability. Larson & Farber, Elementary Statistics: Picturing the World, 3e 1 Topic -2 Probability Larson & Farber, Elementary Statistics: Picturing the World, 3e 1 Probability Experiments Experiment : An experiment is an act that can be repeated under given condition. Rolling a

More information

ECE 340 Probabilistic Methods in Engineering M/W 3-4:15. Lecture 2: Random Experiments. Prof. Vince Calhoun

ECE 340 Probabilistic Methods in Engineering M/W 3-4:15. Lecture 2: Random Experiments. Prof. Vince Calhoun ECE 340 Probabilistic Methods in Engineering M/W 3-4:15 Lecture 2: Random Experiments Prof. Vince Calhoun Reading This class: Section 2.1-2.2 Next class: Section 2.3-2.4 Homework: Assignment 1: From the

More information

I - Probability. What is Probability? the chance of an event occuring. 1classical probability. 2empirical probability. 3subjective probability

I - Probability. What is Probability? the chance of an event occuring. 1classical probability. 2empirical probability. 3subjective probability What is Probability? the chance of an event occuring eg 1classical probability 2empirical probability 3subjective probability Section 2 - Probability (1) Probability - Terminology random (probability)

More information

Probability 5-4 The Multiplication Rules and Conditional Probability

Probability 5-4 The Multiplication Rules and Conditional Probability Outline Lecture 8 5-1 Introduction 5-2 Sample Spaces and 5-3 The Addition Rules for 5-4 The Multiplication Rules and Conditional 5-11 Introduction 5-11 Introduction as a general concept can be defined

More information

Chapter5 Probability.

Chapter5 Probability. Chapter5 Probability. Introduction. We will consider random experiments with chance outcomes. Events are outcomes that may or may not occur. Notation: Capital letters like E will denote events Probability

More information

3 PROBABILITY TOPICS

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

More information

UNIT 5 ~ Probability: What Are the Chances? 1

UNIT 5 ~ Probability: What Are the Chances? 1 UNIT 5 ~ Probability: What Are the Chances? 1 6.1: Simulation Simulation: The of chance behavior, based on a that accurately reflects the phenomenon under consideration. (ex 1) Suppose we are interested

More information

Section 4.2 Basic Concepts of Probability

Section 4.2 Basic Concepts of Probability Section 4.2 Basic Concepts of Probability 2012 Pearson Education, Inc. All rights reserved. 1 of 88 Section 4.2 Objectives Identify the sample space of a probability experiment Identify simple events Use

More information

Announcements. Lecture 5: Probability. Dangling threads from last week: Mean vs. median. Dangling threads from last week: Sampling bias

Announcements. Lecture 5: Probability. Dangling threads from last week: Mean vs. median. Dangling threads from last week: Sampling bias Recap Announcements Lecture 5: Statistics 101 Mine Çetinkaya-Rundel September 13, 2011 HW1 due TA hours Thursday - Sunday 4pm - 9pm at Old Chem 211A If you added the class last week please make sure to

More information

Basic Concepts of Probability. Section 3.1 Basic Concepts of Probability. Probability Experiments. Chapter 3 Probability

Basic Concepts of Probability. Section 3.1 Basic Concepts of Probability. Probability Experiments. Chapter 3 Probability Chapter 3 Probability 3.1 Basic Concepts of Probability 3.2 Conditional Probability and the Multiplication Rule 3.3 The Addition Rule 3.4 Additional Topics in Probability and Counting Section 3.1 Basic

More information

PROBABILITY.

PROBABILITY. PROBABILITY PROBABILITY(Basic Terminology) Random Experiment: If in each trial of an experiment conducted under identical conditions, the outcome is not unique, but may be any one of the possible outcomes,

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 3 Probability Contents 1. Events, Sample Spaces, and Probability 2. Unions and Intersections 3. Complementary Events 4. The Additive Rule and Mutually Exclusive

More information

Conditional Probability

Conditional Probability Conditional Probability Idea have performed a chance experiment but don t know the outcome (ω), but have some partial information (event A) about ω. Question: given this partial information what s the

More information

STA Module 4 Probability Concepts. Rev.F08 1

STA Module 4 Probability Concepts. Rev.F08 1 STA 2023 Module 4 Probability Concepts Rev.F08 1 Learning Objectives Upon completing this module, you should be able to: 1. Compute probabilities for experiments having equally likely outcomes. 2. Interpret

More information

Producing data Toward statistical inference. Section 3.3

Producing data Toward statistical inference. Section 3.3 Producing data Toward statistical inference Section 3.3 Toward statistical inference Idea: Use sampling to understand statistical inference Statistical inference is when a conclusion about a population

More information

Chapter. Probability

Chapter. Probability Chapter 3 Probability Section 3.1 Basic Concepts of Probability Section 3.1 Objectives Identify the sample space of a probability experiment Identify simple events Use the Fundamental Counting Principle

More information

Key Concept. Properties. February 23, S6.4_3 Sampling Distributions and Estimators

Key Concept. Properties. February 23, S6.4_3 Sampling Distributions and Estimators MAT 155 Statistical Analysis Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal

More information

2.6 Tools for Counting sample points

2.6 Tools for Counting sample points 2.6 Tools for Counting sample points When the number of simple events in S is too large, manual enumeration of every sample point in S is tedious or even impossible. (Example) If S contains N equiprobable

More information

Chapter 2 Class Notes

Chapter 2 Class Notes Chapter 2 Class Notes Probability can be thought of in many ways, for example as a relative frequency of a long series of trials (e.g. flips of a coin or die) Another approach is to let an expert (such

More information

Chapter 3: Probability 3.1: Basic Concepts of Probability

Chapter 3: Probability 3.1: Basic Concepts of Probability Chapter 3: Probability 3.1: Basic Concepts of Probability Objectives Identify the sample space of a probability experiment and a simple event Use the Fundamental Counting Principle Distinguish classical

More information

A Event has occurred

A Event has occurred Statistics and probability: 1-1 1. Probability Event: a possible outcome or set of possible outcomes of an experiment or observation. Typically denoted by a capital letter: A, B etc. E.g. The result of

More information

Random processes. Lecture 17: Probability, Part 1. Probability. Law of large numbers

Random processes. Lecture 17: Probability, Part 1. Probability. Law of large numbers Random processes Lecture 17: Probability, Part 1 Statistics 10 Colin Rundel March 26, 2012 A random process is a situation in which we know what outcomes could happen, but we don t know which particular

More information

Chapter 5 : Probability. Exercise Sheet. SHilal. 1 P a g e

Chapter 5 : Probability. Exercise Sheet. SHilal. 1 P a g e 1 P a g e experiment ( observing / measuring ) outcomes = results sample space = set of all outcomes events = subset of outcomes If we collect all outcomes we are forming a sample space If we collect some

More information

Probability Year 10. Terminology

Probability Year 10. Terminology Probability Year 10 Terminology Probability measures the chance something happens. Formally, we say it measures how likely is the outcome of an event. We write P(result) as a shorthand. An event is some

More information

Probability the chance that an uncertain event will occur (always between 0 and 1)

Probability the chance that an uncertain event will occur (always between 0 and 1) Quantitative Methods 2013 1 Probability as a Numerical Measure of the Likelihood of Occurrence Probability the chance that an uncertain event will occur (always between 0 and 1) Increasing Likelihood of

More information

HW MATH425/525 Lecture Notes 1

HW MATH425/525 Lecture Notes 1 HW MATH425/525 Lecture Notes 1 Definition 4.1 If an experiment can be repeated under the same condition, its outcome cannot be predicted with certainty, and the collection of its every possible outcome

More information

BASICS OF PROBABILITY CHAPTER-1 CS6015-LINEAR ALGEBRA AND RANDOM PROCESSES

BASICS OF PROBABILITY CHAPTER-1 CS6015-LINEAR ALGEBRA AND RANDOM PROCESSES BASICS OF PROBABILITY CHAPTER-1 CS6015-LINEAR ALGEBRA AND RANDOM PROCESSES COMMON TERMS RELATED TO PROBABILITY Probability is the measure of the likelihood that an event will occur Probability values are

More information

Chapter 15. General Probability Rules /42

Chapter 15. General Probability Rules /42 Chapter 15 General Probability Rules 1 Homework p361 2, 3, 4, 10, 11, 12, 30, 36, 38, 40, 42 2 3 Objective Students use the general addition and multiplication rules to find probabilities of random events.

More information

Probability Year 9. Terminology

Probability Year 9. Terminology Probability Year 9 Terminology Probability measures the chance something happens. Formally, we say it measures how likely is the outcome of an event. We write P(result) as a shorthand. An event is some

More information

Probability. Chapter 1 Probability. A Simple Example. Sample Space and Probability. Sample Space and Event. Sample Space (Two Dice) Probability

Probability. Chapter 1 Probability. A Simple Example. Sample Space and Probability. Sample Space and Event. Sample Space (Two Dice) Probability Probability Chapter 1 Probability 1.1 asic Concepts researcher claims that 10% of a large population have disease H. random sample of 100 people is taken from this population and examined. If 20 people

More information

Solution: Solution: Solution:

Solution: Solution: Solution: Chapter 5: Exponential and Logarithmic Functions a. The exponential growth function is y = f(t) = ab t, where a = 2000 because the initial population is 2000 squirrels The annual growth rate is 3% per

More information

Announcements. Topics: To Do:

Announcements. Topics: To Do: Announcements Topics: In the Probability and Statistics module: - Sections 1 + 2: Introduction to Stochastic Models - Section 3: Basics of Probability Theory - Section 4: Conditional Probability; Law of

More information

STP 226 ELEMENTARY STATISTICS

STP 226 ELEMENTARY STATISTICS STP 226 ELEMENTARY STATISTICS CHAPTER 5 Probability Theory - science of uncertainty 5.1 Probability Basics Equal-Likelihood Model Suppose an experiment has N possible outcomes, all equally likely. Then

More information

Lecture 1. Chapter 1. (Part I) Material Covered in This Lecture: Chapter 1, Chapter 2 ( ). 1. What is Statistics?

Lecture 1. Chapter 1. (Part I) Material Covered in This Lecture: Chapter 1, Chapter 2 ( ). 1. What is Statistics? Lecture 1 (Part I) Material Covered in This Lecture: Chapter 1, Chapter 2 (2.1 --- 2.6). Chapter 1 1. What is Statistics? 2. Two definitions. (1). Population (2). Sample 3. The objective of statistics.

More information

Probabilistic models

Probabilistic models Probabilistic models Kolmogorov (Andrei Nikolaevich, 1903 1987) put forward an axiomatic system for probability theory. Foundations of the Calculus of Probabilities, published in 1933, immediately became

More information

Chapter 15. Probability Rules! Copyright 2012, 2008, 2005 Pearson Education, Inc.

Chapter 15. Probability Rules! Copyright 2012, 2008, 2005 Pearson Education, Inc. Chapter 15 Probability Rules! Copyright 2012, 2008, 2005 Pearson Education, Inc. The General Addition Rule When two events A and B are disjoint, we can use the addition rule for disjoint events from Chapter

More information

Chapter 7 Wednesday, May 26th

Chapter 7 Wednesday, May 26th Chapter 7 Wednesday, May 26 th Random event A random event is an event that the outcome is unpredictable. Example: There are 45 students in this class. What is the probability that if I select one student,

More information

A survey of Probability concepts. Chapter 5

A survey of Probability concepts. Chapter 5 A survey of Probability concepts Chapter 5 Learning Objectives Define probability. Explain the terms experiment, event, outcome. Define the terms conditional probability and joint probability. Calculate

More information

Probabilistic models

Probabilistic models Kolmogorov (Andrei Nikolaevich, 1903 1987) put forward an axiomatic system for probability theory. Foundations of the Calculus of Probabilities, published in 1933, immediately became the definitive formulation

More information

Intermediate Math Circles November 8, 2017 Probability II

Intermediate Math Circles November 8, 2017 Probability II Intersection of Events and Independence Consider two groups of pairs of events Intermediate Math Circles November 8, 017 Probability II Group 1 (Dependent Events) A = {a sales associate has training} B

More information

The enumeration of all possible outcomes of an experiment is called the sample space, denoted S. E.g.: S={head, tail}

The enumeration of all possible outcomes of an experiment is called the sample space, denoted S. E.g.: S={head, tail} Random Experiment In random experiments, the result is unpredictable, unknown prior to its conduct, and can be one of several choices. Examples: The Experiment of tossing a coin (head, tail) The Experiment

More information

1 The Basic Counting Principles

1 The Basic Counting Principles 1 The Basic Counting Principles The Multiplication Rule If an operation consists of k steps and the first step can be performed in n 1 ways, the second step can be performed in n ways [regardless of how

More information

Discrete Probability. Chemistry & Physics. Medicine

Discrete Probability. Chemistry & Physics. Medicine Discrete Probability The existence of gambling for many centuries is evidence of long-running interest in probability. But a good understanding of probability transcends mere gambling. The mathematics

More information

With Question/Answer Animations. Chapter 7

With Question/Answer Animations. Chapter 7 With Question/Answer Animations Chapter 7 Chapter Summary Introduction to Discrete Probability Probability Theory Bayes Theorem Section 7.1 Section Summary Finite Probability Probabilities of Complements

More information

Probability- describes the pattern of chance outcomes

Probability- describes the pattern of chance outcomes Chapter 6 Probability the study of randomness Probability- describes the pattern of chance outcomes Chance behavior is unpredictable in the short run, but has a regular and predictable pattern in the long

More information

The probability of an event is viewed as a numerical measure of the chance that the event will occur.

The probability of an event is viewed as a numerical measure of the chance that the event will occur. Chapter 5 This chapter introduces probability to quantify randomness. Section 5.1: How Can Probability Quantify Randomness? The probability of an event is viewed as a numerical measure of the chance that

More information

Chapter 1 Axioms of Probability. Wen-Guey Tzeng Computer Science Department National Chiao University

Chapter 1 Axioms of Probability. Wen-Guey Tzeng Computer Science Department National Chiao University Chapter 1 Axioms of Probability Wen-Guey Tzeng Computer Science Department National Chiao University Introduction Luca Paccioli(1445-1514), Studies of chances of events Niccolo Tartaglia(1499-1557) Girolamo

More information

Executive Assessment. Executive Assessment Math Review. Section 1.0, Arithmetic, includes the following topics:

Executive Assessment. Executive Assessment Math Review. Section 1.0, Arithmetic, includes the following topics: Executive Assessment Math Review Although the following provides a review of some of the mathematical concepts of arithmetic and algebra, it is not intended to be a textbook. You should use this chapter

More information

Math 243 Section 3.1 Introduction to Probability Lab

Math 243 Section 3.1 Introduction to Probability Lab Math 243 Section 3.1 Introduction to Probability Lab Overview Why Study Probability? Outcomes, Events, Sample Space, Trials Probabilities and Complements (not) Theoretical vs. Empirical Probability The

More information

Presentation on Theo e ry r y o f P r P o r bab a il i i l t i y

Presentation on Theo e ry r y o f P r P o r bab a il i i l t i y Presentation on Theory of Probability Meaning of Probability: Chance of occurrence of any event In practical life we come across situation where the result are uncertain Theory of probability was originated

More information

When working with probabilities we often perform more than one event in a sequence - this is called a compound probability.

When working with probabilities we often perform more than one event in a sequence - this is called a compound probability. + Independence + Compound Events When working with probabilities we often perform more than one event in a sequence - this is called a compound probability. Compound probabilities are more complex than

More information

Probability and Probability Distributions. Dr. Mohammed Alahmed

Probability and Probability Distributions. Dr. Mohammed Alahmed Probability and Probability Distributions 1 Probability and Probability Distributions Usually we want to do more with data than just describing them! We might want to test certain specific inferences about

More information

Objectives. CHAPTER 5 Probability and Probability Distributions. Counting Rules. Counting Rules

Objectives. CHAPTER 5 Probability and Probability Distributions. Counting Rules. Counting Rules Objectives CHATER 5 robability and robability Distributions To determine the sample space of experiments To count the elements of sample spaces and events using the fundamental principle of counting, permutation,

More information

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS QM 120. Chapter 4: Experiment, outcomes, and sample space

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS QM 120. Chapter 4: Experiment, outcomes, and sample space DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Introduction to Business Statistics QM 120 Chapter 4 Spring 2008 Dr. Mohammad Zainal Chapter 4: Experiment, outcomes, and sample space 2 Probability

More information

Essential Statistics Chapter 4

Essential Statistics Chapter 4 1 Essential Statistics Chapter 4 By Navidi and Monk Copyright 2016 Mark A. Thomas. All rights reserved. 2 Probability the probability of an event is a measure of how often a particular event will happen

More information

Elements of probability theory

Elements of probability theory The role of probability theory in statistics We collect data so as to provide evidentiary support for answers we give to our many questions about the world (and in our particular case, about the business

More information

F71SM STATISTICAL METHODS

F71SM STATISTICAL METHODS F71SM STATISTICAL METHODS RJG SUMMARY NOTES 2 PROBABILITY 2.1 Introduction A random experiment is an experiment which is repeatable under identical conditions, and for which, at each repetition, the outcome

More information

4. Probability of an event A for equally likely outcomes:

4. Probability of an event A for equally likely outcomes: University of California, Los Angeles Department of Statistics Statistics 110A Instructor: Nicolas Christou Probability Probability: A measure of the chance that something will occur. 1. Random experiment:

More information

Senior Math Circles November 19, 2008 Probability II

Senior Math Circles November 19, 2008 Probability II University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Senior Math Circles November 9, 2008 Probability II Probability Counting There are many situations where

More information

Chapter 1 Axioms of Probability. Wen-Guey Tzeng Computer Science Department National Chiao University

Chapter 1 Axioms of Probability. Wen-Guey Tzeng Computer Science Department National Chiao University Chapter 1 Axioms of Probability Wen-Guey Tzeng Computer Science Department National Chiao University What is probability? A branch of mathematics that deals with calculating the likelihood of a given event

More information

Introduction to Probability

Introduction to Probability Introduction to Probability Content Experiments, Counting Rules, and Assigning Probabilities Events and Their Probability Some Basic Relationships of Probability Conditional Probability Bayes Theorem 2

More information

Combinatorics and probability

Combinatorics and probability Combinatorics and probability Maths 4 th ESO José Jaime Noguera 1 Organizing data: tree diagrams Draw the tree diagram for the problem: You have 3 seats and three people Andrea (A), Bob (B) and Carol (C).

More information

Example. What is the sample space for flipping a fair coin? Rolling a 6-sided die? Find the event E where E = {x x has exactly one head}

Example. What is the sample space for flipping a fair coin? Rolling a 6-sided die? Find the event E where E = {x x has exactly one head} Chapter 7 Notes 1 (c) Epstein, 2013 CHAPTER 7: PROBABILITY 7.1: Experiments, Sample Spaces and Events Chapter 7 Notes 2 (c) Epstein, 2013 What is the sample space for flipping a fair coin three times?

More information

(a) Fill in the missing probabilities in the table. (b) Calculate P(F G). (c) Calculate P(E c ). (d) Is this a uniform sample space?

(a) Fill in the missing probabilities in the table. (b) Calculate P(F G). (c) Calculate P(E c ). (d) Is this a uniform sample space? Math 166 Exam 1 Review Sections L.1-L.2, 1.1-1.7 Note: This review is more heavily weighted on the new material this week: Sections 1.5-1.7. For more practice problems on previous material, take a look

More information

Chapter 8 Sequences, Series, and Probability

Chapter 8 Sequences, Series, and Probability Chapter 8 Sequences, Series, and Probability Overview 8.1 Sequences and Series 8.2 Arithmetic Sequences and Partial Sums 8.3 Geometric Sequences and Partial Sums 8.5 The Binomial Theorem 8.6 Counting Principles

More information

Probability & Random Variables

Probability & Random Variables & Random Variables Probability Probability theory is the branch of math that deals with random events, processes, and variables What does randomness mean to you? How would you define probability in your

More information

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 3.1-1

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 3.1-1 Lecture Slides Elementary Statistics Eleventh Edition and the Triola Statistics Series by Mario F. Triola 3.1-1 Chapter 3 Statistics for Describing, Exploring, and Comparing Data 3-1 Review and Preview

More information

3.2 Probability Rules

3.2 Probability Rules 3.2 Probability Rules The idea of probability rests on the fact that chance behavior is predictable in the long run. In the last section, we used simulation to imitate chance behavior. Do we always need

More information

OCR Statistics 1 Probability. Section 1: Introducing probability

OCR Statistics 1 Probability. Section 1: Introducing probability OCR Statistics Probability Section : Introducing probability Notes and Examples These notes contain subsections on Notation Sample space diagrams The complement of an event Mutually exclusive events Probability

More information

MAT2377. Ali Karimnezhad. Version September 9, Ali Karimnezhad

MAT2377. Ali Karimnezhad. Version September 9, Ali Karimnezhad MAT2377 Ali Karimnezhad Version September 9, 2015 Ali Karimnezhad Comments These slides cover material from Chapter 1. In class, I may use a blackboard. I recommend reading these slides before you come

More information

1 Preliminaries Sample Space and Events Interpretation of Probability... 13

1 Preliminaries Sample Space and Events Interpretation of Probability... 13 Summer 2017 UAkron Dept. of Stats [3470 : 461/561] Applied Statistics Ch 2: Probability Contents 1 Preliminaries 3 1.1 Sample Space and Events...........................................................

More information

STAT 201 Chapter 5. Probability

STAT 201 Chapter 5. Probability STAT 201 Chapter 5 Probability 1 2 Introduction to Probability Probability The way we quantify uncertainty. Subjective Probability A probability derived from an individual's personal judgment about whether

More information

Lecture notes for probability. Math 124

Lecture notes for probability. Math 124 Lecture notes for probability Math 124 What is probability? Probabilities are ratios, expressed as fractions, decimals, or percents, determined by considering results or outcomes of experiments whose result

More information

Week 2. Section Texas A& M University. Department of Mathematics Texas A& M University, College Station 22 January-24 January 2019

Week 2. Section Texas A& M University. Department of Mathematics Texas A& M University, College Station 22 January-24 January 2019 Week 2 Section 1.2-1.4 Texas A& M University Department of Mathematics Texas A& M University, College Station 22 January-24 January 2019 Oğuz Gezmiş (TAMU) Topics in Contemporary Mathematics II Week2 1

More information

MAT Mathematics in Today's World

MAT Mathematics in Today's World MAT 1000 Mathematics in Today's World Last Time We discussed the four rules that govern probabilities: 1. Probabilities are numbers between 0 and 1 2. The probability an event does not occur is 1 minus

More information

Math 120 Introduction to Statistics Prof. Toner s Lecture Notes Classical Probability

Math 120 Introduction to Statistics Prof. Toner s Lecture Notes Classical Probability 5.1-5.2 Classical Probability Dice Chart: In classical probability, we assume that all outcomes are. example: flipping a coin... P( heads )= P( tails )= 1 2 3 4 5 6 1 2 3 4 5 6 example: rolling a die...

More information

Lecture 6 Probability

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

More information

Basic Probabilistic Reasoning SEG

Basic Probabilistic Reasoning SEG Basic Probabilistic Reasoning SEG 7450 1 Introduction Reasoning under uncertainty using probability theory Dealing with uncertainty is one of the main advantages of an expert system over a simple decision

More information

Chapter 2.5 Random Variables and Probability The Modern View (cont.)

Chapter 2.5 Random Variables and Probability The Modern View (cont.) Chapter 2.5 Random Variables and Probability The Modern View (cont.) I. Statistical Independence A crucially important idea in probability and statistics is the concept of statistical independence. Suppose

More information