MCB 432. Basic Probability: Considering the Odds

Size: px
Start display at page:

Download "MCB 432. Basic Probability: Considering the Odds"

Transcription

1 MCB 432 Basic Probability: Considering the Odds

2 Probability Probability of an event is usually represented as P(event) For tossing a fair coin: P(head) = 1/2 P(tail) = 1/2 When throwing a fair 6-sided die, the probability of any specific number is 1/6. So, P(1) = P(2) = P(3) = P(4) = P(5) = P(6) = 1/6.

3 Combining Alternatives If there are multiple independent ways to arrive at a goal, the combined probability is the sum of the individual probabilities. That is, P(A or B) = P(A) + P(B) Because these outcomes are mutually exclusive (you cannot get a 1 and a 2 on the same throw), the probability of a die throw yielding a 1 or a 2 is: P(1 or 2) = P(1) + P(2) = 1/6 + 1/6 = 2/6 = 1/3 Similarly, the probability of an even number is: P(even) = P(2) + P(4) + P(6) = 1/6 + 1/6 + 1/6 = 3/6 = 1/2

4 Something Happens A useful 1 rule is the sum of the probabilities of all possible outcomes is 1 (something will happen). This is why the probability of a given number on a die is 1/6 (it is trivial in this case, but it is very useful in other circumstances). It comes from: P(1) + P(2) + P(3) + P(4) + P(5) + P(6) = 1 By the definition of a fair die, all outcomes are equally likely: P(1) = P(2) = P(3) = P(4) = P(5) = P(6) So we can replace P(2) etc. with P(1): P(1) + P(1) + P(1) + P(1) + P(1) + P(1) = 1 6 x P(1) = 1 P(1) = 1/6 [= P(2) = P(3) = P(4) = P(5) = P(6)] 1 That means that you will use it later in the course.

5 Combinations of Events To get the probability that both of two separate (independent) things will happen, we take the product of the probabilities. That is, P(A and B) = P(A) x P(B) For example, when throwing a die two times, the probability of getting 1's both times is the probability of a 1 followed by a 1, which is: P(1,1) = P(1) x P(1) = 1/6 x 1/6 = 1/36 The same concept applies to the probability of a 1 followed by a 2: P(1,2) = P(1) x P(2) = 1/6 x 1/6 = 1/36

6 Alternative Combinations of Events The previous case specified a 1 followed by a 2. What if all we want is that the total of the dice is 3? There are two ways to get a total of 3: 1 then 2, or 2 then 1. P(total 3) = P(1,2) + P(2,1) = 1/6 x 1/6 + 1/6 x 1/6 = 1/36 + 1/36 = 2/36 = 1/18 If order does not matter, then we need to consider all possible orders. All alternatives that arrive at the goal must be considered. When throwing two dice, there are six ways for the dice to total 7: 1 & 6, 2 & 5, 3 & 4, 4 & 3, 5 & 2 or 6 & 1. Thus the probability of the total of two throws being 7 is: P(total 7) = P(1,6) + P(2,5) + P(3,4) + P(4,3) + P(5,2) + P(6,1) = 6 x (1/6 x 1/6) = 6 x 1/36 = 1/6

7 Russian Roulette Russian Roulette is "played" with a 6-shot revolver with 5 empty chambers and a live cartridge in the sixth chamber. The cylinder is spun at the beginning of the turn, so there is a 1/6 chance that the gun is ready to fire, and a 5/6 chance that the cylinder has stopped at an empty chamber. The player points it at his or her head and pulls the trigger. If a player has played 3 times, what is the probability that he or she is still alive?

8 Russian Roulette Russian Roulette is "played" with a 6-shot revolver with 5 empty chambers and a live cartridge in the sixth chamber. The cylinder is spun at the beginning of the turn, so there is a 1/6 chance that the gun is ready to fire, and a 5/6 chance that the cylinder has stopped at an empty chamber. The player points it at his or her head and pulls the trigger. If a player has played 3 times, what is the probability that he or she is still alive? View 1 (the textbook answer): There is a 5/6 chance of being alive after a turn. Therefore the probability of being alive after 3 turns is P(alive) = 5/6 x 5/6 x 5/6 = 125/

9 Russian Roulette Russian Roulette is "played" with a 6-shot revolver with 5 empty chambers and a live cartridge in the sixth chamber. The cylinder is spun at the beginning of the turn, so there is a 1/6 chance that the gun is ready to fire, and a 5/6 chance that the cylinder has stopped at an empty chamber. The player points it at his or her head and pulls the trigger. If a player has played 3 times, what is the probability that he or she is still alive? View 2 (the logical, from my perspective, answer): In order to play the third time, the player survived the first 2 rounds. Therefore the probability is P(alive) = 1 x 1 x 5/6 = 5/

10 Poker Poker is played with a 52 card deck, with 13 different card types in each of 4 suits. We will consider hands of 5 cards, with no replacements. The strength of a hand is determined by special combinations of cards with the following rankings: 1 pair (two-of-a-kind) 2 pairs 3-of-a-kind straight (five consecutive cards from sequence J-Q-K-A) flush (5 cards in same suit) full house (3-of-a-kind and a pair) four-of-a-kind straight flush (straight with all cards in same suit)

11 Poker Probability of a Pair With 5 random cards, a pair can be arrived at by several different paths. It could be the first 2 cards drawn, the first and third, first and fourth, etc. There are 10 alternatives (permutations) of this sort. The second factor is that of getting 2 that are the same, and 3 other cards that are all different. Let's work this out for the case of drawing the pair in the first 2 cards. For the first card, any card will do: P = 52/52 The second card must be one of the 3 remaining that match the first card: P = 3/51 The third card must be one of the 48 that do not match the pair: P = 48/50

12 Poker Probability of a Pair The fourth card must be one of the 44 that do not match the previous (2 of 49 match the pair, 3 of 49 match the 3rd card): P = 44/49 The fifth card must be one of the 40 that do not match the previous: P = 40/48 The overall probability for this sequence is: P = 52/52 x 3/51 x 48/50 x 44/49 x 40/48 = (3 x 44 x 40)/(51 x 50 x 49) = (44 x 4)/(17 x 5 x 49) = 176/

13 Poker Probability of a Pair What if we were to draw it in a different sequence, say getting the pair on the second and fourth cards? For the first card, any card will do: P = 52/52 The second card (the first of the pair) must be different: P = 48/51 The third card must be different than both the previous: P = 44/50 The fourth card must match the second: P = 3/49 The fifth card must not match the previous: P = 40/48 Same numerators and denominators, just a different order.

14 Poker Probability of a Pair There are 10 different ways to arrive a exactly one pair. If A, B, C and D are 4 different card types, we can get: AABCD, ABACD, ABCAD, ABCDA, BAACD, BACAD, BACDA, BCAAD, BCADA, or BCDAA Each specific order has a probability of 176/6615, so the overall frequency of drawing a pair (but no better) is: P = 10 x 176/4165 = 1760/

15 Poker Probability of 3-of-a-Kind 3-of-a-kind is 3 cards of one type, and two cards that do not match the 3, or each other. Let's work this out for the case of completing it in the first 3 cards. For the first card, any card will do: P = 52/52 The second card must match the first card: P = 3/51 The third card must match the first card: P = 2/50 The fourth card must be different: P = 48/49 The fifth card must be different: P = 44/48

16 Poker Probability of 3-of-a-Kind The overall probability for this sequence is: P = 52/52 x 3/51 x 2/50 x 48/49 x 44/48 = (3 x 2 x 44)/(51 x 50 x 49) = 44/(17 x 25 x 49) = 44/ There are 10 alternative orders of completing it: AAABC, AABAC, AABCA, ABAAC, ABACA, ABCAA, BAAAC, BAACA, BACAA, and BCAAA The probability for arriving at 3-of-a-kind in any order is: P = 10 x 44/20825 = 440/

17 Poker Probability of a Full House A full house is 3-of-a-kind and a pair. Let's work this out for the case of drawing the 3-of-a-kind first, then the pair. For the first card, any card will do: P = 52/52 The second card must match the first card: P = 3/51 The third card must match the first card: P = 2/50 The fourth card must be different: P = 48/49 The fifth card must match the fourth: P = 3/48

18 Poker Probability of a Full House The overall probability for this sequence is: P = 52/52 x 3/51 x 2/50 x 48/49 x 3/48 = (3 x 2 x 3)/(51 x 50 x 49) = 3/(17 x 25 x 49) [exactly 3/44 the 3-of-a-kind value] = 3/ There are 10 alternative orders of completing it: AAABB, AABAB, AABBA, ABAAB, ABABA, ABBAA, BAAAB, BAABA, BABAA, and BBAAA The probability for arriving at a full house in any order is: P = 10 x 3/20825 = 30/

19 Poker Probability of 4-of-a-Kind Four-of-a-kind is 4 of the same type of cards. Let's work this out for the case of drawing the 4 of the same type first. For the first card, any card will do: P = 52/52 The second card must match the first card: P = 3/51 The third card must match the first card: P = 2/50 The fourth card must match the first card: P = 1/49 The fifth card will be different (all of the kind are gone): P = 48/48

20 Poker Probability of 4-of-a-Kind The overall probability for this sequence is: P = 52/52 x 3/51 x 2/50 x 1/49 x 48/48 = (3 x 2)/(51 x 50 x 49) = 1/(17 x 25 x 49) [exactly 1/3 the full house value] = 1/ There are 5 alternative orders of completing it: AAAAB, AAABA, AABAA, ABAAA and BAAAA The probability for arriving at 4-of-a-kind in any order is: P = 5 x 1/20825 = 5/ The low probabilities of exciting hands is one reason why televised poker is most commonly based on 7-card hands!

21 Poker Probability of 4-of-a-Kind in 7 Cards So, what is the probability of 4-of-a-kind in 7 cards? Let's work this out for the case of drawing the 4-of-a-kind first. The first 5 cards are as above: P = 52/52 x 3/51 x 2/50 x 1/49 x 48/48 = 1/20825 The sixth and seventh cards can be anything (you can only use 5 cards, so getting another pair does not change the hand): P = 47/47 x 46/46 The overall probability for this sequence remains: P = 52/52 x 3/51 x 2/50 x 1/49 x 48/48 x 47/47 x 46/46 = 1/ The higher probability comes from the fact that there are now 35 possible orders in which the 4 matching cards can be drawn (not just 5 orders). Thus, P = 35 x 1/20825 = 35/

22 Poker Probability of a Full House in 7 Cards Let's work this out for drawing the 3-of-a-kind, then the pair. The first 5 cards are as above: P = 52/52 x 3/51 x 2/50 x 48/49 x 3/48 = 3/20825 Now it gets uglier. There are 210 permutations for having both of the remaining cards different from both the 3-of-a-kind, and from the pair, with P(full house) = 3/20825 x 44/47 x 43/46 But there are another 210 ways in which one of the remaining cards could match the pair (which does not improve the hand): P(2 3-of-a-kind) = 3/20825 x 2/47 x 44/46 Putting everything together: P = 210 x 3/20825 x ( 44/47 x 43/46 + 2/47 x 44/46 ) = 210 x 3/20825 x ( 44/47 x 45/46 ) = 210 x 1188/ x

23 The Monty Hall Problem You are offered three doors and asked to choose one. One of the two that you did not choose is opened, but this is never the Grand Prize. You are offered the chance to keep your original door, or switch to the other unopened door. What is the optimal strategy? Keep the door you originally chose, switch to the other unopened door, or it does not matter. Using the optimal strategy, what is the probability of winning the Grand Prize?

24 The Monty Hall Problem You are offered three doors and asked to choose one. One of the two that you did not choose is opened, but this is never the Grand Prize. You are offered the chance to keep your original door, or switch to the other unopened door. Initially, P(car 0 ) = 1/3, P(goat 0 ) = 2/3 Keep the original door strategy: P(car) = P(car 0 ) x P(car 0 car) + P(goat 0 ) x P(goat 0 car) P(car) = 1/3 = 1/3 x 1 + 2/3 x 0 = 1/3 P(goat) = P(car 0 ) x P(car 0 goat) + P(goat 0 ) x P(goat 0 goat) P(goat) = 2/3 = 1/3 x 0 + 2/3 x 1 = 2/3

25 The Monty Hall Problem You are offered three doors and asked to choose one. One of the two that you did not choose is opened, but this is never the grand prize. You are offered the chance to keep your original door, or switch to the other unopened door. Initially, P(car 0 ) = 1/3, P(goat 0 ) = 2/3 Switch door strategy: P(car) = P(car 0 ) x P(car 0 car) + P(goat 0 ) x P(goat 0 car) P(car) = 2/3 = 1/3 x 0 + 2/3 x 1 = 2/3 P(goat) = P(car 0 ) x P(car 0 goat) + P(goat 0 ) x P(goat 0 goat) P(goat) = 1/3 = 1/3 x 1 + 2/3 x 0 = 1/3

26 Probabilities of Nucleotide Sequences DNA sequences have a 4-letter alphabet: A, C, G and T. RNA sequences have a 4-letter alphabet: A, C, G and U. The probability that a given six nucleotide DNA sequence is GAATTC (the EcoRI endonuclease recognition sequence) is P(GAATTC) = P(G) x P(A) x P(A) x P(T) x P(T) x P(C) If each of the 4 nucleotides is equally likely, then so P(A) = P(C) = P(G) = P(T) = 1/4 P(GAATTC) = 1/4 x 1/4 x 1/4 x 1/4 x 1/4 x 1/4 = 1/

27 Probabilities of Nucleotide Sequences The probability that a given six nucleotide DNA sequence is GAATTC (the EcoRI endonuclease recognition sequence) is P(GAATTC) = P(G) x P(A) x P(A) x P(T) x P(T) x P(C) What if the probabilities of the nucleotides are not equal? What if then P(A) = P(T) = 1/6 P(C) = P(G) = 1/3 P(GAATTC) = 1/3 x 1/6 x 1/6 x 1/6 x 1/6 x 1/3 = 1/ So, the base composition of the DNA matters in restriction site frequencies.

28 Probabilities of Nucleotide Sequences If we have a 10,240 basepair circular plasmid with equal frequencies of each of the 4 nucleotides, what is the probability that the plasmid is cleaved (one or more times) by EcoRI? We approach this most easily by computing the probability that it is not cleaved: 2 So, P(cleaved one or more times) + P(not cleaved anywhere) = 1 P(cleaved one or more times) = 1 P(not cleaved anywhere) 2 I told you that the total probability being 1 would be useful.

29 Probabilities of Nucleotide Sequences For the plasmid to not be cleaved anywhere, it is necessary that it is not cleaved at position 1, and not cleaved at position 2,... and not cleaved at position The probability that a given site is not cleaved is 1 minus the probability that it is cleaved at the site: P(not cleaved at position 1) = 1 1/4096 = 4095/4096 Or more generally, for any position i: P(not cleaved at position i) = 1 1/4096 = 4095/4096 The probability that it is not cleaved at any of the 10,240 positions is the product of the probabilities for not being cut at each individual position: So, P(plasmid not cleaved anywhere) = (4095/4096) P(plasmid cleaved) = 1 P(plasmid not cleaved) 0.918

30 Probabilities of Nucleotide Sequences What if we had approached the above question as: P(cleaved somewhere) = number_of_sites x P(cleaved at site i) This formulation is P(cleaved at site 1) + P(cleaved at site 2) P(cleaved at last site) This would only make sense as a way to combining probabilities if the events were mutually exclusive solutions to the problem, but, in fact, more than one site can be cleaved. If we were to use this formula we would get: P = x 1/4096 = 2.5 This cannot be a probability; a probability cannot be greater than 1 (or less than 0).

31 Probabilities of Nucleotide Sequences If the above expression is not the probability of a cleavage, what is it? It is the expected number of cleavages: E = x 1/4096 = 2.5 That is, if we had a large number of plasmids of this size and base composition, the number of cleavages per plasmid, averaged over all of the plasmids, would be 2.5. Any individual plasmid would be cut a specific number of times (0, 1, 2, 3,...), but the average need not be an integer. The expected number of events is fundamental to the Poisson distribution, where it is usually called µ (i.e., the Greek letter mu). By the way, when the expected number is very small (<<1), it is a good approximation of the probability of one or more events occurring; but it assuming that this is always true will get you in trouble.

Poker Probability from Wikipedia. Frequency of 5-card poker hands 36 0.00139% 0.00154% 72,192.33 : 1

Poker Probability from Wikipedia. Frequency of 5-card poker hands 36 0.00139% 0.00154% 72,192.33 : 1 Poker Probability from Wikipedia Frequency of 5-card poker hands The following enumerates the frequency of each hand, given all combinations of 5 cards randomly drawn from a full deck of 52 without replacement.

More information

Question 1 Formatted: Formatted: Formatted: Formatted:

Question 1 Formatted: Formatted: Formatted: Formatted: In many situations in life, we are presented with opportunities to evaluate probabilities of events occurring and make judgments and decisions from this information. In this paper, we will explore four

More information

Probabilities. Probability of a event. From Random Variables to Events. From Random Variables to Events. Probability Theory I

Probabilities. Probability of a event. From Random Variables to Events. From Random Variables to Events. Probability Theory I Victor Adamchi Danny Sleator Great Theoretical Ideas In Computer Science Probability Theory I CS 5-25 Spring 200 Lecture Feb. 6, 200 Carnegie Mellon University We will consider chance experiments with

More information

Problem sets for BUEC 333 Part 1: Probability and Statistics

Problem sets for BUEC 333 Part 1: Probability and Statistics Problem sets for BUEC 333 Part 1: Probability and Statistics I will indicate the relevant exercises for each week at the end of the Wednesday lecture. Numbered exercises are back-of-chapter exercises from

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 Introduction to Discrete Probability Probability theory has its origins in gambling analyzing card games, dice,

More information

Introductory Probability. MATH 107: Finite Mathematics University of Louisville. March 5, 2014

Introductory Probability. MATH 107: Finite Mathematics University of Louisville. March 5, 2014 Introductory Probability MATH 07: Finite Mathematics University of Louisville March 5, 204 What is probability? Counting and probability 2 / 3 Probability in our daily lives We see chances, odds, and probabilities

More information

The overall size of these chance errors is measured by their RMS HALF THE NUMBER OF TOSSES NUMBER OF HEADS MINUS 0 400 800 1200 1600 NUMBER OF TOSSES

The overall size of these chance errors is measured by their RMS HALF THE NUMBER OF TOSSES NUMBER OF HEADS MINUS 0 400 800 1200 1600 NUMBER OF TOSSES INTRODUCTION TO CHANCE VARIABILITY WHAT DOES THE LAW OF AVERAGES SAY? 4 coins were tossed 1600 times each, and the chance error number of heads half the number of tosses was plotted against the number

More information

Introduction to Discrete Probability. Terminology. Probability definition. 22c:19, section 6.x Hantao Zhang

Introduction to Discrete Probability. Terminology. Probability definition. 22c:19, section 6.x Hantao Zhang Introduction to Discrete Probability 22c:19, section 6.x Hantao Zhang 1 Terminology Experiment A repeatable procedure that yields one of a given set of outcomes Rolling a die, for example Sample space

More information

Lecture 13. Understanding Probability and Long-Term Expectations

Lecture 13. Understanding Probability and Long-Term Expectations Lecture 13 Understanding Probability and Long-Term Expectations Thinking Challenge What s the probability of getting a head on the toss of a single fair coin? Use a scale from 0 (no way) to 1 (sure thing).

More information

Week 2: Conditional Probability and Bayes formula

Week 2: Conditional Probability and Bayes formula Week 2: Conditional Probability and Bayes formula We ask the following question: suppose we know that a certain event B has occurred. How does this impact the probability of some other A. This question

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

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

Section 6.2 Definition of Probability

Section 6.2 Definition of Probability Section 6.2 Definition of Probability Probability is a measure of the likelihood that an event occurs. For example, if there is a 20% chance of rain tomorrow, that means that the probability that it will

More information

Ch. 13.3: More about Probability

Ch. 13.3: More about Probability Ch. 13.3: More about Probability Complementary Probabilities Given any event, E, of some sample space, U, of a random experiment, we can always talk about the complement, E, of that event: this is the

More information

How to Calculate the Probabilities of Winning the Nine PowerBall Prize Levels:

How to Calculate the Probabilities of Winning the Nine PowerBall Prize Levels: How to Calculate the Probabilities of Winning the Nine PowerBall Prize Levels: Powerball numbers are drawn from two sets of numbers. Five numbers are drawn from one set of 59 numbered white balls and one

More information

How to Calculate the Probabilities of Winning the Eight LUCKY MONEY Prize Levels:

How to Calculate the Probabilities of Winning the Eight LUCKY MONEY Prize Levels: How to Calculate the Probabilities of Winning the Eight LUCKY MONEY Prize Levels: LUCKY MONEY numbers are drawn from two sets of numbers. Four numbers are drawn from one set of 47 numbered white balls

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

36 Odds, Expected Value, and Conditional Probability

36 Odds, Expected Value, and Conditional Probability 36 Odds, Expected Value, and Conditional Probability What s the difference between probabilities and odds? To answer this question, let s consider a game that involves rolling a die. If one gets the face

More information

Chapter 5 Section 2 day 1 2014f.notebook. November 17, 2014. Honors Statistics

Chapter 5 Section 2 day 1 2014f.notebook. November 17, 2014. Honors Statistics Chapter 5 Section 2 day 1 2014f.notebook November 17, 2014 Honors Statistics Monday November 17, 2014 1 1. Welcome to class Daily Agenda 2. Please find folder and take your seat. 3. Review Homework C5#3

More information

Formula for Theoretical Probability

Formula for Theoretical Probability Notes Name: Date: Period: Probability I. Probability A. Vocabulary is the chance/ likelihood of some event occurring. Ex) The probability of rolling a for a six-faced die is 6. It is read as in 6 or out

More information

Chapter 3. Probability

Chapter 3. Probability Chapter 3 Probability Every Day, each us makes decisions based on uncertainty. Should you buy an extended warranty for your new DVD player? It depends on the likelihood that it will fail during the warranty.

More information

Casino Gaming Rule 2010

Casino Gaming Rule 2010 Queensland Office of Liquor and Gaming Regulation Casino Gaming Rule 2010 This Rule is prepared by the Queensland Office of Liquor and Gaming Regulation 2010 V6 1 Queensland Contents Part 1 Preliminary...

More information

Math 55: Discrete Mathematics

Math 55: Discrete Mathematics Math 55: Discrete Mathematics UC Berkeley, Fall 2011 Homework # 7, due Wedneday, March 14 Happy Pi Day! (If any errors are spotted, please email them to morrison at math dot berkeley dot edu..5.10 A croissant

More information

Probability: The Study of Randomness Randomness and Probability Models. IPS Chapters 4 Sections 4.1 4.2

Probability: The Study of Randomness Randomness and Probability Models. IPS Chapters 4 Sections 4.1 4.2 Probability: The Study of Randomness Randomness and Probability Models IPS Chapters 4 Sections 4.1 4.2 Chapter 4 Overview Key Concepts Random Experiment/Process Sample Space Events Probability Models Probability

More information

Probability definitions

Probability definitions Probability definitions 1. Probability of an event = chance that the event will occur. 2. Experiment = any action or process that generates observations. In some contexts, we speak of a data-generating

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

Optimal Drawing Strategy for Deuces Wild Video Poker Stephen Jensen

Optimal Drawing Strategy for Deuces Wild Video Poker Stephen Jensen Optimal Drawing Strategy for Deuces Wild Video Poker Stephen Jensen Abstract Video poker, an extremely popular computerized version of the traditional game of poker, offers many opportunities for mathematical

More information

GAMES WITH ONE DIE Games where you only use a single die can be plenty exciting indeed. Here are two good examples of this!

GAMES WITH ONE DIE Games where you only use a single die can be plenty exciting indeed. Here are two good examples of this! [TACTIC rules for dice games] Here are 21 different dice games, with one, two, three or even more dice. We wish you lots of enjoyment! GAMES WITH ONE DIE Games where you only use a single die can be plenty

More information

Stat 20: Intro to Probability and Statistics

Stat 20: Intro to Probability and Statistics Stat 20: Intro to Probability and Statistics Lecture 16: More Box Models Tessa L. Childers-Day UC Berkeley 22 July 2014 By the end of this lecture... You will be able to: Determine what we expect the sum

More information

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? ECS20 Discrete Mathematics Quarter: Spring 2007 Instructor: John Steinberger Assistant: Sophie Engle (prepared by Sophie Engle) Homework 8 Hints Due Wednesday June 6 th 2007 Section 6.1 #16 What is the

More information

Find the indicated probability. 1) If a single fair die is rolled, find the probability of a 4 given that the number rolled is odd.

Find the indicated probability. 1) If a single fair die is rolled, find the probability of a 4 given that the number rolled is odd. Math 0 Practice Test 3 Fall 2009 Covers 7.5, 8.-8.3 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the indicated probability. ) If a single

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

Definition and Calculus of Probability

Definition and Calculus of Probability In experiments with multivariate outcome variable, knowledge of the value of one variable may help predict another. For now, the word prediction will mean update the probabilities of events regarding the

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Ch. 4 Discrete Probability Distributions 4.1 Probability Distributions 1 Decide if a Random Variable is Discrete or Continuous 1) State whether the variable is discrete or continuous. The number of cups

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

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University

Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University Lecture 1 Introduction Properties of Probability Methods of Enumeration Asrat Temesgen Stockholm University 1 Chapter 1 Probability 1.1 Basic Concepts In the study of statistics, we consider experiments

More information

Rules of core casino games in Great Britain

Rules of core casino games in Great Britain Rules of core casino games in Great Britain June 2011 Contents 1 Introduction 3 2 American Roulette 4 3 Blackjack 5 4 Punto Banco 7 5 Three Card Poker 9 6 Dice/Craps 11 2 1 Introduction 1.1 This document

More information

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52.

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52. Chapter 6 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? 4/52. 2. What is the probability that a randomly selected integer chosen from the first 100 positive

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide an appropriate response. 1) A coin is tossed. Find the probability that the result

More information

The Normal Approximation to Probability Histograms. Dice: Throw a single die twice. The Probability Histogram: Area = Probability. Where are we going?

The Normal Approximation to Probability Histograms. Dice: Throw a single die twice. The Probability Histogram: Area = Probability. Where are we going? The Normal Approximation to Probability Histograms Where are we going? Probability histograms The normal approximation to binomial histograms The normal approximation to probability histograms of sums

More information

PROBABILITY SECOND EDITION

PROBABILITY SECOND EDITION PROBABILITY SECOND EDITION Table of Contents How to Use This Series........................................... v Foreword..................................................... vi Basics 1. Probability All

More information

Practical Probability:

Practical Probability: Practical Probability: Casino Odds and Sucker Bets Tom Davis tomrdavis@earthlink.net April 2, 2011 Abstract Gambling casinos are there to make money, so in almost every instance, the games you can bet

More information

Probabilities of Poker Hands with Variations

Probabilities of Poker Hands with Variations Probabilities of Poker Hands with Variations Jeff Duda Acknowledgements: Brian Alspach and Yiu Poon for providing a means to check my numbers Poker is one of the many games involving the use of a 52-card

More information

Probability. a number between 0 and 1 that indicates how likely it is that a specific event or set of events will occur.

Probability. a number between 0 and 1 that indicates how likely it is that a specific event or set of events will occur. Probability Probability Simple experiment Sample space Sample point, or elementary event Event, or event class Mutually exclusive outcomes Independent events a number between 0 and 1 that indicates how

More information

PROBABILITY. SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and 1.

PROBABILITY. SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and 1. PROBABILITY SIMPLE PROBABILITY SIMPLE PROBABILITY is the likelihood that a specific event will occur, represented by a number between 0 and. There are two categories of simple probabilities. THEORETICAL

More information

Exam. Name. How many distinguishable permutations of letters are possible in the word? 1) CRITICS

Exam. Name. How many distinguishable permutations of letters are possible in the word? 1) CRITICS Exam Name How many distinguishable permutations of letters are possible in the word? 1) CRITICS 2) GIGGLE An order of award presentations has been devised for seven people: Jeff, Karen, Lyle, Maria, Norm,

More information

Bayesian Tutorial (Sheet Updated 20 March)

Bayesian Tutorial (Sheet Updated 20 March) Bayesian Tutorial (Sheet Updated 20 March) Practice Questions (for discussing in Class) Week starting 21 March 2016 1. What is the probability that the total of two dice will be greater than 8, given that

More information

AP Stats - Probability Review

AP Stats - Probability Review AP Stats - Probability Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. I toss a penny and observe whether it lands heads up or tails up. Suppose

More information

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions.

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

More information

Lesson 1. Basics of Probability. Principles of Mathematics 12: Explained! www.math12.com 314

Lesson 1. Basics of Probability. Principles of Mathematics 12: Explained! www.math12.com 314 Lesson 1 Basics of Probability www.math12.com 314 Sample Spaces: Probability Lesson 1 Part I: Basic Elements of Probability Consider the following situation: A six sided die is rolled The sample space

More information

Thursday, October 18, 2001 Page: 1 STAT 305. Solutions

Thursday, October 18, 2001 Page: 1 STAT 305. Solutions Thursday, October 18, 2001 Page: 1 1. Page 226 numbers 2 3. STAT 305 Solutions S has eight states Notice that the first two letters in state n +1 must match the last two letters in state n because they

More information

Combinatorics 3 poker hands and Some general probability

Combinatorics 3 poker hands and Some general probability Combinatorics 3 poker hands and Some general probability Play cards 13 ranks Heart 4 Suits Spade Diamond Club Total: 4X13=52 cards You pick one card from a shuffled deck. What is the probability that it

More information

Example Hand Say you are dealt the following cards: Suits Suits are ranked in the following order.

Example Hand Say you are dealt the following cards: Suits Suits are ranked in the following order. Chinese Poker or 13 Card Poker This game is played with 4 players. Each player is dealt 13 cards. The object is to arrange them into 3 groups: one consisting of 3 cards (front hand), and two consisting

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

Example Hand. Suits Suits are ranked in the following order. Suits Spade (highest rank)

Example Hand. Suits Suits are ranked in the following order. Suits Spade (highest rank) Chinese Poker or 13 Card Poker There are 3 or 4 players (3 in Double Combo variation, 4 in all other variations). Each player is dealt 13 cards. The object is to arrange them into 3 groups: one consisting

More information

1 Combinations, Permutations, and Elementary Probability

1 Combinations, Permutations, and Elementary Probability 1 Combinations, Permutations, and Elementary Probability Roughly speaking, Permutations are ways of grouping things where the order is important. Combinations are ways of grouping things where the order

More information

ECE302 Spring 2006 HW1 Solutions January 16, 2006 1

ECE302 Spring 2006 HW1 Solutions January 16, 2006 1 ECE302 Spring 2006 HW1 Solutions January 16, 2006 1 Solutions to HW1 Note: These solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in italics

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

Lotto Master Formula (v1.3) The Formula Used By Lottery Winners

Lotto Master Formula (v1.3) The Formula Used By Lottery Winners Lotto Master Formula (v.) The Formula Used By Lottery Winners I. Introduction This book is designed to provide you with all of the knowledge that you will need to be a consistent winner in your local lottery

More information

How to Play. Player vs. Dealer

How to Play. Player vs. Dealer How to Play You receive five cards to make your best four-card poker hand. A four-card Straight is a Straight, a four-card Flush is a Flush, etc. Player vs. Dealer Make equal bets on the Ante and Super

More information

Chapter 5 A Survey of Probability Concepts

Chapter 5 A Survey of Probability Concepts Chapter 5 A Survey of Probability Concepts True/False 1. Based on a classical approach, the probability of an event is defined as the number of favorable outcomes divided by the total number of possible

More information

R Simulations: Monty Hall problem

R Simulations: Monty Hall problem R Simulations: Monty Hall problem Monte Carlo Simulations Monty Hall Problem Statistical Analysis Simulation in R Exercise 1: A Gift Giving Puzzle Exercise 2: Gambling Problem R Simulations: Monty Hall

More information

The mathematical branch of probability has its

The mathematical branch of probability has its ACTIVITIES for students Matthew A. Carlton and Mary V. Mortlock Teaching Probability and Statistics through Game Shows The mathematical branch of probability has its origins in games and gambling. And

More information

Russian Roulette. it 3. Stephen McGanty 1743 2nd St. Manhattan Beach, CA 90266 (US) (21) Appl.No.: 11/030,757 5 S

Russian Roulette. it 3. Stephen McGanty 1743 2nd St. Manhattan Beach, CA 90266 (US) (21) Appl.No.: 11/030,757 5 S US 20060151948A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2006/0151948 A1 McGanty et al. (43) Pub. Date: Jul. 13, 2006 (54) RUSSIAN ROULETTE BOARD GAME (76) Inventors: Stephen

More information

Fundamentals of Probability

Fundamentals of Probability Fundamentals of Probability Introduction Probability is the likelihood that an event will occur under a set of given conditions. The probability of an event occurring has a value between 0 and 1. An impossible

More information

Slots... 1. seven card stud...22

Slots... 1. seven card stud...22 GAMING GUIDE table of contents Slots... 1 Blackjack...3 Lucky Ladies...5 Craps...7 Roulette... 13 Three Card Poker... 15 Four Card Poker... 17 Texas Hold em Bonus Poker... 18 omaha Poker... 21 seven card

More information

The game of roulette is played by throwing a small ball onto a rotating wheel with thirty seven numbered sectors.

The game of roulette is played by throwing a small ball onto a rotating wheel with thirty seven numbered sectors. LIVE ROULETTE The game of roulette is played by throwing a small ball onto a rotating wheel with thirty seven numbered sectors. The ball stops on one of these sectors. The aim of roulette is to predict

More information

Solutions to Problem Set 1

Solutions to Problem Set 1 Cornell University, Physics Department Fall 2013 PHYS-3341 Statistical Physics Prof. Itai Cohen Solutions to Problem Set 1 David C. Tsang, Woosong Choi, Philip Kidd, Igor Segota, Yariv Yanay 1.3 Birthday

More information

Decision Making Under Uncertainty. Professor Peter Cramton Economics 300

Decision Making Under Uncertainty. Professor Peter Cramton Economics 300 Decision Making Under Uncertainty Professor Peter Cramton Economics 300 Uncertainty Consumers and firms are usually uncertain about the payoffs from their choices Example 1: A farmer chooses to cultivate

More information

Probability. Sample space: all the possible outcomes of a probability experiment, i.e., the population of outcomes

Probability. Sample space: all the possible outcomes of a probability experiment, i.e., the population of outcomes Probability Basic Concepts: Probability experiment: process that leads to welldefined results, called outcomes Outcome: result of a single trial of a probability experiment (a datum) Sample space: all

More information

PROBABILITY PROBABILITY

PROBABILITY PROBABILITY PROBABILITY PROBABILITY Documents prepared for use in course B0.305, New York University, Stern School of Business Types of probability page 3 The catchall term probability refers to several distinct ideas.

More information

Champion Poker Texas Hold em

Champion Poker Texas Hold em Champion Poker Texas Hold em Procedures & Training For the State of Washington 4054 Dean Martin Drive, Las Vegas, Nevada 89103 1 Procedures & Training Guidelines for Champion Poker PLAYING THE GAME Champion

More information

Conditional Probability, Hypothesis Testing, and the Monty Hall Problem

Conditional Probability, Hypothesis Testing, and the Monty Hall Problem Conditional Probability, Hypothesis Testing, and the Monty Hall Problem Ernie Croot September 17, 2008 On more than one occasion I have heard the comment Probability does not exist in the real world, and

More information

1 Bet Threat Texas Hold Em Gaming Equipment Rules of the Games Temporary Amendments: N.J.A.C. 19:40-1.2; and 19:46-1.17, 1.18 and 1.

1 Bet Threat Texas Hold Em Gaming Equipment Rules of the Games Temporary Amendments: N.J.A.C. 19:40-1.2; and 19:46-1.17, 1.18 and 1. 1 Bet Threat Texas Hold Em Gaming Equipment Rules of the Games Temporary Amendments: N.J.A.C. 19:40-1.2; and 19:46-1.17, 1.18 and 1.19 Temporary New Rules: N.J.A.C. 19:46-1.13X and 19:47-35 Authority:

More information

Ch. 13.2: Mathematical Expectation

Ch. 13.2: Mathematical Expectation Ch. 13.2: Mathematical Expectation Random Variables Very often, we are interested in sample spaces in which the outcomes are distinct real numbers. For example, in the experiment of rolling two dice, we

More information

Chapter 4: Probability and Counting Rules

Chapter 4: Probability and Counting Rules Chapter 4: Probability and Counting Rules Learning Objectives Upon successful completion of Chapter 4, you will be able to: Determine sample spaces and find the probability of an event using classical

More information

Chapter 16: law of averages

Chapter 16: law of averages Chapter 16: law of averages Context................................................................... 2 Law of averages 3 Coin tossing experiment......................................................

More information

Section 6-5 Sample Spaces and Probability

Section 6-5 Sample Spaces and Probability 492 6 SEQUENCES, SERIES, AND PROBABILITY 52. How many committees of 4 people are possible from a group of 9 people if (A) There are no restrictions? (B) Both Juan and Mary must be on the committee? (C)

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

Everyday Math Online Games (Grades 1 to 3)

Everyday Math Online Games (Grades 1 to 3) Everyday Math Online Games (Grades 1 to 3) FOR ALL GAMES At any time, click the Hint button to find out what to do next. Click the Skip Directions button to skip the directions and begin playing the game.

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

AMS 5 CHANCE VARIABILITY

AMS 5 CHANCE VARIABILITY AMS 5 CHANCE VARIABILITY The Law of Averages When tossing a fair coin the chances of tails and heads are the same: 50% and 50%. So if the coin is tossed a large number of times, the number of heads and

More information

k o G ob in d m n a a G H

k o G ob in d m n a a G H Gaming Handbook Welcome to a world of excitement This MGM Grand Detroit Gaming Guide is designed to enhance your gaming fun and total casino experience. The guide provides you with concise, easy-to-understand

More information

Statistics 100A Homework 2 Solutions

Statistics 100A Homework 2 Solutions Statistics Homework Solutions Ryan Rosario Chapter 9. retail establishment accepts either the merican Express or the VIS credit card. total of percent of its customers carry an merican Express card, 6

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

THINKING MATHEMATICS

THINKING MATHEMATICS THINKING MATHEMATICS A Refreshingly Clear Reference Series for Teachers and Students and all those seeking True and Joyous Understanding! Volume 8 PROBABILITY AND STATISTICS LEVEL: TABLE OF CONTENTS PART

More information

Combinatorics. Chapter 1. 1.1 Factorials

Combinatorics. Chapter 1. 1.1 Factorials Chapter 1 Combinatorics Copyright 2009 by David Morin, morin@physics.harvard.edu (Version 4, August 30, 2009) This file contains the first three chapters (plus some appendices) of a potential book on Probability

More information

The Calculus of Probability

The Calculus of Probability The Calculus of Probability Let A and B be events in a sample space S. Partition rule: P(A) = P(A B) + P(A B ) Example: Roll a pair of fair dice P(Total of 10) = P(Total of 10 and double) + P(Total of

More information

Determine the empirical probability that a person selected at random from the 1000 surveyed uses Mastercard.

Determine the empirical probability that a person selected at random from the 1000 surveyed uses Mastercard. Math 120 Practice Exam II Name You must show work for credit. 1) A pair of fair dice is rolled 50 times and the sum of the dots on the faces is noted. Outcome 2 4 5 6 7 8 9 10 11 12 Frequency 6 8 8 1 5

More information

Complement. If A is an event, then the complement of A, written A c, means all the possible outcomes that are not in A.

Complement. If A is an event, then the complement of A, written A c, means all the possible outcomes that are not in A. Complement If A is an event, then the complement of A, written A c, means all the possible outcomes that are not in A. For example, if A is the event UNC wins at least 5 football games, then A c is the

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

E3: PROBABILITY AND STATISTICS lecture notes

E3: PROBABILITY AND STATISTICS lecture notes E3: PROBABILITY AND STATISTICS lecture notes 2 Contents 1 PROBABILITY THEORY 7 1.1 Experiments and random events............................ 7 1.2 Certain event. Impossible event............................

More information

Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations)

Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations) Lesson Plans for (9 th Grade Main Lesson) Possibility & Probability (including Permutations and Combinations) Note: At my school, there is only room for one math main lesson block in ninth grade. Therefore,

More information

14.4. Expected Value Objectives. Expected Value

14.4. Expected Value Objectives. Expected Value . Expected Value Objectives. Understand the meaning of expected value. 2. Calculate the expected value of lotteries and games of chance.. Use expected value to solve applied problems. Life and Health Insurers

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

5.3. Generalized Permutations and Combinations

5.3. Generalized Permutations and Combinations 53 GENERALIZED PERMUTATIONS AND COMBINATIONS 73 53 Geeralized Permutatios ad Combiatios 53 Permutatios with Repeated Elemets Assume that we have a alphabet with letters ad we wat to write all possible

More information

A probability experiment is a chance process that leads to well-defined outcomes. 3) What is the difference between an outcome and an event?

A probability experiment is a chance process that leads to well-defined outcomes. 3) What is the difference between an outcome and an event? Ch 4.2 pg.191~(1-10 all), 12 (a, c, e, g), 13, 14, (a, b, c, d, e, h, i, j), 17, 21, 25, 31, 32. 1) What is a probability experiment? A probability experiment is a chance process that leads to well-defined

More information

on a table having positions for six players on one side of the table 1. A true to scale rendering and a color photograph of the

on a table having positions for six players on one side of the table 1. A true to scale rendering and a color photograph of the Full text of the proposal follows (additions indicated in boldface thus; deletions indicated in brackets [thus]): 13:69E 1.13M Boston 5 stud poker table; boston 7 stud poker table; physical characteristics

More information

RULES AND DEALING PROCEDURES

RULES AND DEALING PROCEDURES RULES AND DEALING PROCEDURES The object of DJ Wild Stud Poker is to have a higher five-card poker hand than the dealer. The game is played with a 53-card deck with the joker and all deuces serving as fully-wild

More information

Exam 3 Review/WIR 9 These problems will be started in class on April 7 and continued on April 8 at the WIR.

Exam 3 Review/WIR 9 These problems will be started in class on April 7 and continued on April 8 at the WIR. Exam 3 Review/WIR 9 These problems will be started in class on April 7 and continued on April 8 at the WIR. 1. Urn A contains 6 white marbles and 4 red marbles. Urn B contains 3 red marbles and two white

More information