Section 5.1 Randomness, Probability, and Simulation

Size: px
Start display at page:

Download "Section 5.1 Randomness, Probability, and Simulation"

Transcription

1 Section 5.1 Randomness, Probability, and Simulation What does it mean to be random? ~Individual outcomes are unknown ~In the long run some underlying set of outcomes will be equally likely (or at least the likelihood of outcomes will be consistent with actual outcomes in the long run) If someone handed you a coin and told you that it s biased toward usually landing heads, you d be justly skeptical. What would you do? 1

2 You d probably test the coin by tossing it a few times. How many times are enough? Would 3 heads in a row convince you that the coin was biased? Would 7 of 10 heads be convincing? Imagine we use 100 tosses. Would 54 heads out of 100 convince you that the coin is biased? What about 60 out of 100? How about 95 out of 100? How about 80 out of 100? or 70? 2

3 Let s decide as a class what our rule will be. Let s use a simulation to answer this question. randint(0, 1) simulating a single coin toss (with 0 = tails, 1 = heads) randint (0, 1, 5) simulating tossing 5 coins sum(randint (0, 1, 100)) since each coin is 0 or 1, the sum of these 100 values is equivalent to counting the number of heads 3

4 Let s try running a couple of these how many people got more than heads? Keep in mind that even if we come up with a rule, tossing a coin 100 times and declaring it okay or biased would still not give us the truth for sure just a suggestion that the coin is biased or not. 4

5 The steps of a simulation the basic unit of our simulation, each randomly generated digit gives the outcome of ONE component Identify the component to be repeated Explain how you will model the component s outcome a combination of component outcomes that give a simulated answer to our question Explain how you will combine the components to model a trial Run several trials if by hand ~20 is good the outcome of the trial, what we are measuring with each trial what will we use to summarize our results Conclusions - the simulation SUGGESTS... Suppose a basketball player has an 80% free throw success rate. How can we use random numbers to simulate whether or not she makes a foul shot? How many shots might she be able to make in a row without missing? Describe the simulation of having her shoot free throws until she misses, counting the number of successes. 5

6 How would the simulation change if her success rate were only 72%? How would a trial and our response variable change if we want to know how many shots she might make out of 5 chances? 6

7 How would a trial and our response variable change if we want to know her chances of hitting both shots when she goes to the line to shoot two? Random Digits Table Another way to generate random (or as random as we can get) is using a table of random digits. There is one in the back of your book. Each digit 0 through 9 is equally likely to occur at any time, therefore any pattern of two or more digits is equally likely to occur at any point in the table. In order to use this table to generate random digits - pick a row to start on. Read the digits left to right being sure to read in groups appropriate to the size of the numbers assigned for your simulation. If your numbers go from 1-15 you must read two digits at a time, etc. 7

8 Section 5.1 Notes - Completed Suppose we are to randomly select three students from the class to speak at Parents Night about taking AP Stats. How likely is it we ll get three boys? Sam is a basketball player who typically makes 85% of her free throws. However, when shooting two free throws in a row, the likelihood of her making the second shot depends upon how she does on the ]irst shot. If she misses the ]irst shot, she only makes 70% of her second free throws. But if she makes her ]irst shot, she makes 90% of her second free throws. Describe a simulation that will determine the chance of Sam making two free throws in a row. 8

9 Homework: p. 293 #s 1, 3, 7, 9, 11, 15, 17, 19, 23, 25 9

5.1A Introduction, The Idea of Probability, Myths about Randomness

5.1A Introduction, The Idea of Probability, Myths about Randomness 5.1A Introduction, The Idea of Probability, Myths about Randomness The Idea of Probability Chance behavior is unpredictable in the short run, but has a regular and predictable pattern in the long run.

More information

Chapter 5 - Probability Section 1: Randomness, Probability, and Simulation

Chapter 5 - Probability Section 1: Randomness, Probability, and Simulation Chapter 5 - Probability Section 1: Randomness, Probability, and Simulation By the end of this section you will be able to: 1) interpret probability as a long-run relative frequency, and 2) Use simulation

More information

Five Great Activities Using Spinners. 1. In the circle, which cell will you most likely spin the most times? Try it.

Five Great Activities Using Spinners. 1. In the circle, which cell will you most likely spin the most times? Try it. Five Great Activities Using Spinners 1. In the circle, which cell will you most likely spin the most times? Try it. 1 2 3 4 2. Marcy plays on her school basketball team. During a recent game, she was fouled

More information

Expected Value 3.1. On April 14, 1993, during halftime of a basketball game between the. One-and-One Free-Throws

Expected Value 3.1. On April 14, 1993, during halftime of a basketball game between the. One-and-One Free-Throws ! Expected Value On April 14, 1993, during halftime of a basketball game between the Chicago Bulls and the Miami Heat, Don Calhoun won $1 million by making a basket from the free-throw line at the opposite

More information

The difference between a statistic and a parameter is that statistics describe a sample. A parameter describes an entire population.

The difference between a statistic and a parameter is that statistics describe a sample. A parameter describes an entire population. Grade 7 Mathematics EOG (GSE) Quiz Answer Key Statistics and Probability - (MGSE7.SP. ) Understand Use Of Statistics, (MGSE7.SP.2) Data From A Random Sample, (MGSE7.SP.3 ) Degree Of Visual Overlap, (MGSE7.SP.

More information

(b) Express the event of getting a sum of 12 when you add up the two numbers in the tosses.

(b) Express the event of getting a sum of 12 when you add up the two numbers in the tosses. SOLUTIONS TO HOMEWORK 3 - MATH 170, SUMMER SESSION I (2012) (1) Let U be a universal set and A U. Using rules that you have learnt in class, simplify the following set theoretic expressions: (a) ((A c

More information

Section 3: Displacements and Vectors

Section 3: Displacements and Vectors Section 3: Displacements and Vectors We have run a some relay races and represented the races as tables. Let s find a way to represent the race mathematically. Suppose Team 1 had the following relay legs

More information

MATH 118 Chapter 5 Sample Exam By: Maan Omran

MATH 118 Chapter 5 Sample Exam By: Maan Omran MATH 118 Chapter 5 Sample Exam By: Maan Omran Problem 1-4 refer to the following table: X P Product a 0.2 d 0 0.1 e 1 b 0.4 2 c? 5 0.2? E(X) = 1.7 1. The value of a in the above table is [A] 0.1 [B] 0.2

More information

Experimental & Theoretical Probability

Experimental & Theoretical Probability Experimental and.notebook Click on an object. hat is the outcome? Experimental & Theoretical Click to go to Table of Contents of an event Experimental number of times the outcome happened number of times

More information

download.file("http://www.openintro.org/stat/data/kobe.rdata", destfile = "kobe.rdata")

download.file(http://www.openintro.org/stat/data/kobe.rdata, destfile = kobe.rdata) Lab 2: Probability Hot Hands Basketball players who make several baskets in succession are described as having a hot hand. Fans and players have long believed in the hot hand phenomenon, which refutes

More information

Chapter 1 Test B. 4. What are two advantages of using simulation techniques instead of actual situations?

Chapter 1 Test B. 4. What are two advantages of using simulation techniques instead of actual situations? Name: Date: 1. The 50 states in the United States were numbered alphabetically and a researcher decided to randomly select a number and then survey every sixth state on unemployment rates. What type of

More information

Mount Carmel Bocce League Game Rules

Mount Carmel Bocce League Game Rules I. GAME RULES A. A game consists of two teams with four players on each team. Note: Three players must show, therefore no forfeit is called. Opposing team can name a walker to play both ends of the court.

More information

NUMB3RS Activity: Walkabout. Episode: Mind Games

NUMB3RS Activity: Walkabout. Episode: Mind Games Teacher Page 1 NUMB3RS Activity: Walkabout Topic: Random Walks & Grade Level: 8-12 Objective: Learn about random walks and use them to compute an approximation to. Materials: TI-83/84 Plus calculator or

More information

APPENDIX A COMPUTATIONALLY GENERATED RANDOM DIGITS 748 APPENDIX C CHI-SQUARE RIGHT-HAND TAIL PROBABILITIES 754

APPENDIX A COMPUTATIONALLY GENERATED RANDOM DIGITS 748 APPENDIX C CHI-SQUARE RIGHT-HAND TAIL PROBABILITIES 754 IV Appendices APPENDIX A COMPUTATIONALLY GENERATED RANDOM DIGITS 748 APPENDIX B RANDOM NUMBER TABLES 750 APPENDIX C CHI-SQUARE RIGHT-HAND TAIL PROBABILITIES 754 APPENDIX D LINEAR INTERPOLATION 755 APPENDIX

More information

Volleyball. Volleyball

Volleyball. Volleyball Volleyball Volleyball -5 people on a team with at least 1 girl -5 on 5 Competition. -20 minute games. -First to 15 wins the game -Report to the courts 2 minutes before game time. -Volley for the rights

More information

Trial # # of F.T. Made:

Trial # # of F.T. Made: OPEN SPINNER APPLICATION APPS Prob Sim ENTER (Spin Spinner) SET UP SPINNER. TABL (graph) the blank graph disappears & will later become a table. SET (zoom) Change Sections to ENTER. ADV (window) Change

More information

TOURNAMENT RULES AND FORMAT

TOURNAMENT RULES AND FORMAT TOURNAMENT RULES AND FORMAT Tournament Divisions Boys Varsity Division (18-U) Pool 1 through Pool 8 Girls Varsity Division (18-U) Pool 1 through Pool 6 Boys JV Division (16-U): Pool 1 through Pool 5 Boys

More information

So many important ideas in mathematics have come

So many important ideas in mathematics have come Section 1: So many important ideas in mathematics have come from trying to understand how things move. People have always tried to comprehend the motion of the planets, and the apparent motion of the sun

More information

Lab 2: Probability. Hot Hands. Template for lab report. Saving your code

Lab 2: Probability. Hot Hands. Template for lab report. Saving your code Lab 2: Probability Hot Hands Basketball players who make several baskets in succession are described as having a hot hand. Fans and players have long believed in the hot hand phenomenon, which refutes

More information

Chapter 5 ATE: Probability: What Are the Chances? Alternate Activities and Examples

Chapter 5 ATE: Probability: What Are the Chances? Alternate Activities and Examples Chapter 5 ATE: Probability: What Are the Chances? Alternate Activities and Examples [Page 283] Alternate Activity: Whose Book is This? Suppose that 4 friends get together to study at Tim s house for their

More information

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 The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Randomness,

More information

2017 AMC 12B. 2. Real numbers,, and satisfy the inequalities,, and. Which of the following numbers is necessarily positive?

2017 AMC 12B. 2. Real numbers,, and satisfy the inequalities,, and. Which of the following numbers is necessarily positive? 2017 AMC 12B 1. Kymbrea's comic book collection currently has 30 comic books in it, and she is adding to her collection at the rate of 2 comic books per month. LaShawn's comic book collection currently

More information

Skills Practice Skills Practice for Lesson 17.1

Skills Practice Skills Practice for Lesson 17.1 Skills Practice Skills Practice for Lesson.1 Name Date Products and Probabilities Discrete Data and Probability Distributions Vocabulary Describe similarities and differences between each pair of terms.

More information

PROBABILITY I BEGINNER CIRCLE 4/14/2013

PROBABILITY I BEGINNER CIRCLE 4/14/2013 PROBABILITY I BEGINNER CIRCLE 4/14/2013 1. WARM-UP: PLAYING DARTS I hope that you are all familiar with the game of darts. The game goes something like this: A board is set up on the opposite side of the

More information

CHAPTER 2 Modeling Distributions of Data

CHAPTER 2 Modeling Distributions of Data CHAPTER 2 Modeling Distributions of Data 2.2 Density Curves and Normal Distributions The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Density Curves

More information

Math 1040 Exam 2 - Spring Instructor: Ruth Trygstad Time Limit: 90 minutes

Math 1040 Exam 2 - Spring Instructor: Ruth Trygstad Time Limit: 90 minutes Math 1040 Exam 2 - Spring 2012 Name Instructor: Ruth Trygstad Time Limit: 90 minutes Any calculator is okay, but no computers, cell phones or other hand-held devices are allowed. Tables and formulas are

More information

Lecture 16: Chapter 7, Section 2 Binomial Random Variables

Lecture 16: Chapter 7, Section 2 Binomial Random Variables Lecture 16: Chapter 7, Section 2 Binomial Random Variables!Definition!What if Events are Dependent?!Center, Spread, Shape of Counts, Proportions!Normal Approximation Cengage Learning Elementary Statistics:

More information

MADISON SENIORS BOCCE RULES

MADISON SENIORS BOCCE RULES MADISON SENIORS BOCCE RULES Subject Page Teams 3 Coin Toss 4 Pallino Throw 4 Bocce Ball Throws 5 Foul Lines 8 Standard Penalties 9 Scoring 9 Substitution 10 Team Captains 11 Team Players 12 Teams : 1.

More information

STATISTICS - CLUTCH CH.5: THE BINOMIAL RANDOM VARIABLE.

STATISTICS - CLUTCH CH.5: THE BINOMIAL RANDOM VARIABLE. !! www.clutchprep.com Probability BINOMIAL DISTRIBUTIONS Binomial distributions are a specific type of distribution They refer to events in which there are only two possible outcomes heads/tails, win/lose,

More information

If a fair coin is tossed 10 times, what will we see? 24.61% 20.51% 20.51% 11.72% 11.72% 4.39% 4.39% 0.98% 0.98% 0.098% 0.098%

If a fair coin is tossed 10 times, what will we see? 24.61% 20.51% 20.51% 11.72% 11.72% 4.39% 4.39% 0.98% 0.98% 0.098% 0.098% Coin tosses If a fair coin is tossed 10 times, what will we see? 30% 25% 24.61% 20% 15% 10% Probability 20.51% 20.51% 11.72% 11.72% 5% 4.39% 4.39% 0.98% 0.98% 0.098% 0.098% 0 1 2 3 4 5 6 7 8 9 10 Number

More information

Foundation Unit 13 topic test

Foundation Unit 13 topic test Name: Foundation Unit 13 topic test Date: Time: 60 minutes Total marks available: 51 Total marks achieved: Questions Q1. Here is a fair 6-sided spinner. Jack will spin the spinner once. The spinner will

More information

TOPIC 10: BASIC PROBABILITY AND THE HOT HAND

TOPIC 10: BASIC PROBABILITY AND THE HOT HAND TOPIC 0: BASIC PROBABILITY AND THE HOT HAND The Hot Hand Debate Let s start with a basic question, much debated in sports circles: Does the Hot Hand really exist? A number of studies on this topic can

More information

hot hands in hockey are they real? does it matter? Namita Nandakumar Wharton School, University of

hot hands in hockey are they real? does it matter? Namita Nandakumar Wharton School, University of hot hands in hockey are they real? does it matter? Namita Nandakumar Wharton School, University of Pennsylvania @nnstats Let s talk about streaks. ~ The Athletic Philadelphia, 11/27/2017 2017-18 Flyers

More information

First Server Advantage in Tennis. Michelle Okereke

First Server Advantage in Tennis. Michelle Okereke First Server Advantage in Tennis Michelle Okereke Overview! Background! Research Question! Methodology! Results! Conclusion Background! Scoring! Advantage Set: First player to win 6 games by a margin of

More information

The term event is also often used in conjunction with sports. For example, the gymnastics event will be held at the Worthington Arena.

The term event is also often used in conjunction with sports. For example, the gymnastics event will be held at the Worthington Arena. Show Me: Probability M7253 The word event in ordinary English has a different meaning from the word event in mathematics. The term event usually means a special occurrence. For example, the day you were

More information

Bellwork MCT Practice Test (Form A) Problem numbers.

Bellwork MCT Practice Test (Form A) Problem numbers. Course 7 th Grade Math Student Objective (Obj. 5d) TSW determine probability through experimentation and calculations. DETAIL LESSON PLAN Tuesday, April 16 / Wednesday, April 17 Lesson 12-1, 12-2 Probability

More information

Honors Statistics. Daily Agenda:

Honors Statistics. Daily Agenda: Honors Statistics Aug 23-8:26 PM Daily Agenda: 1. Review OTL C6#13 homework 2. Binomial mean and standard deviation 3. Discuss homework Jan 18-5:03 PM 1 Jan 30-12:31 PM Taking the train According to New

More information

Stat 139 Homework 3 Solutions, Spring 2015

Stat 139 Homework 3 Solutions, Spring 2015 Stat 39 Homework 3 Solutions, Spring 05 Problem. Let i Nµ, σ ) for i,..., n, and j Nµ, σ ) for j,..., n. Also, assume that all observations are independent from each other. In Unit 4, we learned that the

More information

A PRIMER ON BAYESIAN STATISTICS BY T. S. MEANS

A PRIMER ON BAYESIAN STATISTICS BY T. S. MEANS A PRIMER ON BAYESIAN STATISTICS BY T. S. MEANS 1987, 1990, 1993, 1999, 2011 A PRIMER ON BAYESIAN STATISTICS BY T. S. MEANS DEPARTMENT OF ECONOMICS SAN JOSE STATE UNIVERSITY SAN JOSE, CA 95192-0114 This

More information

Training Game U-6 Players

Training Game U-6 Players Bank Robbery Equipment: 4 or more cones to mark grid, 10 to 12 soccer balls. or circle can be used. Organization: Create a 20 X 20 yard grid marked with cones. All players are required to play within the

More information

Evaluating and Classifying NBA Free Agents

Evaluating and Classifying NBA Free Agents Evaluating and Classifying NBA Free Agents Shanwei Yan In this project, I applied machine learning techniques to perform multiclass classification on free agents by using game statistics, which is useful

More information

Modeling Traffic Patterns using Java

Modeling Traffic Patterns using Java The College at Brockport: State University of New York Digital Commons @Brockport Lesson Plans CMST Institute 5-2005 Modeling Traffic Patterns using Java Kim Meek The College at Brockport Follow this and

More information

Stats Review Chapter 5. Mary Stangler Center for Academic Success Revised 8/16

Stats Review Chapter 5. Mary Stangler Center for Academic Success Revised 8/16 Stats Review Chapter Revised 8/16 Note: This review is composed of questions similar to those found in the chapter review and/or chapter test. This review is meant to highlight basic concepts from the

More information

AP Statistics Midterm Exam 2 hours

AP Statistics Midterm Exam 2 hours AP Statistics Midterm Exam 2 hours Name Directions: Work on these sheets only. Read each question carefully and answer completely but concisely (point values are from 1 to 3 points so no written answer

More information

Does Momentum Exist in Competitive Volleyball?

Does Momentum Exist in Competitive Volleyball? O Privacy, Where Art Thou Visual Revelations Editor's Letter Letters to the Editor Supplemental Material Articles Columns Goodness of Wit Test Here's to Your Health Does Momentum Exist in Competitive Volleyball?

More information

S.CP.B.9: Binomial Probability 4

S.CP.B.9: Binomial Probability 4 Regents Exam Questions S.CP.B.9: Binomial Probability www.jmap.org Name: S.CP.B.9: Binomial Probability For a member of a certain species of bird, the probability of surviving to adulthood is 7. In a nest

More information

Simple Probability and Estimation

Simple Probability and Estimation Simple Probability and Estimation Question Paper 1 Level IGCSE Subject Maths Exam Board Edexcel Topic Handling Data Statistics Sub Topic Simple Probability and estimation(probability) Booklet Question

More information

STA 103: Midterm I. Print clearly on this exam. Only correct solutions that can be read will be given credit.

STA 103: Midterm I. Print clearly on this exam. Only correct solutions that can be read will be given credit. STA 103: Midterm I May 30, 2008 Name: } {{ } by writing my name i swear by the honor code Read all of the following information before starting the exam: Print clearly on this exam. Only correct solutions

More information

Jefferson Township Public Schools Mathematics Department

Jefferson Township Public Schools Mathematics Department Jefferson Township Public Schools Mathematics Department Dear Student of Math Investigations, Your first assignment as a Math Investigations student will be the summer assignment. This packet is a review

More information

Problem of the Day # 1

Problem of the Day # 1 # 1 How many rectangles are in the figure below? # 2 For his birthday Zack gets four pairs of shorts (red, blue, black, and green) and three new T-shirts (a Batman T-shirt, a Braves T-shirt, and a Carolina

More information

Looking at Spacings to Assess Streakiness

Looking at Spacings to Assess Streakiness Looking at Spacings to Assess Streakiness Jim Albert Department of Mathematics and Statistics Bowling Green State University September 2013 September 2013 1 / 43 The Problem Collect hitting data for all

More information

Revisiting the Hot Hand Theory with Free Throw Data in a Multivariate Framework

Revisiting the Hot Hand Theory with Free Throw Data in a Multivariate Framework Calhoun: The NPS Institutional Archive DSpace Repository Faculty and Researchers Faculty and Researchers Collection 2010 Revisiting the Hot Hand Theory with Free Throw Data in a Multivariate Framework

More information

Lesson 16: More on Modeling Relationships with a Line

Lesson 16: More on Modeling Relationships with a Line Student Outcomes Students use the least squares line to predict values for a given data set. Students use residuals to evaluate the accuracy of predictions based on the least squares line. Lesson Notes

More information

The Cold Facts About the "Hot Hand" in Basketball

The Cold Facts About the Hot Hand in Basketball The Cold Facts About the "Hot Hand" in Basketball Do basketball players tend to shoot in streaks? Contrary to the belief of fans and commentators, analysis shows that the chances of hitting a shot are

More information

A Team for Trish. By Kelly Hashway

A Team for Trish. By Kelly Hashway Trish watched as all her classmates were divided into two teams for today s lesson on basketball. Mr. Truman had named Amber and Jesse the two team captains, and they were choosing their teammates by who

More information

Money Lost or Won -$5 +$3 +$7

Money Lost or Won -$5 +$3 +$7 Math 137 Unit 7 Review 1. The numbers of endangered species for several groups are listed here. Location Mammals Birds Reptiles Amphibians Total USA 63 78 14 10 Foreign 251 175 64 8 Total If one endangered

More information

Student Resource / Program Workbook INTEGERS

Student Resource / Program Workbook INTEGERS INTEGERS Integers are whole numbers. They can be positive, negative or zero. They cannot be decimals or most fractions. Let us look at some examples: Examples of integers: +4 0 9-302 Careful! This is a

More information

Do Steph Curry and Klay Thompson Have Hot Hands?

Do Steph Curry and Klay Thompson Have Hot Hands? Do Steph Curry and Klay Thompson Have Hot Hands? Alon Daks Nishant Desai Lisa Goldberg February 20, 2019 Berkeley Math Circle The hot hand in basketball The hot hand in basketball The hot hand is a widely

More information

FAST BREAK BASKETBALL GAMES. Create a rectangular boundary with the cones.

FAST BREAK BASKETBALL GAMES. Create a rectangular boundary with the cones. FAST BREAK BASKETBALL GAMES 1. Dribble Scribble Cones, Create a rectangular boundary with the cones. 1. Player without basketballs are it. 2. Everyone else has a basketball and the players without the

More information

1 Streaks of Successes in Sports

1 Streaks of Successes in Sports 1 Streaks of Successes in Sports It is very important in probability problems to be very careful in the statement of a question. For example, suppose that I plan to toss a fair coin five times and wonder,

More information

Year 10 Group Year 11 Group Boys Girls 90 60

Year 10 Group Year 11 Group Boys Girls 90 60 Question Year 0 Group Year Group Boys 00 50 Girls 90 60 The table shows the number of boys and the number of girls in Year 0 and Year of a school.the headteacher wants to find out what pupils think about

More information

HW #5: Digital Logic and Flip Flops

HW #5: Digital Logic and Flip Flops HW #5: Digital Logic and Flip Flops This homework will walk through a specific digital design problem in all its glory that you will then implement in this weeks lab. 1 Write the Truth Table (10 pts) Consider

More information

Stat Spring 2012 Exam 1. Your Name:

Stat Spring 2012 Exam 1. Your Name: Stat 225 - Spring 2012 Exam 1 Your Name: Your Section (circle one): Grant (7:30) Mike C. (7:30) Mike C. (8:30) Jeremy (9:30) Jeremy (10:30) Yen-Ning (11:30) Yen-Ning (12:30) Chris (1:30) Juan (2:30) Juan

More information

Events are often labeled with capital letters, such as A and B.

Events are often labeled with capital letters, such as A and B. Probability Sample Space (S) -The set of all possible outcomes. We can represent the sample space using set notation, a tree diagram, or a Venn Diagram. Event (A) A specific outcome or group of outcomes.

More information

b) (2 pts.) Does the study show that drinking 4 or more cups of coffee a day caused the higher death rate?

b) (2 pts.) Does the study show that drinking 4 or more cups of coffee a day caused the higher death rate? Question 1 (10 pts) A study published in the August 15, 2017 issue of Mayo Clinic Proceedings tracked 44,000 people aged 20 to 87 for an average of about 16 years and found that those who drank 4 or more

More information

Mount Carmel Bocce League Game Rules

Mount Carmel Bocce League Game Rules I. GAME RULES A. A game consists of two teams with four players on each team. Note: Three players must show, therefore no forfeit is called. Opposing team can name a walker to play both ends of the court.

More information

Lesson 14: Games of Chance and Expected Value

Lesson 14: Games of Chance and Expected Value Student Outcomes Students use expected payoff to compare strategies for a simple game of chance. Lesson Notes This lesson uses examples from the previous lesson as well as some new examples that expand

More information

Topic 1 Place Value. Name. Test Date

Topic 1 Place Value. Name. Test Date Topic 1 Place Value Name Test Date 1. Eli s family eats 1 _ 3 pizzas. Which 8 drawing has 1 _ 3 8 shaded? A Daily Common Core Review 1-1 3. Mr. Martin works 9 hours each day for 5 days. What is the total

More information

One of the most-celebrated feats

One of the most-celebrated feats Joe DiMaggio Done It Again and Again and Again and Again? David Rockoff and Philip Yates Joe DiMaggio done it again! Joe DiMaggio done it again! Clackin that bat, gone with the wind! Joe DiMaggio s done

More information

Columbia University. Department of Economics Discussion Paper Series. Auctioning the NFL Overtime Possession. Yeon-Koo Che Terry Hendershott

Columbia University. Department of Economics Discussion Paper Series. Auctioning the NFL Overtime Possession. Yeon-Koo Che Terry Hendershott Columbia University Department of Economics Discussion Paper Series Auctioning the NFL Overtime Possession Yeon-Koo Che Terry Hendershott Discussion Paper No: 0506-25 Department of Economics Columbia University

More information

Bouncing Ball A C T I V I T Y 8. Objectives. You ll Need. Name Date

Bouncing Ball A C T I V I T Y 8. Objectives. You ll Need. Name Date . Name Date A C T I V I T Y 8 Objectives In this activity you will: Create a Height-Time plot for a bouncing ball. Explain how the ball s height changes mathematically from one bounce to the next. You

More information

Math SL Internal Assessment What is the relationship between free throw shooting percentage and 3 point shooting percentages?

Math SL Internal Assessment What is the relationship between free throw shooting percentage and 3 point shooting percentages? Math SL Internal Assessment What is the relationship between free throw shooting percentage and 3 point shooting percentages? fts6 Introduction : Basketball is a sport where the players have to be adept

More information

RULES Rev. N 12 Date: 18/12/2016 N Revision DATE N Revision DATE 1 25/10/ /10/ /08/ /11/ /10/ /10/2013

RULES Rev. N 12 Date: 18/12/2016 N Revision DATE N Revision DATE 1 25/10/ /10/ /08/ /11/ /10/ /10/2013 RULES Rev. N 12 Date: 18/12/2016 The changes in the Rev.12 are highlighted in yellow and they concern: Roles 1,2,3,4 who cannot score more than three baskets for period (rule N. 9 introduced experimentally

More information

First-Server Advantage in Tennis Matches

First-Server Advantage in Tennis Matches First-Server Advantage in Tennis Matches Iain MacPhee and Jonathan Rougier Department of Mathematical Sciences University of Durham, U.K. Abstract We show that the advantage that can accrue to the server

More information

S.CP.B.9: Binomial Probability 3b

S.CP.B.9: Binomial Probability 3b Regents Exam Questions S.CP.B.9: Binomial Probability b www.jmap.org Name: S.CP.B.9: Binomial Probability b In a game of chance, the probability of winning is and the probability of losing is. If four

More information

Training Game for U-6 Players

Training Game for U-6 Players Training Game for U-6 Players 1 2 3 Red Light Equipment: 4 cones to mark grid and 1 cone and 1 ball for each player Grid Requirement: 20 X 20 yard grid Organization: Create a 20 X 30 yard grid marked with

More information

Smoothing the histogram: The Normal Curve (Chapter 8)

Smoothing the histogram: The Normal Curve (Chapter 8) Sept. 3 Statistic for the day: Compared to same month the previous year, average monthly drop in U.S. traffic fatalities from May 27 to Feb. 28:.2% Drop in March 28: 22.1% Drop in April 28: 17.9% Smoothing

More information

A school carnival committee features a different version of the Making Purple game, as shown below.

A school carnival committee features a different version of the Making Purple game, as shown below. A C E Applications Connections Extensions Applications A school carnival committee features a different version of the Making Purple game, as shown below. 1. Before playing the game, do you predict that

More information

Extreme Shooters in the NBA

Extreme Shooters in the NBA Extreme Shooters in the NBA Manav Kant and Lisa R. Goldberg 1. Introduction December 24, 2018 It is widely perceived that star shooters in basketball have hot and cold streaks. This perception was first

More information

Professional athletes naturally experience hot and

Professional athletes naturally experience hot and Hitting Streaks Don t Obey Your Rules Evidence That Hitting Streaks Aren t Just By-Products of Random Variation Trent McCotter Professional athletes naturally experience hot and cold streaks. However,

More information

S.CP.B.9: Binomial Probability 3a

S.CP.B.9: Binomial Probability 3a Regents Exam Questions S.CP.B.9: Binomial Probability a www.jmap.org Name: S.CP.B.9: Binomial Probability a In a game of chance, the probability of winning is 4 and the probability of losing is. If four

More information

Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA

Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA Limitations of the t-test Although the t-test is commonly used, it has limitations Can only

More information

3 ON 3 LEAGUE / TOURNAMENT RULES

3 ON 3 LEAGUE / TOURNAMENT RULES 3 ON 3 LEAGUE / TOURNAMENT RULES Number of Players (Doesn t apply for tournament) Each team may consist of a maximum of 5 players, 2 subs, and a minimum of 3 players. A team may have only 3 players on

More information

King s College London, Division of Imaging Sciences & Biomedical Engineering, London,

King s College London, Division of Imaging Sciences & Biomedical Engineering, London, 1 A time to win? Patterns of outcomes for football teams in the English Premier League Nigel Smeeton, MSc, Honorary Lecturer King s College London, Division of Imaging Sciences & Biomedical Engineering,

More information

FINAL EXAM MATH 111 FALL 2009 TUESDAY 8 DECEMBER AM-NOON

FINAL EXAM MATH 111 FALL 2009 TUESDAY 8 DECEMBER AM-NOON FINAL EXAM MATH 111 FALL 2009 TUESDAY 8 DECEMBER 2009 8AM-NOON ANSWERS***** 1. (B).20 2. (A) 0 3. (C).45 4. (E) NONE OF THESE 5. (D) 4/9 6. (A).796 7. (B).0244 8. (D) 1.154 9. (A).375 10. (D) 9.26 11.

More information

Constant and Varied Practice

Constant and Varied Practice Constant and Varied Practice Purpose To provide students with the experience of practicing tasks according to either a constant or a varied practice schedule. Background Many skills require that we adjust

More information

Unit 6: What Do You Expect? Investigation 5: Binomial Outcomes

Unit 6: What Do You Expect? Investigation 5: Binomial Outcomes Unit 6: What Do You Expect? Investigation 5: Binomial Outcomes Lesson Practice Problems Lesson 1: Guessing Answers: Finding More Expected Values 1 2 Lesson 2: Ortonville: Binomial Probability 3 7 Lesson

More information

Sponsors. Presented by Team Entry Fee: $120

Sponsors. Presented by Team Entry Fee: $120 Registration Packet & rules 3rd Annual 3 on 3 Basketball Tournament for Men, Women and Youth to benefit The Salvation Army June 8-10, 2012 Le Moyne College Henninger Athletic Center Presented by Team Entry

More information

PROBABILITY I BEGINNER CIRCLE 4/14/2013

PROBABILITY I BEGINNER CIRCLE 4/14/2013 PROBABILITY I BEGINNER CIRCLE 4/14/2013 1. WARM-UP: PLAYING DARTS I hope that you are all familiar with the game of darts. The game goes something like this: A board is set up on the opposite side of the

More information

1. In a hypothesis test involving two-samples, the hypothesized difference in means must be 0. True. False

1. In a hypothesis test involving two-samples, the hypothesized difference in means must be 0. True. False STAT 350 (Spring 2016) Homework 9 Online 1 1. In a hypothesis test involving two-samples, the hypothesized difference in means must be 0. 2. The two-sample Z test can be used only if both population variances

More information

Note: All rule or wording changes have been italicized. The rule for spiking and landing over the line has been deleted.

Note: All rule or wording changes have been italicized. The rule for spiking and landing over the line has been deleted. Volleyball 10ft line (attack line) Note: All rule or wording changes have been italicized. The rule for spiking and landing over the line has been deleted. Inversion Ball Rules 1. Equipment: Volleyball

More information

Probability: Bernoulli Trials, Expected Value, and More About Human Beings!

Probability: Bernoulli Trials, Expected Value, and More About Human Beings! Probability: Bernoulli Trials, Expected Value, and More About Human Beings! CSCI 2824, Fall 2011! http://l3d.cs.colorado.edu/~ctg/ classes/struct11/home.html!! Assignments For this week: Read Chapter 6,

More information

BIOL 101L: Principles of Biology Laboratory

BIOL 101L: Principles of Biology Laboratory BIOL 101L: Principles of Biology Laboratory Sampling populations To understand how the world works, scientists collect, record, and analyze data. In this lab, you will learn concepts that pertain to these

More information

Chapter 12 Practice Test

Chapter 12 Practice Test Chapter 12 Practice Test 1. Which of the following is not one of the conditions that must be satisfied in order to perform inference about the slope of a least-squares regression line? (a) For each value

More information

Sample Final Exam MAT 128/SOC 251, Spring 2018

Sample Final Exam MAT 128/SOC 251, Spring 2018 Sample Final Exam MAT 128/SOC 251, Spring 2018 Name: Each question is worth 10 points. You are allowed one 8 1/2 x 11 sheet of paper with hand-written notes on both sides. 1. The CSV file citieshistpop.csv

More information

BOCCE. Special Olympics Inc. rules, (January Official Special Olympics Summer Rules Book) will be followed for all training and competition.

BOCCE. Special Olympics Inc. rules, (January Official Special Olympics Summer Rules Book) will be followed for all training and competition. BOCCE Bocce will be offered only during the Summer season for athletes of all ages. The following events will be offered at State level competition. Counties/areas may offer additional events at their

More information

City of Anderson Parks & Recreation Adult Flag Football Rules

City of Anderson Parks & Recreation Adult Flag Football Rules City of Anderson Parks & Recreation Adult Flag Football Rules Organization The City of Anderson and/or the Parks & Recreation Department is the governing body of the League and may make changes anytime

More information

contents QuickStart Tennis Practice Sessions Introduction ages 5 6 practice sessions

contents QuickStart Tennis Practice Sessions Introduction ages 5 6 practice sessions contents QuickStart Tennis Practice Sessions Introduction I II practice 1 Controlling the Racquet and the Ball 1 8 practice 2 Learning to Hit the Ball at the Side of the Body 9 16 practice 3 Receiving

More information

Most hit keno numbers ohio

Most hit keno numbers ohio content="http://dpsinfo.com/2001/teens/index.html"> Most hit keno numbers ohio Numbers Frequency Drawn ago Days ago Last Drawn Date. Numbers Frequency Drawn ago Days ago Last Drawn Date. Numbers Frequency

More information

GOALS Bowler's Guide to Bowling

GOALS Bowler's Guide to Bowling GOALS Bowler's Guide to Bowling If you cannot read the text have someone help you. This Bowler s Guide is designed to help GOALS bowlers understand the sport of bowling and promote bowling skills that

More information