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.

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.
THIS LITTLE PIGGY TEACHES PROBABILITY Stacey Hancock, Clark University Jennifer Noll, Portland State University Sean Simpson, Westchester Community College.
Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Chapter 5 Understanding Randomness
Understanding Randomness
Chapter XI Rory Nimmons Venkat Reddy UnderstandingRandomnessUnderstandingRandomness.
Understanding Randomness
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.
Chapter 11 Randomness. Randomness Random outcomes –Tossing coins –Rolling dice –Spinning spinners They must be fair.
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.
Slide 11-1 Copyright © 2004 Pearson Education, Inc.
Randomness Has structure in the long run Randomness seems “Fair” 1) Nobody can predict the outcome ahead of time. 2) Some underlying set of outcomes are.
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.
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.
Slide Understanding Randomness.  What is it about chance outcomes being random that makes random selection seem fair? Two things:  Nobody can.
Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
Understanding Randomness.  Many phenomena in the world are random: ◦ Nobody can guess the outcome before it happens. ◦ When we want things to be fair,
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: –
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:
Aim: What is the importance of probability?. What is the language of Probability? “Random” is a description of a kind of order that emerges in the long.
1 Chapter 11 Understanding Randomness. 2 Why Random? What is it about chance outcomes being random that makes random selection seem fair? Two things:
Copyright © 2009 Pearson Education, Inc. Chapter 11 Understanding Randomness.
AP Statistics Understanding Randomness Chapter 11.
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.
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.
Slope (b) = Correlation (r) = Slope (b) = Correlation (r) = WARM UP 1.Perform a Linear Regression on the following points and.
Unit 1 Day 6: Simulations.
Experimental Probability vs. Theoretical Probability
Chapter 5: Probability: What are the Chances?
Intro CS – Probability and Random Numbers
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
CHAPTER 5 Probability: What Are the Chances?
Monday, October 10, 2016 Warm-up Random Numbers Simulations
Understanding Randomness
Chapter 5: Probability: What are the Chances?
Understanding Randomness
Chapter 5 Probability.
Understanding Randomness
Tuesday, October 11, 2016 Warm-up
Chapter 5: Probability: What are the Chances?
Chapter 5: Probability: What are the Chances?
Chapter 5: Probability: What are the Chances?
Understanding Randomness
WARM UP: Solve the equation for height for an age of 25.
Chapter 5: Probability: What are the Chances?
Probability using Simulations
Chapter 5: Probability: What are the Chances?
Understanding Randomness
Chapter 5: Probability: What are the Chances?
Chapter 6: Probability: What are the Chances?
Chapter 5: Probability: What are the Chances?
Statistics and Probability-Part 5
Chapter 5: Probability: What are the Chances?
Chapter 5: Probability: What are the Chances?
Chapter 5: Probability: What are the Chances?
Chapter 5: Probability: What are the Chances?
Chapter 5: Probability: What are the Chances?
Understanding Randomness
Presentation transcript:

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 have you played that require the use of random numbers? Talk About Tests Random Numbers

Objectives Content Objective: I will discuss how and why random numbers are generated to simulate a situation. Social Objective: I will pay attention and not distract others. Language Objective: I will pay special attention to new vocabulary and write it in a way that I can remember and use.

Tests…

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 happens. When we want things to be fair, usually some underlying set of outcomes will be equally likely (although in many games some combinations of outcomes are more likely than others). Statisticians don’t think of randomness as the annoying tendency of things to be unpredictable or haphazard. Statisticians use randomness as a tool. But, truly random values are surprisingly hard to get…

It’s Not Easy Being Random It’s surprisingly difficult to generate random values even when they’re equally likely. Computers have become a popular way to generate random numbers. Even though they often do much better than humans, computers can’t generate truly random numbers either. Since computers follow programs, the “random” numbers we get from computers are really pseudorandom. Fortunately, pseudorandom values are good enough for most purposes.

Why not just pick numbers?

It’s Not Easy Being Random There are ways to generate random numbers so that they are both equally likely and truly random. The best ways we know to generate data that give a fair and accurate picture of the world rely on randomness, and the ways in which we draw conclusions from those data depend on the randomness, too.

How to generate random numbers… Numbers in a hat Random Number Table Calculator Other ideas?

How will the calculator do? STEP 1: SEED the calculator…

Practice with randomness Pass the pigs

Assignment P 265 (3-8)

Practical Randomness We need an imitation of a real process so we can manipulate and control it. In short, we are going to simulate reality.

A Simulation The sequence of events we want to investigate is called a trial. The basic building block of a simulation is called a component. Trials usually involve several components. After the trial, we record what happened—our response variable. There are seven steps to a simulation…

Simulation Steps Identify the component to be repeated. Explain how you will model the component’s outcome. Explain how you will combine the components to model a trial. State clearly what the response variable is. Run several trials. Collect and summarize the results of all the trials. State your conclusion.

Practice in Pairs Simulate a dice rolling process to estimate how many rolls it takes to get triples from a set of 3 regular dice. Identify the component to be repeated. Explain how you will model the component’s outcome. Explain how you will combine the components to model a trial. State clearly what the response variable is. Run several trials. Collect and summarize the results of all the trials. State your conclusion.

Pass the Pigs… Identify the component to be repeated. Explain how you will model the component’s outcome. Explain how you will combine the components to model a trial. State clearly what the response variable is. Run several trials. Collect and summarize the results of all the trials. State your conclusion.

Pass the Pigs Outcomes Identify the component to be repeated. Side – no dot 34.9% Side – dot 30.2% Razorback 22.4% Trotter 8.8% Snouter 3.0% Leaning Jowler 0.61% Identify the component to be repeated. Explain how you will model the component’s outcome.

Pass the Pigs Scoring – play to 100 or 500 Side – no dot 0 pts Side – dot 0 pts Razorback 5 pts Trotter 5 pts Snouter 10 pts Leaning Jowler 15 pts Double Razorback 20 pts Double Trotter 20 pts Double Snouter 40 pts Sider 1 pt Double Leaning Jowler 60 pts Explain how you will combine the components to model a trial. State clearly what the response variable is.

Pass the Pigs… Run several trials. Collect and summarize the results of all the trials. State your conclusion.

What Can Go Wrong? Don’t overstate your case. Beware of confusing what really happens with what a simulation suggests might happen. Model outcome chances accurately. A common mistake in constructing a simulation is to adopt a strategy that may appear to produce the right kind of results. Run enough trials. Simulation is cheap and fairly easy to do.

What have we learned? How to harness the power of randomness. A simulation model can help us investigate a question when we can’t (or don’t want to) collect data, and a mathematical answer is hard to calculate. How to base our simulation on random values generated by a computer, generated by a randomizing device, or found on the Internet. Simulations can provide us with useful insights about the real world.