Birthday Problem  The probability of 2 people having the same birthday in a room of 41 people is 90%.  To randomly select ___ birthdays, randInt (1,

Slides:



Advertisements
Similar presentations
BPS - 5th Ed. Chapter 121 General Rules of Probability.
Advertisements

Disjointed and Overlapping Event Disjointed events (mutually exclusive) - are events that have no outcome in common Overlapping events- events that have.
CONDITIONAL PROBABILITY. Conditional Probability Knowledge that one event has occurred changes the likelihood that another event will occur. Denoted:
Probability Denoted by P(Event) This method for calculating probabilities is only appropriate when the outcomes of the sample space are equally likely.
The Practice of Statistics Third Edition Chapter 6: Probability and Simulation: The Study of Randomness Copyright © 2008 by W. H. Freeman & Company Daniel.
Review For Probability Test
3.6: Probabilities Through Simulations Objective: To simulate probabilities using random number tables and random number generators CHS Statistics.
Bell Ringer Find the sample space for the gender of the children if a family has three children. Use B for boy and G for girl. Include order. For example,
Slide 1 Definition Figures 3-4 and 3-5 Events A and B are disjoint (or mutually exclusive) if they cannot both occur together.
“Baseball is 90% mental. The other half is physical.” Yogi Berra.
CHAPTER 4 PROBABILITY.
AP Statistics Notes Chapter 14 and 15.
Probability and Sample space
NOTES: Page 40. Probability Denoted by P(Event) This method for calculating probabilities is only appropriate when the outcomes of the sample space are.
Conditional Probability
Conditional Probability.  The probability that event, B, will occur given that another event, A, has already happened.  Exists when two events depend.
1 Be humble in our attribute, be loving and varying in our attitude, that is the way to live in heaven.
Probability Denoted by P(Event) This method for calculating probabilities is only appropriate when the outcomes of the sample space are equally likely.
AP STATISTICS Section 6.2 Probability Models. Objective: To be able to understand and apply the rules for probability. Random: refers to the type of order.
1. Try to estimate the likelihood of a result by actually observing the random phenomenon many times and calculating the relative frequency of the results.
COUNTING RULES PROBLEMS 1. How many different ways can a nurse visit 9 patients if she wants to visit them all in one day? If she wants to visit only 5?
Probability Part2 ( ) Chapter 5 Probability Part2 ( )
CHAPTER 3 Probability Theory Basic Definitions and Properties Conditional Probability and Independence Bayes’ Formula Applications.
AP STATISTICS LESSON SIMULATING EXPERIMENTS.
Lecture PowerPoint Slides Basic Practice of Statistics 7 th Edition.
 Denoted by P(Event) This method for calculating probabilities is only appropriate when the outcomes of the sample space are equally likely.
Lesson 6 – 3b General Probability Rules Taken from
Probability and Simulation Rules in Probability. Probability Rules 1. Any probability is a number between 0 and 1 0 ≤ P[A] ≤ 1 0 ≤ P[A] ≤ 1 2. The sum.
Section 6.2 Probability Models. Sample Space The sample space S of a random phenomenon is the set of all possible outcomes. For a flipped coin, the sample.
Statistics General Probability Rules. Union The union of any collection of events is the event that at least one of the collection occurs The union of.
Conditional Probability: the likelihood that an event will occur GIVEN that another event has already occurred. A two way table & tree diagrams can represent.
Chapter 3 Probability  The Concept of Probability  Sample Spaces and Events  Some Elementary Probability Rules  Conditional Probability and Independence.
Chapter 6 Lesson 6.6 Probability 6.6 General Probability Rules.
How likely is it that…..?. The Law of Large Numbers says that the more times you repeat an experiment the closer the relative frequency of an event will.
Essential Statistics Chapter 111 General Rules of Probability.
PROBABILITY AND STATISTICS
SAARF ® Lifestages - AMPS 2014BA (July 2013 – June 2014)
PROBABILITY THEORY RULES OF PROBABILITY - review Rule 1: 0  P(A)  1 for any event A –Any probability is a number between 0 and 1 Rule 2: P(S) = 1 –All.
AP Statistics Notes Chapter 14 and 15.
AP Statistics Section 6.3 A Probability Addition Rules.
Starter P(A) = ½, P(B) = ⅓ and P(A B) = p Find p if:
Probability Part 4 – “Or” Events. Probability Warm-up In a survey, 16 percent of American children said they use flattery to get their parents to buy.
Section Probability Models AP Statistics. AP Statistics, Section 6.3, Part 12 Venn Diagrams: Disjoint Events A B S.
Aim: How do we find the conditional probability of an event? TEST TUESDAY.
Conditional Probability If two events are not mutually exclusive, the fact that we know that B has happened will have an effect on the probability of A.
Unit 5 Lesson 5 Probability 6.6 General Probability Rules.
Copyright © 2013, 2010 and 2007 Pearson Education, Inc. Chapter Probability 5.
CHAPTER 12 General Rules of Probability BPS - 5TH ED.CHAPTER 12 1.
Probability Written as: P(Event)  Only appropriate if all outcomes are equally likely.
AP Statistics Chapter 6 Section 3. Review of Probability Rules 1.0 < P(A) < 1 2.P(S) = 1 3.Complement Rule: For any event A, 4.Addition Rule: If A and.
Probability Class Homework Check Assignment: Chapter 7 – Exercise 7.20, 7.29, 7.47, 7.48, 7.53 and 7.57 Reading: Chapter 7 – p
Note: This PowerPoint is only a summary and your main source should be the book. 4-2 Addition Rules for Probability Instructor: Alaa saud CHAPTER 4.
Sample Spaces Collection of all possible outcomes
6.3 – General Probability Rules
ASV Chapters 1 - Sample Spaces and Probabilities
Probability and Sample space
Basic Practice of Statistics - 3rd Edition
General Probability Rules
MATH 2311 Section 2.4.
Probability.
General Probability Rules
Week 7 Lecture 2 Chapter 13. Probability Rules.
MATH 2311 Section 2.4.
5.3 Continued.
Section 6.3 Probability Models
the addition law for events that are not mutually exclusive
More About Probability
Basic Practice of Statistics - 5th Edition
MATH 2311 Section 2.4.
Presentation transcript:

Birthday Problem  The probability of 2 people having the same birthday in a room of 41 people is 90%.  To randomly select ___ birthdays, randInt (1, 365, __)  L1:SortA(L1) This will sort the day in increasing order; scroll through the list to see duplicate birthdays. Repeat many times.  The following short program can be used to find the probability of at least 2 people in a group of n people having the same birthday : Prompt N : 1- (prod((seq((366-X)/365, X, 1, N, 1))

A couple plans to have three children. Find the probability that the children are  (a)all boys  (b)all girls  (c)exactly two boys or exactly two girls  (d)at least one child of each sex.

 If events A and B are not disjoint, they can occur simultaneously.  Outcomes in common!

 In a statistics class there are 18 juniors and 10 seniors; 6 of the seniors are females, and 12 of the juniors are males. If a student is selected at random, find the probability of selecting  (a)a junior or a female  (b)a senior or a female  (c)not a junior male

Example 6.23, p. 438  Deborah guesses that the prob. of making partner in the firm is 0.7 and that Matthew’s is 0.5. She guesses that the prob. that both make partner is ) Find P(at least one is made partner) 2) P(neither is made partner) 3) P(Deborah makes partner and Matthew does not) 3) P(Matthew makes partner and Deborah does not).

 Let A = the woman chosen is  Let B = the woman is married 1) P(A) 2) P(A and B) 3) P(B given A)

The probability we assign to an event if we know that some other event has occurred.

 Call a household prosperous if its income exceeds $100,000. Call the household educated if the householder 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 to the Current Population Survey, P(A) = 0.138, P(B) = 0.261, and the probability that a household is both prosperous and educated is P(A and B) = ) What is the conditional probability that the household selected is prosperous given that it is educated? 2) Are A and B independent? Use both methods of determining whether or not two events are independent.

 Seventy-five percent of people who purchase hair dryers are women. Of these women purchases of hair dryers, thirty percent are over 50 years old. What is the probability that a randomly selected hair dryer purchases is a woman over 50 years old?  An insurance agent knows that 70 percent of her customers carry adequate collision coverage. She also knows that of those who carry adequate coverage, 5 percent have been involved in accidents and of those who do not carry adequate coverage, 12 percent have been involved in accidents. If one of her clients gets involved in an accident, then what is the probability that the client does not have adequate coverage?

70% of people buy Brand 1 DVD player. 30% buy Brand 2. Of those who buy a DVD player, 20% of those who buy Brand 1 also get the extended warranty and 40% of those who buy Brand 2 get it. Make a tree diagram and then find the following: 1) What is the probability that they got Brand 1 and the extended warranty? 2) What is the probability that they got Brand 2 and no extended warranty? 3) What is the probability that they bought brand 2 if they got the extended warranty? 4) What is the probability they bought Brand 1 if they didn’t get the extended warranty?