Chapter 5: Probability

Size: px
Start display at page:

Download "Chapter 5: Probability"

Transcription

1 Chapter 5: Probability

2 Randomness A random phenomenon is a situation in which we know what outcomes could happen, but we don't know which particular outcome did or will happen However, we can calculate the probability with which each outcome will happen People are not good at identifying truly random samples or random experiments, so we need to rely on outside mechanisms such as coin flips or random number tables

3 Simulating Randomness Flip a coin to generate random 0's and 1's Pick a card to generate random numbers Pick a number out of a hat Use a Random Number table...

4 Simulating Randomness Use a Random Number table Ex. Simulate rolling a die 10 times Pick any line to start, say line 30 to start Go through the numbers, picking numbers 1-6 and ignoring 0,7,8,9. The random numbers are: 5, 4, 5, 3, 4, 6, 2, 5, 3, 1

5 16% of cars fail pollution tests in California We can represent this in many ways: In a bag with 100 chips, 16 are red and represent cars that fail pollution tests, the remaining 84 are black and represent cars that pass the tests. In a bag with 50 marbles, 8 are orange and represent cars that fail pollution tests, the remaining 42 are blue and represent cars that pass the tests. On a random number table numbers represent cars that fail pollution tests and represent cars that pass the tests.

6 Estimating Probabilities via Simulation We would like to estimate the probability that an entire fleet of seven cars would pass using a random number table. We assume each car is independent. Start at row 1 of the random number table and read two digits at a time. If the random number is between 00-15, the car will fail the pollution test. If the number is between 16-99, the car will pass the test. A fleet of cars is comprised of seven cars, i.e. seven 2-digit random numbers. If all seven cars pass the test, record a 1, if not record a 0. Repeat many times and calculate the proportion 1s among the total number of runs, i.e. number of fleets where all cars passed the pollution test.

7 Run 1

8 Run 2

9 Run 3 Did all the cars in run 3 pass? a) Yes? b) No?

10 Run 4

11 Estimation of Probability Based on the simulation results, estimate the probability that an entire fleet of seven cars would pass the pollution test.

12 Notes 4 runs is usually not considered sufficient, for homework use at least 5 runs. You can start at any row you like on the random number table, but you should make sure to note it when you re writing up your simulation scheme. You should not arbitrarily pick numbers from the random number table. Just pick a row and follow across. Otherwise the numbers you re using won t be random (they will instead be your choices).

13 Estimation of Probability Based on the simulation results, estimate the average number of cars that fail the pollution test in a fleet of seven cars. a) 0 b) 1 c) 2 d) 3 e) 4

14 Randomness A random phenomenon is a situation in which we know what outcomes could happen, but we don't know which particular outcome did or will happen However, we can calculate the probability with which each outcome will happen

15 Randomness to Probability Let's say there are 1000 songs in your itunes library. Only 5 of these songs are by Justin Bieber. What is the probability that next time you hit shuffle you get a Justin Bieber song? Prob(JB song) = 5/1000 = 0.005

16 Definitions of Probability A Frequentist: The probability of an event is its long-run relative frequency. Theoretical: We may not be able to predict which song we play each time we hit shuffle, however we know that in the long run 5 out of 1000 songs will be Justin Bieber songs. Empirical: We listen to 100 songs on shuffle and 4 of them are Justin Bieber songs. The empirical probability is 4/100=0.04 A Bayesian: Prior probability of an event is the best guess by the observer of an event's probability. Posterior probability of an event is the probability of an event after collecting some empirical data. It is obtained by updating information from the prior probability with additional data related to the event in question. The prior probability may be subjective, but with enough data, has little impact on the posterior probability.

17 Definitions of Probability Note: In this course we will use the frequentist definition of probability, though we will make some use of Bayesian tools.

18 More Definitions For any random phenomenon, each attempt is called a trial and each trial generates an outcome Sample space is the collection of all possible outcomes of a trial Each time you hit shuffle is a trial. The song that plays as a result of hitting shuffle is an outcome. Sample space is the entire itunes library of 1000 songs. A combination of outcomes is called an event For example playing two Justin Bieber songs in a row in shuffle

19 Sample Space A couple has two kids, what is the sample space for the gender of these kids?

20 Calculating Probabilities If a couple has two kids what is the probability that both are boys? If a couple has two kids, the list of possible scenarios are: BB, GG, BG, GB Since each scenario is equally likely: Prob(BB) = ¼ = 0.25

21 Independence When thinking about what happens with combinations of outcomes, things are simplified if the individual trials are independent. Roughly speaking, this means that the outcome of one trial doesn't influence or change the outcome of another. If the itunes shuffle is truly random then the songs played are independent of each other. In other words, the itunes shuffle is memoryless, it does not say to itself Wait, I just played an Justin Bieber song, I shouldn't play one again Similarly, if the genders of kids a couple has are independent, then the probability of having a boy for a second child doesn't change based on whether or not the first child of the couple was a girl.

22 Definitions Coin toss example Trial: each coin toss Outcome: Heads or Tails Probability: P(H) = 0.5 and P(T) = 0.5 Note: Each time we toss a coin we can't tell which side will come up, however in the long run tails will come up 50% of the time and heads will come up 50% of the time Sample Space: Tossed once: S = {H,T} Tossed twice: S = {HT,TH,HH,TT} Independence: The outcome of one coin toss does not affect the outcome of the next

23 Dice Trial: each die roll Outcome: A die has six sides Probability: With a fair die the probability of getting each side is the same and is 1/6 Sample Space: Rolled once: S = {1, 2, 3, 4, 5, 6} Independence: The outcome of one die roll does not affect the outcome of the next

24 Deck of Cards A deck is made up of 52 cards There are 4 suits: clubs, spades, diamonds, hearts Each suit has 13 cards Within each suit there is one ace, numbers 2-10, a jack, a queen, and a king Clubs and spades are black cards, diamonds and hearts are red cards

25 Law of Large Numbers The Law of Large Numbers (LLN) says that the long-run relative frequency of repeated independent events gets closer and closer to the true relative frequency as the number of trials increases If a coin is tossed many times, the overall percentage of heads should settle down to about 50% as the number of tosses increases This is why we define probability as the long run relativefrequency of an event The common (mis)understanding of the LLN is that random phenomena are supposed to compensate for whatever happened in the past; this is just not true and if also called gambler's fallacy (or law of averages)

26 Law of Large Numbers When tossing a fair coin, if heads comes up on each of the first 10 toss, what do you think the chance is that another head will come up on the next toss? HHHHHHHHHHHHHH? The probability is still 0.5, or there is still a 50% chance that another head will come up on the next toss Prob(H on 11th toss) = Prob(T on 11th toss) = 0.5 The coin is not due for a tails

27 Equally Likely Outcomes Equally likely outcomes have the same probability of happening It's equally likely to get any one of six outcomes from the roll of a fair die It's equally likely to get heads or tails from the toss of a fair coin Not all outcomes are equally likely Its not equally likely to draw an ace as a red card A skilled basketball player has a better than chance of making a free throw

28 Personal Probability WIn everyday speech, when we express a degree of uncertainty without basing it on long-run relative frequencies, we are stating subjective or personal probabilities Personal probabilities don't display the kind of consistency that we will need probabilities to have, so we will stick with formally defined probabilities

29 Impossibility to a Certainty Probabilities must be between 0 and 1, inclusive. A probability of 0 indicates impossibility A probability of 1 indicates certainty Note: If you calculate a probability and get a negative number or a number greater than 1 you are making a mistake, go back and check your work.

30 Something has to happen rule The probability of the seat of all possible outcomes of a trial must be 1 Prob(sample space) = 1 Coin toss: Prob(H) + Prob(T) = =1 Cards: Prob(face card) + Prob(non face card) = 12/ /52 = 52/52 = 1

31 In a class 30% of the students are freshmen, 20% are sophomores, 10% are juniors and the rest are seniors. If we randomly pick a student what is the probability that he or she is a senior? a) 0.3 b) 0.4 c) 0.2 c) 0.1

32 Complement Rule The set of outcomes that are not in the event A is called the complement of A, denoted. The probability of an event occurring is 1 minus the probability that it does not occur.

33 In a survey, 52% of respondents said they are Democrats. What is the probability that a randomly selected respondent from this sample is a Republican? a) greater than 48% b) less than 48% c) equal to 48% d) cannot be computed from the information

34 Disjoint Events Events that have no outcomes in common (and, thus, cannot occur together) are called disjoint (or mutually exclusive). The outcome of a coin toss cannot be a head and a tail A student cannot fail and pass a class A card drawn from a deck cannot be an ace and a queen

35 Addition Rule 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) + P(B)

36 Do the sum of two disjoint events always add up to one? Yes? No?

37 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 or B) = P(A) x P(B)

38 In a multiple choice exam there are 5 questions and 4 choices for each question (a, b, c, d). Nancy has not studied for the exam at all, and decided to randomly guess the answers. What is the probability that she gets the first question right? a) 1 c) 0.2 b) 0.25 d) 0.75 What is the probability that she gets the second question right? a) 1 c) 0.25 b) 0.2 d) 0.4

39 Example Guessing at Random What is the probability that the first question she gets right is the 5th question? Prob(Wrong Wrong Wrong Wrong Right) = 0.75 x 0.75 x 0.75 x 0.75 x 0.25 = What is the probability that she gets all the questions right? a) 1.25 c) b) d) 0

40 Example Guessing at Random What is the probability that the first question she gets at least one question right? If there are 5 questions, the possible number of questions she gets right are: S = {0,1,2,3,4,5} We are interested in instances where she gets at least 1 question right: S = {0,1,2,3,4,5} So we can divide up the sample space into two categories: S = {0, at least 1}

41 Example Guessing at Random

42 Independent vs. Disjoint Can two events be independent and disjoint? Remember: Independence means that the outcome of one trial doesn't influence the outcome of another and disjoint means that two events cannot occur together. If we know that the outcome of a coin toss is heads, then we know that it is not tails. So whether or not the outcome is tails depends on whether or not the outcome is heads. Therefore these two events are disjoint and dependent.

43 Independent vs. Disjoint Disjoint events cannot be independent Since we know that disjoint events have no outcomes in common, knowing that one occurred means the other didn't happen. Thus, the probability of the one event occurring changed based on our knowledge that the other occurred. Therefore the two events are not independent. Non-disjoint events may or may not be independent Just because two events can occur at the same time does not mean they need to also be dependent. It is possible that two randomly selected students get an A in a class, but how they do in the class may have nothing to do with each other. However if you and a close friend of yours that you study with both get an A in a class, how well the two of you do in that class are possibly dependent on each other.

44 Properties of Probability - Summary When thinking about what happens with combinations of outcomes, things are simplified if the individual trials are independent. Roughly speaking, this means that the outcome of one trial doesn't influence or change the outcome of another. If the itunes shuffle is truly random then the songs played are independent of each other. IIn other words, the itunes shuffle is memoryless, it does not say to itself Wait, I just played an Justin Bieber song, I shouldn't play one again

45 Example Absence from School A middle school estimates that 20% of its students miss one day of school per semester due to sickness, 13% miss two days, and 5% miss three or more days. What is the probability that a student chosen at random doesn't miss any days of school due to sickness? Prob(no misses) = 1 - ( ) = 0.62

46 Example Absence from School A middle school estimates that 20% of its students miss one day of school per semester due to sickness, 13% miss two days, and 5% miss three or more days. What is the probability that a student chosen at random doesn't miss any days of school due to sickness? a) 0.38 c) 0.18 b) 0.33 d) 0.62

47 Example Absence from School A middle school estimates that 20% of its students miss one day of school per semester due to sickness, 13% miss two days, and 5% miss three or more days. What is the probability that a student chosen at random misses no more than one day? Prob(at most 1 miss) = Prob(no misses) + Prob(1 miss) = = 0.82

48 Example Absence from School A middle school estimates that 20% of its students miss one day of school per semester due to sickness, 13% miss two days, and 5% miss three or more days. If a parent has two kids at this middle school, what is the probability that neither will miss any school? Prob(neither miss any) = Prob(no miss) x Prob(no miss) 0.62 x 0.62 =

49 Example Absence from School We used the multiplication rule to calculate the probability in the previous slide. a) What must be true about these kids to make that approach valid? b) Do you think this assumption is reasonable?

50 Example Absence from School A middle school estimates that 20% of its students miss one day of school per semester due to sickness, 13% miss two days, and 5% miss three or more days. If a parent has two kids at this middle school, assuming that the kids are independent with respect to missing school, what is the probability that both will miss some school, i.e. at least one day? Choose the closest answer. a) 0.14 c) 0.38 b) 0.24 d) 0.76

51 Example Absence from School A middle school estimates that 20% of its students miss one day of school per semester due to sickness, 13% miss two days, and 5% miss three or more days. If a parent has two kids at this middle school, assuming that the kids are independent with respect to missing school, what is the probability that one kid misses some school and the other doesn't miss any?

52 General Addition Rule

53 Example Second Language In a class where everyone's native language is English, 70% of students speak Spanish, 45% speak French as a second language and 20% speak both. Assume that there are no students who speak another second language. What is the probability that a randomly selected students speaks Spanish or French? Prob(Spanish or French) = Prob(Spanish) + Prob(French) - Prob(Spanish and French) = = 0.95

54 Picturing Probabilities The most common kind of picture we will make to picture probabilities is called Venn Diagram.

55 Example Second Language In a class where everyone's native language is English, 70% of students speak Spanish, 45% speak French as a second language and 20% speak both. Assume that there are no students who speak another second language.

56 Conditional Probability

57 Example Second Language In a class where everyone's native language is English, 70% of students speak Spanish, 45% speak French as a second language and 20% speak both. Assume that there are no students who speak another second language. What is the probability that a randomly selected student speaks French given that they speak Spanish?

58 Example Second Language In a class where everyone's native language is English, 70% of students speak Spanish, 45% speak French as a second language and 20% speak both. Assume that there are no students who speak another second language. What is the probability that a randomly selected student speaks Spanish given that they speak French? a) 0.45 c) 2.25 b) 0.44 d) 0.05

59 Example Burgers in LA A survey conducted in 2010 by Survey USA for KABC-TV Los Angeles asked 500 Los Angeles residents What is the best hamburger place in Southern California? Five Guys Burgers? In-N-Out Burger? Fat Burger? Tommys Hamburgers? Umami Burger? Or somewhere else? Consider the results of this survey, shown in the table below, in each of the following questions.

60 Example Burgers in LA Refer to the table on the previous slide: What is the probability that a randomly chosen male likes In-N-Out the best? What is the probability that a randomly chosen female likes In-N-Out the best? What is the probability that a man AND a woman who are dating both like In-N-Out the best?

61 Example Burgers in LA What is the probability that a randomly chosen person likes Umami best or that the person is a female? a) c) b) d) 0.516

62 General Multiplication Rule

63 Checking for independence using conditional probabilities

64 Example Second Language In a class where everyone's native language is English, 70% of students speak Spanish, 45% speak French as a second language and 20% speak both. Assume that there are no students who speak another second language. Are the variables speaking French and speaking Spanish independent?

65 Independent vs disjoint - recap If A and B are disjoint: Prob(A and B) = 0 A and B are not independent If A and B are not disjoint: Prob(A and B) > 0 A and B may or may not be independent

66 Example An online survey shows that 25% of bloggers own a DSLR camera, 90% own a point-and-shoot camera, and 20% own both types of cameras. Are owning a DSLR and point-andshoot camera disjoint?

67 Example An online survey shows that 25% of bloggers own a DSLR camera, 90% own a point-and-shoot camera, and 20% own both types of cameras. Are the variables owning a DSLR and owning a point-and-shoot camera independent?

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(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

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

Mathematical goals. Starting points. Materials required. Time needed

Mathematical goals. Starting points. Materials required. Time needed Level S2 of challenge: B/C S2 Mathematical goals Starting points Materials required Time needed Evaluating probability statements To help learners to: discuss and clarify some common misconceptions about

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

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

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

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

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

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

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

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

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

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

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

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

Hoover High School Math League. Counting and Probability

Hoover High School Math League. Counting and Probability Hoover High School Math League Counting and Probability Problems. At a sandwich shop there are 2 kinds of bread, 5 kinds of cold cuts, 3 kinds of cheese, and 2 kinds of dressing. How many different sandwiches

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

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

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

Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations)

Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations) Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations) Note: At my school, there is only room for one math main lesson block in ninth grade. Therefore,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The Procedures of Monte Carlo Simulation (and Resampling)

The Procedures of Monte Carlo Simulation (and Resampling) 154 Resampling: The New Statistics CHAPTER 10 The Procedures of Monte Carlo Simulation (and Resampling) A Definition and General Procedure for Monte Carlo Simulation Summary Until now, the steps to follow

More information

It is remarkable that a science, which began with the consideration of games of chance, should be elevated to the rank of the most important

It is remarkable that a science, which began with the consideration of games of chance, should be elevated to the rank of the most important PROBABILLITY 271 PROBABILITY CHAPTER 15 It is remarkable that a science, which began with the consideration of games of chance, should be elevated to the rank of the most important subject of human knowledge.

More information

Section 7C: The Law of Large Numbers

Section 7C: The Law of Large Numbers Section 7C: The Law of Large Numbers Example. You flip a coin 00 times. Suppose the coin is fair. How many times would you expect to get heads? tails? One would expect a fair coin to come up heads half

More information

Math 728 Lesson Plan

Math 728 Lesson Plan Math 728 Lesson Plan Tatsiana Maskalevich January 27, 2011 Topic: Probability involving sampling without replacement and dependent trials. Grade Level: 8-12 Objective: Compute the probability of winning

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

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

Exam. Name. How many distinguishable permutations of letters are possible in the word? 1) CRITICS

Exam. Name. How many distinguishable permutations of letters are possible in the word? 1) CRITICS Exam Name How many distinguishable permutations of letters are possible in the word? 1) CRITICS 2) GIGGLE An order of award presentations has been devised for seven people: Jeff, Karen, Lyle, Maria, Norm,

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

High School Statistics and Probability Common Core Sample Test Version 2

High School Statistics and Probability Common Core Sample Test Version 2 High School Statistics and Probability Common Core Sample Test Version 2 Our High School Statistics and Probability sample test covers the twenty most common questions that we see targeted for this level.

More information

8.3 Probability Applications of Counting Principles

8.3 Probability Applications of Counting Principles 8. Probability Applications of Counting Principles In this section, we will see how we can apply the counting principles from the previous two sections in solving probability problems. Many of the probability

More information

Ready, Set, Go! Math Games for Serious Minds

Ready, Set, Go! Math Games for Serious Minds Math Games with Cards and Dice presented at NAGC November, 2013 Ready, Set, Go! Math Games for Serious Minds Rande McCreight Lincoln Public Schools Lincoln, Nebraska Math Games with Cards Close to 20 -

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

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

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

Stat 20: Intro to Probability and Statistics

Stat 20: Intro to Probability and Statistics Stat 20: Intro to Probability and Statistics Lecture 16: More Box Models Tessa L. Childers-Day UC Berkeley 22 July 2014 By the end of this lecture... You will be able to: Determine what we expect the sum

More information

Find the indicated probability. 1) If a single fair die is rolled, find the probability of a 4 given that the number rolled is odd.

Find the indicated probability. 1) If a single fair die is rolled, find the probability of a 4 given that the number rolled is odd. Math 0 Practice Test 3 Fall 2009 Covers 7.5, 8.-8.3 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the indicated probability. ) If a single

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

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below:

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below: Sample Term Test 2A 1. A variable X has a distribution which is described by the density curve shown below: What proportion of values of X fall between 1 and 6? (A) 0.550 (B) 0.575 (C) 0.600 (D) 0.625

More information

Remarks on the Concept of Probability

Remarks on the Concept of Probability 5. Probability A. Introduction B. Basic Concepts C. Permutations and Combinations D. Poisson Distribution E. Multinomial Distribution F. Hypergeometric Distribution G. Base Rates H. Exercises Probability

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

Week 2: Conditional Probability and Bayes formula

Week 2: Conditional Probability and Bayes formula Week 2: Conditional Probability and Bayes formula We ask the following question: suppose we know that a certain event B has occurred. How does this impact the probability of some other A. This question

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

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

Chapter 5 A Survey of Probability Concepts

Chapter 5 A Survey of Probability Concepts Chapter 5 A Survey of Probability Concepts True/False 1. Based on a classical approach, the probability of an event is defined as the number of favorable outcomes divided by the total number of possible

More information

Probability & Probability Distributions

Probability & Probability Distributions Probability & Probability Distributions Carolyn J. Anderson EdPsych 580 Fall 2005 Probability & Probability Distributions p. 1/61 Probability & Probability Distributions Elementary Probability Theory Definitions

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

6.042/18.062J Mathematics for Computer Science. Expected Value I

6.042/18.062J Mathematics for Computer Science. Expected Value I 6.42/8.62J Mathematics for Computer Science Srini Devadas and Eric Lehman May 3, 25 Lecture otes Expected Value I The expectation or expected value of a random variable is a single number that tells you

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

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

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

Review for Test 2. Chapters 4, 5 and 6

Review for Test 2. Chapters 4, 5 and 6 Review for Test 2 Chapters 4, 5 and 6 1. You roll a fair six-sided die. Find the probability of each event: a. Event A: rolling a 3 1/6 b. Event B: rolling a 7 0 c. Event C: rolling a number less than

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

Topic : Probability of a Complement of an Event- Worksheet 1. Do the following:

Topic : Probability of a Complement of an Event- Worksheet 1. Do the following: Topic : Probability of a Complement of an Event- Worksheet 1 1. You roll a die. What is the probability that 2 will not appear 2. Two 6-sided dice are rolled. What is the 3. Ray and Shan are playing football.

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

Probabilities. Probability of a event. From Random Variables to Events. From Random Variables to Events. Probability Theory I

Probabilities. Probability of a event. From Random Variables to Events. From Random Variables to Events. Probability Theory I Victor Adamchi Danny Sleator Great Theoretical Ideas In Computer Science Probability Theory I CS 5-25 Spring 200 Lecture Feb. 6, 200 Carnegie Mellon University We will consider chance experiments with

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide an appropriate response. 1) A coin is tossed. Find the probability that the result

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

Standard 12: The student will explain and evaluate the financial impact and consequences of gambling.

Standard 12: The student will explain and evaluate the financial impact and consequences of gambling. TEACHER GUIDE 12.1 GAMBLING PAGE 1 Standard 12: The student will explain and evaluate the financial impact and consequences of gambling. Risky Business Priority Academic Student Skills Personal Financial

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

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

TOPIC P2: SAMPLE SPACE AND ASSIGNING PROBABILITIES SPOTLIGHT: THE CASINO GAME OF ROULETTE. Topic P2: Sample Space and Assigning Probabilities

TOPIC P2: SAMPLE SPACE AND ASSIGNING PROBABILITIES SPOTLIGHT: THE CASINO GAME OF ROULETTE. Topic P2: Sample Space and Assigning Probabilities TOPIC P2: SAMPLE SPACE AND ASSIGNING PROBABILITIES SPOTLIGHT: THE CASINO GAME OF ROULETTE Roulette is one of the most popular casino games. The name roulette is derived from the French word meaning small

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

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

Math 202-0 Quizzes Winter 2009

Math 202-0 Quizzes Winter 2009 Quiz : Basic Probability Ten Scrabble tiles are placed in a bag Four of the tiles have the letter printed on them, and there are two tiles each with the letters B, C and D on them (a) Suppose one tile

More information

Math Games For Skills and Concepts

Math Games For Skills and Concepts Math Games p.1 Math Games For Skills and Concepts Original material 2001-2006, John Golden, GVSU permission granted for educational use Other material copyright: Investigations in Number, Data and Space,

More information

Probability, statistics and football Franka Miriam Bru ckler Paris, 2015.

Probability, statistics and football Franka Miriam Bru ckler Paris, 2015. Probability, statistics and football Franka Miriam Bru ckler Paris, 2015 Please read this before starting! Although each activity can be performed by one person only, it is suggested that you work in groups

More information

Algebra 2 C Chapter 12 Probability and Statistics

Algebra 2 C Chapter 12 Probability and Statistics Algebra 2 C Chapter 12 Probability and Statistics Section 3 Probability fraction Probability is the ratio that measures the chances of the event occurring For example a coin toss only has 2 equally likely

More information

The overall size of these chance errors is measured by their RMS HALF THE NUMBER OF TOSSES NUMBER OF HEADS MINUS 0 400 800 1200 1600 NUMBER OF TOSSES

The overall size of these chance errors is measured by their RMS HALF THE NUMBER OF TOSSES NUMBER OF HEADS MINUS 0 400 800 1200 1600 NUMBER OF TOSSES INTRODUCTION TO CHANCE VARIABILITY WHAT DOES THE LAW OF AVERAGES SAY? 4 coins were tossed 1600 times each, and the chance error number of heads half the number of tosses was plotted against the number

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

Business Statistics 41000: Probability 1

Business Statistics 41000: Probability 1 Business Statistics 41000: Probability 1 Drew D. Creal University of Chicago, Booth School of Business Week 3: January 24 and 25, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office:

More information