Fourth Problem Assignment

Size: px
Start display at page:

Download "Fourth Problem Assignment"

Transcription

1 EECS 401 Due on Feb 2, 2007 PROBLEM 1 (25 points) Joe and Helen each know that the a priori probability that her mother will be home on any given night is 0.6. However, Helen can determine her mother s plan for the night at 6 P.M., and then, at 6:15 P.M., she has only one chance each evening to shout one of two code words across river to Joe. He will visit her with probability 1.0 if he thinks Helen s message means Ma will be away, and he will stay home with probability 1.0 if he thinks the message means Ma will be home. But Helen has a meek choice and the river is channeled for heavy barge traffic. Thus she is faced with the problem of coding for a noisy channel. She has decided to use a code containing only the code words A and B. The channel is described by P(a A) = 2 3, P(a B) = 1 4, P(b A) = 1 3, P(b B) = 3 4 where a is the event that Joe think message is A and b is the event that Joe thinks message is B. (a) In order to minimize the probability of error between transmitted and received messages, should Helen and Joe agree to use code I or code II? Code I A = Ma away B = Ma home Code II A = Ma home B = Ma away Using Code I Pr(error) = Pr(A, b) + Pr(B, a) = Pr(A) Pr(b A) + Pr(B) Pr(a B) = = Using Code II 1 Due on Feb 2, 2007

2 s Pr(error) = Pr(A, b) + Pr(B, a) = Pr(A) Pr(b A) + Pr(B) Pr(a B) Thus Joe and Helen should code I = = 0.3 (b) Helen and Joe put the following cash values (in dollars) on all possible outcomes of a day Ma home and Joe comes -30 Ma home and Joe doesn t come 0 Ma away and Joe comes +30 Ma away and Joe doesn t come -5 Joe and Helen make their plans with the objective of maximizing the expected value of each day of their continuing romance. Which of the above codes will maximize the expected cash value per day of this romance? Using code I Using code II E[value] = Pr(A, a)(30) + Pr(A, b)( 5) + Pr(B, a)( 30) + Pr(B, b)(0) = = E[value] = Pr(A, a)( 30) + Pr(A, b)(0) + Pr(B, a)( 5) + Pr(B, b)(30) = = Thus to maximize the expected cash value of their romance, Joe and Helen should use code I. (c) Clara isn t quite so attractive as Helen, but at least she lives on the same side of the river. What would be the lower limit of Clara s expected value per day which would make Joe decide to give up Helen? 2 Due on Feb 2, 2007

3 s Clara s expected value per day must be at least $2.833 for Joe to decide to give up Helen. (d) What would be the maximum rate which Joe would pay the phone company for a noiseless wire to Helen s house which he could use once per day at 6:15 P.M.? Then, Suppose Helen uses the telephone line. Let M be the event that Ma is home. E[value] = 0 Pr(M) + 30 Pr(M ) = 12 Thus Joe will be willing to give $( ) = $9.16. (e) How much is it worth to Joe and Helen to double her mother s probability of being away from home? Would this be a better or worse investment than spending the same amount of money for a telephone line (to be used once a day at 6:15 P.M.) with the following probabilities. P(a A) = P(b B) = 0.9, P(b A) = P(a B) = 0.1 Suppose that the probability of Ma begin away from home is doubled to 0.8. Then using code I, Using code II E[value] = Pr(A, a)(30) + Pr(A, b)( 5) + Pr(B, a)( 30) + Pr(B, b)(0) = = E[value] = Pr(A, a)( 30) + Pr(A, b)(0) + Pr(B, a)( 5) + Pr(B, b)(30) = = 15 4 Thus, if Ma s probability of being away is doubled, Joe and Helen will use code II with an expected value of $15. Thus, they will be willing to give $( ) = $ The telephone line is symmetric, so both codes will have the same expected value of (asumming A is the event Ma is home E[value] = Pr(A, a)( 30) + Pr(A, b)(0) + Pr(B, a)( 5) + Pr(B, b)(30) = = 8.8 This is less than the expected return when Ma is away with a probability of 0.8. Thus spending in doubling Ma s probability from being away from home is better. 3 Due on Feb 2, 2007

4 s PROBLEM 2 (18 points) Hypothesis testing May B. Lucky is a compulsive gambler who is convinced that on any given day she is either lucky, in which case she wins each red/black bet she makes in roulette with probability p L > 0.5, or she is unlucky, in which case she wins each red/black bet she makes in roulette with probability p U < 0.5. May visits the casino every day, and believes that she knows the a priori probability that any one given visit is a lucky one (i.e., corresponds to p L rather than p U ). To improve her chances, May adopts a system whereby she estimates on-line whether she is lucky or unlucky on a given day, by keeping a running count of the number of bets that she wins and loses. In particular, she continues to play until the conditional odds in favor of the event lucky on the current day} given the number of wins and losses so far, fall below a certain threshold. As soon as this happens, she stops playing. Provide a simple algorithm for updating May s conditional odds with each play. Note that if A and B are events with P(A) > 0 and P(B) > 0, the odds in favor of A given B are defined as O(A B) = P(A B) P(A c B). Let A be the event that May is lucky on the current day and let B n,m be the event that n wins and m losses have occurred so far. Assume independence of the results of different spins/plays. Let p be the a prior probability that she is lucky on the current day. Then we have, O(A B n,m ) = Pr(A B n,m) Pr(A c B n,m ) = Pr(A) Pr(B ( n+m ) n,m A) Pr(A c ) Pr(B n,m A c ) = n p n L (1 p L ) m ) p n U (1 p U ) m = ( pl p U ) n ( 1 pl 1 p U ) m p 1 p ( n+m m From this formula, a recursive algorithm can be obtained. Let q(n + m) be the odds after n + m games. Then q(n + m + 1) = q(n + m) p L p U, q(n + m) 1 p L 1 p U, if she wins the next play if she loses the next play The initial condition is O(A B 0,0 ) which is equal to the initial (unconditional) odds O(A), which May knows by assumption. PROBLEM 3 (12 points) Fischer and Spassky play a sudden-death chess match whereby the first player to win a game wins the match. Each game is won by Fischer with probability p, by Spassky with probability q, and is a draw with probability 1 p q. 4 Due on Feb 2, 2007

5 s (a) What is the probability that Fischer wins the match? Let E be the event that Fischer wins the match. We can express E as E = n 0 E n where E n is the event that each of the first n games is a draw and the (n + 1)th game is won by Fischer. Since E n s are disjoint, we have Pr(E) = Pr(E n ) = (1 p q) n p = p p + q. n 0 n 0 (b) What is the PMF, the mean, and the variance of the duration of the match? The PMF of D is given by p D (d) = (1 p q) d 1 (p + q), d = 1, 2, Since the duration D of the match is a geometric random variable with parameter p + q, we obtain E[D] = 1 p + q, and var(d) = 1 p q (p + q) 2. 5 Due on Feb 2, 2007

6 s PROBLEM 4 (24 points) When you push the SEND button on your cell phone, the phone attempts to set up a call by transmitting a SETUP message to a nearby base station. The phone waits for a response and if none arrives within 0.5 seconds it tries again. If it doesn t get a response after N tries the phone stops transmitting and generates a busy symbol. Assume that all transmissions are independent and that with probability p the SETUP message will get through. Also assume that if the SETUP message gets through the response from the base station is always correctly received by the cell phone within 0.5 seconds. (a) What is the PMF of X, the number of times the SETUP message is transmitted in a call attempt? X can take values 1, 2,..., N. The PMF is given by p(1 p) x 1, x = 1,2,...,(N-1) p X (x) = (1 p) N 1 x = N 0 otherwise (b) What is the probability that the call will generate a busy signal? We get a busy signal if all N attempts are unsuccessful. Thus Pr(BUSY) = (1 p) N (c) Assuming that there is no limit on the number of tries, i.e., your phone will keep transmitting the SETUP message indefinitely until it gets through, what is the PMF of X, the number of transmissions in a call attempt? If the number of trials are unlimited, the PMF is given by p X (x) = p(1 p) x 1, x = 1,2,3,... 0 otherwise (d) Following the previous part, what is the expected number of transmissions of the SETUP message in a call attempt? Notice that this is the geometric distribution with parameter p. Thus, E[X] = 1 p 6 Due on Feb 2, 2007

7 s PROBLEM 5 (12 points) Let X be a random variable with PMF p X (a) Suppose g is a one-to-one function; i.e., g(x) g(y) if x y. Show that E(g(X)) = x g(x)p X (x). (1) Assume X takes n values x 1, x 2,..., x n. Define a r.v. Y = g(x), which also takes n distict values y 1 = g(x 1 ), y 2 = g(x 2 ),..., y n = g(x n ). By definition E[Y] = y i p Y (y i ) (2) But event Y = y i } = X = x i } since g is a one-to-one mapping, thus i=1 p Y (y i ) = Pr(Y = y i }) = Pr(X = x i }) = p X (x i ) Pluggin the above result into (2), we have E[Y] = y i p Y (y i ) = i=1 g(x i )p X (x i ). (b) Suppose now that g is general and can be many-to-one. Show that (1) still holds. In this case, the event Y = y l } = i=1 m l k=1 1, 2,..., m l are disjoint and g(x kl ) = y l, k = 1, 2,..., m l. Thus p Y (y l ) = Pr(Y = y l }) = Substituting this in (2) above, we have m l k=1 X = xkl }, where X = xkl }, k = Pr(X = x kl }) = m l k=1 p X (x kl ). E[Y] = y l p Y (y l ) = m l l=1 m l g(x kl )p X (x kl ), l=1 Since x kl are distinct for all possible l, k, the summation just enumerates all the x i, i = 1, 2,..., n and therefore we have E[Y] = g(x i )p X (s i ) i=1 7 Due on Feb 2, 2007

8 s PROBLEM 6 (9 points) The annual premium of a special kind of insurance starts at $1000 and is reduced by 10% after each year where no claim has been filed. The probability that a claim is filed in a given year is 0.05, independently of preceding years. What is the PMF of the total premium paid up to and including the year when the first claim is filed? A claim is first filed for the first time in year n with probability (0.05) (0.95) n 1, and the corresponding total premium is 1000 ( (0.9) n 1) = (0.9)n = (1 (0.9) n ). Thus the PMF of X, the total premium paid up to and including the year when the first claim was filed, is p X (x) = 0.05 (0.95) n 1, if x = (1 (0.95) n ), n = 1, 2,... 0, otherwise 8 Due on Feb 2, 2007

Expected Value and the Game of Craps

Expected Value and the Game of Craps Expected Value and the Game of Craps Blake Thornton Craps is a gambling game found in most casinos based on rolling two six sided dice. Most players who walk into a casino and try to play craps for the

More information

ECE302 Spring 2006 HW4 Solutions February 6, 2006 1

ECE302 Spring 2006 HW4 Solutions February 6, 2006 1 ECE302 Spring 2006 HW4 Solutions February 6, 2006 1 Solutions to HW4 Note: Most of these solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in

More information

Elementary Statistics and Inference. Elementary Statistics and Inference. 17 Expected Value and Standard Error. 22S:025 or 7P:025.

Elementary Statistics and Inference. Elementary Statistics and Inference. 17 Expected Value and Standard Error. 22S:025 or 7P:025. Elementary Statistics and Inference S:05 or 7P:05 Lecture Elementary Statistics and Inference S:05 or 7P:05 Chapter 7 A. The Expected Value In a chance process (probability experiment) the outcomes of

More information

Week 5: Expected value and Betting systems

Week 5: Expected value and Betting systems Week 5: Expected value and Betting systems Random variable A random variable represents a measurement in a random experiment. We usually denote random variable with capital letter X, Y,. If S is the sample

More information

Probability Models.S1 Introduction to Probability

Probability Models.S1 Introduction to Probability Probability Models.S1 Introduction to Probability Operations Research Models and Methods Paul A. Jensen and Jonathan F. Bard The stochastic chapters of this book involve random variability. Decisions are

More information

Prediction Markets, Fair Games and Martingales

Prediction Markets, Fair Games and Martingales Chapter 3 Prediction Markets, Fair Games and Martingales Prediction markets...... are speculative markets created for the purpose of making predictions. The current market prices can then be interpreted

More information

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values.

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values. MA 5 Lecture 4 - Expected Values Friday, February 2, 24. Objectives: Introduce expected values.. Means, Variances, and Standard Deviations of Probability Distributions Two classes ago, we computed the

More information

Chapter 4 Lecture Notes

Chapter 4 Lecture Notes Chapter 4 Lecture Notes Random Variables October 27, 2015 1 Section 4.1 Random Variables A random variable is typically a real-valued function defined on the sample space of some experiment. For instance,

More information

A New Interpretation of Information Rate

A New Interpretation of Information Rate A New Interpretation of Information Rate reproduced with permission of AT&T By J. L. Kelly, jr. (Manuscript received March 2, 956) If the input symbols to a communication channel represent the outcomes

More information

Betting systems: how not to lose your money gambling

Betting systems: how not to lose your money gambling Betting systems: how not to lose your money gambling G. Berkolaiko Department of Mathematics Texas A&M University 28 April 2007 / Mini Fair, Math Awareness Month 2007 Gambling and Games of Chance Simple

More information

Midterm Exam #1 Instructions:

Midterm Exam #1 Instructions: Public Affairs 818 Professor: Geoffrey L. Wallace October 9 th, 008 Midterm Exam #1 Instructions: You have 10 minutes to complete the examination and there are 6 questions worth a total of 10 points. The

More information

Expected Value. 24 February 2014. Expected Value 24 February 2014 1/19

Expected Value. 24 February 2014. Expected Value 24 February 2014 1/19 Expected Value 24 February 2014 Expected Value 24 February 2014 1/19 This week we discuss the notion of expected value and how it applies to probability situations, including the various New Mexico Lottery

More information

Elementary Statistics and Inference. Elementary Statistics and Inference. 16 The Law of Averages (cont.) 22S:025 or 7P:025.

Elementary Statistics and Inference. Elementary Statistics and Inference. 16 The Law of Averages (cont.) 22S:025 or 7P:025. Elementary Statistics and Inference 22S:025 or 7P:025 Lecture 20 1 Elementary Statistics and Inference 22S:025 or 7P:025 Chapter 16 (cont.) 2 D. Making a Box Model Key Questions regarding box What numbers

More information

Week 4: Gambler s ruin and bold play

Week 4: Gambler s ruin and bold play Week 4: Gambler s ruin and bold play Random walk and Gambler s ruin. Imagine a walker moving along a line. At every unit of time, he makes a step left or right of exactly one of unit. So we can think that

More information

This Method will show you exactly how you can profit from this specific online casino and beat them at their own game.

This Method will show you exactly how you can profit from this specific online casino and beat them at their own game. This Method will show you exactly how you can profit from this specific online casino and beat them at their own game. It s NOT complicated, and you DON T need a degree in mathematics or statistics to

More information

Probability and Expected Value

Probability and Expected Value Probability and Expected Value This handout provides an introduction to probability and expected value. Some of you may already be familiar with some of these topics. Probability and expected value are

More information

ECE 316 Probability Theory and Random Processes

ECE 316 Probability Theory and Random Processes ECE 316 Probability Theory and Random Processes Chapter 4 Solutions (Part 2) Xinxin Fan Problems 20. A gambling book recommends the following winning strategy for the game of roulette. It recommends that

More information

The New Mexico Lottery

The New Mexico Lottery The New Mexico Lottery 26 February 2014 Lotteries 26 February 2014 1/27 Today we will discuss the various New Mexico Lottery games and look at odds of winning and the expected value of playing the various

More information

ECE302 Spring 2006 HW3 Solutions February 2, 2006 1

ECE302 Spring 2006 HW3 Solutions February 2, 2006 1 ECE302 Spring 2006 HW3 Solutions February 2, 2006 1 Solutions to HW3 Note: Most of these solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in

More information

We rst consider the game from the player's point of view: Suppose you have picked a number and placed your bet. The probability of winning is

We rst consider the game from the player's point of view: Suppose you have picked a number and placed your bet. The probability of winning is Roulette: On an American roulette wheel here are 38 compartments where the ball can land. They are numbered 1-36, and there are two compartments labeled 0 and 00. Half of the compartments numbered 1-36

More information

Statistics and Random Variables. Math 425 Introduction to Probability Lecture 14. Finite valued Random Variables. Expectation defined

Statistics and Random Variables. Math 425 Introduction to Probability Lecture 14. Finite valued Random Variables. Expectation defined Expectation Statistics and Random Variables Math 425 Introduction to Probability Lecture 4 Kenneth Harris kaharri@umich.edu Department of Mathematics University of Michigan February 9, 2009 When a large

More information

Midterm Exam #1 Instructions:

Midterm Exam #1 Instructions: Public Affairs 818 Professor: Geoffrey L. Wallace October 9 th, 008 Midterm Exam #1 Instructions: You have 10 minutes to complete the examination and there are 6 questions worth a total of 10 points. The

More information

Section 7C: The Law of Large Numbers

Section 7C: The Law of Large Numbers Section 7C: The Law of Large Numbers Example. You flip a coin 00 times. Suppose the coin is fair. How many times would you expect to get heads? tails? One would expect a fair coin to come up heads half

More information

Statistics 100A Homework 3 Solutions

Statistics 100A Homework 3 Solutions Chapter Statistics 00A Homework Solutions Ryan Rosario. Two balls are chosen randomly from an urn containing 8 white, black, and orange balls. Suppose that we win $ for each black ball selected and we

More information

arxiv:1112.0829v1 [math.pr] 5 Dec 2011

arxiv:1112.0829v1 [math.pr] 5 Dec 2011 How Not to Win a Million Dollars: A Counterexample to a Conjecture of L. Breiman Thomas P. Hayes arxiv:1112.0829v1 [math.pr] 5 Dec 2011 Abstract Consider a gambling game in which we are allowed to repeatedly

More information

Solutions: Problems for Chapter 3. Solutions: Problems for Chapter 3

Solutions: Problems for Chapter 3. Solutions: Problems for Chapter 3 Problem A: You are dealt five cards from a standard deck. Are you more likely to be dealt two pairs or three of a kind? experiment: choose 5 cards at random from a standard deck Ω = {5-combinations of

More information

Example. A casino offers the following bets (the fairest bets in the casino!) 1 You get $0 (i.e., you can walk away)

Example. A casino offers the following bets (the fairest bets in the casino!) 1 You get $0 (i.e., you can walk away) : Three bets Math 45 Introduction to Probability Lecture 5 Kenneth Harris aharri@umich.edu Department of Mathematics University of Michigan February, 009. A casino offers the following bets (the fairest

More information

LECTURE 16. Readings: Section 5.1. Lecture outline. Random processes Definition of the Bernoulli process Basic properties of the Bernoulli process

LECTURE 16. Readings: Section 5.1. Lecture outline. Random processes Definition of the Bernoulli process Basic properties of the Bernoulli process LECTURE 16 Readings: Section 5.1 Lecture outline Random processes Definition of the Bernoulli process Basic properties of the Bernoulli process Number of successes Distribution of interarrival times The

More information

Roulette. Math 5 Crew. Department of Mathematics Dartmouth College. Roulette p.1/14

Roulette. Math 5 Crew. Department of Mathematics Dartmouth College. Roulette p.1/14 Roulette p.1/14 Roulette Math 5 Crew Department of Mathematics Dartmouth College Roulette p.2/14 Roulette: A Game of Chance To analyze Roulette, we make two hypotheses about Roulette s behavior. When we

More information

Decision Theory. 36.1 Rational prospecting

Decision Theory. 36.1 Rational prospecting 36 Decision Theory Decision theory is trivial, apart from computational details (just like playing chess!). You have a choice of various actions, a. The world may be in one of many states x; which one

More information

Inside the pokies - player guide

Inside the pokies - player guide Inside the pokies - player guide 3nd Edition - May 2009 References 1, 2, 3 Productivity Commission 1999, Australia s Gambling Industries, Report No. 10, AusInfo, Canberra. 4 Victorian Department of Justice,

More information

DEVELOPING A MODEL THAT REFLECTS OUTCOMES OF TENNIS MATCHES

DEVELOPING A MODEL THAT REFLECTS OUTCOMES OF TENNIS MATCHES DEVELOPING A MODEL THAT REFLECTS OUTCOMES OF TENNIS MATCHES Barnett T., Brown A., and Clarke S. Faculty of Life and Social Sciences, Swinburne University, Melbourne, VIC, Australia ABSTRACT Many tennis

More information

In the situations that we will encounter, we may generally calculate the probability of an event

In the situations that we will encounter, we may generally calculate the probability of an event What does it mean for something to be random? An event is called random if the process which produces the outcome is sufficiently complicated that we are unable to predict the precise result and are instead

More information

Introduction to the Rebate on Loss Analyzer Contact: JimKilby@usa.net 702-436-7954

Introduction to the Rebate on Loss Analyzer Contact: JimKilby@usa.net 702-436-7954 Introduction to the Rebate on Loss Analyzer Contact: JimKilby@usa.net 702-436-7954 One of the hottest marketing tools used to attract the premium table game customer is the "Rebate on Loss." The rebate

More information

6.042/18.062J Mathematics for Computer Science December 12, 2006 Tom Leighton and Ronitt Rubinfeld. Random Walks

6.042/18.062J Mathematics for Computer Science December 12, 2006 Tom Leighton and Ronitt Rubinfeld. Random Walks 6.042/8.062J Mathematics for Comuter Science December 2, 2006 Tom Leighton and Ronitt Rubinfeld Lecture Notes Random Walks Gambler s Ruin Today we re going to talk about one-dimensional random walks. In

More information

Lecture 25: Money Management Steven Skiena. http://www.cs.sunysb.edu/ skiena

Lecture 25: Money Management Steven Skiena. http://www.cs.sunysb.edu/ skiena Lecture 25: Money Management Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena Money Management Techniques The trading

More information

www.problemgambling.sa.gov.au THE POKIES: BEFORE YOU PRESS THE BUTTON, KNOW THE FACTS.

www.problemgambling.sa.gov.au THE POKIES: BEFORE YOU PRESS THE BUTTON, KNOW THE FACTS. www.problemgambling.sa.gov.au THE POKIES: BEFORE YOU PRESS THE BUTTON, KNOW THE FACTS. IMPORTANT INFORMATION FOR ANYONE WHO PLAYS THE POKIES The pokies are simply a form of entertainment. However, sometimes

More information

V. RANDOM VARIABLES, PROBABILITY DISTRIBUTIONS, EXPECTED VALUE

V. RANDOM VARIABLES, PROBABILITY DISTRIBUTIONS, EXPECTED VALUE V. RANDOM VARIABLES, PROBABILITY DISTRIBUTIONS, EXPETED VALUE A game of chance featured at an amusement park is played as follows: You pay $ to play. A penny and a nickel are flipped. You win $ if either

More information

FACT A computer CANNOT pick numbers completely at random!

FACT A computer CANNOT pick numbers completely at random! 1 THE ROULETTE BIAS SYSTEM Please note that all information is provided as is and no guarantees are given whatsoever as to the amount of profit you will make if you use this system. Neither the seller

More information

Beating Roulette? An analysis with probability and statistics.

Beating Roulette? An analysis with probability and statistics. The Mathematician s Wastebasket Volume 1, Issue 4 Stephen Devereaux April 28, 2013 Beating Roulette? An analysis with probability and statistics. Every time I watch the film 21, I feel like I ve made the

More information

SOME ASPECTS OF GAMBLING WITH THE KELLY CRITERION. School of Mathematical Sciences. Monash University, Clayton, Victoria, Australia 3168

SOME ASPECTS OF GAMBLING WITH THE KELLY CRITERION. School of Mathematical Sciences. Monash University, Clayton, Victoria, Australia 3168 SOME ASPECTS OF GAMBLING WITH THE KELLY CRITERION Ravi PHATARFOD School of Mathematical Sciences Monash University, Clayton, Victoria, Australia 3168 In this paper we consider the problem of gambling with

More information

THE ROULETTE BIAS SYSTEM

THE ROULETTE BIAS SYSTEM 1 THE ROULETTE BIAS SYSTEM Please note that all information is provided as is and no guarantees are given whatsoever as to the amount of profit you will make if you use this system. Neither the seller

More information

Practice Problems #4

Practice Problems #4 Practice Problems #4 PRACTICE PROBLEMS FOR HOMEWORK 4 (1) Read section 2.5 of the text. (2) Solve the practice problems below. (3) Open Homework Assignment #4, solve the problems, and submit multiple-choice

More information

Chapter 4. Probability Distributions

Chapter 4. Probability Distributions Chapter 4 Probability Distributions Lesson 4-1/4-2 Random Variable Probability Distributions This chapter will deal the construction of probability distribution. By combining the methods of descriptive

More information

(SEE IF YOU KNOW THE TRUTH ABOUT GAMBLING)

(SEE IF YOU KNOW THE TRUTH ABOUT GAMBLING) (SEE IF YOU KNOW THE TRUTH ABOUT GAMBLING) Casinos loosen the slot machines at the entrance to attract players. FACT: This is an urban myth. All modern slot machines are state-of-the-art and controlled

More information

Math 431 An Introduction to Probability. Final Exam Solutions

Math 431 An Introduction to Probability. Final Exam Solutions Math 43 An Introduction to Probability Final Eam Solutions. A continuous random variable X has cdf a for 0, F () = for 0 <

More information

פרויקט מסכם לתואר בוגר במדעים )B.Sc( במתמטיקה שימושית

פרויקט מסכם לתואר בוגר במדעים )B.Sc( במתמטיקה שימושית המחלקה למתמטיקה Department of Mathematics פרויקט מסכם לתואר בוגר במדעים )B.Sc( במתמטיקה שימושית הימורים אופטימליים ע"י שימוש בקריטריון קלי אלון תושיה Optimal betting using the Kelly Criterion Alon Tushia

More information

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Name: Section: I pledge my honor that I have not violated the Honor Code Signature: This exam has 34 pages. You have 3 hours to complete this

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 13. Random Variables: Distribution and Expectation

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 13. Random Variables: Distribution and Expectation CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 3 Random Variables: Distribution and Expectation Random Variables Question: The homeworks of 20 students are collected

More information

During the course of our research on NBA basketball, we found out a couple of interesting principles.

During the course of our research on NBA basketball, we found out a couple of interesting principles. After mining all the available NBA data for the last 15 years, we found the keys to a successful basketball betting system: If you follow this system exactly, you can expect to hit 90% of your NBA bets.

More information

2016 POKER TOURNAMENT CONTEST RULES

2016 POKER TOURNAMENT CONTEST RULES 2016 POKER TOURNAMENT CONTEST RULES SECTION 1 Code of Conduct: Temple Etz Chaim will attempt to maintain a pleasant environment for all players, staff and volunteers, but is not responsible for the conduct

More information

Stat 134 Fall 2011: Gambler s ruin

Stat 134 Fall 2011: Gambler s ruin Stat 134 Fall 2011: Gambler s ruin Michael Lugo Setember 12, 2011 In class today I talked about the roblem of gambler s ruin but there wasn t enough time to do it roerly. I fear I may have confused some

More information

Discrete Math in Computer Science Homework 7 Solutions (Max Points: 80)

Discrete Math in Computer Science Homework 7 Solutions (Max Points: 80) Discrete Math in Computer Science Homework 7 Solutions (Max Points: 80) CS 30, Winter 2016 by Prasad Jayanti 1. (10 points) Here is the famous Monty Hall Puzzle. Suppose you are on a game show, and you

More information

Unit 19: Probability Models

Unit 19: Probability Models Unit 19: Probability Models Summary of Video Probability is the language of uncertainty. Using statistics, we can better predict the outcomes of random phenomena over the long term from the very complex,

More information

YesFreeCash.com Free Bonus Hunting Tutorial For Beginners

YesFreeCash.com Free Bonus Hunting Tutorial For Beginners YesFreeCash.com Free Bonus Hunting Tutorial For Beginners Written by the team of www.yesfreecash.com 2007 yesfreecash.com This is a guideline written by yesfreecash.com to help people who don t know much

More information

How-To-Make-Money-Easily. Congratulations!!

How-To-Make-Money-Easily. Congratulations!! How-To-Make-Money-Easily The Hidden Secrets Of Making Money Online Every Day! www.how-to-make-money-easily.com 2008 Congratulations!! You re about to discover a slightly strange, rather unkown method to

More information

Loss rebates. December 27, 2004

Loss rebates. December 27, 2004 Loss rebates December 27, 2004 1 Introduction The game is defined by a list of payouts u 1, u 2,..., u l, and a list of probabilities p 1, p 2,..., p l, p i = 1. We allow u i to be rational numbers, not

More information

.4 120 +.1 80 +.5 100 = 48 + 8 + 50 = 106.

.4 120 +.1 80 +.5 100 = 48 + 8 + 50 = 106. Chapter 16. Risk and Uncertainty Part A 2009, Kwan Choi Expected Value X i = outcome i, p i = probability of X i EV = pix For instance, suppose a person has an idle fund, $100, for one month, and is considering

More information

You can place bets on the Roulette table until the dealer announces, No more bets.

You can place bets on the Roulette table until the dealer announces, No more bets. Roulette Roulette is one of the oldest and most famous casino games. Every Roulette table has its own set of distinctive chips that can only be used at that particular table. These chips are purchased

More information

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random

More information

Presents ITALIAN QUALITY & DESIGN. New AR Side Bet

Presents ITALIAN QUALITY & DESIGN. New AR Side Bet Presents New AR Side Bet Main Features: There are 4 different coloured bets available for players to choose Each bet is a separate independent bet on an individual Lucky Ball Each bet is colour coded and

More information

Would You Like To Earn $1000 s With The Click Of A Button?

Would You Like To Earn $1000 s With The Click Of A Button? Would You Like To Earn $1000 s With The Click Of A Button? (Follow these easy step by step instructions and you will) This Version of the ebook is for all countries other than the USA. If you need the

More information

Term Project: Roulette

Term Project: Roulette Term Project: Roulette DCY Student January 13, 2006 1. Introduction The roulette is a popular gambling game found in all major casinos. In contrast to many other gambling games such as black jack, poker,

More information

Texas Hold em. From highest to lowest, the possible five card hands in poker are ranked as follows:

Texas Hold em. From highest to lowest, the possible five card hands in poker are ranked as follows: Texas Hold em Poker is one of the most popular card games, especially among betting games. While poker is played in a multitude of variations, Texas Hold em is the version played most often at casinos

More information

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0 VISUAL GUIDE to RX Scripting for Roulette Xtreme - System Designer 2.0 UX Software - 2009 TABLE OF CONTENTS INTRODUCTION... ii What is this book about?... iii How to use this book... iii Time to start...

More information

Gambling with Information Theory

Gambling with Information Theory Gambling with Information Theory Govert Verkes University of Amsterdam January 27, 2016 1 / 22 How do you bet? Private noisy channel transmitting results while you can still bet, correct transmission(p)

More information

Lucky vs. Unlucky Teams in Sports

Lucky vs. Unlucky Teams in Sports Lucky vs. Unlucky Teams in Sports Introduction Assuming gambling odds give true probabilities, one can classify a team as having been lucky or unlucky so far. Do results of matches between lucky and unlucky

More information

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

THE WHE TO PLAY. Teacher s Guide Getting Started. Shereen Khan & Fayad Ali Trinidad and Tobago

THE WHE TO PLAY. Teacher s Guide Getting Started. Shereen Khan & Fayad Ali Trinidad and Tobago Teacher s Guide Getting Started Shereen Khan & Fayad Ali Trinidad and Tobago Purpose In this two-day lesson, students develop different strategies to play a game in order to win. In particular, they will

More information

Chance and Uncertainty: Probability Theory

Chance and Uncertainty: Probability Theory Chance and Uncertainty: Probability Theory Formally, we begin with a set of elementary events, precisely one of which will eventually occur. Each elementary event has associated with it a probability,

More information

How to Beat Online Roulette!

How to Beat Online Roulette! Martin J. Silverthorne How to Beat Online Roulette! Silverthorne Publications, Inc. How to Beat Online Roulette! COPYRIGHT 2015 Silverthorne Publications Inc. All rights reserved. Except for brief passages

More information

5. Continuous Random Variables

5. Continuous Random Variables 5. Continuous Random Variables Continuous random variables can take any value in an interval. They are used to model physical characteristics such as time, length, position, etc. Examples (i) Let X be

More information

Betting with the Kelly Criterion

Betting with the Kelly Criterion Betting with the Kelly Criterion Jane June 2, 2010 Contents 1 Introduction 2 2 Kelly Criterion 2 3 The Stock Market 3 4 Simulations 5 5 Conclusion 8 1 Page 2 of 9 1 Introduction Gambling in all forms,

More information

Random variables P(X = 3) = P(X = 3) = 1 8, P(X = 1) = P(X = 1) = 3 8.

Random variables P(X = 3) = P(X = 3) = 1 8, P(X = 1) = P(X = 1) = 3 8. Random variables Remark on Notations 1. When X is a number chosen uniformly from a data set, What I call P(X = k) is called Freq[k, X] in the courseware. 2. When X is a random variable, what I call F ()

More information

Basic Probability. Probability: The part of Mathematics devoted to quantify uncertainty

Basic Probability. Probability: The part of Mathematics devoted to quantify uncertainty AMS 5 PROBABILITY Basic Probability Probability: The part of Mathematics devoted to quantify uncertainty Frequency Theory Bayesian Theory Game: Playing Backgammon. The chance of getting (6,6) is 1/36.

More information

BREAK INTO FASHION! JOKER BILL CASH SYMBOL

BREAK INTO FASHION! JOKER BILL CASH SYMBOL BIG BOSS BREAK INTO FASHION! Mr. Boss definitely has a winning combination. It s excited of Lucky 8 lines game that will make the lucky times even better. It's loaded with extra features and originally

More information

Fair Price. Math 5 Crew. Department of Mathematics Dartmouth College. Fair Price p.1/??

Fair Price. Math 5 Crew. Department of Mathematics Dartmouth College. Fair Price p.1/?? Fair Price p.1/?? Fair Price Math 5 Crew Department of Mathematics Dartmouth College Fair Price p.2/?? Historical Perspective We are about ready to explore probability form the point of view of a free

More information

cachecreek.com 14455 Highway 16 Brooks, CA 95606 888-77-CACHE

cachecreek.com 14455 Highway 16 Brooks, CA 95606 888-77-CACHE Baccarat was made famous in the United States when a tuxedoed Agent 007 played at the same tables with his arch rivals in many James Bond films. You don t have to wear a tux or worry about spies when playing

More information

$2 4 40 + ( $1) = 40

$2 4 40 + ( $1) = 40 THE EXPECTED VALUE FOR THE SUM OF THE DRAWS In the game of Keno there are 80 balls, numbered 1 through 80. On each play, the casino chooses 20 balls at random without replacement. Suppose you bet on the

More information

THE WINNING ROULETTE SYSTEM by http://www.webgoldminer.com/

THE WINNING ROULETTE SYSTEM by http://www.webgoldminer.com/ THE WINNING ROULETTE SYSTEM by http://www.webgoldminer.com/ Is it possible to earn money from online gambling? Are there any 100% sure winning roulette systems? Are there actually people who make a living

More information

Lectures on Stochastic Processes. William G. Faris

Lectures on Stochastic Processes. William G. Faris Lectures on Stochastic Processes William G. Faris November 8, 2001 2 Contents 1 Random walk 7 1.1 Symmetric simple random walk................... 7 1.2 Simple random walk......................... 9 1.3

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

Roulette Best Winning System!!!

Roulette Best Winning System!!! Roulette Best Winning System!!! 99.7% winning system - 100% risk free Guaranteed The roulette system detailed here is a well known winning system. Many people have made money out of this system, including

More information

3.2 Roulette and Markov Chains

3.2 Roulette and Markov Chains 238 CHAPTER 3. DISCRETE DYNAMICAL SYSTEMS WITH MANY VARIABLES 3.2 Roulette and Markov Chains In this section we will be discussing an application of systems of recursion equations called Markov Chains.

More information

MONEY MANAGEMENT. Guy Bower delves into a topic every trader should endeavour to master - money management.

MONEY MANAGEMENT. Guy Bower delves into a topic every trader should endeavour to master - money management. MONEY MANAGEMENT Guy Bower delves into a topic every trader should endeavour to master - money management. Many of us have read Jack Schwager s Market Wizards books at least once. As you may recall it

More information

16. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION

16. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION 6. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION It is sometimes difficult to directly compute probabilities for a binomial (n, p) random variable, X. We need a different table for each value of

More information

Mathematical Expectation

Mathematical Expectation Mathematical Expectation Properties of Mathematical Expectation I The concept of mathematical expectation arose in connection with games of chance. In its simplest form, mathematical expectation is the

More information

Diamond Games Premium VI Game Description Revision 1.0 WS

Diamond Games Premium VI Game Description Revision 1.0 WS Diamond Games Premium VI Game Description Revision 1.0 WS 1 Table of Contents 1.1 Sections 1 Table of Contents... 2 1.1 Sections... 2 1.2 Figures... 4 2 Revision History... 6 3 Multi Game... 7 3.1 Overview...

More information

Learn How to Use The Roulette Layout To Calculate Winning Payoffs For All Straight-up Winning Bets

Learn How to Use The Roulette Layout To Calculate Winning Payoffs For All Straight-up Winning Bets Learn How to Use The Roulette Layout To Calculate Winning Payoffs For All Straight-up Winning Bets Understand that every square on every street on every roulette layout has a value depending on the bet

More information

6.042/18.062J Mathematics for Computer Science. Expected Value I

6.042/18.062J Mathematics for Computer Science. Expected Value I 6.42/8.62J Mathematics for Computer Science Srini Devadas and Eric Lehman May 3, 25 Lecture otes Expected Value I The expectation or expected value of a random variable is a single number that tells you

More information

Worksheet for Teaching Module Probability (Lesson 1)

Worksheet for Teaching Module Probability (Lesson 1) Worksheet for Teaching Module Probability (Lesson 1) Topic: Basic Concepts and Definitions Equipment needed for each student 1 computer with internet connection Introduction In the regular lectures in

More information

Easy Casino Profits. Congratulations!!

Easy Casino Profits. Congratulations!! Easy Casino Profits The Easy Way To Beat The Online Casinos Everytime! www.easycasinoprofits.com Disclaimer The authors of this ebook do not promote illegal, underage gambling or gambling to those living

More information

Random Variables. Chapter 2. Random Variables 1

Random Variables. Chapter 2. Random Variables 1 Random Variables Chapter 2 Random Variables 1 Roulette and Random Variables A Roulette wheel has 38 pockets. 18 of them are red and 18 are black; these are numbered from 1 to 36. The two remaining pockets

More information

How to Gamble If You Must

How to Gamble If You Must How to Gamble If You Must Kyle Siegrist Department of Mathematical Sciences University of Alabama in Huntsville Abstract In red and black, a player bets, at even stakes, on a sequence of independent games

More information

Lecture 6: Discrete & Continuous Probability and Random Variables

Lecture 6: Discrete & Continuous Probability and Random Variables Lecture 6: Discrete & Continuous Probability and Random Variables D. Alex Hughes Math Camp September 17, 2015 D. Alex Hughes (Math Camp) Lecture 6: Discrete & Continuous Probability and Random September

More information

MrMajik s Money Management Strategy Copyright MrMajik.com 2003 All rights reserved.

MrMajik s Money Management Strategy Copyright MrMajik.com 2003 All rights reserved. You are about to learn the very best method there is to beat an even-money bet ever devised. This works on almost any game that pays you an equal amount of your wager every time you win. Casino games are

More information

THE WINNING ROULETTE SYSTEM.

THE WINNING ROULETTE SYSTEM. THE WINNING ROULETTE SYSTEM. Please note that all information is provided as is and no guarantees are given whatsoever as to the amount of profit you will make if you use this system. Neither the seller

More information

Property of Bet-U-Make-Profit.com

Property of Bet-U-Make-Profit.com The gambler may be prepared to stake his/her all on a sudden glimpse of divine insight, but are we gamblers.do we want to take risks? I don t believe in divine insight any more than I believe in gambler

More information

calculating probabilities

calculating probabilities 4 calculating probabilities Taking Chances What s the probability he s remembered I m allergic to non-precious metals? Life is full of uncertainty. Sometimes it can be impossible to say what will happen

More information

Steal From the Casino! Roulette Sniper

Steal From the Casino! Roulette Sniper Steal From the Casino! Roulette Sniper Congratulations - You really do want to make easy money! The Golden Rule - DON'T BE LAZY If you want to actually make money, you have to get started. Get started

More information