Chapter 11 – Understanding Randomness 1. What is a random event? Nobody can guess the outcome before it happens. Let’s try an experiment. On the next page.

Slides:



Advertisements
Similar presentations
Copyright © 2010 Pearson Education, Inc. Slide A small town employs 34 salaried, nonunion employees. Each employee receives an annual salary increase.
Advertisements

Copyright © 2010, 2007, 2004 Pearson Education, Inc. Chapter 11 Understanding Randomness.
AP STATISTICS Simulation “Statistics means never having to say you're certain.”
Chapter 5 Understanding Randomness
Lesson  In this investigation you will explore the predictability of random outcomes. You will use a familiar random process, the flip of a coin.
Understanding Randomness
Binomial & Geometric Random Variables
Chapter 11: understanding randomness (Simulations)
+ AP Statistics: Chapter 11 Pages Rohan Parikh Azhar Kassam Period 2.
A multiple-choice test consists of 8 questions
Copyright © 2010 Pearson Education, Inc. Unit 3: Gathering Data Chapter 11 Understanding Randomness.
Chapter 11 Randomness. Randomness Random outcomes –Tossing coins –Rolling dice –Spinning spinners They must be fair.
Introduction to Probability
Copyright © Cengage Learning. All rights reserved. CHAPTER 9 COUNTING AND PROBABILITY.
Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Slide 11-1 Copyright © 2004 Pearson Education, Inc.
1-1 Copyright © 2015, 2010, 2007 Pearson Education, Inc. Chapter 10, Slide 1 Chapter 10 Understanding Randomness.
Understanding Randomness Chapter 11. Why Be Random? What is it about chance outcomes being random that makes random selection seem fair? Two things: –
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 11 Understanding Randomness.
Section Using Simulation to Estimate Probabilities Objectives: 1.Learn to design and interpret simulations of probabilistic situations.
Understanding Randomness
Copyright © 2010, 2007, 2004 Pearson Education, Inc. Chapter 11 Understanding Randomness.
AP STATISTICS Objective: Understanding Randomness Do Now: Take out any completed contracts, personal profiles, as well as your written design study. HW:
Chapter 11 Understanding Randomness. What is Randomness? Some things that are random: Rolling dice Shuffling cards Lotteries Bingo Flipping a coin.
Loops Wrap Up 10/21/13. Topics *Sentinel Loops *Nested Loops *Random Numbers.
Slide Understanding Randomness.  What is it about chance outcomes being random that makes random selection seem fair? Two things:  Nobody can.
Gathering Data (C11-13 BVD) C11: Understanding Randomness/Simulations.
Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Section 5.1.  Three ways to answer this question: 1. Actually carry out an experiment 2. Develop a probability model 3. Start with a model, and then.
Binomial Distributions Chapter 5.3 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U.
Simulation. Simulation is a way to model random events, such that simulated outcomes closely match real-world outcomes. By observing simulated outcomes,
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Chapter 10 Understanding Randomness. Why Be Random? What is it about chance outcomes being random that makes random selection seem fair? Two things: –
Simulations. Simulations – What’s That? Simulations are used to solve probability problems when it is difficult to calculate the answer theoretically.
Unit III Notes Gathering Data AP Statistics Chapter 11 Notes Understanding Random Numbers Objective: Students will learn how to simulate a real world situation.
1 Chapter 11 Understanding Randomness. 2 Why Be Random? What is it about chance outcomes being random that makes random selection seem fair? Two things:
Warm Up Complete the Margins of Error Worksheet #1 – 3 on the back!
Binomial Distributions Chapter 5.3 – Probability Distributions and Predictions Mathematics of Data Management (Nelson) MDM 4U Authors: Gary Greer (with.
1 Chapter 11 Understanding Randomness. 2 Why Random? What is it about chance outcomes being random that makes random selection seem fair? Two things:
5-Minute Check on Chapter 5 Click the mouse button or press the Space Bar to display the answers. 1.What can help detect “cause-and-effect” relationships?
Introduction Imagine the process for testing a new design for a propulsion system on the International Space Station. The project engineers wouldn’t perform.
Copyright © 2009 Pearson Education, Inc. Chapter 11 Understanding Randomness.
Statistics 11 Understanding Randomness. Example If you had a coin from someone, that they said ended up heads more often than tails, how would you test.
“Not the real deal but close” Ch 11 Simulations. Real World Example This is a simulation of what it feels.
1 Copyright © 2014, 2012, 2009 Pearson Education, Inc. Chapter 9 Understanding Randomness.
Stats 8/26/13 1. Check homework C11 #2-9 Ch 11 Practice
Chapter 11 Understanding Randomness. Practical Randomness Suppose a cereal company puts pictures of athletes on cards in boxes of cereal in hopes to boost.
Chapter 11 Understanding Randomness. What is the most important aspect of randomness? It must be fair. How is this possible? 1) Nobody can guess the outcome.
Warm-up What is the best way to answer each of the questions below: an experiment, a sample survey, or an observational study that is not a sample survey?
Slope (b) = Correlation (r) = Slope (b) = Correlation (r) = WARM UP 1.Perform a Linear Regression on the following points and.
CHAPTER 6 Random Variables
Unit 1 Day 6: Simulations.
Probability Imagine tossing two coins and observing whether 0, 1, or 2 heads are obtained. It would be natural to guess that each of these events occurs.
Using Simulation to Estimate Probabilities
Day 6: Simulations Unit 1: Statistics.
Determining the theoretical probability of an event
Why Be Random? What is it about chance outcomes being random that makes random selection seem fair? Two things: Nobody can guess the outcome before it.
Understanding Randomness
Friday, October 7, 2016 Write a random number between 1 and 10 on a post- it note on your desk Warm-up Discuss with your group & make a list What games.
Understanding Randomness
Understanding Randomness
Understanding Randomness
Chapter 5: Probability: What are the Chances?
COUNTING AND PROBABILITY
Understanding Randomness
WARM UP: Solve the equation for height for an age of 25.
Day 6: Simulations Unit 1: Statistics.
Understanding Randomness
Understanding Randomness
Presentation transcript:

Chapter 11 – Understanding Randomness 1. What is a random event? Nobody can guess the outcome before it happens. Let’s try an experiment. On the next page are four numbers. Pick one of the numbers at random and write it down. Don’t shown anyone.

Chapter 11 – Understanding Randomness Pick one of the numbers at random and write it down. Don’t shown anyone. I chose number ________.

August 24 th, 2015 Results

Chapter 11 – Understanding Randomness 5% of all people pick the number 1 75% of all people pick the number 3 20% of all people pick either 2 or 4 Humans do not do well at just picking something at random.

Chapter 11 – Vocabulary 3. Pseudorandom number – produced by a computer when the computer’s random number generator is used Computers cannot produce truly random numbers. Instead they use a random number table.

Chapter 11 – Understanding Randomness

Chapter 11 – Calculator Skills Random Integer MATH Choose ‘PRB’ tab Choose ‘5: randInt(‘ 4. RANDINT(Low, High, How many) RANDINT(1,100,5) will produce five random integers between 1 and 100 inclusive.

Chapter 11 – Calculator Skills 5. Every TI-84 will produce the same pseudorandom integers if the calculator starts at the same place in the calculator’s random number table. To “seed” the calculator, means to tell the calculator where to start on it’s random number table.

Chapter 11 – Calculator Skills Seed the Random Number Generator 1) Enter a number 2) STO> 3) MATH Choose ‘PRB’ tab Choose ‘1: rand‘ “Seed”: 0  rand

Chapter 11 – Calculator Skills Seed the Random Number Generator Results are: “Seed”: 0  rand Generate 5 random numbers 1 to 100: RANDINT(1, 100, 5) These are only Pseudorandom numbers. Because the outcomes were predictable.

Time for a test Put your name at the top of a sheet of paper and number it from 1 to 30. Each question is multiple choice and there are 5 choices…. A, B, C, D, E GO! What? You need the questions? Why? Admit it you didn’t study… so just guess. You have 30 seconds.

Time for a test Time is up. I trust you. Grade your own work. How did you do? Do you know the probability that you passed? That’s nice, but it doesn’t matter if you do or don’t yet. (That’s a later chapter.) But we will look at a method to figure it out in this chapter. 16. B

Chapter 11 – Vocabulary 6. Simulation – consists of a sequence of random outcomes that model a situation

Chapter 11 – Understanding Randomness 7. The Steps for Conducting a Simulation 1. Identify the component to be repeated. 2. Explain how you will model the Outcome. 3. Explain how you will simulate the trial. A component is the most basic event in a simulation The possible results of a component, one of which will occur at random, are called outcomes. The sequence of events being investigated (usually involves multiple components) are called a trial.

Chapter 11 – Understanding Randomness Steps for Conducting a Simulation 1. Identify the component to be repeated. 2. Explain how you will model the outcome. 3. Explain how you will simulate the trial. 4. Clearly state the response variable. 5. Run several trials. 6. Analyze the response variable. 7. State your conclusion in context. The result of interest from a trial is called the response variable.

Chapter 11 – Understanding Randomness 8. Thirty-eight percent of the people in the United States have type O positive blood. Three unrelated people in the U.S. are selected at random. Design a simulation to determine how often all three will have type O positive blood.

Chapter 11 – Understanding Randomness 8. Thirty-eight percent of the people in the United States have type O positive blood. Three unrelated people in the U.S. are selected at random. Design a simulation to determine how often all three will have type O positive blood. a. Identify the component to be repeated. Component: Check the blood type of 1 person.

Chapter 11 – Understanding Randomness 8. Thirty-eight percent of the people in the United States have type O positive blood. Three unrelated people in the U.S. are selected at random. Design a simulation to determine how often all three will have type O positive blood. a. Identify the component to be repeated. Component: Check the blood type of 1 person. b. Explain how you will model the outcome. Let 00 – 37 represent the person selected has type O positive blood. Let 38 – 99 represent the person selected doesn’t have type O positive blood.

Chapter 11 – Understanding Randomness 8. Thirty-eight percent of the people in the United States have type O positive blood. Three unrelated people in the U.S. are selected at random. Design a simulation to determine how often all three will have type O positive blood. c. Explain how you will simulate the trial. Each trial consists of identifying 3 pair of digits as Y(Person has O positive) or N(Person Doesn’t have O positive). Each pair represents one person. We want 3 persons. d. Clearly state the response variable. The response variable is whether or not all three persons have type O positive blood type.

8. Thirty-eight percent of the people in the United States have type O positive blood. Three unrelated people in the U.S. are selected at random. Design a simulation to determine how often all three will have type O positive blood. e. Run several trials. We’ll run 8 trials using the following random numbers: Trial #Outcomes All O+? :: ::: 30/Y 73/N 47/NNO 15/Y71/N 83/N NO 72/N 27/Y 97/N NO 12/Y25/Y 77/N NO 7 29/Y 28/Y 31/Y YES 5 NO 6 NO 8 YES Y Y Y Y Y N N N N N N N

Chapter 11 – Understanding Randomness 8. Thirty-eight percent of the people in the United States have type O positive blood. Three unrelated people in the U.S. are selected at random. Design a simulation to determine how often all three will have type O positive blood. f. Analyze the response variable. 2 / 8 or 25% of the trials found all three were O+ g. State your Conclusion in context. Our simulation showed that if three unrelated people in the U.S. were chosen at random, all three are O+ about 25% of the time. However, it should be noted that only 8 trials were run.

Chapter 11 – Understanding Randomness 1. Identify the component to be repeated. 2. Explain how you will model the outcome. 3. Explain how you will simulate the trial. 4. Clearly state the response variable. 5. Run several trials. 6. Analyze the response variable. 7. State your conclusion in context. REVIEW THE The Steps for Conducting a Simulation

Chapter 11 – Understanding Randomness 9. Thirty-eight people out of 100 in the United States have type O positive blood. Design a simulation to determine how many people on average would need to be selected at random to get one person that has type O positive blood.

Chapter 11 – Understanding Randomness 9. Thirty-eight people out of 100 in the United States have type O positive blood. Design a simulation to determine how many people on average would need to be selected at random to get one person that has type O positive blood. a. Identify the component to be repeated. Component: Check the blood type of 1 person b. Explain how you will model the outcome. Let 01 – 38 represent that the person selected has type O positive blood. Let 39 – 99 & 00 represent that the person selected doesn’t have type O positive blood.

Chapter 11 – Understanding Randomness 9. Thirty-eight people out of 100 in the United States have type O positive blood. Design a simulation to determine how many people on average would need to be selected at random to get one person that has type O positive blood. c. Explain how you will simulate the trial. Each trial consists of identifying a pair of digits as N(Person doesn’t have O positive) or Y(Person has O positive). Each pair represent one person. We will keep checking until a person has been identified as having O+ blood. d. Clearly state the Response variable. The response variable is how many individuals were checked to find the first person with type O positive blood.

9. Thirty-eight people out of 100 in the United States have type O positive blood. Design a simulation to determine how many people on average would need to be selected at random to get one person that has type O positive blood. e. Run several trials. We’ll run 12 trials using the following random numbers: Trial #Outcomes # of People /N 83/N462/N25/Y 30/Y 1 91/N 78/N58/N02/Y 4 10/Y 1 34/Y 1

Chapter 11 – Understanding Randomness 9. Thirty-eight people out of 100 in the United States have type O positive blood. Design a simulation to determine how many people on average would need to be selected at random to get one person that has type O positive blood. f. Analyze the response variable = 24 24/12 = 2 g. State your Conclusion in context. Our simulation showed that if unrelated people in the U.S. were chosen at random that on average 2 people would need to be selected to get a person with O+ blood. However, it should be noted that only 12 trials were run.

Chapter 11 – Understanding Randomness 1. Identify the component to be repeated. 2. Explain how you will model the outcome. 3. Explain how you will simulate the trial. 4. Clearly state the response variable. 5. Run several trials. 6. Analyze the response variable. 7. State your conclusion in context. REVIEW THE The Steps for Conducting a Simulation

Chapter 11 – Understanding Randomness 10. Design a simulation to determine on average how many times someone should roll a pair of dice in order to get “snake eyes” (Two ones). a. Identify the Component to be repeated. Component: Rolling a pair of dice once

The chance of rolling “snake eyes” isn’t the same as the chance of rolling a seven. Fill-in the table below to see this. ONETWOTHREEFOURFIVESIX ONE TWO THREE FOUR FIVE SIX : 1/363: 2/364: 3/365: 4/366: 5/36 7: 6/368: 5/369: 4/3610: 3/3611: 2/36 12: 1/36

Chapter 11 – Understanding Randomness 10. Design a simulation to determine on average how many times someone should roll a pair of dice in order to get “snake eyes” (Two ones). b. Explain how you will model the outcome. Let 00 represent rolling “snake eyes”. Let 01 – 35 represent not rolling “snake eyes”. Ignore 36 – 99. If a pair for this set is found check the next pair of digits.

Chapter 11 – Understanding Randomness 10. Design a simulation to determine on average how many times someone should roll a pair of dice in order to get “snake eyes” (Two ones). c. Explain how you will simulate the trial. Each trial consists of identifying a pair of digits as N(Not “snake eyes”) or Y(“snake eyes”) or I(ignore). Each pair represents one roll of two dice. If a pair of digit is to be ignored, then they will not be counted as a roll of the dice. The trail will end once “snake eyes” is rolled. d. Clearly state the response variable. The response variable is how many times the pair of dice were rolled in order to get “snake eyes”.

Chapter 11 – Understanding Randomness 10. Design a simulation to determine on average how many times someone could roll a pair of dice in order to get “snake eyes” (Two ones). e. Run several trials. We’ll run 2 trials using the following random numbers: T#T# OutcomesCtCt 1 2 I NINI INIIN IN IIN I N I I I I Y N N I N I I N N N I N N I I N I I I Y 10

Chapter 11 – Understanding Randomness 10. Design a simulation to determine on average how many times someone could roll a pair of dice in order to get “snake eyes” (Two ones). f. Analyze the response variable = 18 18/2 = 9 h. State your conclusion in context. From our simulation, on average we expect to roll the pair of dice nine times in order to get “snake eyes”. However, it should be noted that only 2 trials were run.

Chapter 11 – Understanding Randomness 11. How often will someone who completely guesses on a 29 question exam pass the exam? a. Identify the Component to be repeated. Component: Answering one test question b. Explain how you will model the outcome. Since there is a 20% chance of guessing correctly… Let 0 – 1 represent guessing correctly Let 2 – 9 represent not guessing correctly

Chapter 11 – Understanding Randomness 11. How often will someone who completely guesses on a 29 question exam pass the exam? c. Explain how you will simulate the trial. Each trial consists of identifying a digit as R( guessed right) or W(guessed wrong). Each digit represents one question. There are 29 questions, so stop after checking 29 digits. d. Clearly state the response variable. Since 21 right out of 29 is passing, the response variable is were 21 questions answered correctly?

Chapter 11 – Understanding Randomness 11. How often will someone who completely guesses on a 29 question exam pass the exam? e. Run several trials. You’ve been given a random number table. How many trails can you run? f. Analyze the response variable. How many times did a trial end up with someone passing? g. State your conclusion in context. What would your conclusion be?