Lahore University of Management Sciences

Size: px
Start display at page:

Download "Lahore University of Management Sciences"

Transcription

1 Lahore University of Management Sciences CMPE 501: Applied Probability (Fall 2010) Homework 3: Solution 1. A candy factory has an endless supply of red, orange, yellow, green, blue and violet jelly beans. The factory packages the jelly beans into jars of 100 jelly beans each. One possible color distribution, for example, is a jar of 56 red, 22 yellow and 22 green jelly beans. As a marketing gimmick, the factory guarantees that no two jars have the same color distribution. What is the maximum number of jars that the factory can produce? Note: This is the same as asking how many different combinations (i.e. the order of the selection does not matter) can you have if you select k = 100 items with replacement from a bag containing n = 6 distinct items. Think of having a total of 100 slots for the jelly beans. The jelly beans are placed in these 100 slots in order of their color, so that we first have all the red ones (if any), then all the orange ones (if any) and so on. We also place 5 markers to seperate jelly beans of different colors. This gives us a total of 105 possible slots for the jelly beans and the markers. Each placement of the markers gives a unique distribution of colors. Two markers next to each other would mean that we do not have any beans of that particular color. E.g. The distribution above (56 red, 22 yellow and 22 green) would be represented by markers at slots number 57, 58, 81, 104 and 105. Now, the total number of ways we can place the 5 markers in the 105 slots gives us the total number of jars possible. Therefore the total number of jars possible is ( ) Two balls are chosen randomly from a bag containing 8 white, 4 black and 2 orange balls. Suppose that we win $2 for each black ball selected and we lose $1 for each white ball selected. Let X denote our winnings. Find the PMF of X. It s easy to see that the possible values of X are -2, -1, 0, 1, 2 and 4. Using the obvious notation for the color of the two balls selected: p X ( 2) = P(WW) = = 28 1 p X ( 1) = P(OW) + P(WO) = 2 14 p X (0) = P(OO) = = = 16 1 p X (1) = P(BW) + P(WB) = = 32 1 p X (2) = P(OB) + P(BO) = = 8 1 p X (4) = P(BB) = = 6 1 Page 1

2 3. The random variable X has the following PMF { c(1 + x) if x = 1,2,3, 4, 5 p X (x) = (a) Find the value of the constant c. We begin with x p X(x) = 1: This gives c = 1/20. (b) Find P(X 1), P(X 2) and P(X 5) p X (x) = c(2) + c(3) + c(4) + c(5) + c(6) = 1 x i. P(X 1) = p X (1) = c(1 + 1) = 1/10 ii. P(X 2) = p X (1) + p X (2) = c(1 + 1) + c(1 + 2) = 1/4 5 iii. P(X 5) = p X (x) = 1 x=1 (c) Find P(X { u : 2 u 15}) P ( X { u : 2 u 15} ) = P(X {2,3}) = p X (2) + p X (3) = c(3) + c(4) = 7/20 4. A packet communication system consists of a buffer that stores packets from some source, and a communication line that retrieves packets from the buffer and transmits them to a receiver. The system operates in time-slot pairs. In the first slot, the system stores a number of packets that are generated by the source according to a Poisson PMF with parameter λ, however, the maximum number of packets that can be stored is a given integer b, and packets arriving to a full buffer are discarded. In the second slot, the system transmits either all the stored packets or c packets (whichever is less). Here, c is a given integer with 0 < c < b. (a) Assuming that at the beginning of the first slot the buffer is empty, find the PMF of the number of packets stored at the end of the first slot and at the end of the second slot. Let X be the number of packets stored at the end of the first slot. For x < b, P(X = x) is the same as the probability that x packets are generated by the source. For x = b, P(X = x) is the same as the probability that b or more packets are generated at the source. We cannot have more than x = b packets in the buffer after slot 1. Page 2

3 Therefore e λλx for 0 x < b x! p X (x) = e λλx x! = 1 b 1 e λλx for x = b x! x=b x=0 0 for x > b Let Y be the number of packets stored at the end of the second slot. For all x c packets in the buffer after slot 1 we will have y = 0 packets after slot 2. For all c < x < b packets in the buffer after slot 1 we will have y = x c packets after slot 2. For x = b packets in the buffer after slot 1 we will have y = b c packets after slot 2. Therefore c p X (x) = x=0 c x=0 e λλx x! for y = 0 p X (y + c) = e λ λy+c for 0 < y < b c p Y (y) = (y + c)! b 1 p X (b) = 1 e λλx for y = b c x! x=0 (b) What is the probability that some packets get discarded during the first slot? The probability that some packets get discarded during the first slot is the same as the probability of the source generating k > b packets. This is given by k=b+1 p X (k) = 1 b p X (k) = 1 k=0 b k=0 e λλk k! 5. You just rented a large house and the realtor gave you 5 keys, one for each of the 5 doors of the house. Unfortunately, all keys look identical, so to open the front door, you try them at random. (a) Find the PMF of the number of trials you will need to open the door, under the following alternative assumptions: i. after an unsuccessful trial, you mark the corresponding key, so that you never try it again, and Let X be the number of trials needed to open the door. Let K i be the event that the ith key opens the door. So we have: p X (1) = P(K 1 ) = 1 5 p X (2) = P(K c 1)P(K 2 K c 1) = = 1 5 p X (3) = P(K c 1)P(K c 2 K c 1)P(K 3 K c 2 K c 1) = = 1 5 Page 3

4 Proceeding similarly we see that p X (k) = 1 5 for k = 1, 2,,5 We can also view the problem as ordering the keys in advance and then trying them in succession, in which case the probability of any of the five keys being correct is 1/5. ii. at each trial you are equally likely to choose any key. Let X be the number of trials needed to open the door. In this case, X is a geometric random variable with p = 1/5 and its PMF is p X (k) = 1 ( ) 4 k 1 5, k 1. 5 (b) (Optional) Repeat part (a) for the case where the realtor gave you an extra duplicate key for each of the 5 doors. i. As before, let X be the number of trials needed to open the door. Let K i be the event that the ith key opens the door. So we have: p X (1) = P(K 1 ) = 2 10 p X (2) = P(K c 1)P(K 2 K c 1) = = 16 0 p X (3) = P(K c 1)P(K c 2 K c 1)P(K 3 K c 2 K c 1) = = 14 0 Proceeding similarly we see that p X (k) = 2(10 k) 0 for k = 1,2,,10 We can also view the problem as ordering the keys in advance and then trying them in succession. The total number of ways we can order 10 keys is 10!. To take k trials to open the door, we have 2 possible keys for the kth position. For each of these 2 possibilities, the other (duplicate) key has to be one of the remaining 10 k keys (otherwise we would have needed less than k trails). The number of ways we can place the duplicate key in the last 10 k positions is 10 k. This gives us a total of 2(10 k) possible positions for the two correct keys. The remaining 8 keys can be placed in the remaining 8 positions in a total of 8! ways. Combining this we get: p X (k) = 2(10 k)8! 10! = 2(10 k) 0 as before. ii. As in part (a) above, the number of trails needed is a geometric random variable with p = 1/5 and its PMF is p X (k) = 1 ( ) 4 k 1 5, k 1. 5 Page 4

5 6. Two fair, three-sided dice 2 are rolled simultaneously. (a) Let X be the sum of the two rolls. Calculate the PMF, the expected value, and the variance of X. i. The PMF is ii. The expected value is: iii. The variance is E[X] = x = 2 = 4 1/ if k = 2 or k = 6 2/ if k = 3 or k = 5 p X (k) = 3/ if k = 4 xp X (x) ( ) var(x) = E [ (X E[X]) 2] = x (x E[X]) 2 p X (x) ( ) ( ) ( ) ( ) 1 = 1 (2 4)2 + 2 (3 4)2 + 3 (4 4)2 + 2 (5 4)2 + 1 (6 4)2 = 4/3 (b) (Optional) Repeat part (a) for the case where X is the square of the sum of the two rolls. i. The PMF is ii. The expected value is: E[X] = x = 4 = 52/3 1/ if k = 4 or k = 36 2/ if k = or k = 25 p X (k) = 3/ if k = 16 xp X (x) ( ) 1 + ( ) ( ) ( ) ( ) 1 2 One can t really build a three-sided die, but it is nevertheless a well-defined probabilistic model. Page 5

6 iii. The variance is var(x) = E [ (X E[X]) 2] = x = 1 (x E[X]) 2 p X (x) ( = 788/ ) ( 52 3 ) ( ) ( ) ( ) Consider another game played with dice. Each of two players rolls a fair, four-sided die. Player A scores the maximum of the two dice minus 1, which is denoted by X. Player B scores the minimum of the two dice, which is denoted by Y. (a) Find the expectations of X, Y, and X Y. The tables below show the 16 possible outcomes for the two dice and the values of X, Y and X Y. X Die 2 Die Y Die 2 Die X Y Die 2 Die Since all 16 possible outcomes are equally likely, we can write the PMFs for X, Y and Z = X Y directly from the tables: 1/16 if x = 0 7/16 if y = 1 4/16 if z = 1 3/16 if x = 1 p X (x) = 5/16 if x = 2 7/16 if x = 3 Now the expected values are given by: 5/16 if y = 2 p Y (y) = 3/16 if y = 3 1/16 if y = 4 6/16 if z = 0 p Z (z) = 4/16 if z = 1 2/16 if z = 2 E[X] = x E[Y ] = y E[Z] = z xp X (x) = 17/8 yp Y (y) = 15/8 zp Z (z) = 1/4 Alternately, we could have calculated E[Z] without calculating the PMF of Z as E[Z] = E[X Y ] = E[X] E[Y ] = = 1 4 as before. Note that this does not require X and Y to be independent. Page 6

7 (b) Find the variances of X, Y, and X Y. We can calculate the variance of X (and similarly Y and Z = X Y ) by using the formula: var(x) = E [ (X E[X]) 2] = (x E[X])p X (x). x We will instead use the simpler formula var(x) = E [ X 2] (E[X]) 2 Using the PMFs for X, Y and Z = X Y calculated in part (a) above we have: E [ X 2] = ( ) ( ) ( ) ( ) x 2 p X (x) = = x E [ Y 2] = ( ) ( ) ( ) ( ) y 2 p Y (y) = = y E [ Z 2] = ( ) ( ) ( ) ( ) z 2 p Z (z) = ( 1) = z The variance is then given by: var(x) = E [ X 2] (E[X]) 2 = 43 ( ) = var(y ) = E [ Y 2] (E[Y ]) 2 = 35 ( ) = var(z) = E [ Z 2] ( ) 1 2 (E[Z]) 2 = 1 = Note that since X and Y are not independent, var(z) var(x) ± var(y ) (or any other combination of var(x) and var(y )) and therefore we had to use the PMF of Z to calculate the var(z). 8. (Chapter 1 Problem 7): Form of the Poisson PMF. Let X be the Poisson random variable with parameter λ. Show that P(X = k) increases monotonically with k up to the point where k reaches the largest integer not exceeding λ, and after that decreases monotonically with k. See text book.. Consider a so-called binary symmetric channel shown below. The error rate is p = 0.2 meaning that the probability that a 0 (or 1) at the input will be changed to a 1 (or 0) at the output is p = 0.2 p = p = p = Page 7

8 The input consists of a binary sequence of 0s and 1s, which are independent. Let E be a random variable equal to the number of errors made in the transmission of five eight-bit words (for a total of 40 binary digits). (a) What is the PMF of E? Since the probability of error for any bit (0 or 1) is 0.2, E is a binomial random variable with n = 40 and p = 0.2. The PMF of E is therefore given by: ( ) ( ) n 40 p E (k) = p k (1 p) n k = (0.2) k (0.8) (40 k) k k (b) What is the probability of at least 38 error-less digits being transmitted? P(at least 38 error-less digits) = P(E 2) = p E (0) + p E (1) + p E (2) ( ) 40 = (0.2) 0 (0.8) = ( 40 1 ) (0.2) 1 (0.8) 3 + ( ) 40 (0.2) 2 (0.8) 38 2 (c) Let p = and assume that 10 6 binary digits are transmitted per second. What is the probability of at least one error in a minute? The number of binary digits transmitted in one minute = n = Optional Questions P(at least 1 error) = P(E 1) = 1 P(E < 1) = 1 p E (0) ( ) = 1 ( ) = Alice and Bob love to challenge each other to coin tossing contests. On one particular day, Alice brings 2n + 1 fair coins, and lets Bob toss n + 1 coins, while she tosses the remaining n coins. Show that the probability that after all the coins have been tossed Bob will have gotten more heads than Alice is 1/2. 2. A salesman has scheduled two appointments to sell encyclopedias. His first appointment will lead to a sale with probability 0.3, and his second will lead independently to a sale with probability 0.6. Any sale made is equally likely to be either for the deluxe model, which costs $1000, or the standard model, which costs $500. Determine the PMF of X, the total dollar value of all sales. Page 8

9 3. Five distinct numbers are randomly distributed to players numbered 1 to 5. Whenever two players compare their numbers, the one with the higher one is declared the winner. Initially, players 1 and 2 compare their numbers; the winner then compares with player 3, and so on. Let X denote the number of tmes player 1 is a winner. Find P(X = i) for i = 0,1, 2,3,4. 4. (Chapter 1 Problem 6): Form of the Binomial PMF. Consider the binomial random variable X with parameters n and p. Show that, as k increases, the PMF p X (k) first increases monotonically and then decreases monotonically, with the maximum obtained when k is the largest integer that is less or equal to (n + 1)p. 5. (Chapter 2 Problem 8) Justification of the Poisson approximation property Consider the PMF of the binomial random variable with parameters n and p. Show that asymptotically, as n, p 0, while np is fixed at a given scalar λ, this PMF approaches the PMF of the Poisson random variable with parameter λ. Page

Probabilistic Strategies: Solutions

Probabilistic Strategies: Solutions Probability Victor Xu Probabilistic Strategies: Solutions Western PA ARML Practice April 3, 2016 1 Problems 1. You roll two 6-sided dice. What s the probability of rolling at least one 6? There is a 1

More information

Feb 7 Homework Solutions Math 151, Winter 2012. Chapter 4 Problems (pages 172-179)

Feb 7 Homework Solutions Math 151, Winter 2012. Chapter 4 Problems (pages 172-179) Feb 7 Homework Solutions Math 151, Winter 2012 Chapter Problems (pages 172-179) Problem 3 Three dice are rolled. By assuming that each of the 6 3 216 possible outcomes is equally likely, find the probabilities

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

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

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

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

Math 3C Homework 3 Solutions

Math 3C Homework 3 Solutions Math 3C Homework 3 s Ilhwan Jo and Akemi Kashiwada ilhwanjo@math.ucla.edu, akashiwada@ucla.edu Assignment: Section 2.3 Problems 2, 7, 8, 9,, 3, 5, 8, 2, 22, 29, 3, 32 2. You draw three cards from a standard

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

ST 371 (IV): Discrete Random Variables

ST 371 (IV): Discrete Random Variables ST 371 (IV): Discrete Random Variables 1 Random Variables A random variable (rv) is a function that is defined on the sample space of the experiment and that assigns a numerical variable to each possible

More information

2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways.

2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways. Math 142 September 27, 2011 1. How many ways can 9 people be arranged in order? 9! = 362,880 ways 2. How many ways can the letters in PHOENIX be rearranged? 7! = 5,040 ways. 3. The letters in MATH are

More information

6 PROBABILITY GENERATING FUNCTIONS

6 PROBABILITY GENERATING FUNCTIONS 6 PROBABILITY GENERATING FUNCTIONS Certain derivations presented in this course have been somewhat heavy on algebra. For example, determining the expectation of the Binomial distribution (page 5.1 turned

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

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

Introduction to Probability 2nd Edition Problem Solutions

Introduction to Probability 2nd Edition Problem Solutions Introduction to Probability nd Edition Problem Solutions (last updated: 9/8/5) c Dimitri P. Bertsekas and John N. Tsitsiklis Massachusetts Institute of Technology WWW site for book information and orders

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

WHERE DOES THE 10% CONDITION COME FROM?

WHERE DOES THE 10% CONDITION COME FROM? 1 WHERE DOES THE 10% CONDITION COME FROM? The text has mentioned The 10% Condition (at least) twice so far: p. 407 Bernoulli trials must be independent. If that assumption is violated, it is still okay

More information

Chapter 5. Discrete Probability Distributions

Chapter 5. Discrete Probability Distributions Chapter 5. Discrete Probability Distributions Chapter Problem: Did Mendel s result from plant hybridization experiments contradicts his theory? 1. Mendel s theory says that when there are two inheritable

More information

Joint Exam 1/P Sample Exam 1

Joint Exam 1/P Sample Exam 1 Joint Exam 1/P Sample Exam 1 Take this practice exam under strict exam conditions: Set a timer for 3 hours; Do not stop the timer for restroom breaks; Do not look at your notes. If you believe a question

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

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

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

University of California, Los Angeles Department of Statistics. Random variables

University of California, Los Angeles Department of Statistics. Random variables University of California, Los Angeles Department of Statistics Statistics Instructor: Nicolas Christou Random variables Discrete random variables. Continuous random variables. Discrete random variables.

More information

2. Discrete random variables

2. Discrete random variables 2. Discrete random variables Statistics and probability: 2-1 If the chance outcome of the experiment is a number, it is called a random variable. Discrete random variable: the possible outcomes can be

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

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

AP Statistics 7!3! 6!

AP Statistics 7!3! 6! Lesson 6-4 Introduction to Binomial Distributions Factorials 3!= Definition: n! = n( n 1)( n 2)...(3)(2)(1), n 0 Note: 0! = 1 (by definition) Ex. #1 Evaluate: a) 5! b) 3!(4!) c) 7!3! 6! d) 22! 21! 20!

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

Homework 4 - KEY. Jeff Brenion. June 16, 2004. Note: Many problems can be solved in more than one way; we present only a single solution here.

Homework 4 - KEY. Jeff Brenion. June 16, 2004. Note: Many problems can be solved in more than one way; we present only a single solution here. Homework 4 - KEY Jeff Brenion June 16, 2004 Note: Many problems can be solved in more than one way; we present only a single solution here. 1 Problem 2-1 Since there can be anywhere from 0 to 4 aces, the

More information

WORKED EXAMPLES 1 TOTAL PROBABILITY AND BAYES THEOREM

WORKED EXAMPLES 1 TOTAL PROBABILITY AND BAYES THEOREM WORKED EXAMPLES 1 TOTAL PROBABILITY AND BAYES THEOREM EXAMPLE 1. A biased coin (with probability of obtaining a Head equal to p > 0) is tossed repeatedly and independently until the first head is observed.

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

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

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

Section 6.1 Discrete Random variables Probability Distribution

Section 6.1 Discrete Random variables Probability Distribution Section 6.1 Discrete Random variables Probability Distribution Definitions a) Random variable is a variable whose values are determined by chance. b) Discrete Probability distribution consists of the values

More information

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k.

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k. REPEATED TRIALS Suppose you toss a fair coin one time. Let E be the event that the coin lands heads. We know from basic counting that p(e) = 1 since n(e) = 1 and 2 n(s) = 2. Now suppose we play a game

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

Random variables, probability distributions, binomial random variable

Random variables, probability distributions, binomial random variable Week 4 lecture notes. WEEK 4 page 1 Random variables, probability distributions, binomial random variable Eample 1 : Consider the eperiment of flipping a fair coin three times. The number of tails that

More information

Algebra Sequence - A Card/Board Game

Algebra Sequence - A Card/Board Game Algebra Sequence - A Card/Board Game (Based on the Sequence game by Jax, Ltd. Adapted by Shelli Temple) ASSEMBLY: Print out the game board twice, trim the excess white edges and glue into a file folder.

More information

Math 461 Fall 2006 Test 2 Solutions

Math 461 Fall 2006 Test 2 Solutions Math 461 Fall 2006 Test 2 Solutions Total points: 100. Do all questions. Explain all answers. No notes, books, or electronic devices. 1. [105+5 points] Assume X Exponential(λ). Justify the following two

More information

Statistics 100A Homework 4 Solutions

Statistics 100A Homework 4 Solutions Chapter 4 Statistics 00A Homework 4 Solutions Ryan Rosario 39. A ball is drawn from an urn containing 3 white and 3 black balls. After the ball is drawn, it is then replaced and another ball is drawn.

More information

Curriculum Design for Mathematic Lesson Probability

Curriculum Design for Mathematic Lesson Probability Curriculum Design for Mathematic Lesson Probability This curriculum design is for the 8th grade students who are going to learn Probability and trying to show the easiest way for them to go into this class.

More information

Probability, statistics and football Franka Miriam Bru ckler Paris, 2015.

Probability, statistics and football Franka Miriam Bru ckler Paris, 2015. Probability, statistics and football Franka Miriam Bru ckler Paris, 2015 Please read this before starting! Although each activity can be performed by one person only, it is suggested that you work in groups

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

6.041/6.431 Spring 2008 Quiz 2 Wednesday, April 16, 7:30-9:30 PM. SOLUTIONS

6.041/6.431 Spring 2008 Quiz 2 Wednesday, April 16, 7:30-9:30 PM. SOLUTIONS 6.4/6.43 Spring 28 Quiz 2 Wednesday, April 6, 7:3-9:3 PM. SOLUTIONS Name: Recitation Instructor: TA: 6.4/6.43: Question Part Score Out of 3 all 36 2 a 4 b 5 c 5 d 8 e 5 f 6 3 a 4 b 6 c 6 d 6 e 6 Total

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

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. Practice Test Chapter 9 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the odds. ) Two dice are rolled. What are the odds against a sum

More information

Solutions for Review Problems for Exam 2 Math 1040 1 1. You roll two fair dice. (a) Draw a tree diagram for this experiment.

Solutions for Review Problems for Exam 2 Math 1040 1 1. You roll two fair dice. (a) Draw a tree diagram for this experiment. Solutions for Review Problems for Exam 2 Math 1040 1 1. You roll two fair dice. (a) Draw a tree diagram for this experiment. 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2 3 4 5 6 1 2

More information

Some special discrete probability distributions

Some special discrete probability distributions University of California, Los Angeles Department of Statistics Statistics 100A Instructor: Nicolas Christou Some special discrete probability distributions Bernoulli random variable: It is a variable that

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

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Part 3: Discrete Uniform Distribution Binomial Distribution Sections 3-5, 3-6 Special discrete random variable distributions we will cover

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

A magician showed a magic trick where he picked one card from a standard deck. Determine what the probability is that the card will be a queen card?

A magician showed a magic trick where he picked one card from a standard deck. Determine what the probability is that the card will be a queen card? Topic : Probability Word Problems- Worksheet 1 Jill is playing cards with her friend when she draws a card from a pack of 20 cards numbered from 1 to 20. What is the probability of drawing a number that

More information

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.

More information

PERMUTATIONS AND COMBINATIONS

PERMUTATIONS AND COMBINATIONS PERMUTATIONS AND COMBINATIONS Mathematics for Elementary Teachers: A Conceptual Approach New Material for the Eighth Edition Albert B. Bennett, Jr., Laurie J. Burton and L. Ted Nelson Math 212 Extra Credit

More information

Sample Questions for Mastery #5

Sample Questions for Mastery #5 Name: Class: Date: Sample Questions for Mastery #5 Multiple Choice Identify the choice that best completes the statement or answers the question.. For which of the following binomial experiments could

More information

Math 370/408, Spring 2008 Prof. A.J. Hildebrand. Actuarial Exam Practice Problem Set 2 Solutions

Math 370/408, Spring 2008 Prof. A.J. Hildebrand. Actuarial Exam Practice Problem Set 2 Solutions Math 70/408, Spring 2008 Prof. A.J. Hildebrand Actuarial Exam Practice Problem Set 2 Solutions About this problem set: These are problems from Course /P actuarial exams that I have collected over the years,

More information

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved.

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved. 3.4 The Binomial Probability Distribution Copyright Cengage Learning. All rights reserved. The Binomial Probability Distribution There are many experiments that conform either exactly or approximately

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

Methods Used for Counting

Methods Used for Counting COUNTING METHODS From our preliminary work in probability, we often found ourselves wondering how many different scenarios there were in a given situation. In the beginning of that chapter, we merely tried

More information

Lecture 2 Binomial and Poisson Probability Distributions

Lecture 2 Binomial and Poisson Probability Distributions Lecture 2 Binomial and Poisson Probability Distributions Binomial Probability Distribution l Consider a situation where there are only two possible outcomes (a Bernoulli trial) H Example: u flipping a

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

Chapter 5. Random variables

Chapter 5. Random variables Random variables random variable numerical variable whose value is the outcome of some probabilistic experiment; we use uppercase letters, like X, to denote such a variable and lowercase letters, like

More information

The sample space for a pair of die rolls is the set. The sample space for a random number between 0 and 1 is the interval [0, 1].

The sample space for a pair of die rolls is the set. The sample space for a random number between 0 and 1 is the interval [0, 1]. Probability Theory Probability Spaces and Events Consider a random experiment with several possible outcomes. For example, we might roll a pair of dice, flip a coin three times, or choose a random real

More information

Solution (Done in class)

Solution (Done in class) MATH 115 CHAPTER 4 HOMEWORK Sections 4.1-4.2 N. PSOMAS 4.6 Winning at craps. The game of craps starts with a come-out roll where the shooter rolls a pair of dice. If the total is 7 or 11, the shooter wins

More information

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL STATIsTICs 4 IV. RANDOm VECTORs 1. JOINTLY DIsTRIBUTED RANDOm VARIABLEs If are two rom variables defined on the same sample space we define the joint

More information

Hoover High School Math League. Counting and Probability

Hoover High School Math League. Counting and Probability Hoover High School Math League Counting and Probability Problems. At a sandwich shop there are 2 kinds of bread, 5 kinds of cold cuts, 3 kinds of cheese, and 2 kinds of dressing. How many different sandwiches

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

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

Math 202-0 Quizzes Winter 2009

Math 202-0 Quizzes Winter 2009 Quiz : Basic Probability Ten Scrabble tiles are placed in a bag Four of the tiles have the letter printed on them, and there are two tiles each with the letters B, C and D on them (a) Suppose one tile

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

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

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

Introduction to Probability

Introduction to Probability Introduction to Probability EE 179, Lecture 15, Handout #24 Probability theory gives a mathematical characterization for experiments with random outcomes. coin toss life of lightbulb binary data sequence

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

Colored Hats and Logic Puzzles

Colored Hats and Logic Puzzles Colored Hats and Logic Puzzles Alex Zorn January 21, 2013 1 Introduction In this talk we ll discuss a collection of logic puzzles/games in which a number of people are given colored hats, and they try

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

Math Games For Skills and Concepts

Math Games For Skills and Concepts Math Games p.1 Math Games For Skills and Concepts Original material 2001-2006, John Golden, GVSU permission granted for educational use Other material copyright: Investigations in Number, Data and Space,

More information

Ready, Set, Go! Math Games for Serious Minds

Ready, Set, Go! Math Games for Serious Minds Math Games with Cards and Dice presented at NAGC November, 2013 Ready, Set, Go! Math Games for Serious Minds Rande McCreight Lincoln Public Schools Lincoln, Nebraska Math Games with Cards Close to 20 -

More information

That s Not Fair! ASSESSMENT #HSMA20. Benchmark Grades: 9-12

That s Not Fair! ASSESSMENT #HSMA20. Benchmark Grades: 9-12 That s Not Fair! ASSESSMENT # Benchmark Grades: 9-12 Summary: Students consider the difference between fair and unfair games, using probability to analyze games. The probability will be used to find ways

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

Statistics 100A Homework 4 Solutions

Statistics 100A Homework 4 Solutions Problem 1 For a discrete random variable X, Statistics 100A Homework 4 Solutions Ryan Rosario Note that all of the problems below as you to prove the statement. We are proving the properties of epectation

More information

Unit 4 The Bernoulli and Binomial Distributions

Unit 4 The Bernoulli and Binomial Distributions PubHlth 540 4. Bernoulli and Binomial Page 1 of 19 Unit 4 The Bernoulli and Binomial Distributions Topic 1. Review What is a Discrete Probability Distribution... 2. Statistical Expectation.. 3. The Population

More information

Review for Test 2. Chapters 4, 5 and 6

Review for Test 2. Chapters 4, 5 and 6 Review for Test 2 Chapters 4, 5 and 6 1. You roll a fair six-sided die. Find the probability of each event: a. Event A: rolling a 3 1/6 b. Event B: rolling a 7 0 c. Event C: rolling a number less than

More information

Math/Stats 342: Solutions to Homework

Math/Stats 342: Solutions to Homework Math/Stats 342: Solutions to Homework Steven Miller (sjm1@williams.edu) November 17, 2011 Abstract Below are solutions / sketches of solutions to the homework problems from Math/Stats 342: Probability

More information

Contemporary Mathematics- MAT 130. Probability. a) What is the probability of obtaining a number less than 4?

Contemporary Mathematics- MAT 130. Probability. a) What is the probability of obtaining a number less than 4? Contemporary Mathematics- MAT 30 Solve the following problems:. A fair die is tossed. What is the probability of obtaining a number less than 4? What is the probability of obtaining a number less than

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

The Math. P (x) = 5! = 1 2 3 4 5 = 120.

The Math. P (x) = 5! = 1 2 3 4 5 = 120. The Math Suppose there are n experiments, and the probability that someone gets the right answer on any given experiment is p. So in the first example above, n = 5 and p = 0.2. Let X be the number of correct

More information

Section 5 Part 2. Probability Distributions for Discrete Random Variables

Section 5 Part 2. Probability Distributions for Discrete Random Variables Section 5 Part 2 Probability Distributions for Discrete Random Variables Review and Overview So far we ve covered the following probability and probability distribution topics Probability rules Probability

More information

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability

Math/Stats 425 Introduction to Probability. 1. Uncertainty and the axioms of probability Math/Stats 425 Introduction to Probability 1. Uncertainty and the axioms of probability Processes in the real world are random if outcomes cannot be predicted with certainty. Example: coin tossing, stock

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution James H. Steiger November 10, 00 1 Topics for this Module 1. The Binomial Process. The Binomial Random Variable. The Binomial Distribution (a) Computing the Binomial pdf (b) Computing

More information

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab Monte Carlo Simulation: IEOR E4703 Fall 2004 c 2004 by Martin Haugh Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab 1 Overview of Monte Carlo Simulation 1.1 Why use simulation?

More information

PROBABILITY AND RELATIVE FREQUENCY

PROBABILITY AND RELATIVE FREQUENCY Edexcel GCSE Mathematics (Linear) 1MA0 PROBABILITY AND RELATIVE FREQUENCY Materials required for examination Ruler graduated in centimetres and millimetres, protractor, compasses, pen, HB pencil, eraser.

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

Important Probability Distributions OPRE 6301

Important Probability Distributions OPRE 6301 Important Probability Distributions OPRE 6301 Important Distributions... Certain probability distributions occur with such regularity in real-life applications that they have been given their own names.

More information

Solutions for Practice problems on proofs

Solutions for Practice problems on proofs Solutions for Practice problems on proofs Definition: (even) An integer n Z is even if and only if n = 2m for some number m Z. Definition: (odd) An integer n Z is odd if and only if n = 2m + 1 for some

More information

Chapter 5: Discrete Probability Distributions

Chapter 5: Discrete Probability Distributions Chapter 5: Discrete Probability Distributions Section 5.1: Basics of Probability Distributions As a reminder, a variable or what will be called the random variable from now on, is represented by the letter

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

Statistics 100A Homework 8 Solutions

Statistics 100A Homework 8 Solutions Part : Chapter 7 Statistics A Homework 8 Solutions Ryan Rosario. A player throws a fair die and simultaneously flips a fair coin. If the coin lands heads, then she wins twice, and if tails, the one-half

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

13.0 Central Limit Theorem

13.0 Central Limit Theorem 13.0 Central Limit Theorem Discuss Midterm/Answer Questions Box Models Expected Value and Standard Error Central Limit Theorem 1 13.1 Box Models A Box Model describes a process in terms of making repeated

More information