Section Distributions of Random Variables

Size: px
Start display at page:

Download "Section Distributions of Random Variables"

Transcription

1 Section 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 define the random variable X to represent the number of times we get tails. Example 2: Suppose we roll a die until a 5 is facing up. Then we could define the random variable Y to represent the number of times we rolled the die. Example 3: Suppose a flashlight is left on until the battery runs out. Then we could define the random variable Z to represent the amount of time that passed. Types of Random Variables 1. A finite discrete random variable is one which can only take on a limited number of values that can be listed. 2. A infinite discrete random variable is one which can take on an unlimited number of values that can be listed in some sort of sequence. 3. A continuous random variable is one which takes on an infinite number of possible values. (i.e. usually measurements) Example 4: Referring to Example 1, find the probability distribution of the random variable X. 1

2 Example 5: The number of cars waiting in line at the beginning of 2-minute intervals at a certain bank was observed. The following data was collected: Number of cars Frequency of occurence Let X represent the number of cars observed waiting in line and find the probability distribution of X We use histograms to represent the probability distributions of random variables. We place the possible values for the random variable X on the horizontal axis. We then center a bar around each x value and let its height be equal to the probability of that x value. Example 6: Referring to Example 5, a) Draw the histogram for the random variable X b) Find P (X 2) 2

3 Section Expected Value Example 1: Records kept by the cheif dietitian at the university caferteria over a 25-wk period show the following weekly consumption of milk (in gallons): Milk Weeks Find the average number of gallons of milk consumed per week in the cafeteria. Definition: Let X denote a random variable that assumes the values x 1, x 2,..., x n, with associated probabilites p 1, p 2,..., p n, respectively. Then the expected value of X, E(X), is given by: E(X) = x 1 p 1 + x 2 p 2 + x n p n Example 2: Referring to Example 1, let the random variable X denote the number of gallons of milk consumed in a week at the cafeteria. a) Find the probability distribution of X. b) Compute E(X) c) Draw a histogram for the random variable X Note: If we think of placing the histogram on a see-saw, the expected value occurs where we would put the fulcrum to balance it. 3

4 Example 3: In a lottery, 3000 tickets are sold for $1 each. One first prize of $5000, 1 second prize of $1000, 3 third prizes of $100, and 10 consolation prizes of $10 are to be awarded. What are the expected net earnings of a person who buys one ticket? Definition: A fair game means that the expected value of the player s net winnings is zero. (E(X) = 0) Example 4: Mike and Bill play a card game with a standard deck of 52 cards. Mike selects a card from a well-shuffled deck and receives A dollars from Bill if the card selected is a diamond; otherwise, Mike pays Bill a dollar. Determine the value of A if the game is to be fair. 4

5 Example 5: A woman purchased a $15,000 1-year term-life inusrance policy for $200. Assuming that the probability that she will live another year is 0.994, find the company s expected net gain. Definition: If P (E) is the probability of an event E occuring, then a) The odds in favor of E occuring are P (E) 1 P (E) = P (E) P (E c ) [P (E) 1] b) The odds against E occuring are 1 P (E) P (E) = P (Ec ) P (E) [P (E) 0] Example 6: The probability of an event E occurring is.8. a) What are the odds in favor of E occurring? b) What are the odds against E occurring? Definition: If the odds in favor of an event E occuring are a to b, then the probability of E occurring is P (E) = a a + b Example 7: If a sports forecaster states that the odds of a certain boxer winning a match are 4 to 3, what is the probability that the boxer will win the match? 5

6 Definition: The median is the middle value in a set of data arranged in increasing or decreasing order (when there is an odd number of entries). If there is an even number of entries, the median is the average of the two middle numbers. Definition The mode is the value that occurs most frequently in a set of data. Example 8: In each of the following cases, find the mean, median, and mode. 6

7 Section Variance and Standard Deviation Example 1: Draw the histograms for the random variables X and Y that have the following probability distributions: x P (X = x) y P (Y = y) Definition: Suppose a random variable X has the following probability distribution: x P (X = x) x 1 p 1 x 2 p 2 x n p n and expected value E(X) = µ. Then the variance of the random variable X is Var(X)=p 1 (x 1 µ) 2 + p 2 (x 2 µ) p n (x n µ) 2. Definition: The standard deviation of a random variable X, σ, is defined by: σ = V ar(x) 7

8 Finding expected value and standard deviation using the calculator: Enter the x-values into L1 and the corresponding probabilities into L2 (STAT 1:Edit) On the homescreen type 1-Var Stats L 1, L 2 (STAT CALC 1:1-Var Stats) x is the expected value (mean) σx is the standard deviation To find variance, you would need to recall that V ar(x) = σ 2 Example 2: Referring to Example 1, a) Find the variance and standard deviation of X. b) Find the variance and standard deviation of Y. Chebychev s Inequality: Let X be a random variable with expected value µ and standard deviation σ. Then, the probability that a randomly chosen outcome of the experiment lies between µ kσ and µ + kσ is at least 1 1 k 2 ; that is: P (µ kσ X µ + kσ) 1 1 k 2 Example 3: A probability distribution has a mean of 10 and a standard deviation of 1.5. Use Chebychev s inequality to estimate the probability that an outcome of the experiment lies between 7 and 13 8

9 Section The Binomial Distribution Binomial Experiments have the following properties: 1. The number of trials in the experiment is fixed. 2. There are 2 possible outcomes in the experiment: success and failure 3. The probability of success in each trial is the same. 4. Trials are independent of each other. Calculating a Binomial Probability: 1. Determine if the experiment is binomial. 2. Determine the number of trials (n). 3. Define success in the experiment and determine the probability of that success occuring (p). 4. Determine the number of successes desired (r). 5. Calculate the desired probability: (a) By hand, the probability is found by doing the following calculation: P (X = r) = C(n, r)p r (1 p) (n r) (b) We can use the calculator program BINOM to do these calculations for us. Example 1: What is the probability of exactly 3 successes in 6 trials of a binomial experiment in which p = 1/2? Example 2: A fair die is cast 4 times. Compute the probability of obtaining exactly one 6 in the four throws. 9

10 Example 3: A biology quiz consists of 8 multiple choice questions. Five must be answered correctly to receive a passing grade. If each question has 5 possible answers of which only one is correct, what is the probability that a student who guesses at random on each question will pass the examination? Definition: For a binomial random variable X, we have the following: E(X) = np Var(X) = np(1 p) σ = np(1 p) Example 4: At a certain university the probability that an entering freshman will graduate within 4 years is.6. From an incoming class of 2000 freshman, find a) The expected number of students who will graduate within 4 years. b) The standard deviation of the number of students who will graduate within 4 years. 10

11 Section The Normal Distribution Up until now, we have been dealing with finite discrete random variables. In finding the probability distribution, we could list the possible values in a table and represent it with a histogram. Definition: For a continuous random variable, a probability density function is defined to represent the probability distribution. Example 1: Note that the for a continous random variable, X, P (X x) = P (X < x) Definition: We concentrate on a special class of continuous probability distributions known as normal distributions. Each normal distribution is defined by µ and σ. Each normal distribution has the following characteristics: 1. The area under the curve is always The curve never crosses the x axis. 3. The peak occurs directly above µ 4. The curve is symmetric about a vertical line passing through the mean. Example 2: Definition: The standard normal variable usually denoted by Z has a normal probability distribution with µ = 0 and σ = 1. 11

12 Example 3: Find and sketch the following: a) P (Z 1.79) b) P (Z 3.49) c) P ( 2 Z 1.79) Suppose the random variable X has a normal distribution with mean µ and standard deviation σ. We can calculate probabilities for X by converting the normal distribution to a standard normal distribution. We do this by converting the bounds of X to bounds of Z using the following formula: z = x µ σ Example 4: Suppose X is a normal random variable with µ = 500 and σ = 75. Find P (400 X 600) Example 5: Let Z be the standard normal variable. Find the values of z if z satisfies: a) P (Z z) =.8907 b) P ( z Z z) =

13 Section Applications of the Normal Distribution Example 1: According to the data released by the Chamber of Commerce of a certain city, the weekly wages of factory workers are normally distributed with a mean of $600 and a standard deviation of $50. What is the probability that a worker selected at random from the city makes a weekly wage a) of less than $600? b) of more than $760? c) between $550 and $650? Example 2: The scores on an Econ exam were normally distributed with a mean of 72 and a standard deviation of 16. If the instructor assigns a grade of A to 15% of the class, what is the lowest score a student may have and still obtain an A? 13

14 Example 3: Let s look at the following example. Suppose a fair coin is tossed 5 times. Let X represent the number of times the coin lands on heads. X has a binomial distribution. a) Find the probability distribution for X. b) Draw the histogram for X. c) Find P (X 3) d) Use the appropriate normal distribution to approximate the binomial probability in part c. 14

15 Steps to approximating binomial probabilities with normal distributions: 1. Identify n and p. 2. Calculate µ and σ: µ = np σ = np(1 p) 3. Convert the binomial random variable X to the normal random variable Y : Draw a rough sketch of the histogram of X and the normal curve of Y. Determine which rectangles you are wanting to include. Find the appropriate interval for the area under the normal curve by adding or subtracting 0.5 to your bounds. 4. Compute the desired area under the normal curve using normalcdf. Example 4: A basketball player has a 60% chance of making a free throw. What is the probability of her making 250 or more free throws in 400 trials? Use the appropriate normal distribution to approximate the binomial distribution. 15

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

Section Random Variables and Histograms

Section Random Variables and Histograms Section 3.1 - Random Variables and Histograms 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

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

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

Name: Date: Pd: Quiz Review

Name: Date: Pd: Quiz Review Name: Date: Pd: Quiz Review 8.1-8.3 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. A die is cast repeatedly until a 1 falls uppermost. Let the 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: 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

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Week 7 Oğuz Gezmiş Texas A& M University Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Oğuz Gezmiş (TAMU) Topics in Contemporary Mathematics II Week7 1 / 19

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

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

Section 8.1 Distributions of Random Variables

Section 8.1 Distributions of Random Variables Section 8.1 Distributions of Random Variables Random Variable A random variable is a rule that assigns a number to each outcome of a chance experiment. There are three types of random variables: 1. Finite

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

CH 5 Normal Probability Distributions Properties of the Normal Distribution

CH 5 Normal Probability Distributions Properties of the Normal Distribution Properties of the Normal Distribution Example A friend that is always late. Let X represent the amount of minutes that pass from the moment you are suppose to meet your friend until the moment your friend

More information

Chapter 8 Homework Solutions Compiled by Joe Kahlig. speed(x) freq 25 x < x < x < x < x < x < 55 5

Chapter 8 Homework Solutions Compiled by Joe Kahlig. speed(x) freq 25 x < x < x < x < x < x < 55 5 H homework problems, C-copyright Joe Kahlig Chapter Solutions, Page Chapter Homework Solutions Compiled by Joe Kahlig. (a) finite discrete (b) infinite discrete (c) continuous (d) finite discrete (e) continuous.

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

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

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 The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

Lecture 9. Probability Distributions. Outline. Outline

Lecture 9. Probability Distributions. Outline. Outline Outline Lecture 9 Probability Distributions 6-1 Introduction 6- Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7- Properties of the Normal Distribution

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

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

Lecture 9. Probability Distributions

Lecture 9. Probability Distributions Lecture 9 Probability Distributions Outline 6-1 Introduction 6-2 Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7-2 Properties of the Normal Distribution

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

Math 166: Topics in Contemporary Mathematics II

Math 166: Topics in Contemporary Mathematics II Math 166: Topics in Contemporary Mathematics II Ruomeng Lan Texas A&M University October 15, 2014 Ruomeng Lan (TAMU) Math 166 October 15, 2014 1 / 12 Mean, Median and Mode Definition: 1. The average or

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

8.4: The Binomial Distribution

8.4: The Binomial Distribution c Dr Oksana Shatalov, Spring 2012 1 8.4: The Binomial Distribution Binomial Experiments have the following properties: 1. The number of trials in the experiment is fixed. 2. There are 2 possible outcomes

More information

ECON 214 Elements of Statistics for Economists

ECON 214 Elements of Statistics for Economists ECON 214 Elements of Statistics for Economists Session 7 The Normal Distribution Part 1 Lecturer: Dr. Bernardin Senadza, Dept. of Economics Contact Information: bsenadza@ug.edu.gh College of Education

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

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

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

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

Chapter 4 Discrete Random variables Chapter 4 Discrete Random variables A is a variable that assumes numerical values associated with the random outcomes of an experiment, where only one numerical value is assigned to each sample point.

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

Introduction to Business Statistics QM 120 Chapter 6

Introduction to Business Statistics QM 120 Chapter 6 DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Introduction to Business Statistics QM 120 Chapter 6 Spring 2008 Chapter 6: Continuous Probability Distribution 2 When a RV x is discrete, we can

More information

In a binomial experiment of n trials, where p = probability of success and q = probability of failure. mean variance standard deviation

In a binomial experiment of n trials, where p = probability of success and q = probability of failure. mean variance standard deviation Name In a binomial experiment of n trials, where p = probability of success and q = probability of failure mean variance standard deviation µ = n p σ = n p q σ = n p q Notation X ~ B(n, p) The probability

More information

Math 227 Elementary Statistics. Bluman 5 th edition

Math 227 Elementary Statistics. Bluman 5 th edition Math 227 Elementary Statistics Bluman 5 th edition CHAPTER 6 The Normal Distribution 2 Objectives Identify distributions as symmetrical or skewed. Identify the properties of the normal distribution. Find

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 4 Random Variables & Probability Distributions Content 1. Two Types of Random Variables 2. Probability Distributions for Discrete Random Variables 3. The Binomial

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

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

Chapter 8 Homework Solutions Compiled by Joe Kahlig

Chapter 8 Homework Solutions Compiled by Joe Kahlig homewk problems, B-copyright Joe Kahlig Chapter Solutions, Page Chapter omewk Solutions Compiled by Joe Kahlig 0. 0. 0. 0.. You are counting the number of games and there are a limited number of games

More information

Section 3.1 Distributions of Random Variables

Section 3.1 Distributions of Random Variables Section 3.1 Distributions of Random Variables Random Variable A random variable is a rule that assigns a number to each outcome of a chance experiment. There are three types of random variables: 1. Finite

More information

4 Random Variables and Distributions

4 Random Variables and Distributions 4 Random Variables and Distributions Random variables A random variable assigns each outcome in a sample space. e.g. called a realization of that variable to Note: We ll usually denote a random variable

More information

Section 8.1 Distributions of Random Variables

Section 8.1 Distributions of Random Variables Section 8.1 Distributions of Random Variables Random Variable A random variable is a rule that assigns a number to each outcome of a chance experiment. There are three types of random variables: 1. Finite

More information

TOPIC: PROBABILITY DISTRIBUTIONS

TOPIC: PROBABILITY DISTRIBUTIONS TOPIC: PROBABILITY DISTRIBUTIONS There are two types of random variables: A Discrete random variable can take on only specified, distinct values. A Continuous random variable can take on any value within

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

Random Variable: Definition

Random Variable: Definition Random Variables Random Variable: Definition A Random Variable is a numerical description of the outcome of an experiment Experiment Roll a die 10 times Inspect a shipment of 100 parts Open a gas station

More information

Chapter 4 Discrete Random variables

Chapter 4 Discrete Random variables Chapter 4 Discrete Random variables A is a variable that assumes numerical values associated with the random outcomes of an experiment, where only one numerical value is assigned to each sample point.

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

Statistics, Measures of Central Tendency I

Statistics, Measures of Central Tendency I Statistics, Measures of Central Tendency I We are considering a random variable X with a probability distribution which has some parameters. We want to get an idea what these parameters are. We perfom

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

These Statistics NOTES Belong to:

These Statistics NOTES Belong to: These Statistics NOTES Belong to: Topic Notes Questions Date 1 2 3 4 5 6 REVIEW DO EVERY QUESTION IN YOUR PROVINCIAL EXAM BINDER Important Calculator Functions to know for this chapter Normal Distributions

More information

MATH 264 Problem Homework I

MATH 264 Problem Homework I MATH Problem Homework I Due to December 9, 00@:0 PROBLEMS & SOLUTIONS. A student answers a multiple-choice examination question that offers four possible answers. Suppose that the probability that the

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

Consider the following examples: ex: let X = tossing a coin three times and counting the number of heads

Consider the following examples: ex: let X = tossing a coin three times and counting the number of heads Overview Both chapters and 6 deal with a similar concept probability distributions. The difference is that chapter concerns itself with discrete probability distribution while chapter 6 covers continuous

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

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

Have you ever wondered whether it would be worth it to buy a lottery ticket every week, or pondered on questions such as If I were offered a choice

Have you ever wondered whether it would be worth it to buy a lottery ticket every week, or pondered on questions such as If I were offered a choice Section 8.5: Expected Value and Variance Have you ever wondered whether it would be worth it to buy a lottery ticket every week, or pondered on questions such as If I were offered a choice between a million

More information

AP Statistics Review Ch. 6

AP Statistics Review Ch. 6 AP Statistics Review Ch. 6 Name 1. Which of the following data sets is not continuous? a. The gallons of gasoline in a car. b. The time it takes to commute in a car. c. Number of goals scored by a hockey

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

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

Section Introduction to Normal Distributions

Section Introduction to Normal Distributions Section 6.1-6.2 Introduction to Normal Distributions 2012 Pearson Education, Inc. All rights reserved. 1 of 105 Section 6.1-6.2 Objectives Interpret graphs of normal probability distributions Find areas

More information

Chapter 5. Sampling Distributions

Chapter 5. Sampling Distributions Lecture notes, Lang Wu, UBC 1 Chapter 5. Sampling Distributions 5.1. Introduction In statistical inference, we attempt to estimate an unknown population characteristic, such as the population mean, µ,

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

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

Theoretical Foundations

Theoretical Foundations Theoretical Foundations Probabilities Monia Ranalli monia.ranalli@uniroma2.it Ranalli M. Theoretical Foundations - Probabilities 1 / 27 Objectives understand the probability basics quantify random phenomena

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

The Normal Distribution

The Normal Distribution 5.1 Introduction to Normal Distributions and the Standard Normal Distribution Section Learning objectives: 1. How to interpret graphs of normal probability distributions 2. How to find areas under the

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

Central Limit Theorem 11/08/2005

Central Limit Theorem 11/08/2005 Central Limit Theorem 11/08/2005 A More General Central Limit Theorem Theorem. Let X 1, X 2,..., X n,... be a sequence of independent discrete random variables, and let S n = X 1 + X 2 + + X n. For each

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

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

Example 1: Identify the following random variables as discrete or continuous: a) Weight of a package. b) Number of students in a first-grade classroom

Example 1: Identify the following random variables as discrete or continuous: a) Weight of a package. b) Number of students in a first-grade classroom Section 5-1 Probability Distributions I. Random Variables A variable x is a if the value that it assumes, corresponding to the of an experiment, is a or event. A random variable is if it potentially can

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

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

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

6.1 Graphs of Normal Probability Distributions:

6.1 Graphs of Normal Probability Distributions: 6.1 Graphs of Normal Probability Distributions: Normal Distribution one of the most important examples of a continuous probability distribution, studied by Abraham de Moivre (1667 1754) and Carl Friedrich

More information

Math141_Fall_2012 ( Business Mathematics 1) Weeks 11 & 12. Dr. Marco A. Roque Sol Department of Mathematics Texas A&M University

Math141_Fall_2012 ( Business Mathematics 1) Weeks 11 & 12. Dr. Marco A. Roque Sol Department of Mathematics Texas A&M University ( Business Mathematics 1) Weeks 11 & 12 Dr. Marco A. Roque Department of Mathematics Texas A&M University Distribution of Random Variables In many situations is good to assign numerical values to the outcomes

More information

Chapter 5 Discrete Probability Distributions. Random Variables Discrete Probability Distributions Expected Value and Variance

Chapter 5 Discrete Probability Distributions. Random Variables Discrete Probability Distributions Expected Value and Variance Chapter 5 Discrete Probability Distributions Random Variables Discrete Probability Distributions Expected Value and Variance.40.30.20.10 0 1 2 3 4 Random Variables A random variable is a numerical description

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

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

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

Expected Value of a Random Variable

Expected Value of a Random Variable Knowledge Article: Probability and Statistics Expected Value of a Random Variable Expected Value of a Discrete Random Variable You're familiar with a simple mean, or average, of a set. The mean value of

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

Midterm Exam III Review

Midterm Exam III Review Midterm Exam III Review Dr. Joseph Brennan Math 148, BU Dr. Joseph Brennan (Math 148, BU) Midterm Exam III Review 1 / 25 Permutations and Combinations ORDER In order to count the number of possible ways

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 3 Class Notes Intro to Probability

Chapter 3 Class Notes Intro to Probability Chapter 3 Class Notes Intro to Probability Concept: role a fair die, then: what is the probability of getting a 3? Getting a 3 in one roll of a fair die is called an Event and denoted E. In general, Number

More information

STOR 155 Introductory Statistics (Chap 5) Lecture 14: Sampling Distributions for Counts and Proportions

STOR 155 Introductory Statistics (Chap 5) Lecture 14: Sampling Distributions for Counts and Proportions The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL STOR 155 Introductory Statistics (Chap 5) Lecture 14: Sampling Distributions for Counts and Proportions 5/31/11 Lecture 14 1 Statistic & Its Sampling Distribution

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

Fall 2015 Math 141:505 Exam 3 Form A

Fall 2015 Math 141:505 Exam 3 Form A Fall 205 Math 4:505 Exam 3 Form A Last Name: First Name: Exam Seat #: UIN: On my honor, as an Aggie, I have neither given nor received unauthorized aid on this academic work Signature: INSTRUCTIONS Part

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

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

List of Online Quizzes: Quiz7: Basic Probability Quiz 8: Expectation and sigma. Quiz 9: Binomial Introduction Quiz 10: Binomial Probability

List of Online Quizzes: Quiz7: Basic Probability Quiz 8: Expectation and sigma. Quiz 9: Binomial Introduction Quiz 10: Binomial Probability List of Online Homework: Homework 6: Random Variables and Discrete Variables Homework7: Expected Value and Standard Dev of a Variable Homework8: The Binomial Distribution List of Online Quizzes: Quiz7:

More information

CHAPTER 8 PROBABILITY DISTRIBUTIONS AND STATISTICS

CHAPTER 8 PROBABILITY DISTRIBUTIONS AND STATISTICS CHAPTER 8 PROBABILITY DISTRIBUTIONS AND STATISTICS 8.1 Distribution of Random Variables Random Variable Probability Distribution of Random Variables 8.2 Expected Value Mean Mean is the average value of

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

Exam II Math 1342 Capters 3-5 HCCS. Name

Exam II Math 1342 Capters 3-5 HCCS. Name Exam II Math 1342 Capters 3-5 HCCS Name Date Provide an appropriate response. 1) A single six-sided die is rolled. Find the probability of rolling a number less than 3. A) 0.5 B) 0.1 C) 0.25 D 0.333 1)

More information

Unit2: Probabilityanddistributions. 3. Normal distribution

Unit2: Probabilityanddistributions. 3. Normal distribution Announcements Unit: Probabilityanddistributions 3 Normal distribution Sta 101 - Spring 015 Duke University, Department of Statistical Science February, 015 Peer evaluation 1 by Friday 11:59pm Office hours:

More information

Chapter 6 Continuous Probability Distributions. Learning objectives

Chapter 6 Continuous Probability Distributions. Learning objectives Chapter 6 Continuous s Slide 1 Learning objectives 1. Understand continuous probability distributions 2. Understand Uniform distribution 3. Understand Normal distribution 3.1. Understand Standard normal

More information

Answer Key: Quiz2-Chapter5: Discrete Probability Distribution

Answer Key: Quiz2-Chapter5: Discrete Probability Distribution Economics 70: Applied Business Statistics For Economics & Business (Summer 01) Answer Key: Quiz-Chapter5: Discrete Probability Distribution The number of electrical outages in a city varies from day to

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

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

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 6 Normal Probability Distributions 6-1 Overview 6-2 The Standard Normal Distribution

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