Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date: Distribution Distribute in anyway but normal

Size: px
Start display at page:

Download "Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date: Distribution Distribute in anyway but normal"

Transcription

1 Distribution Distribute in anyway but normal VI. DISTRIBUTION A probability distribution is a mathematical function that provides the probabilities of occurrence of all distinct outcomes in the sample space. There are several important probability distributions: binomial distribution, normal distribution, t-distribution, chi-squares distribution, F distribution and Poisson distribution. The t-distribution, chi-squares distribution and F distribution are related to gamma functions. The Poisson distribution and F distribution are not tested in the AP Exam. 6.. The Discrete Random Variable and Its Probability Distribution [MATH] A discrete random variable is a function X : F Ω, where a mapping from the event space to real numbers. Ω R. That is, it is 08

2 Example 6... Toss of a fair die twice. Find the sample space and the random variable X that is defined as the sum of the two outcomes. The sample space is Ω = { (, ), (, ),, ( 6,6) } the two outcomes is X {, 3,,}.. The random variable that is the sum of [MATH] The probability density function (pdf) or probability mass function (pmf) of a discrete random variable X is a non-negative function p : R [0, ], defined by x R p ( x) = P( X = x), for x R and it satisfies p ( x) =. p (x) is sometimes referred to as the probability distribution function. The cumulative distribution function (cdf) of a discrete variable X is a non-decreasing, right-continuous function F : R [0, ], defined by and it satisfies F( ) = 0 and F ( ) =. F ( x) = P( X x) = p( x ), for x R x x i i 09

3 F (x) has the following properties:.) If x y, then F( x) F( y).) P( a < x b) = P( X b) P( X a) = F( b) F( a) Example 6... Toss of a fair coin three times. Let X be the random variable that counts the number of Heads up. Find the sample space and the probability density function p (x). The sample space is Ω = { HHH, HHT,, TTT} random variable X {0,,, 3}.. The number of Heads showing up is a Ω HHH HHT HTH THH HTT THT TTH TTT X 3 0 The pdf p(x) and cdf F(x) are X 0 3 p (x) F (x) The distribution is a binomial probability distribution with probability of 0.5 and size of 3: 0

4 [MATH] Let X and X be two independent integer-valued random variables, with distribution functions p ( x) and p ( x) respectively, and Y = X + X be the sum of the two variables. The distribution of Y is the convolution of p ( ) and p ( ) given by x x For j =...,,, 0,,,,... p ( j) p ( k) p ( j y = k k ) For example, a die is rolled twice. Let X and X be the outcomes, and let Y = X + X be the sum of these outcomes. Then and Etc. p y ( p y ) = p () p () = 36 ( 3) = p () p () + p() p () = p ( x) = p ( x) = for x {,,3,4,5,6 }, 6 36 p y ( 4) = p () p (3) + p () p () + p(3) p () = 3 36

5 Example You roll a pair of dice. Let Y be the sum of rolling two dice. Calculate and sketch the PDF of Y if they are a pair of fair dice? x p y (x) This is an equally likely event problem. D\D

6 Example [MC035M] An urn contains exactly three balls numbered,, and 3, respectively. Random samples of two balls are drawn from the urn with replacement. X + X The average, X =, where X and X are the numbers on the selected balls, is recorded after each drawing. a.) Describe the probability distribution of X? X p ( X ) F ( X ) b.) If you draw two balls and the average X =, do you think that the outcome is significant (or rare)? 3

7 a.) This is an equally likely event problem as the outcomes are equally likely. The random variables are the numbers X {,,3 } and X {,,3 }, and the averages X + X X = are: X \ X 3 X \ X p ( X ) F ( X ) b.) P ( X = ) = %. The result is not significant because the probability is too high. 4

8 Quick-Check Discrete Random Variables and Probability Functions QC 6... For a monthly subscription fee, a video download site allows people to download and watch up to five movies per month. Based on past download histories, the following table gives the estimated probabilities that a randomly selected subscriber will download 0,,, 3, 4 or 5 movies in a particular month. # of downloads Estimate Probability If a subscriber is selected at random, what is the estimated probability that is subscriber downloads a.) three or fewer movies b.) at least three movies c.) four or more movies d.) zero or one movies e.) more than one movies QC 6... [MC0738M] A game of chance is played in which X, the number of points scored in each game, has the distribution shown below. Calculate and sketch the PDF and CDF of the sampling distribution of the sum of the scores Y when the game is played twice. Write your answers in decimal numbers. 5

9 Answers QC 6... a.) 0.83, b.) 0.7, c) 0.7, d.) 0.48, e.) 0.5 QC 6... Let the random variable Y = X + X. Assume that the each game played is independent from the next. That is, P ( X X ) = P X ) P( ). ( X X / P (Y ) \ X Y Event X + X p (y) F (Y )

10 6.. The Expected Value, Standard Deviation and Variance [MATH] The mathematical expectation of a discrete variable X, or just mean of X, is defined as E [ X ] = x p( x) The alternative notation µ (X ), or just µ, are often used. The expectation of a continuous random variable X, is defined as E[ X ] xp( x) dx = For any constant c and d, random variables X and Y :.) E [ cx ] = c x p( x) = c x p( x) = ce[ X ].) E [ cx + d] = ( cx + d) p( x) = c x p( x) + d p( x) = ce[ X ] + d 3.) E [ X + Y ] = E[ X ] + E[ Y ] Proof: E[ X + Y ] = ( x + y) p( x, y) = xp( x, y) + yp( x, y) = xp( x) + yp( y) = E[ X ] + E[ Y ] 0

11 4.) E[ XY ] = E[ X ] E[ Y ], if random variables X and Y are independent. Proof: xyp( x, y) = xyp( x) p( y) = xp( x) yp( y) = E [ XY ] = E[ X ] E[ Y ] Example 6... Toss of a fair coin three times. Find the expected value for the number of heads showing up. Let the random variable X be the number of Heads. Then, X 0 3 p (x) E [ X ] = xp( x) = = This means when the experiment repeats a large number of times, the average number of Heads showing up is.5. Be careful with addition of random variables. For example, if the random variable of the weight for an apple is X, the random variable of the weight of five apples is not 5X, but X + X + X + X + X

12 Example 6... [CB] In a certain game, a fair die is rolled and a player gains 0 points if the die shows a 6. If the die does not show a 6, the player loses 3 points. If the die were to be rolled 00 times, what would be the expected total gain or loss for the player? Let the random variable X be the points a player gains when the die is rolled once. Then X 0-3 p (x) E 5 5 [X ] 0 3 = X i i= The expected value of Y = for rolling 00 times of the die is E[ Y ] = E X = [ ] = i E X i E[ X ] = 00 E[ X ] = i= i= i= 6 Example In a game, a fair die is tossed once. If the number of spots showing is either 4 or 5, you win $. If the number of spots showing is 6, you win $4. If the number of spots showing is, or 3, you win nothing. It costs you $ to play a game. If the die were to be rolled 00 times, what would be the expected total gain or loss for you? Number on die,, 3 4, 5 6 X $0 $ $4 p (x) E [X ] = 6 6 6

13 The expected value of total gain/loss of Y = E[ Y ] = E[ X i 00] = E[ X i= i= 00 X i i= i 00 is ] 00 = 00 E[ X ] 00 = 0 [MATH] The expected value of any real-valued function g( x) is defined as E[ g( X )] = g( x) p( x) n When g( x) = x, the expected value of g( x) is the th n moment of X n n E[ g( X )] = E[ X ] = x p( x) The mean is the st moment of X. The variance of a discrete variable X is expected value of g( X ) = ( X E[ X ]) : ( X E[ X ]) ] = ( x E[ X ]) Var [ X ] = E[ g( X )] = E[ p( x) The alternative notation ( X σ ), or just σ, are often used. The quantity σ = Var[ X ], the positive square root of the variance, is the standard deviation of X. Example Roll a fair die once. Find the expected value and variance of the number facing up. The expected value of the number facing up is 7 E [ X ] = =

14 The variance is x (x) p ( x E[ X ]) /6 5/4 /6 9/4 3 /6 /4 4 /6 /4 5 /6 9/4 6 /6 5/ Var [ X ] = = [MATH] For any constant c and d,.) Var[ X ] = E[ X ] ( E[ X ] ) Proof: Var[ X ] = = = = E[ X ( x E[ X ]) p( [ X ] + ( E[ X ]) ( x xe ) p( x) ( x ) p( x) E[ X ] x p( x) + ( E[ X ]) ] ( E[ X ]) x) p( x).) Var[ cx + d] = c Var[ X ] 4

15 Proof: Var[ cx + d] = = E[ c = c X = c E[ X + ] + E[ ( cx + d ) ] ( E[ cx + d] ) cdx + d ] ( ce[ X ] + d ) cde[ X ] + d ( ce[ X ] + d ) ( E[ X ]) ( E[ X ] ) = c Var[ X ] If random variables X and Y are independent, then 3.) Var[ X ± Y ] = Var[ X ] + Var[Y] Example Find the mean and variance for the pdf of X given by p x = 0 p( x) = p x = 0 otherwise E[ X ] = 0 ( p) + p = p E[ X ] = 0 ( p) + p = p ( ) Var[ X ] = E[ X ] E[ X ] = p p Example LetY = 800X 900, where the pdf of X is given by Find the mean and variance of X and Y. x 3 4 p( x )

16 E[ X ] = (0.) + (0.) + 3(0.3) + 4(0.4) = 3 E[ X ] = (0.) + (0.) + 3 (0.3) + 4 (0.4) = 0 Var[ X ] = E[ X ] ( E[ X ]) = 0 3 = E[ Y ] = E[800X 900] = 800 E[ X ] 900 = 800(3) 900 = 500 Var[ Y ] = Var[800X 900] = 800 Var[ X ] = 800 Example Let Y X X = , where the pdf of X is given by Find expected values of X and Y. x p( x ) E [ X ] = 4(0.5) + 6(0.3) + 8(0.) = 5.4 E [ Y ] = 40(0.5) + 56(0.3) + 76(0.) = 5 y p( y ) Example Flip a dice twice and let X be the sum of the two outcomes. X is a discrete random variable, a.) Find the pdf function of X b.) Use pdf to compute P( X 4), P( X < 4) and P( X 4) 6

17 c.) Compute the cumulative distribution function (cdf) of X. x p( x ) d.) Use cdf to compute P( X 4), P( X < 4) and P( X 4) e.) Compute E[ X ], Var[ X ] and σ = Var[ X ] x a.) x p( x ) / 36 / 36 3 / 36 4 / 36 5 / 36 6 / 36 5 / 36 4 / 36 3 / 36 / 36 / 36 b.) c.) 6 P( X 4) = p() + p(3) + p(4) = 36 3 P( X < 4) = p() + p(3) = P( X 4) = ( p() + p(3) ) = 36 7

18 d.) e.) 6 P( X 4) = F(4) F() = 36 3 P( X < 4) = F(3) F() = P( X 4) = F(3) = 36 E[ X ] = = E X = = [ ] Var X = E X E X = = [ ] [ ] ( [ ]) σ = Var[ X ] = 5.83 =.4 x 8

19 Quick-Check 6... The Expected Value, Standard Deviation and Variance QC 6... [CB] The Attila Barbell Company makes bars for weight lifting. The weights of the bars are independent and are normally distributed with a mean 70 ounces and a standard deviation of 4 ounces. The bars are shipped 0 in a box to the retailers. The weights of the empty boxes are normally distributed with a mean of 30 ounces and a standard deviation of 8 ounces. The weights of the boxes filled with 0 bars are expected to be normally distributed. What are the mean and standard deviation of the weights of the filled boxes? QC 6... You buy a racehorse for $0,000, and enter it in two races. You plan to sell the horse afterward, hoping to make a profit. If the horse wins both races, its value will jump to $00,000. If it wins one of the races, it will be worth $50,000. If it loses both races, it will be worth only $0,000. It is believed that there is a 40% chance that the horse will win the first race and a 30% chance it will win the second one. It is also believed those two races are independent events. Let X be the random variable of profit from sale of the horse. a.) What are the mean, standard deviation and variance of X? b.) Suppose the horse values all of a sudden quadruple. What is the mean, standard deviation and variance of new random variable Y = 4X? c.) Suppose you miscalculated the horse values, and all values should be increased by $0,000. What is the mean, standard deviation and variance of new random variable Z = X ? 9

20 Answers QC 6... Assume the following random variables: W = weight of a bar B = weight of a box Then, the random variable of a box filled with ten bars is So, the mean is Y = B + 0 W i i= 0 0 E[ Y ] = E[ B + Wi ] = E[ B] + E[ Wi ] = E[ B] + 0E[ W ] = (70) = 750 i= and standard deviation is i= 0 Var [ Y ] = Var[ B + Wi ] = Var[ B] + Var[ Wi ] = 0 i= i= 8 + 0(4 ) = 4 QC 6... a.) The probabilities for each case are expressed in the two-way table and the tree diagram: Event LL WL+LW WW X 0, ,000 80,000 P( X = x)

21 E[ X ] = 0000(0.4) (0.46) (0.) = 900 ( ) E X = + + = [ ] 0000 (0.4) (0.46) (0.) ( ) Var X = E X E X = [ ] [ ] [ ] σ = Var[ X ] = 946 x b.) ( ) E[ Y ] = E[4 X ] = 4 E[ X ] = = Var[ Y ] = Var[4 X ] = 6 Var[ X ] = σ = Var[ Y ] = 4σ = 6984 y c.) x E[ Z] = E[ X ] = E[ X ] = 900 Var[ Z] = Var[ X ] = Var[ X ] = σ = Var[ Z] = σ = 946 z x 3

22 6.3. The Binomial Distribution and the Geometrical Distribution In life, there could be three options. Binomial Distribution The Bernoulli Processes are based on the following assumptions (BINS):.) B Each trial has only two possible outcomes: success or failure, and the two outcomes are mutually exclusive..) I The trials are independent. 3.) N There are countable n trials 4.) S The probability of success, denoted by p, is the same for each trial. The probability of failure is p, and is also the same for each trial. The random variable X describing Bernoulli trials often takes value of one for the success and the value of zero for the failure for each trial. Example A student writes a five-question multiple-choice quiz. Each question has four possible responses. The student guesses at random for each question. The random variable X is the number of correct answers the student gets. Do the results form a sequence of Bernoulli trials? Yes, they are Bernoulli trials as the BINS are satisfied: B: correct or incorrect. So, B is defined. I: each question (trial) is independent of the others. I is fine. 35

23 N: n = 5, the number is countable. S: all guesses have the same one fourth of chance to be correct. S is satisfied. Example An auto manufacturer chooses one car from each hour s production for a detailed quality inspection. The random variable X is the number of cars having paint defects. Do the inspection results form a sequence of Bernoulli trials? No, the condition N fails: B: yes, or no, so B is defined. I: all inspections are independent, so I is fine. N: no N. It would be fine if the auto manufacturer does inspection for a specific number of hours. S: all cars have the same probability of having defects in paints. S is satisfied. Example The pool of potential jurors for a murder case contains 00 persons chosen at random from adult residents of a large city. Each person is asked whether he or she opposes the death penalty. The random variable X is the number of people who say Yes. Do the results form a sequence of Bernoulli trials? Yes. B: yes or no. B is fine. I: all responses are independent. I is fine. N: n = 00, N is countable. S: Assume all have the same probability of saying yes. S is satisfied. 36

24 For each trial, a binomial random variable X is assigned to be for a success outcome and 0 for a failure outcome. That is, P( X = ) = p and P( X = 0) = p If X is the sum of n independent random binomial variables, each of which has the same the success probability p : X = X + X X n then the mean of X is E X ] = E[ X ] + E[ X ] E[ X ] [ = p + p p = np and the variance of X is Var[ X ] = Var[ X] + Var[ X ] Var[ X n ] = p( p) + p( p) p( p) ( p) = np n 37

25 [MATH] The binomial random variable X that counts x successes in n independent trials has the binomial distribution b( n, p, x ) with same success probability p in each trial. The probability of P( X = x) is given by for x { 0,,,..., n} x P( X = x) = b( n, p, x) = C p ( p) x P( X x) b( n, p, i) = i= 0. The mean or the mathematical expectation of X is µ = np and its standard deviation is σ = np( p). n x n x [Ti-84] and P( X = x) = b( n, p, x) = binompdf ( n, p, x) x P( X x) = b( n, p, i) = binomcdf ( n, p, x) i= 0 Example A bag contains 4 red balls and 3 green balls. If a ball is picked up and put back randomly for 5 times, what is the probability when i. the first two balls are red and the next 3 balls are green? ii. the odd picks are red balls and the even picks are blue balls? The probability of picking a red is 4 p = and the probability of picking a green is i. P( st two red balls ) = p p q q q = = q =, so 7 38

26 3 4 3 ii. P( odd red and even blue ) = p q p q p = = Example A biased trade dollar is tossed 6 times. The probability of heads on any toss is about Let the random variable X denotes the number of heads that come up. i. What is the probability of exactly two heads up? ii. What is the probability of getting at least two heads and no more than five heads? The probability of picking a head is p = 0. 3 and the probability of picking a tail is q = i. The probability of exactly two heads up is P ( X = ) = b(6, 0.3, ) = = 6 6 C C p 0.34 q 4 ( 0.3) ( 0.3) ii. The probability of getting at least two heads and no more than five heads is 6 or P ( < X 5) = b(6, 0.3, ) + b(6, 0.3, 3) + b(6, 0.3, 4) + b(6, 0.3, 5) 5 6 x 6 x = ( 0.3) ( 0.7) x= x =

27 ( ) P < X 5 = P( X 5) P( X ) = binomcdf (6, 0.3, 5) binomcdf (6, 0.3,) = Example Suppose that Jon guesses on each question of a 50-item true-false quiz. Find the probability that Jon passes if a score of 30 or more is needed to pass. ( ) P X 30 = P( X 9) = binomcdf (50, 0.5, 9) = 0.0 Example [MC40] The probability of winning a certain game is 0.5. If at least 70 percent of the games in a series of n games are won, the player wins a prize. If the possible choices for n are n = 0, n = 0, and n = 00, which value of n should the player choose in order to maximize the probability of winning a prize? for each game, p = 0.5, q = At least 70 percent of winning means to find P( X 70%) for each given n : For n = 0 : P( X = 0 C 70%) ( 0.5) ( 0.5) + C ( 0.5) ( 0.5) + C ( 0.5) ( 0.5) + C ( 0.5) ( 0.5) 0 = binomcdf (0,0.5,6)

28 For n = 0 : P( X 70%) = binomcdf (0,0.5,3) For n = 00 : The answer is n = 0. P( X 70%) = binomcdf (00,0.5,69) Example A multiple-choice quiz contains questions with 3 possible answers. If someone guesses on every answer, what is the probability of getting more answers correct than it would have been expected by chance? p = and n =. The mean or expected value of number of getting it correct is 3 µ = np = = 4. P ( X > 4) = binormcdf (, / 3, 4) = Binomial PDF The sum of all the binomial probabilities: n n x= 0 m= 0 n ( ) x n x P( X = x) = C p ( p) = p + ( p) = x The following graphs show the binomial distributions b( n, p, x ) for some given n and p when x { 0,,,..., n}. Case #: p = 0. 5 n 4

29 Case #: p = 0. Case #3: p =

30 The distribution is symmetric when p = 0. 5 ; the distribution is skewed to the left when p > 0.5, and finally the distribution is skewed to the right when p < 0.5. Geometric Distribution A random variable X is a geometric random variable of trials if the following conditions are satisfied (BITS): I. B Each trial has only two possible outcomes: success or failure, and the two outcomes are mutually exclusive. II. I The trials are independent. III. T The experiment consists of repeating trials until the first success IV. S The probability of success, denoted by p, is the same for each trial. The probability of failure is p, and is also the same for each trial. The random variable X is the number of trials. The pdf of X is given by x P( X = x) = g( p, x) = q p [MATH] The cumulative probability function of X is given by F( x) = P( X x) = P( X = ) + P( X = p + qp + q = p( + q + q x q = p q = q x p q q x x ) p = ) + + P( X = x) The mean of X is 43

31 E[ X ] = = = p p x= x xq x= 3 ( + q + 3q + 4q + ) = p The proof of variance is a little complicated and the formula can be easily driven by applying the derivatives: q Var [ X ] = E[ X ] ( E[ X ]) = p xq x p [ Ti-84] g( p, x) = geometpdf ( p, x) x P( X x) = g( p, i) = geometcdf ( p, x) i= Example Flip a coin until you observe a tail. Determine if the experiment describes a geometric distribution. Yes. B: Only two choices, head and tail I: Each flip is independent T: Flip until you observe a tail S: Probability of success is the same each as p =

32 Example There are 0 red marbles and 5 blue marbles in a jar. You reach in randomly to select a marble. You want to know how many marbles you will have to draw, without replacement, in order to be sure that you have 3 red marbles on average. Determine if the experiment describes a geometric distribution. No. B: Only two choices, red and blue I: Each selection is NOT independent T: It is not looking for the first success S: Probability of success varies for each selection Example A student is randomly generating one-digit numbers. What is the probability that the first 4 will be the 8 th digit generated? Let X be the number of times to generate a one-digit number. Then or P X 7 ( ) ( ) 7 ( = 8) = q p = P( X = 8) = geometpdf (0.,8) Example The color distribution in a bag of Reese s Pieces was found to be 3 brown, orange, and 5 yellow. If one piece is randomly drawn and replaced, what is the probability that it will take less than 8 draws to get an orange piece? Let X be the number to draw to get an orange piece. Then, 45

33 or 7 7 i 7 ( 7) = (0.44, ) = (0.56) (0.44) = P X g i i= i= P( X 7) = geometcdf (0.44, 7) Example A recent study at THS finds that 3% of seniors have taken ACT only. What is the average number of seniors you would ask to find out one senior who took ACT only? Let X be the number of times to ask seniors. Then E[ X ] = 3.3 p = 0.3 Example Mr. THS is the only receiver of the football team with the likelihood of catching a pass of 0.5. Solve each question and indicate if it is binomial or geometric. Let X be the number of passes caught and let Y be number of passes to have the first pass caught. a.) What is the probability that passes are caught out of 6 passes? b.) What is the probability that no passes are caught out of 6 passes? c.) What is the probability that first pass caught on the st pass? d.) What is the probability that or fewer passes are caught out of 6 passes? 46

34 e.) What is the probability that more than passes are caught out of 6 passes? f.) What is the probability that first pass is on the 4 th pass? g.) What is the probability that the first pass is caught within first 3 attempt? h.) What is the probability that the first pass is caught after first 3 attempts? i.) What is the expected number of catches with 6 attempts? j.) What is the expected number of attempts for the first pass caught? a.) Binomial, b.) Binomial, P X b C 4 ( = ) = (6, 0.5, ) = 6 (0.5) ( 0.5) 0.76 P X b C 0 6 ( = 0) = (6, 0.5, 0) = 6 0(0.5) ( 0.5) c.) Geometric, d.) Binomial, P Y ( = ) = g(0.5,) = ( 0.5) (0.5) 0.5 i 6 i ( ) = (6, 0.5, ) = 6 i (0.5) ( 0.5) i= 0 i= 0 P X b i C 47

35 e.) Binomial, P( X > ) = P( X ) = f.) Geometric, g.) Geometric, P Y 4 ( = 4) = g(0.5, 4) = ( 0.5) (0.5) i ( 3) = (0.5, ) = ( 0.5) (0.5) P Y g i i= i= h.) Geometric, P( Y > 3) = P( X 3) = i.) Binomial, E[ X ] = np = 6(0.5) = 0.9 j.) Geometric, E[ Y ] = p = 0.5 = Example Miss Archer Columbia is able to hit the bull s eye 80% of the time. Assume that each shot is independent of the others. Miss Archer Columbia shoots 6 arrows. Let X be the number of bull s eye hit, and let Y be the number of shots needed to have the first bull s eye hit. Find the probability in each of following cases: a.) Her first bull s eye comes on the 3 rd arrow. b.) She misses the bull s eye at least once. c.) Her st bull s eye comes on the 4 th or 5 th arrow. d.) She gets exactly four bull s eyes. e.) She gets at least four bull s eyes 48

36 f.) She gets at most four bull s eyes g.) How many bull s eyes do you expect her to get? h.) What is the standard deviation? i.) If she keeps shooting arrows until she hits the bull s eye, how many times do you expect her to hit the bull s eye? p = 0.8, q = 0., the pdf of X for binomial is X P( X = x) 6 q 0 b(6, 0.8,) b(6,0.8, ) b(6, 0.8,3) b(6,0.8, 4) b(6, 0.8,5) p 0.6 a.) Geometric, P Y 3 ( = 3) = g(0.8, 3) = ( 0.8) (0.80) = 0.03 b.) Binomial, P( X < 6) = P( X = 6) 0.6 = c.) Geometric, (( = 4) ( = 5) ) P Y Y = g(0.8, 4) + g(0.8,5) = ( 0.8) (0.80) ( 0.8) (0.80) = d.) Binomial, P( X = 4) = 0.458, from the above table 49

37 e.) Binomial, from the above table. f.) Binomial, from the above table. P( X 4) = P( X = 4) + P( X = 5) + P( X = 6) = = 0.90 P( X 4) = P( X = 5) P( X = 6) = = g.) Binomial, E[ X ] = np = 6(0.8) = 4.8 h.) Binomial, σ x = Var[ X ] = np( p) = 6(0.8)( 0.8) = i.) Geometric, E[ Y ] =.5 p = 0.8 = Example [FRQB03] An airline claims that there is a 0.0 probability that coach-class ticket holder who flies frequently will be upgraded to first class on any flight. This outcome is independent from flight to flight. Sam is a frequent flier who always purchases coach-class tickets. (a) What is the probability that Sam s first upgrade will occur after the third flight? (b) What is the probability that Sam will be upgraded exactly times in his next 0 flights? (c) Sam will take 04 flights next year. Would you be surprised if Sam receives more than 0 upgrades to first class during the year? Justify your answer. 50

38 a.). b.) P ( X c.) It is very unlikely. P( X 4) ( P X P X P X ) = ( = ) + ( = ) + ( = 3) = + + (0. 0.9(0.) 0.9 (0.)) = = ) = binompdf 8 ( 0.) ( 0.9) = (0,0.,) P( X > 0) = binomcdf (04, 0., 0)

39 Quick-Check The Binomial and the Geometric Distributions QC students of THS are in AP Stats class. After completing their study, all students take the AP exam. Assume the random variable is the number of students who receive a 4 or higher. Do the results form a sequence of Bernoulli trials? QC Each child in Dalal family has ¼ of having blood type O. Suppose there are five children in the family, what is the probability that exactly two children have type O blood? QC An airline has an on-time arrival rate of 8.4%. What is the probability that if you travel on this airline, no more than of your next 0 flights will not be on time? (A) ( 0.76) ( 0.84) + ( 0.76) ( 0.84) + ( 0.76) ( 0.84) (B) ( ) ( ) ( ) ( ) ( ) ( ) (C) ( ) ( ) ( ) ( ) (D) ( ) ( ) (E) ( ) ( ) 5

40 QC [MC07] Julie generates a sample of 0 random integers between 0 and 9 inclusive. She records the number of 6 s in the sample. She repeats this process 99 more times, recording the number of 6 s in each sample. What kind of distribution has she simulated? (A) The sampling distribution of sample proportion with n = 0 and p = 6 (B) The sampling distribution of sample proportion with n = 00 and p = 0. (C) The binomial distribution with n = 0 and p = 0. (D) The binomial distribution with n = 00 and p = 0. (E) The binomial distribution with n = 0 and p = 0. 6 QC About 77% of Americans claim to always recycle. Suppose that people are randomly surveyed and asked whether they always recycle. What is the probability that between 5 and 8 people inclusive say no? (A) (B) (C) (D) (E) QC It is known that screws produced by a certain company will be defective with probability 0.0, independently of each other. The company sells the screws in packages of 0 and offers a money-back guarantee that at most of the 0 screws is defective. What proportion of packages sold must the company replace? QC A random digit generator is set to generate random digits between 0 and 9. What is the probability that at least 6 of the digits generated are greater than 3? 53

41 QC In a 007 study, it was reported that 6% of American public thought of themselves as chronic procrastinators. Suppose this percentage has not changed. If 00 Americans are randomly surveyed, what is the mean and standard deviation of the number who will say they are chronic procrastinators? QC Which of the following statements is NOT correct?. (A) The number of successes that corresponds to the maximum value of a binomial PDF is within one unit of its mean. (B) A geometric PDF is always decreasing. (C) A binomial PDF with p < 0.5 will be skewed right. (D) As the number of trials in a geometric situation increases and the number of successes in a binomial situation increases, the value of CDF approaches to zero. (E) A PDF can be transformed by using addition. QC Sixty-five percent of all divorce cases cite incompatibility as the underlying reason. If four couples file for a divorce, what is the probability that exactly two will state incompatibility as the reasons? (A) 0.04 (B) 0.07 (C) 0.54 (D) 0.3 (E) 0.43 QC Binomial and geometric distributions share many conditions. Identify the choice that is not shared. (A) The probability of success on each trial is the same. (B) There are only two outcomes on each trial. (C) The focus of the problem is the number of successes in a given number of trials. (D) The probability of a success equals minus the probability of a failure. (E) The mean depends on the probability of a success. 54

42 Answers: QC Yes B: only pass or fail. I: the result of each student is independent of each other. N: n=50 S: assume that relatively each student have the same chance to pass. 3 3 QC , prob(x = ) = 5C = 0.637, or 4 4 binompdf (5, 0.5, ) = QC A QC C QC B, P ( 5 X 8) = binormcdf (,0.3,8) binormcdf (,0.3,4) = d.) , e.) QC P( X = 0) P( X = ) = 0C0 (0.0) (0.99) 0C(0.0) (0.99) QC There are six out of ten digits between 0 and 9 are greater than three, x 0 x so p =, P( X 6) = = binormcdf (,0.6,5) = x= 6 x 0 0 QC µ = np = 00 (0.6) = 5, σ = np( p) = = 6. QC D QC D. binompdf (4,065,) = QC C 55

43 *6.4. Approximation of Binomial Distribution by the Nominal Distribution n n [MATH] When np ( p) >>, by using the Stirling s formula n! n e πn, the DeMoivre-Laplace Theorem states: ( ) x b( n, p, x) = C p p n x n x e π np( p) (x np) np( p) = e np( p) π x np np( p) = e σ π x µ σ z where σ = Var( x) = np( p), µ = np. Let φ( z) = e, the standard normal π distribution function or the Z-distribution function: x µ b( n, p, x) φ σ σ x µ If z =, which is known as the z-scores, the binomial distribution can be σ approximated by the Z-distribution b( n, p, x) φ ( z) = φ ( z) z σ Where z = can be viewed as the increments. σ 6

44 In practice, the conditions np > 0 and n ( p) > 0 are good approximation for the conditions np ( p) >>. Let q = p, and remember that 0 q, p. The 99% of area of the distribution is symmetrically spanned within 6 standard deviations, so µ > 3σ is a good approximation. That is, np > 3 npq or n p > npq np > 9q So, select np > 0 should be sufficient to satisfy the above inequality. Similarly, So nq > 0 is the other condition. nq > npq > 0q Pr when the conditions are xa µ satisfied, where a and b are different non-negative integers, let za = and σ xb µ zb = : σ [MATH] To approximate the binomial probability ( a X b) 6

45 z ( ) = (,, ) P x X x b n p x a b b x= a xb x µ φ dx x a σ σ x µ z= σ zb za ( z ) φ( z) dz = Φ Φ( z ) Where Φ ( z) = φ( z) dz, the CDF of the Z-distribution. The approximation of the integral can be viewed as to find the area under the curve with increments x µ x =, z = =. Since x a and x b are integers, x a ± or x b ± may be used σ σ for a better approximation of the bounds when it comes to different cases: b a a.) x = xa = xb, use x a, xa + b.) xa x, use xa as the lower bound. c.) x x, use b x b + as the upper bound. d.) xa x xb, use x a, xb + as the bounds. 63

46 Example 6.4. Estimate the probability of exactly 55 heads in 00 tosses of a coin. Given: n = 00, x = 55, p = 0. 5, q = 0. 5 The conditions for using normal approximation: np = 50 >> 0, and n ( p) = 50 >> 0 The mean and standard deviation: µ = np = = 50, σ = np( p) = ( 0.5) = b(00, 0.5,55) φ( ) = φ() = e π Example You are planning a sample survey of small businesses in your area. You will choose an SRS of businesses listed in the telephone book s Yellow Pages. Experience shows that only about half the businesses you contact will respond. Suppose that you contact 50 businesses. a.) Is it reasonable to use the binomial distributions or normal distributions to study the number random variable X as the number of responses? b.) What is the probability that 70 or fewer will respond? (Use both binomial and normal distributions, if they are applicable) 64

47 a.) It is reasonable to assume as binomial because B: Respond or not respond I: Assume the calls are independent N: n = 50 S: p = 0.5, q = 0.5 It is reasonable to use normal distribution because np = 50(0.5) = 75? 0, n( p) = 50( 0.5) = 75? 0 The mean is µ = np = 50(0.5) = 75, and standard deviation is σ npq = 50(0.5)(0.5) = 6.4 a = = 0.5, b = = 70.5 b.) ( ) P 0 X 70 binomcdf (75, 0.5, 70) P ( 0 X 70) Φ Φ Example Are attitudes toward shopping changing? Sample surveys show that fewer people enjoy shopping than in the past. A recent survey asked a nationwide random sample of 500 adults if they agreed or disagreed that I like buying new cloths, but shopping is often frustrating and time-consuming. The population that the poll wants to draw conclusions about is all U.S. residents aged 8 or over. Suppose that in fact 60% of all adults U.S. residents would say Agree if asked the same question. a.) What is the probability that 50 or more of the sample agree? b.) What is the probability that at most 468 people in the sample would agree? 65

48 n = 500, x = 50, x = 468, p = 0.6, np > 0, n( p) > 0, n < 0% N, µ = np = 500(0.6) = 500, σ = npq = 500(0.6)(0.4) = x = = 59.5, x = = a b a.) z a xa µ = = = 0.796, Φ( Z z a ) = σ Direct binomial calculation is P( X 50) = P( X 59) = binomcdf (500, 0.6,59) = = 0.3 xb µ b.) zb = = =.859, Φ( Z z b ) = Direct binomial σ calculation is P( X 468) = binomcdf (500,0.6,468) =

49 Quick-Check The Binomial and the Geometric Distributions QC Suppose a sample of 600 tires of the same type is obtained at random from an ongoing production process in which 8% of all such tires produced are defective. What is the probability that in such a sample50 or fewer tires will be defective? QC Premature babies are those born before 37 weeks, and those born before 34 weeks are most at risk. It was reported that % of births in US occur before 34 weeks. If,000 births are selected randomly, what is the probability there are 0 to 5 babies, inclusive, are at risk? 67

50 Answers QC Given: n = 600, x = 50, p = 0. 08, 0 X 50, a = = 0. 5, b = = The conditions for using normal approximation: np = = 8 >> 0, and n ( p) = = 47 >> 0 The mean and standard deviation: QC µ = np = = 8, σ = np( p) = ( 0.08) = P ( 0 X 50) = Φ Φ n = 000, x = 0, x = 5, p = 0.0, x a = = 9.5, x b = = 5.5 np = 000(0.0) > 0, nq = 000(0.98) > 0, µ = np = 000(0.0) = 0, xa µ σ = npq = 000(0.0)(0.98) = 4.47, za = = =.37, σ 4.47 xb µ zb = = =.4, P( za Z zb ) = σ

Chapter 6: Random Variables. Ch. 6-3: Binomial and Geometric Random Variables

Chapter 6: Random Variables. Ch. 6-3: Binomial and Geometric Random Variables Chapter : Random Variables Ch. -3: Binomial and Geometric Random Variables X 0 2 3 4 5 7 8 9 0 0 P(X) 3???????? 4 4 When the same chance process is repeated several times, we are often interested in whether

More information

Binomial Random Variable - The count X of successes in a binomial setting

Binomial Random Variable - The count X of successes in a binomial setting 6.3.1 Binomial Settings and Binomial Random Variables What do the following scenarios have in common? Toss a coin 5 times. Count the number of heads. Spin a roulette wheel 8 times. Record how many times

More information

Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI

Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI Lesson 97 - Binomial Distributions IBHL2 - SANTOWSKI Opening Exercise: Example #: (a) Use a tree diagram to answer the following: You throwing a bent coin 3 times where P(H) = / (b) THUS, find the probability

More information

Opening Exercise: Lesson 91 - Binomial Distributions IBHL2 - SANTOWSKI

Opening Exercise: Lesson 91 - Binomial Distributions IBHL2 - SANTOWSKI 08-0- Lesson 9 - Binomial Distributions IBHL - SANTOWSKI Opening Exercise: Example #: (a) Use a tree diagram to answer the following: You throwing a bent coin times where P(H) = / (b) THUS, find the probability

More information

***SECTION 8.1*** The Binomial Distributions

***SECTION 8.1*** The Binomial Distributions ***SECTION 8.1*** The Binomial Distributions CHAPTER 8 ~ The Binomial and Geometric Distributions In practice, we frequently encounter random phenomenon where there are two outcomes of interest. For example,

More information

Chapter 8. Binomial and Geometric Distributions

Chapter 8. Binomial and Geometric Distributions Chapter 8 Binomial and Geometric Distributions Lesson 8-1, Part 1 Binomial Distribution What is a Binomial Distribution? Specific type of discrete probability distribution The outcomes belong to two categories

More information

Section 6.3 Binomial and Geometric Random Variables

Section 6.3 Binomial and Geometric Random Variables Section 6.3 Binomial and Geometric Random Variables Mrs. Daniel AP Stats Binomial Settings A binomial setting arises when we perform several independent trials of the same chance process and record the

More information

What is the probability of success? Failure? How could we do this simulation using a random number table?

What is the probability of success? Failure? How could we do this simulation using a random number table? Probability Ch.4, sections 4.2 & 4.3 Binomial and Geometric Distributions Name: Date: Pd: 4.2. What is a binomial distribution? How do we find the probability of success? Suppose you have three daughters.

More information

The Binomial and Geometric Distributions. Chapter 8

The Binomial and Geometric Distributions. Chapter 8 The Binomial and Geometric Distributions Chapter 8 8.1 The Binomial Distribution A binomial experiment is statistical experiment that has the following properties: The experiment consists of n repeated

More information

Chapter 4. Section 4.1 Objectives. Random Variables. Random Variables. Chapter 4: Probability Distributions

Chapter 4. Section 4.1 Objectives. Random Variables. Random Variables. Chapter 4: Probability Distributions Chapter 4: Probability s 4. Probability s 4. Binomial s Section 4. Objectives Distinguish between discrete random variables and continuous random variables Construct a discrete probability distribution

More information

Probability mass function; cumulative distribution function

Probability mass function; cumulative distribution function PHP 2510 Random variables; some discrete distributions Random variables - what are they? Probability mass function; cumulative distribution function Some discrete random variable models: Bernoulli Binomial

More information

the number of correct answers on question i. (Note that the only possible values of X i

the number of correct answers on question i. (Note that the only possible values of X i 6851_ch08_137_153 16/9/02 19:48 Page 137 8 8.1 (a) No: There is no fixed n (i.e., there is no definite upper limit on the number of defects). (b) Yes: It is reasonable to believe that all responses are

More information

PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS

PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS PROBABILITY AND STATISTICS CHAPTER 4 NOTES DISCRETE PROBABILITY DISTRIBUTIONS I. INTRODUCTION TO RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS A. Random Variables 1. A random variable x represents a value

More information

4.1 Probability Distributions

4.1 Probability Distributions Probability and Statistics Mrs. Leahy Chapter 4: Discrete Probability Distribution ALWAYS KEEP IN MIND: The Probability of an event is ALWAYS between: and!!!! 4.1 Probability Distributions Random Variables

More information

Lecture 6 Probability

Lecture 6 Probability Faculty of Medicine Epidemiology and Biostatistics الوبائيات واإلحصاء الحيوي (31505204) Lecture 6 Probability By Hatim Jaber MD MPH JBCM PhD 3+4-7-2018 1 Presentation outline 3+4-7-2018 Time Introduction-

More information

Part V - Chance Variability

Part V - Chance Variability Part V - Chance Variability Dr. Joseph Brennan Math 148, BU Dr. Joseph Brennan (Math 148, BU) Part V - Chance Variability 1 / 78 Law of Averages In Chapter 13 we discussed the Kerrich coin-tossing experiment.

More information

Chapter 6: Random Variables

Chapter 6: Random Variables Chapter 6: Random Variables Section 6.3 The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Chapter 6 Random Variables 6.1 Discrete and Continuous Random Variables 6.2 Transforming and

More information

Part 1 In which we meet the law of averages. The Law of Averages. The Expected Value & The Standard Error. Where Are We Going?

Part 1 In which we meet the law of averages. The Law of Averages. The Expected Value & The Standard Error. Where Are We Going? 1 The Law of Averages The Expected Value & The Standard Error Where Are We Going? Sums of random numbers The law of averages Box models for generating random numbers Sums of draws: the Expected Value Standard

More information

12. THE BINOMIAL DISTRIBUTION

12. THE BINOMIAL DISTRIBUTION 12. THE BINOMIAL DISTRIBUTION Eg: The top line on county ballots is supposed to be assigned by random drawing to either the Republican or Democratic candidate. The clerk of the county is supposed to make

More information

12. THE BINOMIAL DISTRIBUTION

12. THE BINOMIAL DISTRIBUTION 12. THE BINOMIAL DISTRIBUTION Eg: The top line on county ballots is supposed to be assigned by random drawing to either the Republican or Democratic candidate. The clerk of the county is supposed to make

More information

Binomial Random Variables. Binomial Random Variables

Binomial Random Variables. Binomial Random Variables Bernoulli Trials Definition A Bernoulli trial is a random experiment in which there are only two possible outcomes - success and failure. 1 Tossing a coin and considering heads as success and tails as

More information

Binomial formulas: The binomial coefficient is the number of ways of arranging k successes among n observations.

Binomial formulas: The binomial coefficient is the number of ways of arranging k successes among n observations. Chapter 8 Notes Binomial and Geometric Distribution Often times we are interested in an event that has only two outcomes. For example, we may wish to know the outcome of a free throw shot (good or missed),

More information

The binomial distribution

The binomial distribution The binomial distribution The coin toss - three coins The coin toss - four coins The binomial probability distribution Rolling dice Using the TI nspire Graph of binomial distribution Mean & standard deviation

More information

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations.

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations. Binomial and Geometric Distributions - Terms and Formulas Binomial Experiments - experiments having all four conditions: 1. Each observation falls into one of two categories we call them success or failure.

More information

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations.

3. The n observations are independent. Knowing the result of one observation tells you nothing about the other observations. Binomial and Geometric Distributions - Terms and Formulas Binomial Experiments - experiments having all four conditions: 1. Each observation falls into one of two categories we call them success or failure.

More information

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal Econ 6900: Statistical Problems Instructor: Yogesh Uppal Email: yuppal@ysu.edu Lecture Slides 4 Random Variables Probability Distributions Discrete Distributions Discrete Uniform Probability Distribution

More information

Chapter 7. Random Variables

Chapter 7. Random Variables Chapter 7 Random Variables Making quantifiable meaning out of categorical data Toss three coins. What does the sample space consist of? HHH, HHT, HTH, HTT, TTT, TTH, THT, THH In statistics, we are most

More information

Math Week in Review #10. Experiments with two outcomes ( success and failure ) are called Bernoulli or binomial trials.

Math Week in Review #10. Experiments with two outcomes ( success and failure ) are called Bernoulli or binomial trials. Math 141 Spring 2006 c Heather Ramsey Page 1 Section 8.4 - Binomial Distribution Math 141 - Week in Review #10 Experiments with two outcomes ( success and failure ) are called Bernoulli or binomial trials.

More information

Probability Models. Grab a copy of the notes on the table by the door

Probability Models. Grab a copy of the notes on the table by the door Grab a copy of the notes on the table by the door Bernoulli Trials Suppose a cereal manufacturer puts pictures of famous athletes in boxes of cereal, in the hope of increasing sales. The manufacturer announces

More information

MANAGEMENT PRINCIPLES AND STATISTICS (252 BE)

MANAGEMENT PRINCIPLES AND STATISTICS (252 BE) MANAGEMENT PRINCIPLES AND STATISTICS (252 BE) Normal and Binomial Distribution Applied to Construction Management Sampling and Confidence Intervals Sr Tan Liat Choon Email: tanliatchoon@gmail.com Mobile:

More information

Chapter 4 and 5 Note Guide: Probability Distributions

Chapter 4 and 5 Note Guide: Probability Distributions Chapter 4 and 5 Note Guide: Probability Distributions Probability Distributions for a Discrete Random Variable A discrete probability distribution function has two characteristics: Each probability is

More information

Probability & Sampling The Practice of Statistics 4e Mostly Chpts 5 7

Probability & Sampling The Practice of Statistics 4e Mostly Chpts 5 7 Probability & Sampling The Practice of Statistics 4e Mostly Chpts 5 7 Lew Davidson (Dr.D.) Mallard Creek High School Lewis.Davidson@cms.k12.nc.us 704-786-0470 Probability & Sampling The Practice of Statistics

More information

Chapter 8.1.notebook. December 12, Jan 17 7:08 PM. Jan 17 7:10 PM. Jan 17 7:17 PM. Pop Quiz Results. Chapter 8 Section 8.1 Binomial Distribution

Chapter 8.1.notebook. December 12, Jan 17 7:08 PM. Jan 17 7:10 PM. Jan 17 7:17 PM. Pop Quiz Results. Chapter 8 Section 8.1 Binomial Distribution Chapter 8 Section 8.1 Binomial Distribution Target: The student will know what the 4 characteristics are of a binomial distribution and understand how to use them to identify a binomial setting. Process

More information

Random Variables. 6.1 Discrete and Continuous Random Variables. Probability Distribution. Discrete Random Variables. Chapter 6, Section 1

Random Variables. 6.1 Discrete and Continuous Random Variables. Probability Distribution. Discrete Random Variables. Chapter 6, Section 1 6.1 Discrete and Continuous Random Variables Random Variables A random variable, usually written as X, is a variable whose possible values are numerical outcomes of a random phenomenon. There are two types

More information

Part 10: The Binomial Distribution

Part 10: The Binomial Distribution Part 10: The Binomial Distribution The binomial distribution is an important example of a probability distribution for a discrete random variable. It has wide ranging applications. One readily available

More information

Simple Random Sample

Simple Random Sample Simple Random Sample A simple random sample (SRS) of size n consists of n elements from the population chosen in such a way that every set of n elements has an equal chance to be the sample actually selected.

More information

Random variables. Discrete random variables. Continuous random variables.

Random variables. Discrete random variables. Continuous random variables. Random variables Discrete random variables. Continuous random variables. Discrete random variables. Denote a discrete random variable with X: It is a variable that takes values with some probability. Examples:

More information

Section Distributions of Random Variables

Section Distributions of Random Variables Section 8.1 - Distributions of Random Variables Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

PROBABILITY DISTRIBUTIONS

PROBABILITY DISTRIBUTIONS CHAPTER 3 PROBABILITY DISTRIBUTIONS Page Contents 3.1 Introduction to Probability Distributions 51 3.2 The Normal Distribution 56 3.3 The Binomial Distribution 60 3.4 The Poisson Distribution 64 Exercise

More information

5.2 Random Variables, Probability Histograms and Probability Distributions

5.2 Random Variables, Probability Histograms and Probability Distributions Chapter 5 5.2 Random Variables, Probability Histograms and Probability Distributions A random variable (r.v.) can be either continuous or discrete. It takes on the possible values of an experiment. It

More information

CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS

CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS CHAPTER 4 DISCRETE PROBABILITY DISTRIBUTIONS A random variable is the description of the outcome of an experiment in words. The verbal description of a random variable tells you how to find or calculate

More information

CHAPTER 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.3 Binomial and Geometric Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Binomial and Geometric Random

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic Probability Distributions: Binomial and Poisson Distributions Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College

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

What do you think "Binomial" involves?

What do you think Binomial involves? Learning Goals: * Define a binomial experiment (Bernoulli Trials). * Applying the binomial formula to solve problems. * Determine the expected value of a Binomial Distribution What do you think "Binomial"

More information

+ Chapter 7. Random Variables. Chapter 7: Random Variables 2/26/2015. Transforming and Combining Random Variables

+ Chapter 7. Random Variables. Chapter 7: Random Variables 2/26/2015. Transforming and Combining Random Variables + Chapter 7: Random Variables Section 7.1 Discrete and Continuous Random Variables The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE + Chapter 7 Random Variables 7.1 7.2 7.2 Discrete

More information

The Binomial Distribution

The Binomial Distribution MATH 382 The Binomial Distribution Dr. Neal, WKU Suppose there is a fixed probability p of having an occurrence (or success ) on any single attempt, and a sequence of n independent attempts is made. Then

More information

MATH 112 Section 7.3: Understanding Chance

MATH 112 Section 7.3: Understanding Chance MATH 112 Section 7.3: Understanding Chance Prof. Jonathan Duncan Walla Walla University Autumn Quarter, 2007 Outline 1 Introduction to Probability 2 Theoretical vs. Experimental Probability 3 Advanced

More information

Probability Distributions for Discrete RV

Probability Distributions for Discrete RV Probability Distributions for Discrete RV Probability Distributions for Discrete RV Definition The probability distribution or probability mass function (pmf) of a discrete rv is defined for every number

More information

HHH HHT HTH THH HTT THT TTH TTT

HHH HHT HTH THH HTT THT TTH TTT AP Statistics Name Unit 04 Probability Period Day 05 Notes Discrete & Continuous Random Variables Random Variable: Probability Distribution: Example: A probability model describes the possible outcomes

More information

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise.

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise. Math 224 Q Exam 3A Fall 217 Tues Dec 12 Version A Problem 1. Let X be the continuous random variable defined by the following pdf: { 1 x/2 when x 2, f(x) otherwise. (a) Compute the mean µ E[X]. E[X] x

More information

DO NOT POST THESE ANSWERS ONLINE BFW Publishers 2014

DO NOT POST THESE ANSWERS ONLINE BFW Publishers 2014 Section 6.3 Check our Understanding, page 389: 1. Check the BINS: Binary? Success = get an ace. Failure = don t get an ace. Independent? Because you are replacing the card in the deck and shuffling each

More information

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8)

Discrete Random Variables and Probability Distributions. Stat 4570/5570 Based on Devore s book (Ed 8) 3 Discrete Random Variables and Probability Distributions Stat 4570/5570 Based on Devore s book (Ed 8) Random Variables We can associate each single outcome of an experiment with a real number: We refer

More information

184 Chapter Not binomial: Because the student receives instruction after incorrect answers, her probability of success is likely to increase.

184 Chapter Not binomial: Because the student receives instruction after incorrect answers, her probability of success is likely to increase. Chapter Chapter. Not binomial: There is not fixed number of trials n (i.e., there is no definite upper limit on the number of defects) and the different types of defects have different probabilities..

More information

Chapter 8: The Binomial and Geometric Distributions

Chapter 8: The Binomial and Geometric Distributions Chapter 8: The Binomial and Geometric Distributions 8.1 Binomial Distributions 8.2 Geometric Distributions 1 Let me begin with an example My best friends from Kent School had three daughters. What is the

More information

4.2 Bernoulli Trials and Binomial Distributions

4.2 Bernoulli Trials and Binomial Distributions Arkansas Tech University MATH 3513: Applied Statistics I Dr. Marcel B. Finan 4.2 Bernoulli Trials and Binomial Distributions A Bernoulli trial 1 is an experiment with exactly two outcomes: Success and

More information

Chapter 6: Random Variables

Chapter 6: Random Variables Chapter 6: Random Variables Section 6.1 Discrete and Continuous Random Variables The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Chapter 6 Random Variables 6.1 Discrete and Continuous

More information

Math 243 Section 4.3 The Binomial Distribution

Math 243 Section 4.3 The Binomial Distribution Math 243 Section 4.3 The Binomial Distribution Overview Notation for the mean, standard deviation and variance The Binomial Model Bernoulli Trials Notation for the mean, standard deviation and variance

More information

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon.

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Chapter 14: random variables p394 A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Consider the experiment of tossing a coin. Define a random variable

More information

Math 14 Lecture Notes Ch. 4.3

Math 14 Lecture Notes Ch. 4.3 4.3 The Binomial Distribution Example 1: The former Sacramento King's DeMarcus Cousins makes 77% of his free throws. If he shoots 3 times, what is the probability that he will make exactly 0, 1, 2, or

More information

8.1 Binomial Distributions

8.1 Binomial Distributions 8.1 Binomial Distributions The Binomial Setting The 4 Conditions of a Binomial Setting: 1.Each observation falls into 1 of 2 categories ( success or fail ) 2 2.There is a fixed # n of observations. 3.All

More information

Chapter 8: Binomial and Geometric Distributions

Chapter 8: Binomial and Geometric Distributions Chapter 8: Binomial and Geometric Distributions Section 8.1 Binomial Distributions The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Section 8.1 Binomial Distribution Learning Objectives

More information

VIDEO 1. A random variable is a quantity whose value depends on chance, for example, the outcome when a die is rolled.

VIDEO 1. A random variable is a quantity whose value depends on chance, for example, the outcome when a die is rolled. Part 1: Probability Distributions VIDEO 1 Name: 11-10 Probability and Binomial Distributions A random variable is a quantity whose value depends on chance, for example, the outcome when a die is rolled.

More information

Math 160 Professor Busken Chapter 5 Worksheets

Math 160 Professor Busken Chapter 5 Worksheets Math 160 Professor Busken Chapter 5 Worksheets Name: 1. Find the expected value. Suppose you play a Pick 4 Lotto where you pay 50 to select a sequence of four digits, such as 2118. If you select the same

More information

Statistical Methods for NLP LT 2202

Statistical Methods for NLP LT 2202 LT 2202 Lecture 3 Random variables January 26, 2012 Recap of lecture 2 Basic laws of probability: 0 P(A) 1 for every event A. P(Ω) = 1 P(A B) = P(A) + P(B) if A and B disjoint Conditional probability:

More information

2) There is a fixed number of observations n. 3) The n observations are all independent

2) There is a fixed number of observations n. 3) The n observations are all independent Chapter 8 Binomial and Geometric Distributions The binomial setting consists of the following 4 characteristics: 1) Each observation falls into one of two categories success or failure 2) There is a fixed

More information

Section 8.4 The Binomial Distribution

Section 8.4 The Binomial Distribution Section 8.4 The Binomial Distribution Binomial Experiment A binomial experiment has the following properties: 1. The number of trials in the experiment is fixed. 2. There are two outcomes of each trial:

More information

Record on a ScanTron, your choosen response for each question. You may write on this form. One page of notes and a calculator are allowed.

Record on a ScanTron, your choosen response for each question. You may write on this form. One page of notes and a calculator are allowed. Ch 16, 17 Math 240 Exam 4 v1 Good SAMPLE No Book, Yes 1 Page Notes, Yes Calculator, 120 Minutes Dressler Record on a ScanTron, your choosen response for each question. You may write on this form. One page

More information

The Binomial distribution

The Binomial distribution The Binomial distribution Examples and Definition Binomial Model (an experiment ) 1 A series of n independent trials is conducted. 2 Each trial results in a binary outcome (one is labeled success the other

More information

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions Chapter 5 Probability Distributions 5-1 Overview 5-2 Random Variables 5-3 Binomial Probability Distributions 5-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 5-5 The Poisson Distribution

More information

(c) The probability that a randomly selected driver having a California drivers license

(c) The probability that a randomly selected driver having a California drivers license Statistics Test 2 Name: KEY 1 Classify each statement as an example of classical probability, empirical probability, or subjective probability (a An executive for the Krusty-O cereal factory makes an educated

More information

Chapter 6 Section 3: Binomial and Geometric Random Variables

Chapter 6 Section 3: Binomial and Geometric Random Variables Name: Date: Period: Chapter 6 Section 3: Binomial and Geometric Random Variables When the same chance process is repeated several times, we are often interested whether a particular outcome does or does

More information

Chapter 5 Basic Probability

Chapter 5 Basic Probability Chapter 5 Basic Probability Probability is determining the probability that a particular event will occur. Probability of occurrence = / T where = the number of ways in which a particular event occurs

More information

Binomial Distributions

Binomial Distributions Binomial Distributions (aka Bernouli s Trials) Chapter 8 Binomial Distribution an important class of probability distributions, which occur under the following Binomial Setting (1) There is a number n

More information

Unit 04 Review. Probability Rules

Unit 04 Review. Probability Rules Unit 04 Review Probability Rules A sample space contains all the possible outcomes observed in a trial of an experiment, a survey, or some random phenomenon. The sum of the probabilities for all possible

More information

1. Steve says I have two children, one of which is a boy. Given this information, what is the probability that Steve has two boys?

1. Steve says I have two children, one of which is a boy. Given this information, what is the probability that Steve has two boys? Chapters 6 8 Review 1. Steve says I have two children, one of which is a boy. Given this information, what is the probability that Steve has two boys? (A) 1 (B) 3 1 (C) 3 (D) 4 1 (E) None of the above..

More information

Statistics Chapter 8

Statistics Chapter 8 Statistics Chapter 8 Binomial & Geometric Distributions Time: 1.5 + weeks Activity: A Gaggle of Girls The Ferrells have 3 children: Jennifer, Jessica, and Jaclyn. If we assume that a couple is equally

More information

Chapter 3 Discrete Random Variables and Probability Distributions

Chapter 3 Discrete Random Variables and Probability Distributions Chapter 3 Discrete Random Variables and Probability Distributions Part 3: Special Discrete Random Variable Distributions Section 3.5 Discrete Uniform Section 3.6 Bernoulli and Binomial Others sections

More information

Section Distributions of Random Variables

Section Distributions of Random Variables Section 8.1 - Distributions of Random Variables Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon.

A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Chapter 14: random variables p394 A random variable (r. v.) is a variable whose value is a numerical outcome of a random phenomenon. Consider the experiment of tossing a coin. Define a random variable

More information

Problem Set 07 Discrete Random Variables

Problem Set 07 Discrete Random Variables Name Problem Set 07 Discrete Random Variables MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the mean of the random variable. 1) The random

More information

Chapter 5. Discrete Probability Distributions. McGraw-Hill, Bluman, 7 th ed, Chapter 5 1

Chapter 5. Discrete Probability Distributions. McGraw-Hill, Bluman, 7 th ed, Chapter 5 1 Chapter 5 Discrete Probability Distributions McGraw-Hill, Bluman, 7 th ed, Chapter 5 1 Chapter 5 Overview Introduction 5-1 Probability Distributions 5-2 Mean, Variance, Standard Deviation, and Expectation

More information

Chapter 8. Variables. Copyright 2004 Brooks/Cole, a division of Thomson Learning, Inc.

Chapter 8. Variables. Copyright 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 8 Random Variables Copyright 2004 Brooks/Cole, a division of Thomson Learning, Inc. 8.1 What is a Random Variable? Random Variable: assigns a number to each outcome of a random circumstance, or,

More information

Probability is the tool used for anticipating what the distribution of data should look like under a given model.

Probability is the tool used for anticipating what the distribution of data should look like under a given model. AP Statistics NAME: Exam Review: Strand 3: Anticipating Patterns Date: Block: III. Anticipating Patterns: Exploring random phenomena using probability and simulation (20%-30%) Probability is the tool used

More information

CS134: Networks Spring Random Variables and Independence. 1.2 Probability Distribution Function (PDF) Number of heads Probability 2 0.

CS134: Networks Spring Random Variables and Independence. 1.2 Probability Distribution Function (PDF) Number of heads Probability 2 0. CS134: Networks Spring 2017 Prof. Yaron Singer Section 0 1 Probability 1.1 Random Variables and Independence A real-valued random variable is a variable that can take each of a set of possible values in

More information

Binomial Distributions

Binomial Distributions Binomial Distributions Binomial Experiment The experiment is repeated for a fixed number of trials, where each trial is independent of the other trials There are only two possible outcomes of interest

More information

MATH/STAT 3360, Probability FALL 2012 Toby Kenney

MATH/STAT 3360, Probability FALL 2012 Toby Kenney MATH/STAT 3360, Probability FALL 2012 Toby Kenney In Class Examples () August 31, 2012 1 / 81 A statistics textbook has 8 chapters. Each chapter has 50 questions. How many questions are there in total

More information

Central Limit Theorem (cont d) 7/28/2006

Central Limit Theorem (cont d) 7/28/2006 Central Limit Theorem (cont d) 7/28/2006 Central Limit Theorem for Binomial Distributions Theorem. For the binomial distribution b(n, p, j) we have lim npq b(n, p, np + x npq ) = φ(x), n where φ(x) is

More information

6 If and then. (a) 0.6 (b) 0.9 (c) 2 (d) Which of these numbers can be a value of probability distribution of a discrete random variable

6 If and then. (a) 0.6 (b) 0.9 (c) 2 (d) Which of these numbers can be a value of probability distribution of a discrete random variable 1. A number between 0 and 1 that is use to measure uncertainty is called: (a) Random variable (b) Trial (c) Simple event (d) Probability 2. Probability can be expressed as: (a) Rational (b) Fraction (c)

More information

30 Wyner Statistics Fall 2013

30 Wyner Statistics Fall 2013 30 Wyner Statistics Fall 2013 CHAPTER FIVE: DISCRETE PROBABILITY DISTRIBUTIONS Summary, Terms, and Objectives A probability distribution shows the likelihood of each possible outcome. This chapter deals

More information

The binomial distribution p314

The binomial distribution p314 The binomial distribution p314 Example: A biased coin (P(H) = p = 0.6) ) is tossed 5 times. Let X be the number of H s. Fine P(X = 2). This X is a binomial r. v. The binomial setting p314 1. There are

More information

Chapter 3 - Lecture 5 The Binomial Probability Distribution

Chapter 3 - Lecture 5 The Binomial Probability Distribution Chapter 3 - Lecture 5 The Binomial Probability October 12th, 2009 Experiment Examples Moments and moment generating function of a Binomial Random Variable Outline Experiment Examples A binomial experiment

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter7 Probability Distributions and Statistics Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number of boys in

More information

CHAPTER 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.1 Discrete and Continuous Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Discrete and Continuous Random

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number

More information

STA 6166 Fall 2007 Web-based Course. Notes 10: Probability Models

STA 6166 Fall 2007 Web-based Course. Notes 10: Probability Models STA 6166 Fall 2007 Web-based Course 1 Notes 10: Probability Models We first saw the normal model as a useful model for the distribution of some quantitative variables. We ve also seen that if we make a

More information

AP Statistics Section 6.1 Day 1 Multiple Choice Practice. a) a random variable. b) a parameter. c) biased. d) a random sample. e) a statistic.

AP Statistics Section 6.1 Day 1 Multiple Choice Practice. a) a random variable. b) a parameter. c) biased. d) a random sample. e) a statistic. A Statistics Section 6.1 Day 1 ultiple Choice ractice Name: 1. A variable whose value is a numerical outcome of a random phenomenon is called a) a random variable. b) a parameter. c) biased. d) a random

More information

CHAPTER 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.3 Binomial and Geometric Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers 6.3 Reading Quiz (T or F) 1.

More information

S = 1,2,3, 4,5,6 occurs

S = 1,2,3, 4,5,6 occurs Chapter 5 Discrete Probability Distributions The observations generated by different statistical experiments have the same general type of behavior. Discrete random variables associated with these experiments

More information

I can use simulation to model chance behavior. I can describe a probability model for a chance process. I can use basic probability rules, including

I can use simulation to model chance behavior. I can describe a probability model for a chance process. I can use basic probability rules, including 1 AP Statistics Unit 3 Concepts (Chapter 5, 6, 7) Baseline Topics: (must show mastery in order to receive a 3 or above I can distinguish between a parameter and a statistic. I can use a probability distribution

More information