Unit 1 Day 6: Simulations.

Slides:



Advertisements
Similar presentations
Chapter 5 Understanding Randomness
Advertisements

Lesson  In this investigation you will explore the predictability of random outcomes. You will use a familiar random process, the flip of a coin.
3.6: Probabilities Through Simulations Objective: To simulate probabilities using random number tables and random number generators CHS Statistics.
Choose a category. You will be given the answer. You must give the correct question. Click to begin.
Chapter 11: understanding randomness (Simulations)
+ AP Statistics: Chapter 11 Pages Rohan Parikh Azhar Kassam Period 2.
Copyright © 2010 Pearson Education, Inc. Unit 3: Gathering Data Chapter 11 Understanding Randomness.
Section 5.1 What is Probability? 5.1 / 1. Probability Probability is a numerical measurement of likelihood of an event. The probability of any event is.
Chapter 1 Basics of Probability.
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.
Understanding Randomness Chapter 11. Why Be Random? What is it about chance outcomes being random that makes random selection seem fair? Two things: –
1.3 Simulations and Experimental Probability (Textbook Section 4.1)
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.
Common Core Math III Unit 1: Statistics
5.1 Probability in our Daily Lives.  Which of these list is a “random” list of results when flipping a fair coin 10 times?  A) T H T H T H T H T H 
Warm Up If Babe Ruth has a 57% chance of hitting a home run every time he is at bat, run a simulation to find out his chances of hitting a homerun at least.
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.
Simulation. Simulation is a way to model random events, such that simulated outcomes closely match real-world outcomes. By observing simulated outcomes,
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.
Warm Up Complete the Margins of Error Worksheet #1 – 3 on the back!
Common Core Math III Unit 1: Statistics. We will discuss the following four topics during this unit: 1. Normal Distributions 2. Sampling and Study Design.
Unit 6 Probability & Simulation: the Study of randomness Simulation Probability Models General Probability Rules.
Introduction Imagine the process for testing a new design for a propulsion system on the International Space Station. The project engineers wouldn’t perform.
Random Numbers Random numbers are numbers generated whose sequence have no pattern Most calculators are able to generate random integers via a command.
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.
1 Copyright © 2014, 2012, 2009 Pearson Education, Inc. Chapter 9 Understanding Randomness.
Copyright © 2016 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. B ASIC C ONCEPTS IN P ROBABILITY Section 5.1.
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.
Experiments vs. Observational Studies vs. Surveys and Simulations
Chapter 6 6.1/6.2 Probability Probability is the branch of mathematics that describes the pattern of chance outcomes.
Starter   In a certain game show, a contestant is presented with three doors. Behind one of the doors is an expensive prize; behind the others are goats.
Common Core Math III Unit 1: Statistics
Day 6: Simulations Unit 1: Statistics.
Determining the theoretical probability of an event
Chapter Randomness, Probability, and Simulation
Simple Random Sampling
CHAPTER 6 PROBABILITY & SIMULATION
AND.
Student Activity 1: Fair trials with two dice
Unit 6 Probability.
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.
3.7 Simulations Unit 1: Statistics.
The Nature of Probability
Expected Value.
Pencil, highlighter, GP notebook, calculator, textbook, assignment
Warm Up 4.
Simulating experiments
Lesson – Teacher Notes Standard:
Understanding Randomness
Probability and Simulation
WARM UP: Solve the equation for height for an age of 25.
Day 6: Simulations Unit 1: Statistics.
Simple Random Sampling
Probability using Simulations
Probability.
Experimental vs. Theoretical Probability
Understanding Randomness
Rolling Into Probability
Statistics and Probability-Part 5
Understanding Randomness
PROBABILITY.
Simple Random Sampling
Presentation transcript:

Unit 1 Day 6: Simulations

Simulation Why run a simulation? Simulation is a way to model random events, so that simulated outcomes closely match real-world outcomes. Why run a simulation? Some situations may be difficult, time-consuming, or expensive to analyze. In these situations, simulation may approximate real-world results while requiring less time, effort, or money.

Carole and John are playing a dice game Carole and John are playing a dice game. Carole believes that she can roll six dice and get each number, one through six, on a single roll. John knows the probability of this occurrence is low. He bets Carole that he will wash her car if she can get the outcome she wants in twenty tries.

BEFORE YOU START! You are running 20 trials, so make 20 blanks on your paper. This will keep you from losing count of how many trials you’ve run. It also makes recording easy! __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __     

What is the problem that we are simulating? Can Carole roll one of each number in a throw of six dice? What random device will you use to simulate the problem and how will you use it? We will use the calculator to generate random numbers.

Seeding Since a calculator is a type of computer, it can never be truly random. For this reason, we can configure our calculators to give everyone the same set of “random” data (so we can all work together!). The process of calibrating our calculators in this way is called seeding.

How to seed the calculator:

How will you conduct each trial? How many trials will you conduct? I will use the randInt( command in my calculator to generate random integers. randInt(min value, max value, number of data in set) randInt(1, 6, 6) Smallest number on dice Throwing 6 dice at a time Largest number on dice

Let’s perform our simulation! In your groups, complete the simulation 20 times. Record which trials gave you one of each number. _____ 2. _____ 3. _____ 4. _____ 5. _____ 6. _____ 7. _____ 8. _____ 9. _____ 10. _____ 11. _____ 12. _____ 13. _____ 14. _____ 15. _____ 16. _____ 17. _____ 18. _____ 19 . _____ 20. ____

What are the results of these trials? We received all 6 numbers only 1 out of 20 times. What predictions can be made based on these results? There’s approximately a 5% chance of this occurring. The more trials you run, the closer you will get to the theoretical probability (Law of Large Numbers). The actual probability is 1.5%

On a certain day the blood bank needs 4 donors with type O blood On a certain day the blood bank needs 4 donors with type O blood.  If the hospital brings in groups of five, what is the probability that a group would arrive that satisfies the hospitals requirements, assuming that 45% of the population has type O blood?    Let 1-45 represent people with type O blood. Let 46-100 represent people with other blood types. Remember to seed the calculator to 5! Then, run RandInt(1, 100, 5) twenty times. Record how many trials satisfy the hospital’s requirements.

To seed your calculator: MATH, PRB, 5, STO →, RAND, ENTER To run the simulation: MATH, PRB, RandInt(1, 100, 5), ENTER Four of the twenty groups have four or more members with type O blood. Therefore, there is a 20% chance that they hospital will get the Type O blood they need.

Questions about simulations? Video