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

Size: px
Start display at page:

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

Transcription

1 Probability: Bernoulli Trials, Expected Value, and More About Human Beings! CSCI 2824, Fall 2011! classes/struct11/home.html!!

2 Assignments For this week: Read Chapter 6, sections 1-4 For next week: Read Chapter 7, sections 1-2 Problem Set 4 due Tuesday Nov. 29 Group Problem 4 due Thursday Dec. 1!!!!!

3 Flipping a weighted coin Suppose we re going to flip a coin 4 times, but the probability of the coin coming up heads is 0.6 (not, as usual, 0.5). (Each of these independent repeated trials of a probabilistic event is called a Bernoulli trial.) What s the probability of getting exactly two heads and two tails?

4 Flipping a weighted coin Let s take a look at the probability of a particular sequence: say, HTTT The probability of getting this exact sequence (by our tree method) is 0.6*0.4 3 By similar reasoning, the probability of getting, say, HTHT is *0.4 2

5 Flipping a weighted coin Now, there are C(4, 2) ways getting exactly two heads out of four flips; and each of these sequences has probability *0.4 2 So, the overall probability of getting two heads is 6 * (0.6 2 * ) = As a check: this is a little bit less than the probability of getting two heads with four flips of a fair coin (0.375).

6 A general theorem about Bernoulli trials Suppose each of our trials has a probability p of success. Then the probability of getting exactly k successes out of n trials is just: C(n, k) * p k * (1-p) (n-k)

7 A Problem in Human Intuition Which of these sequences of coin tosses is more likely?: HHHHHHHH!!!HTTHTHTH!

8 Here s a question that touches on human thinking about probability I m playing a game with three dice. In this case, my goal is just to roll the largest possible number. A couple of warm-up questions: what s the probability of rolling a 4? What s the probability of rolling a 17?

9 Now, imagine the following scenario. Mike rolls a 4 with the three dice. What s the probability that Mike will do better on the next roll?

10 Now, imagine the following Mike rolls a 17. scenario. What s the probability that Mike will do worse on the next roll?

11 Now, imagine the following scenario. Mike rolls a 4 with the three dice. Mike yells at the dice, You stupid dice! What s the probability that Mike will do better on the next roll?

12 Now, imagine the following Mike rolls a 17. scenario. Mike praises the dice: You wonderful dice! What s the probability that Mike will do worse on the next roll?

13 What s the upshot of all this? It might be easy to think that yelling helps to improve the dice and that praise does no good in improving the dice This is a simple instance of what in statistics is referred to as regression to the mean.

14 Regression to the mean: the Sports Illustrated effect

15 Expectation (or Expected Value) Suppose we try the following Yahtzee-like gamble: We roll three dice. If three of a kind show up, we get $10. If only two of a kind show up, we get nothing. If all three dice have distinct values, we pay $0.75. Is this a good game to play over time?

16 Here s how to solve this problem: Probability of getting three of a kind: 1/36 Probability of two of a kind: 90/216 Probability of all three distinct: 120/216 So our expected value for the game is: (1/36 * 10) + (90/216 * 0) + (120/216 * -0.75) = In other words, on average, we lose 14 cents per play of this game.

17 What do we mean by expected value, anyway? Suppose we have a reward R i associated with each possible event i in our sample space. Then the expected value of our sample space is just the sum of R i times the probability of getting that R i over the whole space: Σ i R i *p i

18 Expected Value of N Bernoulli Trials Suppose we flip a fair coin eight times. What is the expected number of heads? 0 * C(8,0) * (0.5 8 ) + 1 * C(8,1) * (0.5 7 * 0.5) + 2 * C(8,2) * (0.5 6 * ) + 8 * C(8,8) * (0.5 8 )

19 Expected Value of N Bernoulli Trials Suppose we flip a 0.6-heads coin eight times. What is the expected number of heads? 0 * C(8,0) * (0.4 8 ) + 1 * C(8,1) * (0.4 7 * 0.6) + 2 * C(8,2) * (0.4 6 * ) + 8 * C(8,8) * (0.6 8 )

20 A Theorem We Can Prove By Induction In n Bernoulli trials with success probability p, the expected number of successes is just n*p. To take an example: the expected number of heads after flipping a fair coin 100 times is 50. The expected number of heads after flipping a 0.6-heads coin 100 times is 60.

21 How do we show this? After 1 trial, the expected number of successes is just 1*p = p. (That s what it means to have a probability p of success!) So now, let s say that if we perform m trials, up to a given value of m (where m is at least 1), we expect to have p*m successes.

22 What we ve proved so far (probability p of winning in each trial) 0 * Prob[0 out of m] + 1 * Prob[1 out of m] + 2 * Prob[2 out of m] + m * Prob[m out of m] = p*m

23 After m+1 trials 0 * Prob[0 out of m] * (1-p) + 1 * Prob[1 out of m] * (1-p) + 2 * Prob[2 out of m] * (1-p) + m * Prob[m out of m] * (1-p) + 1 * Prob[0 out of m] * p + 2 * Prob[1 out of m] * p + (m+1) * Prob[m out of m] * p = (1-p)* mp + [green part]

24 + 1 * Prob[0 out of m] * p + 2 * Prob[1 out of m] * p + (m+1) * Prob[m out of m] * p = (1+ 0) Prob[0 out of m] * p + (1+ 1) Prob[1 out of m] * p + (1 + 2) Prob[1 out of m] * p + (1 + m) Prob [m out of m] * p = p*(prob[0 out of m] + Prob[1 out of m] + Prob[m out of m]) + p*mp = p + p*mp

25 After m+1 trials 0 * Prob[0 out of m] * (1-p) + 1 * Prob[1 out of m] * (1-p) + 2 * Prob[2 out of m] * (1-p) + m * Prob[m out of m] * (1-p) + 1 * Prob[0 out of m] * p + 2 * Prob[1 out of m] * p + (m+1) * Prob[m out of m] * p = (1-p)* mp + [green part] = (1-p)*mp + p + p*mp = (m+1) p

26 A Famous Experiment on Guessing by Gerd Gigerenzer We create a test on American cities (populations) with lots of questions of the form: Which is bigger: SAN JOSE or SAN ANTONIO? We then administer this test to a classroom of American students and a classroom of German students; the German students do better.

27 A Famous Experiment on Guessing by Gerd Gigerenzer Now, we create a test on German cities (populations) with lots of questions of the form: Which is bigger: DORTMUND or BREMEN? We then administer this test to a classroom of American students and a classroom of German students; now the American students do better.

28 " " Suppose we have to choose between pairs drawn from a list of 100. Further suppose:" " a. When both objects are recognized, we have a 60 percent chance of getting the right answer. (E.g., is Munich a bigger city than Berlin?)" " b. When both objects are unrecognized, we have a 50 percent chance. (Essentially, we re just flipping a coin : is Dortmund bigger than Duisberg?)" " c. When one object is unrecognized, we have an 80 percent chance of getting the right answer. (Is Munich bigger than Dortmund?)" "

29 Three people take the test, which has 100 * 99 /2 = 4950 questions. One (person A) recognizes each and every object in the list. His score is:!.6 * (100 * 99 / 2) = 2970! Person B doesn t know a thing about the objects in the list. His score is:! 0.5 * (100 * 99/2) = 2475! Person C knows half the list. His score is:! 0.5 * (50 * 49 / 2) * (50 * 49 / 2) * (50 * 50) =! = ! Moral: A little ignorance can sometimes help.!

30 Another probability effect Estimate the proportion of English words that begin with the letter K versus those that have K in the third position.

31 The Conjunction Effect!!!Bill is 34 years old. He is intelligent, but unimaginative, compulsive, and generally lifeless. In school, he was strong in mathematics but weak in social studies and humanities.!

32 Bill is a doctor, and his hobby is playing poker.! Bill is an architect.! Bill is an accountant.! Bill plays jazz for a hobby.! Bill surfs for a hobby.! Bill is a reporter.! Bill is an accountant who plays jazz for a hobby.! Bill climbs mountains for a hobby.!

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

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

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 1070 Sample Final Exam Spring 2016

Math 1070 Sample Final Exam Spring 2016 University of Connecticut Department of Mathematics Spring 2016 Name: Instructor Name: Section: Read This First! This is a closed notes, closed book exam. You cannot receive aid on this exam from anyone

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

The Mathematics of Gambling

The Mathematics of Gambling The Mathematics of Gambling with Related Applications Madhu Advani Stanford University April 12, 2014 Madhu Advani (Stanford University) Mathematics of Gambling April 12, 2014 1 / 23 Gambling Gambling:

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

It s conventional sabermetric wisdom that players

It s conventional sabermetric wisdom that players The Hardball Times Baseball Annual 2009 How Do Pitchers Age? by Phil Birnbaum It s conventional sabermetric wisdom that players improve up to the age of 27, then start a slow decline that weeds them out

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

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

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

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

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

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

Confidence Intervals with proportions

Confidence Intervals with proportions Confidence Intervals with proportions a.k.a., 1-proportion z-intervals AP Statistics Chapter 19 1-proportion z-interval Statistic + Critical value Standard deviation of the statistic POINT ESTIMATE STANDARD

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

In my left hand I hold 15 Argentine pesos. In my right, I hold 100 Chilean

In my left hand I hold 15 Argentine pesos. In my right, I hold 100 Chilean Chapter 6 Meeting Standards and Standings In This Chapter How to standardize scores Making comparisons Ranks in files Rolling in the percentiles In my left hand I hold 15 Argentine pesos. In my right,

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

/435 Artificial Intelligence Fall 2015

/435 Artificial Intelligence Fall 2015 Final Exam 600.335/435 Artificial Intelligence Fall 2015 Name: Section (335/435): Instructions Please be sure to write both your name and section in the space above! Some questions will be exclusive to

More information

The Normal Distribution, Margin of Error, and Hypothesis Testing. Additional Resources

The Normal Distribution, Margin of Error, and Hypothesis Testing. Additional Resources The Normal Distribution, Margin of Error, and Hypothesis Testing Additional Resources The Normal Distribution and Central Limit Theorem Explanations and Visuals o http://www.statisticshowto.com/central-limit-theorem-examples/

More information

Worksheet 10 Chapters 5-7 5/1/17. (b) How many samples contain exactly 2 halter dresses?

Worksheet 10 Chapters 5-7 5/1/17. (b) How many samples contain exactly 2 halter dresses? Names Date Worksheet 10 Chapters 5-7 5/1/17 1. Jenny has 8 different sundresses in her closet. 2 of them are strapless, 3 are halter dresses, and 3 are spaghetti strapped. She will take a sample of 3 dresses

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

Section 5.1 Randomness, Probability, and Simulation

Section 5.1 Randomness, Probability, and Simulation 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

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

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

GameTheoryNotes.notebook March 01, Game Theory. First, for each possible outcome, determine it's probability and it's "value"

GameTheoryNotes.notebook March 01, Game Theory. First, for each possible outcome, determine it's probability and it's value Game Theory Expected Value: Suppose we play the following game. You pay me $5 to play. You spin the spinner. If it lands on Yellow I pay you $20. If it lands on Red I pay you $10. If it lands on Blue I

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

Planning and Acting in Partially Observable Stochastic Domains

Planning and Acting in Partially Observable Stochastic Domains Planning and Acting in Partially Observable Stochastic Domains Leslie Pack Kaelbling and Michael L. Littman and Anthony R. Cassandra (1998). Planning and Acting in Partially Observable Stochastic Domains,

More information

The MACC Handicap System

The MACC Handicap System MACC Racing Technical Memo The MACC Handicap System Mike Sayers Overview of the MACC Handicap... 1 Racer Handicap Variability... 2 Racer Handicap Averages... 2 Expected Variations in Handicap... 2 MACC

More information

(Discrete) Probability Distributions Exercises

(Discrete) Probability Distributions Exercises (Discrete) Probability Distributions Exercises Pages Suggested Reading 159 164 Sections 4.1, 4.2, and 4.3 Pages Problems 184 193 (Section 4.15) Note: Expected Value is just another term for average. It

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

Lecture 1: Knot Theory

Lecture 1: Knot Theory Math 7H Professor: Padraic Bartlett Lecture 1: Knot Theory Week 1 UCSB 015 1 Introduction Outside of mathematics, knots are ways to loop a single piece of string around itself: In mathematics, we mean

More information

Lotto Winner for La Primitiva Lottery 1/10. /two-dimensional-lotto-winner-apps/lotto-winner-for-la-primitiva-lottery/

Lotto Winner for La Primitiva Lottery 1/10.  /two-dimensional-lotto-winner-apps/lotto-winner-for-la-primitiva-lottery/ La Primitiva two-dimensional lotto app for lottery winner Mylotto-App.com :: Powerball,Powerball winning numbers,powerball numbers,mega Millions,Mega Millions numbers,euromillions,national lottery,lottery,lotto,texas

More information

CH 34 MORE PYTHAGOREAN THEOREM AND RECTANGLES

CH 34 MORE PYTHAGOREAN THEOREM AND RECTANGLES CH 34 MORE PYTHAGOREAN THEOREM AND RECTANGLES 317 Recalling The Pythagorean Theorem a 2 + b 2 = c 2 a c 90 b The 90 angle is called the right angle of the right triangle. The other two angles of the right

More information

Chapter 4 (sort of): How Universal Are Turing Machines? CS105: Great Insights in Computer Science

Chapter 4 (sort of): How Universal Are Turing Machines? CS105: Great Insights in Computer Science Chapter 4 (sort of): How Universal Are Turing Machines? CS105: Great Insights in Computer Science Some Probability Theory If event has probability p, 1/p tries before it happens (on average). If n distinct

More information

PROFIT RECALL 2 USER GUIDE

PROFIT RECALL 2 USER GUIDE PROFIT RECALL vbeta 2 USER GUIDE DISCLAIMER Please make sure you read this disclaimer all the way through and contact us if there is anything you don't understand before you use the contents of this guide.

More information

TAKE A CHANCE PART 1 UNDERSTANDING RANDOMNESS PROBABILITY COUNTING TECHNIQUES LAWS OF PROBABILITY

TAKE A CHANCE PART 1 UNDERSTANDING RANDOMNESS PROBABILITY COUNTING TECHNIQUES LAWS OF PROBABILITY TAKE A CHANCE PART 1 UNDERSTANDING RANDOMNESS PROBABILITY COUNTING TECHNIQUES LAWS OF PROBABILITY Understanding Randomness Random Activity Thinking at Random FLIP MENTALLY A QUARTER 16 TIMES AND RECORD

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

DR. JAY S INFALLIBLE BASEBALL SYSTEM!!!

DR. JAY S INFALLIBLE BASEBALL SYSTEM!!! DR. JAY S INFALLIBLE BASEBALL SYSTEM!!! PLEASE NOTE: DR.JAY'S INFALLIBLE BASEBALL SYSTEM is quite legally protected and fully copyrighted according to British and American law. We have used the advice

More information

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag Decision Trees Nicholas Ruozzi University of Texas at Dallas Based on the slides of Vibhav Gogate and David Sontag Announcements Course TA: Hao Xiong Office hours: Friday 2pm-4pm in ECSS2.104A1 First homework

More information

Find three classroom objects that are shorter than your 10-centimeter strip. Draw the objects. Write estimates for their lengths.

Find three classroom objects that are shorter than your 10-centimeter strip. Draw the objects. Write estimates for their lengths. Name Estimate Lengths in Centimeters Essential Question How do you use known lengths to estimate unknown lengths? Lesson 9.2 Measurement and Data 2.MD.A.3 MATHEMATICAL PRACTICES MP1, MP6, MP7 Listen and

More information

Hydrostatics and Stability Prof. Dr. Hari V Warrior Department of Ocean Engineering and Naval Architecture Indian Institute of Technology, Kharagpur

Hydrostatics and Stability Prof. Dr. Hari V Warrior Department of Ocean Engineering and Naval Architecture Indian Institute of Technology, Kharagpur Hydrostatics and Stability Prof. Dr. Hari V Warrior Department of Ocean Engineering and Naval Architecture Indian Institute of Technology, Kharagpur Module No. # 01 Lecture No. # 23 Trim Calculations -

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

Classroom Voting Questions: Statistics

Classroom Voting Questions: Statistics Classroom Voting Questions: Statistics Random Variables 1. Draw the following dart board: A dart board is constructed from three concentric circles with radii 1 inch, 2 inches, and 3 inches, respectively.

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

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

First Name: Last Name: Student scores will be sent to the address you provide above.

First Name: Last Name: Student scores will be sent to the  address you provide above. Mathworks Math Contest For Middle School Students October 14, 2014 PROCTORING TEACHER COVER SHEET! Please complete the following fields and return this cover sheet with all student exams! Only one Proctoring

More information

AUSTRALIAN TEAMS OVER TIME

AUSTRALIAN TEAMS OVER TIME LEVEL Upper primary AUSTRALIAN TEAMS OVER TIME DESCRIPTION In these activities, students learn about the number of athletes who have represented Australia in the Olympics, with a focus on the previous

More information

How to Make, Interpret and Use a Simple Plot

How to Make, Interpret and Use a Simple Plot How to Make, Interpret and Use a Simple Plot A few of the students in ASTR 101 have limited mathematics or science backgrounds, with the result that they are sometimes not sure about how to make plots

More information

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017)

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) Veli Mäkinen 12/05/2017 1 COURSE STRUCTURE 7 weeks: video lecture -> demo lecture -> study group -> exercise Video lecture: Overview, main concepts, algorithm

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

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

Although I ve written a number of columns on alcohol. racing, the largest number of our students come to us to

Although I ve written a number of columns on alcohol. racing, the largest number of our students come to us to Although I ve written a number of columns on alcohol racing, the largest number of our students come to us to learn how to bracket or Super category race. So this time I ll talk about one aspect of bracket

More information

Expected Value and Poisson Distributions

Expected Value and Poisson Distributions 1. I.K. Kim is one of the top player on the LPGA tour. One of the statistics in golf is the measurement of how accurate a player drives ball when teeing off. I.K. s driving accuracy is 0.76. This means

More information

ECO 199 GAMES OF STRATEGY Spring Term 2004 Precept Materials for Week 3 February 16, 17

ECO 199 GAMES OF STRATEGY Spring Term 2004 Precept Materials for Week 3 February 16, 17 ECO 199 GAMES OF STRATEGY Spring Term 2004 Precept Materials for Week 3 February 16, 17 Illustration of Rollback in a Decision Problem, and Dynamic Games of Competition Here we discuss an example whose

More information

Learning Goal: I can explain when to use the Sine, Cosine and Tangent ratios and use the functions to determine the missing side or angle.

Learning Goal: I can explain when to use the Sine, Cosine and Tangent ratios and use the functions to determine the missing side or angle. MFM2P Trigonometry Checklist 1 Goals for this unit: I can solve problems involving right triangles using the primary trig ratios and the Pythagorean Theorem. U1L4 The Pythagorean Theorem Learning Goal:

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

NCSS Statistical Software

NCSS Statistical Software Chapter 256 Introduction This procedure computes summary statistics and common non-parametric, single-sample runs tests for a series of n numeric, binary, or categorical data values. For numeric data,

More information

#1 Accurately Rate and Rank each FBS team, and

#1 Accurately Rate and Rank each FBS team, and The goal of the playoffpredictor website is to use statistical analysis in the absolute simplest terms to: #1 Accurately Rate and Rank each FBS team, and #2 Predict what the playoff committee will list

More information

STUDENT S BOOKLET. Geometry 1. Contents. Meeting 6 Student s Booklet. May 17 UCI. 1 Finding Clovers 2 Angles 3 Circular Mountains

STUDENT S BOOKLET. Geometry 1. Contents. Meeting 6 Student s Booklet. May 17 UCI. 1 Finding Clovers 2 Angles 3 Circular Mountains Meeting 6 Student s Booklet Geometry 1 Contents May 17 2017 @ UCI 1 Finding Clovers 2 Angles 3 Circular Mountains STUDENT S BOOKLET UC IRVINE MATH CEO http://www.math.uci.edu/mathceo/ 1. FINDING CLOVERS

More information

Beginner Craps Made Easy

Beginner Craps Made Easy Beginner Craps Made Easy How to play the most exciting game in the casino By Dominator You will learn the basics of the game, the best and worst bets to make, how to throw the dice, and how to become a

More information

THE UNIVERSITY OF BRITISH COLUMBIA. Mathematics 414 Section 201. FINAL EXAM December 9, 2011

THE UNIVERSITY OF BRITISH COLUMBIA. Mathematics 414 Section 201. FINAL EXAM December 9, 2011 Page 1 of 11 THE UNIVERSITY OF BRITISH COLUMBIA Mathematics 414 Section 201 No calculators allowed Final exam begins at 12 noon and ends at 2:30 pm FINAL EXAM December 9, 2011 NAME STUDENT NUMBER Page

More information

Study Ch. 4.2, # 41(37), 48(39), 53(41), 57(45), 55(43), 59(47) Class Notes: Prof. G. Battaly, Westchester Community College, NY. Event.

Study Ch. 4.2, # 41(37), 48(39), 53(41), 57(45), 55(43), 59(47) Class Notes: Prof. G. Battaly, Westchester Community College, NY. Event. GOALS: 1. Use Venn Diagrams to help understand which individuals in population have certain characteristics. 2. Understand differences between events having both conditions and events having either condition.

More information

CS472 Foundations of Artificial Intelligence. Final Exam December 19, :30pm

CS472 Foundations of Artificial Intelligence. Final Exam December 19, :30pm CS472 Foundations of Artificial Intelligence Final Exam December 19, 2003 12-2:30pm Name: (Q exam takers should write their Number instead!!!) Instructions: You have 2.5 hours to complete this exam. The

More information

DS5 The Normal Distribution. Write down all you can remember about the mean, median, mode, and standard deviation.

DS5 The Normal Distribution. Write down all you can remember about the mean, median, mode, and standard deviation. DS5 The Normal Distribution Write down all you can remember about the mean, median, mode, and standard deviation. 1 DS5 The Normal Distribution Basic concepts: Describing and using Z scores calculated

More information

Chapter 3.4. Measures of position and outliers. Julian Chan. September 11, Department of Mathematics Weber State University

Chapter 3.4. Measures of position and outliers. Julian Chan. September 11, Department of Mathematics Weber State University Chapter 3.4 Measures of position and outliers Julian Chan Department of Mathematics Weber State University September 11, 2011 Intro 1 We will talk about how to measure the position of an observation which

More information

STEPHEN KIMBROUGH DAMJAN ŠTRUS SHOOT TO THRILL

STEPHEN KIMBROUGH DAMJAN ŠTRUS SHOOT TO THRILL 64 STEPHEN KIMBROUGH DAMJAN ŠTRUS SHOOT TO THRILL SHOOT TO THRILL 65 penalty shoot-out, combinatory, game theory mathematics, computer science, physics 14 18 years 1 SUMMARY This project requires students

More information

MATH 114 QUANTITATIVE REASONING PRACTICE TEST 2

MATH 114 QUANTITATIVE REASONING PRACTICE TEST 2 MATH 114 QUANTITATIVE REASONING PRACTICE TEST 2 1. Based on general features which the following data sets would most likely have (skew, outliers or lack of outliers, etc.), circle all of the following

More information

Averages. October 19, Discussion item: When we talk about an average, what exactly do we mean? When are they useful?

Averages. October 19, Discussion item: When we talk about an average, what exactly do we mean? When are they useful? Averages October 19, 2005 Discussion item: When we talk about an average, what exactly do we mean? When are they useful? 1 The Arithmetic Mean When we talk about an average, we can mean different things

More information

NFL Overtime-Is an Onside Kick Worth It?

NFL Overtime-Is an Onside Kick Worth It? Anthony Tsodikov NFL Overtime-Is an Onside Kick Worth It? It s the NFC championship and the 49ers are facing the Seahawks. The game has just gone into overtime and the Seahawks win the coin toss. The Seahawks

More information

The Chair on the Top of the World. Written by Stuart Baum Illustrated by Camilla Baum

The Chair on the Top of the World. Written by Stuart Baum Illustrated by Camilla Baum The Chair on the Top of the World Written by Stuart Baum Illustrated by Camilla Baum Tomas wanted to sit on the top of the world. He imagined a chair, a very specific chair. Dark blue wooden. Painted all

More information

Primary Objectives. Content Standards (CCSS) Mathematical Practices (CCMP) Materials

Primary Objectives. Content Standards (CCSS) Mathematical Practices (CCMP) Materials ODDSBALLS When is it worth buying a owerball ticket? Mathalicious 204 lesson guide Everyone knows that winning the lottery is really, really unlikely. But sometimes those owerball jackpots get really,

More information

The New Mexico Lottery Continued. Lotteries II 1/26

The New Mexico Lottery Continued. Lotteries II 1/26 The New Mexico Lottery Continued Lotteries II 1/26 Last Time Last time we discussed Pick 3 and Powerball. Today we ll finish up our discussion of Powerball and discuss Roadrunner Cash. Lotteries II 2/26

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

Predicting Tennis Match Outcomes Through Classification Shuyang Fang CS074 - Dartmouth College

Predicting Tennis Match Outcomes Through Classification Shuyang Fang CS074 - Dartmouth College Predicting Tennis Match Outcomes Through Classification Shuyang Fang CS074 - Dartmouth College Introduction The governing body of men s professional tennis is the Association of Tennis Professionals or

More information

Lesson 20: Estimating a Population Proportion

Lesson 20: Estimating a Population Proportion Student Outcome Students use data from a random sample to estimate a population proportion. Lesson tes In this lesson, students continue to work with random samples and the distribution of the sample proportions.

More information

by Christa Grant, PhD Story Description Main Character Traits Diligence / Fairness / Self-Discipline Other Character Traits Proper Work Ethic

by Christa Grant, PhD Story Description Main Character Traits Diligence / Fairness / Self-Discipline Other Character Traits Proper Work Ethic by Christa Grant, PhD Story Description While a little fun is essential for a happy life, wise individuals know that prosperity begins with hard work. Gary and the other grasshoppers want to play all day

More information

Chattanooga Math Circle. Heunggi Park, Covenant College April 23, 2017

Chattanooga Math Circle. Heunggi Park, Covenant College April 23, 2017 Chattanooga Math Circle Heunggi Park, Covenant College April 23, 2017 Warming-up: A Brain Exercise The Intrigue of Numbers 1 The Intrigue of Numbers Prove that every natural number is interesting. 1 The

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

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

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

CS 5306 INFO 5306: Crowdsourcing and. Human Computation. Lecture 11. 9/28/17 Haym Hirsh

CS 5306 INFO 5306: Crowdsourcing and. Human Computation. Lecture 11. 9/28/17 Haym Hirsh CS 5306 INFO 5306: Crowdsourcing and Human Computation Lecture 11 9/28/17 Haym Hirsh Upcoming Speakers Thursday, Aug 31, 4:15 (after class) Louis Hyman. The Return of The Independent Workforce: The History

More information

NBA TEAM SYNERGY RESEARCH REPORT 1

NBA TEAM SYNERGY RESEARCH REPORT 1 NBA TEAM SYNERGY RESEARCH REPORT 1 NBA Team Synergy and Style of Play Analysis Karrie Lopshire, Michael Avendano, Amy Lee Wang University of California Los Angeles June 3, 2016 NBA TEAM SYNERGY RESEARCH

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

AIR FORCE SCHOOL JAMMU. CLASS: 4 th SUB: MATH. BOOK: New enjoying Mathematics. Ch- 1 Place Value Ch -2 Addition and Subtraction. Ch 3 Multiplication

AIR FORCE SCHOOL JAMMU. CLASS: 4 th SUB: MATH. BOOK: New enjoying Mathematics. Ch- 1 Place Value Ch -2 Addition and Subtraction. Ch 3 Multiplication AIR FORCE SCHOOL JAMMU SUB: MATH BOOK: New enjoying Mathematics Months April May June - July August September October November Contents Ch- 1 Place Value Ch -2 Addition and Subtraction Ch -2 Addition and

More information

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 1. (a) (b) (c) (d) (e) 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) 4. (a) (b) (c) (d) (e)...

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 1. (a) (b) (c) (d) (e) 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) 4. (a) (b) (c) (d) (e)... Math 070, Practice Exam 2 April 8, 206 The Honor Code is in effect for this examination. All work is to be your own. You may use your Calculator. The exam lasts for 50 minutes. Be sure that your name is

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

Handicapping and Making a Betting Line - A Different Approach

Handicapping and Making a Betting Line - A Different Approach Page 1 of 5 Handicapping and Making a Betting Line - A Different Approach It is very likely that more than 95% of all horse handicappers do not make a betting line for themselves. It is, then, a topic

More information

When Betting Odds and Credences Come Apart: More Worries for Dutch Book Arguments

When Betting Odds and Credences Come Apart: More Worries for Dutch Book Arguments When Betting Odds and Credences Come Apart: More Worries for Dutch Book Arguments Darren BRADLEY and Hannes LEITGEB If an agent believes that the probability of E being true is 1/2, should she accept a

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

Rules And Concepts You Must Own

Rules And Concepts You Must Own There are several basic concepts that callers must have total control over. The first is the relationship of partners. The second is the concept of sequence. These two concepts are closely related. Starting

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

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

Knot Theory Week 2: Tricolorability

Knot Theory Week 2: Tricolorability Knot Theory Week 2: Tricolorability Xiaoyu Qiao, E. L. January 20, 2015 A central problem in knot theory is concerned with telling different knots apart. We introduce the notion of what it means for two

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

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

THE 2018 ROSENTHAL PRIZE for Innovation in Math Teaching. Geometry Project: DARTBOARD

THE 2018 ROSENTHAL PRIZE for Innovation in Math Teaching. Geometry Project: DARTBOARD THE 2018 ROSENTHAL PRIZE for Innovation in Math Teaching Geometry Project: DARTBOARD Geometric Probability Theoretical Probability and Experimental Probability Elizabeth Masslich Geometry grades 6-12 Table

More information

11 TH ANNUAL MATHLETES IN ACTION

11 TH ANNUAL MATHLETES IN ACTION 11 TH ANNUAL MATHLETES IN ACTION NOVEMBER 8, 2014 SPRINT ROUND PROBLEMS 1-25 NAME SCHOOL DO NOT BEGIN UNTIL INSTRUCTED TO DO SO. This round of the competition consists of twenty-five problems. You will

More information

Monday Tuesday Wednesday Thursday Friday

Monday Tuesday Wednesday Thursday Friday Monday Tuesday Wednesday Thursday Friday Aug. 21-25 First Day of School U1 L1 Count Aloud Through 500 U1 L2 Read Whole Numbers - 500 U1 L3 Write Numerals - 500 Aug. 28-Sept 1 U1 L4 Identify Place Value

More information

AGL: BASIC RULES... 3 AGL: STANDARD TOURNAMENT RULES... 6 AGL: OPEN TOURNAMENT RULES... 9 AGL: STANDARD LEAGUE RULES... 11

AGL: BASIC RULES... 3 AGL: STANDARD TOURNAMENT RULES... 6 AGL: OPEN TOURNAMENT RULES... 9 AGL: STANDARD LEAGUE RULES... 11 AGL - RULES v 1.0 INDEX AGL: BASIC RULES... 3 AGL: STANDARD TOURNAMENT RULES... 6 AGL: OPEN TOURNAMENT RULES... 9 AGL: STANDARD LEAGUE RULES... 11 AGL: OPEN LEAGUE RULES...14 LIST OF SPONSORS...16 AGL

More information