Chapter 6: Discrete Probability Distributions

Size: px
Start display at page:

Download "Chapter 6: Discrete Probability Distributions"

Transcription

1 120C-Choi-Spring Chapter 6: Discrete Probability Distributions Section 6.1: Discrete Random Variables... p. 2 Section 6.2: The Binomial Probability Distribution... p. 10 The notes are based on Statistics: Informed Decisions Using Data, 5th edition, Michael Sullivan III, Pearson You may report critical errors and typos to tchoi@cypresscollege.edu.

2 Section 6.1: Discrete Random Variables 2 Random Variable A random variable is a variable that holds a numerical value that is associated with the outcome of a probability experiment. Random variables are typically denoted using capital letters such as X. As an outcome happens with randomness, we can not predict what the random variable will hold. Hence, it is called a random variable. Example 1. For the probability experiment of rolling two dice, let the random variable X hold the sum of two dots. Then the random variable X holds the values X = 2, X = 3,..., or X = 12. Example 2. For the probability experiment of rolling two dice, let the random variable X hold the absolute value of the difference of two dots. Then the random variable X holds the values X = 0, X = 1,..., or X = 5. Discrete and Continuous Random Variables A discrete random variable has either a finite or countable number of values. The values of a discrete random variable can be plotted on a number line with space between each point. Informally, quantities that can be counted. A continuous random variable has infinitely many values between any two values. The values of a continuous random variable can be plotted on a line in an uninterrupted fashion. Informally, quantities that can be measured or computed. Example. Determine if the random variable is discrete or continuous. (a) The time it takes for a light bulb to burn out. (b) The weight of a T-bone steak. (c) In a random sample of 20 people, the number of people with type A blood. (d) The distance a baseball travels in the air after being hit. (e) The number of points scored during a basketball game. (f) The square footage of a house. Probability Distribution The probability distribution (or probability mass function) of a discrete random variable X provides the possible values of the random variable and their corresponding probabilities. A probability distribution can be in the form of a table, graph, or mathematical formula. If x is a possible value of X, then the probability that X = x is denoted by P (X = x).

3 Section 6.1: Discrete Random Variables 3 Example. For the probability experiment of rolling a die, let X be the number of dots. For instance, the probability that we roll a four dots (i.e. X = 4) is denoted by P (X = 4) = 1 6. In fact, P (X = x) = 1 6. The probability distribution is given by x P (X = x) Example: Sum of Two Dots For the random variable X which holds the sum of two dots from rolling two dice, the possible values of X are integers from 2 to 12. Out of 36 (the size of sample space S when two dice are rolled) outcomes, the sum 4 comes from three outcomes (1, 3), (2, 2), and (3, 1) as 4 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = For instance, P (X = 4) = 3 36 = Also P (X = 10) = The table form and the graph of the probability distribution for the random variable X are

4 Section 6.1: Discrete Random Variables 4 x P (X = x) 2 1/36 = /36 = /36 = /36 = /36 = /36 = /36 = /36 = /36 = /36 = /36 = Rules for a Discrete Probability Distribution Let P (x) denote the probability that the random variable X equals x. Then P (x) = 1 where the sum is over all possible values of X. 0 P (x) 1 The first rule says that the sum of all probabilities assigned for the random variable over all possible numerical values that the random variable holds is 1. Example. For the sum of two dots from throwing two dice, 12 x=2 P (x) = P (2) + P (3) + P (4) + P (5) + P (6) + P (7) + P (8) + P (9) + P (10) + P (11) + P (12) = = = 1 Mean of Discrete Random Variable The mean of a discrete random variable X is given by the formula µ X = x P (x) For each x, we multiply x by its corresponding probability P (x). Then sum the products.

5 Section 6.1: Discrete Random Variables 5 Example. For the sum of two dots when rolling two dice, x P (x) x P (x) L1 L2 L3 = L1 * L2 2 1/36 2/36 3 2/36 6/36 4 3/36 12/36 5 4/36 20/36 6 5/36 30/36 7 6/36 42/36 8 5/36 40/36 9 4/36 36/ /36 30/ /36 22/ /36 12/36 the mean of the random variable X is µ X = sum(l3) = 7. Interpretation of the Mean of Discrete Random Variable Suppose an experiment is repeated n independent times and the value of the random variable X is recorded. As the number of repetitions of the experiment increases, the mean value of the n trials will approach µ X, the mean of the random variable X. In other words, let x 1 be the value of the random variable X after the first experiment, x 2 be the value of the random variable X after the second experiment, and so on. Then x = x 1 + x x n n The difference between x and µ X gets closer to 0 as n increases. Example. As we roll two dice forever, we will note that the intermediate mean x of sum of two dots will approach 7. Interpret the Mean as an Expected Value The mean of a random variable represents what we would expect to happen in the long run, it is also called the expected value of the random variable X, denoted by E(X). That is, E(X) = µ X. Example 1. When we roll two dice, the expected value E(X) of the random variable X which holds the sum of two dots is 7 as µ X = 7.

6 Section 6.1: Discrete Random Variables 6 Example 2. When flipping four coins, let X be the random variable that holds the number of heads. Then the probability distribution is given by x P (x) 1/16 4/16 6/16 4/16 1/16 = = 0.25 = = 0.25 = The expected value is E(X) = 0(0.0625) + 1(0.25) + 2(0.375) + 3(0.25) + 4(0.0625) = 2. Most of the time, we expect to see two heads when flipping four coins. Examples Example 1. You pay $1 to roll two dice. If two dots are differed by one dot, then you win $3. If two dots are differed by two dots, then you win $5. If two dots are the same, then you lose $4. What is the expected value of the game? x (Payout) P (x) 3 /36 5 /36-4 /36 0 /36 Example 2. A life insurance company sells a $250,000 1-year term life insurance policy to a 20-year-old male for $350. According to the National Vital Statistics Report, 58(21), the probability that the male survives the year is Compute and interpret the expected value of this policy to the insurance company. x (Payout) 350 (survived) ,000 (did not survive) P (x)

7 Section 6.1: Discrete Random Variables 7 Standard Deviation of a Discrete Random Variable The standard deviation of a discrete random variable X is given by (x ( σ X = µx ) 2 P (x) or x2 P (x)) (µ X ) 2 where µ X is the mean of the random variable X. Example. For the sum of two dots when rolling two dice, x P (x) (x µ X ) 2 P (x) L1 L2 L3 = (L1-7) 2 *L2 2 1/ / / / / / / / / / / the standard deviation of the random variable X is σ X = sum(l3) = = Example: Four Coins Previously we considered the probability distribution of the random variable X that holds the number of times the head appear in flipping four coins. Recall that the mean of the random variable X is µ X = 0(0.0625) + 1(0.25) + 2(0.375) + 3(0.25) + 4(0.0625) = 2. Let us compute the standard deviation σ X of the random variable X using the formula σ X = (x µ X ) 2 P (x). x P (x) (x µ X ) 2 P (x) (0 2) 2 (0.0625) = (1 2) 2 (0.2500) = (2 2) 2 (0.3750) = (3 2) 2 (0.2500) = (4 2) 2 (0.0625) = 0.25 Then the standard deviation is σ X = = 1 = 1. Compute the standard deviation using an alternative formula.

8 Section 6.1: Discrete Random Variables 8 Examples Example 1. Let X be the absolute value of the difference of two dots when rolling two dice. For instance, if (4, 6) are rolled, then X = 2. (a) Construct a discrete probability distribution. (b) Compute and interpret the mean of the random variable X. (c) Compute the standard deviation of the random variable X. Example 2. Let X be the larger of two dots when rolling two dice. For instance, if (4, 6) are rolled, then X = 6. (a) Construct a discrete probability distribution. (b) Compute and interpret the mean of the random variable X. (c) Compute the standard deviation of the random variable X.

9 Section 6.1: Discrete Random Variables 9 Example: Waiting in Line A Wendy s manager performed a study to determine a probability distribution for the number of people, X, waiting in line during lunch. The results were as follows: x P (X = x) x P (X = x) (a) Verify that this is a discrete probability distribution. (b) Compute and interpret the mean of the random variable X. (c) Compute the standard deviation of the random variable X. (d) What is the probability that eight people are waiting in line? (e) What is the probability that 10 or more people are waiting in line? Would this be unusual?

10 Section 6.2: The Binomial Probability Distribution 10 Criteria for a Binomial Probability Experiment An experiment is said to be a binomial experiment (or Bernoulli trial) if The experiment is performed a fixed number of times. Each repetition of the experiment is called a trial. The trials are independent. This means that the outcome of one trial will not affect the outcome of the other trials. For each trial, there are two mutually exclusive (disjoint) outcomes: Success or Failure. The probability of success is the same for each trial of the experiment. In this section, we let X be the random variable that holds the number of successes in n trials of a binomial experiment. Since we count the number of successes, the random variable is discrete. We call X a binomial random variable. Notation used in the Binomial Probability Distribution n: the number of binomial experiment trials (this is fixed constant) p: the probability of success for each trial, i.e. p = P (Success) 1 p: the probability of failure for each trial, i.e. 1 p = P (Failure) X: the binomial random variable that holds the number of successes in n independent trials of the experiment x: specific value for the binomial random variable X We can have from no success (i.e. x = 0) to n many successes (i.e. x = n). Hence, x can be any whole number between 0 and n inclusively. That is, 0 x n. Example. Is flipping a coin a binomial experiment? Say a coin is biased so that the tail appears with the probability P (tail) = 0.7. If we define a success in flipping the coin once as observing a tail, then p = 0.7 and 1 p = 0.3 = P (failure). In flipping the coin seven times, if we are concerned about observing the tail 4 times, then n = 7 and x = 4. Examples: Carbon Tax According to a poll, 76% of American voters are in favor of a carbon tax. Suppose that five voters in the United States are randomly sampled and asked whether they favor a carbon tax. Let X be the number of answering in the affirmative is recorded.

11 Section 6.2: The Binomial Probability Distribution 11 n = 5 p = 0.76 and 1 p = = 0.24 x can be 0, 1, 2, 3, 4, or 5. Here are outcomes of the poll. o : affirmative, and x : negative. x Outcomes that are relevant 0 xxxxx 1 oxxxx, xoxxx, xxoxx, xxxox, xxxxo 2 ooxxx, xooxx, xxoox, xxxoo, oxoxx, xoxox, xxoxo, oxxox, xoxxo, oxxxo 3 xxooo, oxxoo, ooxxo, oooxx, xoxoo, oxoxo, ooxox, xooxo, oxoox, xooox 4 xoooo, oxooo, ooxoo, oooxo, oooox 5 ooooo For instance, the probability of obtaining the outcome oxoxo is (0.76)(0.24)(0.76)(0.24)(0.76). In fact, all outcomes that are relevant to x = 4 have the probability (0.76) 3 (0.24) 2. Since we have 5 C 3 = 10 such outcomes, P (X = 4) = 10(0.76) 3 (0.24) 2. Binomial Probability Distribution The probability of obtaining x successes in n independent trials of a binomial experiment is given by P (x) = n C x p x (1 p) n x where x can be any of values from 0, 1, 2,..., n and p is the probability of success. Example. In clinical trails of Clarinex-D, 5% of the patients in the study experienced insomnia as a side effect. A random sample of 20 Clarinex-D users is obtained, and the number of patients who experienced insomnia is recorded. Find the probability that exactly 3 experienced insomnia as a side effect. Then n = 20, p = 0.05, and x = 3. P (X = 3) = 20 C 3 (0.05) 3 (1 0.05) 20 3 = (1140)(0.05) 3 (0.95) 17 = Note: Make sure that you know how to calculate a binomial probability using the formula above. Using TI calculator to find Binomial Probability We can compute binomial probability calculations using TI calculator. The TI calculator has two functions: binompdf and binomcdf. In order to access them we press [DISTR] ([2nd] + [VARS]) and scroll down to binompdf( or binomcdf(.

12 Section 6.2: The Binomial Probability Distribution 12 binompdf(n, p, x) finds the binomial probability of x successes in n trials with the probability of success p. binompdf(n, p, x) = P (X = x) = n C x (p) x (1 p) n x binomcdf(n, p, x) finds the binomial probability of at most x successes in n trials with the probability of success p. binomcdf(n, p, x) = P (X x) = P (X = 0) + + P (X = x) P (X < x) = P (X x 1) = binomcdf(n, p, x 1) P (X > x) = 1 P (X x) = 1 - binomcdf(n, p, x) P (X x) = 1 P (X < x) = 1 P (X x 1) = 1 - binomcdf(n, p, x 1) An English Lesson Phrase Math Symbol at least; no less than; greater than or equal to more than; greater than > fewer than; less than < no more than; at most; less than or equal to exactly; equals; is = Example: Clarinex-D In clinical trails of Clarinex-D, 5% of the patients in the study experienced insomnia as a side effect. A random sample of 20 Clarinex-D users is obtained, and the number of patients who experienced insomnia is recorded. Then n = 20 and p = Let X be the number of patients who experienced insomnia is recorded. (a) The probability that at most 4 experienced insomnia as a side effect is P (X 4) = binomcdf(20, 0.05, 4) = (b) The probability that fewer than 4 experienced insomnia as a side effect is P (X < 4) = P (X 3) = binomcdf(20, 0.05, 3) = (c) The probability that at least 6 experienced insomnia as a side effect is P (X 6) = 1 P (X < 6) = 1 P (X 5) = 1 - binomcdf(20, 0.05, 5) = (d) The probability that more than 3 experienced insomnia as a side effect is P (X > 3) = 1 P (X 3) = 1 - binomcdf(20, 0.05, 3) =

13 Section 6.2: The Binomial Probability Distribution 13 Examples: Carbon Tax (revisited) According to a poll, 76% of American voters are in favor of a carbon tax. Suppose that 10 voters in the United States are randomly sampled and asked whether they favor a carbon tax. Let X be the number of answering in the affirmative is recorded. Then n = 10 and p = (a) Compute the probability that seven will answer in the affirmative using the formula. Verify using binompdf. Answer: (b) Compute P (X 5). Answer: (c) Find the probability that less than five will answer in the affirmative. Answer: (d) Find the probability that at least three will answer in the affirmative (e) Compute P (X > 4). Answer: Answer: Mean (or Expected Value) and Standard Deviation of a Binomial Random Variable A binomial experiment with n independent trials and probability of success p has a mean and standard deviation given by the formulas µ X = np and σ X = np(1 p) Example. In clinical trails of Clarinex-D, 5% of the patients in the study experienced insomnia as a side effect. A random sample of 20 Clarinex-D users is obtained, and the number of patients who experienced insomnia is recorded. Let X be the binomial random variable of the number of patients who experienced insomnia. The mean of the binomial random variable X is µ X = 20(0.05) = 1. Since the mean is also expected value, we can interpret 1 as the expected number of patient who experienced insomnia in a random sample of 20 Clarinex-D users. The standard deviation of the binomial random variable X is σ X = 20(0.05)(1 0.05) =

14 Section 6.2: The Binomial Probability Distribution 14 Graphing Binomial Probability Distribution To graph a binomial probability distribution with n trials and success probability p: 1. Construct a probability distribution table with two columns: First column (L1) lists the number of successes from x = 0 to x = n. Second column (L2) lists the binomial probabilities P (X = x). Use L2 = binompdf(n, p, L1). 2. Draw the graph using the horizontal axis for the x values the vertical axis for the probabilities 3. Label the bottom of each vertical line segment with the x-value. 4. Label the vertical axis with P (x). Example: n = 5, p = 0.2 Graph the binomial probability distribution for n = 5 and p = 0.2. x P (X = x) L1 L2 = binompdf(5, 0.2, L1) Mean: µ X = 5(0.2) = 1 SD: σ X = 5(0.2)(1 0.2) = 0.8 = The distribution is skew-right. Interpretation of Binomial Distribution of Fixed Success Probability For a fixed p,

15 Section 6.2: The Binomial Probability Distribution 15 as the number of trials n in a binomial experiment increases, the binomial probability distribution becomes bell-shaped. Convention: If np(1 p) 10, the binomial probability distribution will be approximately bell-shaped. Note that the standard deviation σ of the binomial random variable is np(1 p). Since the variance is σ 2 = ( np(1 p)) 2 = np(1 p), the second statement above states that if the variance is greater than or equal to 10, then the binomial probability distribution will be approximately bell-shaped. Example. n = 70 and p = 0.2, so np(1 p) = 70(0.2)(0.8) = Unusual Results of Binomial Probability Distribution When np(1 p) 10, the binomial probability distribution is bell-shaped. We can use the Empirical Rule to estimate the percentage of the observations. Recall that Binomial Probability Mean: µ X = np Binomial Probability Standard Deviation: σ X = np(1 p) By the Empirical Rule, middle 95% of the observations lie within two standard deviations, i.e. µ 2σ x µ + 2σ. If the observation is outside this middle 95%, then it is considered unusual, i.e. if then it is unusual. x < µ 2σ or x > µ + 2σ, Example: Trusting Government A survey reported that 11% of adult Americans had a great deal of trust and confidence in the federal government handling domestic issues. Suppose a survey of a random sample

16 Section 6.2: The Binomial Probability Distribution 16 of 1100 adult Americans finds that 84 have a great deal of trust and confidence in the federal government handling domestic issues. The nature of the survey suggests a binomial random variable X. Note that n = 1100 is the number of trials, p = 0.11 is the probability of success (trusting the government), and let x be the number of successes in 1100 trials. Since np(1 p) = 1100(0.11)(1 0.11) = , the probability distribution of X is roughly bell-shaped. The mean is µ X = np = 1100(0.11) = 121, and the standard deviation is σ X = np(1 p) = = The two standard deviation mark on the left of the mean is µ 2σ = ( ) = , and the observation 84 is less than Hence, the observation is unusual. Example: Singulair Singulair is a medication whose purpose is to control asthma attacks. In clinical trials of Singulair, 18.4% of the patients in the study experienced headaches as a side effect. Would it be unusual to observe 86 patients who experience headaches in a random sample of 400 patients who use this medication? Why? n = p = µ = σ = np(1 p) = Is the probability distribution roughly bell-shaped? µ 2σ = µ + 2σ =

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain.

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain. Binomial and Normal Distributions Objective 1: Determining if an Experiment is a Binomial Experiment For an experiment to be considered a binomial experiment, four things must hold: 1. The experiment is

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

Chapter 5 Probability Distributions. Section 5-2 Random Variables. Random Variable Probability Distribution. Discrete and Continuous Random Variables

Chapter 5 Probability Distributions. Section 5-2 Random Variables. Random Variable Probability Distribution. Discrete and Continuous Random Variables Chapter 5 Probability Distributions Section 5-2 Random Variables 5-2 Random Variables 5-3 Binomial Probability Distributions 5-4 Mean, Variance and Standard Deviation for the Binomial Distribution Random

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

The Binomial Probability Distribution

The Binomial Probability Distribution The Binomial Probability Distribution MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2017 Objectives After this lesson we will be able to: determine whether a probability

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

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. 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

Discrete Probability Distributions

Discrete Probability Distributions Page 1 of 6 Discrete Probability Distributions In order to study inferential statistics, we need to combine the concepts from descriptive statistics and probability. This combination makes up the basics

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

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions Random Variables Examples: Random variable a variable (typically represented by x) that takes a numerical value by chance. Number of boys in a randomly selected family with three children. Possible values:

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

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

A random variable is a quantitative variable that represents a certain

A random variable is a quantitative variable that represents a certain Section 6.1 Discrete Random Variables Example: Probability Distribution, Spin the Spinners Sum of Numbers on Spinners Theoretical Probability 2 0.04 3 0.08 4 0.12 5 0.16 6 0.20 7 0.16 8 0.12 9 0.08 10

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Objectives During this lesson we will learn to: distinguish between discrete and continuous

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2017 Objectives During this lesson we will learn to: distinguish between discrete and continuous

More information

Statistical Methods in Practice STAT/MATH 3379

Statistical Methods in Practice STAT/MATH 3379 Statistical Methods in Practice STAT/MATH 3379 Dr. A. B. W. Manage Associate Professor of Mathematics & Statistics Department of Mathematics & Statistics Sam Houston State University Overview 6.1 Discrete

More information

23.1 Probability Distributions

23.1 Probability Distributions 3.1 Probability Distributions Essential Question: What is a probability distribution for a discrete random variable, and how can it be displayed? Explore Using Simulation to Obtain an Empirical Probability

More information

Section Random Variables

Section Random Variables Section 6.2 - Random Variables According to the Bureau of the Census, the latest family data pertaining to family size for a small midwestern town, Nomore, is shown in Table 6.. If a family from this town

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

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc.

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Chapter 8 Measures of Center Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Data that can only be integer

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

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

STT315 Chapter 4 Random Variables & Probability Distributions AM KM

STT315 Chapter 4 Random Variables & Probability Distributions AM KM Before starting new chapter: brief Review from Algebra Combinations In how many ways can we select x objects out of n objects? In how many ways you can select 5 numbers out of 45 numbers ballot to win

More information

Chapter Five. The Binomial Distribution and Related Topics

Chapter Five. The Binomial Distribution and Related Topics Chapter Five The Binomial Distribution and Related Topics Section 2 Binomial Probabilities Essential Question What are the three methods for solving binomial probability questions? Explain each of the

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 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 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

Statistics (This summary is for chapters 18, 29 and section H of chapter 19)

Statistics (This summary is for chapters 18, 29 and section H of chapter 19) Statistics (This summary is for chapters 18, 29 and section H of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x n =

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

Probability Distributions

Probability Distributions Chapter 6 Discrete Probability Distributions Section 6-2 Probability Distributions Definitions Let S be the sample space of a probability experiment. A random variable X is a function from the set S into

More information

MLLunsford 1. Activity: Central Limit Theorem Theory and Computations

MLLunsford 1. Activity: Central Limit Theorem Theory and Computations MLLunsford 1 Activity: Central Limit Theorem Theory and Computations Concepts: The Central Limit Theorem; computations using the Central Limit Theorem. Prerequisites: The student should be familiar with

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

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19)

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x

More information

Chapter 3: Probability Distributions and Statistics

Chapter 3: Probability Distributions and Statistics Chapter 3: Probability Distributions and Statistics Section 3.-3.3 3. Random Variables and Histograms A is a rule that assigns precisely one real number to each outcome of an experiment. We usually denote

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

Chapter 4 Probability Distributions

Chapter 4 Probability Distributions Slide 1 Chapter 4 Probability Distributions Slide 2 4-1 Overview 4-2 Random Variables 4-3 Binomial Probability Distributions 4-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 4-5

More information

6.3: The Binomial Model

6.3: The Binomial Model 6.3: The Binomial Model The Normal distribution is a good model for many situations involving a continuous random variable. For experiments involving a discrete random variable, where the outcome of the

More information

A probability distribution shows the possible outcomes of an experiment and the probability of each of these outcomes.

A probability distribution shows the possible outcomes of an experiment and the probability of each of these outcomes. Introduction In the previous chapter we discussed the basic concepts of probability and described how the rules of addition and multiplication were used to compute probabilities. In this chapter we expand

More information

FINAL REVIEW W/ANSWERS

FINAL REVIEW W/ANSWERS FINAL REVIEW W/ANSWERS ( 03/15/08 - Sharon Coates) Concepts to review before answering the questions: A population consists of the entire group of people or objects of interest to an investigator, while

More information

MAKING SENSE OF DATA Essentials series

MAKING SENSE OF DATA Essentials series MAKING SENSE OF DATA Essentials series THE NORMAL DISTRIBUTION Copyright by City of Bradford MDC Prerequisites Descriptive statistics Charts and graphs The normal distribution Surveys and sampling Correlation

More information

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution Section 7.6 Application of the Normal Distribution A random variable that may take on infinitely many values is called a continuous random variable. A continuous probability distribution is defined by

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

Probability Models.S2 Discrete Random Variables

Probability Models.S2 Discrete Random Variables Probability Models.S2 Discrete Random Variables Operations Research Models and Methods Paul A. Jensen and Jonathan F. Bard Results of an experiment involving uncertainty are described by one or more random

More information

Chapter 6 Probability

Chapter 6 Probability Chapter 6 Probability Learning Objectives 1. Simulate simple experiments and compute empirical probabilities. 2. Compute both theoretical and empirical probabilities. 3. Apply the rules of probability

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

Business Statistics. Chapter 5 Discrete Probability Distributions QMIS 120. Dr. Mohammad Zainal

Business Statistics. Chapter 5 Discrete Probability Distributions QMIS 120. Dr. Mohammad Zainal Department of Quantitative Methods & Information Systems Business Statistics Chapter 5 Discrete Probability Distributions QMIS 120 Dr. Mohammad Zainal Chapter Goals After completing this chapter, you should

More information

Statistics 6 th Edition

Statistics 6 th Edition Statistics 6 th Edition Chapter 5 Discrete Probability Distributions Chap 5-1 Definitions Random Variables Random Variables Discrete Random Variable Continuous Random Variable Ch. 5 Ch. 6 Chap 5-2 Discrete

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

Chapter 5 Student Lecture Notes 5-1. Department of Quantitative Methods & Information Systems. Business Statistics

Chapter 5 Student Lecture Notes 5-1. Department of Quantitative Methods & Information Systems. Business Statistics Chapter 5 Student Lecture Notes 5-1 Department of Quantitative Methods & Information Systems Business Statistics Chapter 5 Discrete Probability Distributions QMIS 120 Dr. Mohammad Zainal Chapter Goals

More information

5.4 Normal Approximation of the Binomial Distribution

5.4 Normal Approximation of the Binomial Distribution 5.4 Normal Approximation of the Binomial Distribution Bernoulli Trials have 3 properties: 1. Only two outcomes - PASS or FAIL 2. n identical trials Review from yesterday. 3. Trials are independent - probability

More information

The normal distribution is a theoretical model derived mathematically and not empirically.

The normal distribution is a theoretical model derived mathematically and not empirically. Sociology 541 The Normal Distribution Probability and An Introduction to Inferential Statistics Normal Approximation The normal distribution is a theoretical model derived mathematically and not empirically.

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

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

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

More information

Probability. An intro for calculus students P= Figure 1: A normal integral

Probability. An intro for calculus students P= Figure 1: A normal integral Probability An intro for calculus students.8.6.4.2 P=.87 2 3 4 Figure : A normal integral Suppose we flip a coin 2 times; what is the probability that we get more than 2 heads? Suppose we roll a six-sided

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

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

MA : Introductory Probability

MA : Introductory Probability MA 320-001: Introductory Probability David Murrugarra Department of Mathematics, University of Kentucky http://www.math.uky.edu/~dmu228/ma320/ Spring 2017 David Murrugarra (University of Kentucky) MA 320:

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

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

11.5: Normal Distributions

11.5: Normal Distributions 11.5: Normal Distributions 11.5.1 Up to now, we ve dealt with discrete random variables, variables that take on only a finite (or countably infinite we didn t do these) number of values. A continuous random

More information

9 Expectation and Variance

9 Expectation and Variance 9 Expectation and Variance Two numbers are often used to summarize a probability distribution for a random variable X. The mean is a measure of the center or middle of the probability distribution, and

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

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

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

AP Statistics Ch 8 The Binomial and Geometric Distributions

AP Statistics Ch 8 The Binomial and Geometric Distributions Ch 8.1 The Binomial Distributions The Binomial Setting A situation where these four conditions are satisfied is called a binomial setting. 1. Each observation falls into one of just two categories, which

More information

Chapter 14 - Random Variables

Chapter 14 - Random Variables Chapter 14 - Random Variables October 29, 2014 There are many scenarios where probabilities are used to determine risk factors. Examples include Insurance, Casino, Lottery, Business, Medical, and other

More information

Binomial Random Variables

Binomial Random Variables Models for Counts Solutions COR1-GB.1305 Statistics and Data Analysis Binomial Random Variables 1. A certain coin has a 25% of landing heads, and a 75% chance of landing tails. (a) If you flip the coin

More information

Chapter 11. Data Descriptions and Probability Distributions. Section 4 Bernoulli Trials and Binomial Distribution

Chapter 11. Data Descriptions and Probability Distributions. Section 4 Bernoulli Trials and Binomial Distribution Chapter 11 Data Descriptions and Probability Distributions Section 4 Bernoulli Trials and Binomial Distribution 1 Learning Objectives for Section 11.4 Bernoulli Trials and Binomial Distributions The student

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

Section 8.4 The Binomial Distribution

Section 8.4 The Binomial Distribution Section 84 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: success

More information

4: Probability. Notes: Range of possible probabilities: Probabilities can be no less than 0% and no more than 100% (of course).

4: Probability. Notes: Range of possible probabilities: Probabilities can be no less than 0% and no more than 100% (of course). 4: Probability What is probability? The probability of an event is its relative frequency (proportion) in the population. An event that happens half the time (such as a head showing up on the flip of a

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 M Discrete Probability Distribution

Section M Discrete Probability Distribution Section M Discrete Probability Distribution A random variable is a numerical measure of the outcome of a probability experiment, so its value is determined by chance. Random variables are typically denoted

More information

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Essential Question How can I determine whether the conditions for using binomial random variables are met? Binomial Settings When the

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

Example. Chapter 8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables

Example. Chapter 8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables Chapter 8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables You are dealt a hand of 5 cards. Find the probability distribution table for the number of hearts. Graph

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

Probability Distributions. Definitions Discrete vs. Continuous Mean and Standard Deviation TI 83/84 Calculator Binomial Distribution

Probability Distributions. Definitions Discrete vs. Continuous Mean and Standard Deviation TI 83/84 Calculator Binomial Distribution Probability Distributions Definitions Discrete vs. Continuous Mean and Standard Deviation TI 83/84 Calculator Binomial Distribution Definitions Random Variable: a variable that has a single numerical value

More information

Experimental Probability - probability measured by performing an experiment for a number of n trials and recording the number of outcomes

Experimental Probability - probability measured by performing an experiment for a number of n trials and recording the number of outcomes MDM 4U Probability Review Properties of Probability Experimental Probability - probability measured by performing an experiment for a number of n trials and recording the number of outcomes Theoretical

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 5 Probability Distributions 5-1 Overview 5-2 Random Variables 5-3 Binomial Probability

More information

Binomial Distributions

Binomial Distributions Binomial Distributions A binomial experiment is a probability experiment that satisfies these conditions. 1. The experiment has a fixed number of trials, where each trial is independent of the other trials.

More information

Chapter 6. The Normal Probability Distributions

Chapter 6. The Normal Probability Distributions Chapter 6 The Normal Probability Distributions 1 Chapter 6 Overview Introduction 6-1 Normal Probability Distributions 6-2 The Standard Normal Distribution 6-3 Applications of the Normal Distribution 6-5

More information

Chapter Five. The Binomial Probability Distribution and Related Topics

Chapter Five. The Binomial Probability Distribution and Related Topics Chapter Five The Binomial Probability Distribution and Related Topics Section 3 Additional Properties of the Binomial Distribution Essential Questions How are the mean and standard deviation determined

More information

Chpt The Binomial Distribution

Chpt The Binomial Distribution Chpt 5 5-4 The Binomial Distribution 1 /36 Chpt 5-4 Chpt 5 Homework p262 Applying the Concepts Exercises p263 1-11, 14-18, 23, 24, 26 2 /36 Objective Chpt 5 Find the exact probability for x successes in

More information

Essential Question: What is a probability distribution for a discrete random variable, and how can it be displayed?

Essential Question: What is a probability distribution for a discrete random variable, and how can it be displayed? COMMON CORE N 3 Locker LESSON Distributions Common Core Math Standards The student is expected to: COMMON CORE S-IC.A. Decide if a specified model is consistent with results from a given data-generating

More information

Stat511 Additional Materials

Stat511 Additional Materials Binomial Random Variable Stat511 Additional Materials The first discrete RV that we will discuss is the binomial random variable. The binomial random variable is a result of observing the outcomes from

More information

The "bell-shaped" curve, or normal curve, is a probability distribution that describes many real-life situations.

The bell-shaped curve, or normal curve, is a probability distribution that describes many real-life situations. 6.1 6.2 The Standard Normal Curve The "bell-shaped" curve, or normal curve, is a probability distribution that describes many real-life situations. Basic Properties 1. The total area under the curve is.

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

4: Probability. What is probability? Random variables (RVs)

4: Probability. What is probability? Random variables (RVs) 4: Probability b binomial µ expected value [parameter] n number of trials [parameter] N normal p probability of success [parameter] pdf probability density function pmf probability mass function RV random

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 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

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

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

The topics in this section are related and necessary topics for both course objectives.

The topics in this section are related and necessary topics for both course objectives. 2.5 Probability Distributions The topics in this section are related and necessary topics for both course objectives. A probability distribution indicates how the probabilities are distributed for outcomes

More information

Counting Basics. Venn diagrams

Counting Basics. Venn diagrams Counting Basics Sets Ways of specifying sets Union and intersection Universal set and complements Empty set and disjoint sets Venn diagrams Counting Inclusion-exclusion Multiplication principle Addition

More information

Name Period AP Statistics Unit 5 Review

Name Period AP Statistics Unit 5 Review Name Period AP Statistics Unit 5 Review Multiple Choice 1. Jay Olshansky from the University of Chicago was quoted in Chance News as arguing that for the average life expectancy to reach 100, 18% of people

More information

Unit 2: Statistics Probability

Unit 2: Statistics Probability Applied Math 30 3-1: Distributions Probability Distribution: - a table or a graph that displays the theoretical probability for each outcome of an experiment. - P (any particular outcome) is between 0

More information