CHAPTER 5 Probability: What Are the Chances?

Slides:



Advertisements
Similar presentations
AP STATISTICS Simulation “Statistics means never having to say you're certain.”
Advertisements

AP STATISTICS Simulating Experiments. Steps for simulation Simulation: The imitation of chance behavior, based on a model that accurately reflects the.
Chapter 5: Probability: What are the Chances?
Chapter 5 Understanding Randomness
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?
Unit 5: Probability Sample Space.
5.1: Randomness, Probability and Simulation
11/18/ Randomness, Probability, and Simulation.
AP STATISTICS LESSON SIMULATING EXPERIMENTS.
Section 5.1 in your book….  Simulation: ◦ A simulation is an imitation of chance behavior, most often carried out with random numbers.  Random: ◦ When.
AP STATISTICS LESSON 6-1 Simulation. ESSENTIAL QUESTION: How can simulation be used to solve problems involving chance? Objectives: To simulate problems.
Simulation Conditional Probability Venn Diagrams Tree Diagrams
+ The Practice of Statistics, 4 th edition – For AP* STARNES, YATES, MOORE Chapter 5: Probability: What are the Chances? Section 5.1 Randomness, Probability,
+ The Practice of Statistics, 4 th edition – For AP* STARNES, YATES, MOORE Chapter 5: Probability: What are the Chances? Section 5.1 Randomness, Probability,
4.3a Simulating Experiments Target Goal: I can use simulation to represent an experiment. In class FR.
Simulating Experiments Introduction to Random Variable.
Randomness, Probability, and Simulation
HOW WOULD YOU SOLVE THE FOLLOWING SCENARIOS? If we know the blood types of a man and a woman, what can we say about the blood types of their future children?
Warm Up 1. Does reducing screen brightness increase battery life in laptop computers? To find out, researchers obtained 30 new laptops of the same brand.
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.
Unit 5: Probability: What are the Chances?
Simulations. Simulations – What’s That? Simulations are used to solve probability problems when it is difficult to calculate the answer theoretically.
Randomness, Probability, and Simulation
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 5 Probability: What Are the Chances? 5.1.
+ The Practice of Statistics, 4 th edition – For AP* STARNES, YATES, MOORE Chapter 5: Probability: What are the Chances? Section 5.1 Randomness, Probability,
CHAPTER 5 Probability: What Are the Chances?
Chapter 5 Homework 4, 8, 10, 16, 20, 24, 28, 44, 46, 50, 52, 64, 66, 74, 80, 84, 86, 88, 92, 94.
CHAPTER 5 Probability: What Are the Chances?
Chapter 5: Probability: What are the Chances?
Experimental Probability vs. Theoretical Probability
Using Simulation to Estimate Probabilities
Warmup The “experts” think the Braves are still rebuilding and will only win 46% of their games this season. Using a standard deck of cards (52 cards,
Chapter Randomness, Probability, and Simulation
CHAPTER 6 PROBABILITY & SIMULATION
Status for AP Congrats! We are done with Part II of the Topic Outline for AP Statistics! (10%-15%) of the AP Test can be expected to cover topics from.
Chapter 5: Probability: What are the Chances?
CHAPTER 5 Probability: What Are the Chances?
Chapter 5: Probability: What are the Chances?
Click the mouse button or press the Space Bar to display the answers.
The Practice of Statistics
Simulating experiments
CHAPTER 5 Probability: What Are the Chances?
Chapter 5: Probability: What are the Chances?
Pull 2 samples of 3 pennies and record both averages (2 dots).
Chapter 5: Probability: What are the Chances?
Warm Up 1) A t-shirt company makes shirts in sizes S, M, L, XL and XXL and in the colors chartreuse, burgundy, fuchsia and mauve. How many different types.
Chapter 5: Probability: What are the Chances?
5.1: Randomness, Probability and Simulation
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?
Probability using Simulations
Chapter 5: Probability: What are the Chances?
CHAPTER 5 Probability: What Are the Chances?
Chapter 6 Random Variables
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?
Chapter 5: Probability: What are the Chances?
Chapter 5: Probability: What are the Chances?
CHAPTER 5 Probability: What Are the Chances?
5.1: Randomness, Probability and Simulation
Presentation transcript:

CHAPTER 5 Probability: What Are the Chances? 5.1 Randomness, Probability, and Simulation

Simulation The imitation of chance behavior, based on a model that accurately reflects the situation, is called a simulation. Performing a Simulation State: Ask a question of interest about some chance process. Plan: Describe how to use a chance device to imitate one repetition of the process. Tell what you will record at the end of each repetition. Do: Perform many repetitions of the simulation. Conclude: Use the results of your simulation to answer the question of interest. We can use physical devices, random numbers (e.g. Table D), and technology to perform simulations.

Example: Simulations with technology In an attempt to increase sales, a breakfast cereal company decides to offer a NASCAR promotion. Each box of cereal will contain a collectible card featuring one of these NASCAR drivers: Jeff Gordon, Dale Earnhardt, Jr., Tony Stewart, Danica Patrick, or Jimmie Johnson. The company says that each of the 5 cards is equally likely to appear in any box of cereal. A NASCAR fan decides to keep buying boxes of the cereal until she has all 5 drivers’ cards. She is surprised when it takes her 23 boxes to get the full set of cards. Should she be surprised? Try Exercise 39 Problem: What is the probability that it will take 23 or more boxes to get a full set of 5 NASCAR collectible cards?

Example: Simulations with technology Plan: We need five numbers to represent the five possible cards. Let’s let 1 = Jeff Gordon, 2 = Dale Earnhardt, Jr., 3 = Tony Stewart, 4 = Danica Patrick, and 5 = Jimmie Johnson. We’ll use randInt(1,5) to simulate buying one box of cereal and looking at which card is inside. Because we want a full set of cards, we’ll keep pressing Enter until we get all five of the labels from 1 to 5. We’ll record the number of boxes that we had to open. Try Exercise 39

Example: Simulations with technology 3 5 2 1 5 2 3 5 4 9 boxes 5 1 2 5 1 4 1 4 1 2 2 2 4 4 5 3 16 boxes 5 5 5 2 4 1 2 1 5 3 10 boxes 4 3 5 3 5 1 1 1 5 3 1 5 4 5 2 15 boxes 3 3 2 2 1 2 4 3 3 4 2 2 3 3 3 2 3 3 4 2 2 5 22 boxes Try Exercise 39 Conclude: We never had to buy more than 22 boxes to get the full set of NASCAR drivers’ cards in 50 repetitions of our simulation. So our estimate of the probability that it takes 23 or more boxes to get a full set is roughly 0. The NASCAR fan should be surprised about how many boxes she had to buy.

Randomness, Probability, and Simulation INTERPRET probability as a long-run relative frequency. USE simulation to MODEL chance behavior.