CHAPTER 6 Random Variables

Size: px
Start display at page:

Download "CHAPTER 6 Random Variables"

Transcription

1 CHAPTER 6 Random Variables 6.2 Transforming and Combining Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers

2 6.2 Reading Quiz (T or F) 1. When transforming a random variable, the mean is affected by adding, subtracting, multiplying and dividing. 2. When transforming a random variable, the standard deviation is affected by adding, subtracting, multiplying and dividing. 3. When combining two random variables, μ X+Y = μ X + μ Y. 2 = 4. When combining two independent random variables, σ X Y σ 2 2 X σ Y 5. The sum or difference of independent Normal random variables follows a Normal distribution. The Practice of Statistics, 5 th Edition 2

3 HW 22. Let Y be a number between 0 and 1 produced by a random number generator. Assuming that the random variable Y has a uniform distribution, find the following probabilities: a) P(Y 0.4) b) P Y < 0.4 c) P(0.1 < Y 0.15 or 0.77 Y < 0.88) (a) P Y 0.4 = 0.4 (b) P Y < 0.4 = 0.4 (c) P(0.1 < Y 0.15 or 0.77 Y < 0.88 = P 0.1 < Y P 0.77 Y < 0.88 = = = 0.16 The Practice of Statistics, 5 th Edition 3

4 HW 24. The Normal distribution with mean μ = 6.8 and standard deviation σ = 1.6 is a good description of the Iowa Test of Basic Skills (ITBS) vocabulary scores of seventh-grade students in Gary, Indiana. Call the score of a randomly chosen student X for short. Find P(X 9) and interpret the result. Step 1: State the distribution and values of interest. The score X of a randomly chosen student has the N(6.8, 1.6) distribution. We want to find P(X 9). Step 2: Perform calculations. Show your work. The standardized score for the boundary value is z = = = From Table A, the desired probability is P(Z 1.38) = = Using technology: The command normalcdf(lower: 9, upper: 1000, µ: 6.8, σ: 1.6) gives an area of Step 3: Answer the question. There is a probability of selecting a student with a score of at least 9. The Practice of Statistics, 5 th Edition 4

5 HW 26. The length of human pregnancies from conception to birth follows a Normal distribution with mean 266 days and standard deviation 16 days. Choose a pregnant woman at random. Let X = the length of her pregnancy. a) Find P(X 240) and interpret the result. (a) Step 1: State the distribution and values of interest. The length X of a randomly chosen woman s pregnancy has the N(266, 16) distribution. We want to find P(X 240). Step 2: Perform calculations. Show your work. The standardized score for the boundary value is z = From Table A, the desired probability is P(Z 1.63) = = Using technology: The command normalcdf(lower: 240, upper: 1000, µ: 266, σ: 16) gives an area of Step 3: Answer the question. There is a probability of selecting a woman whose pregnancy lasts at least 240 days. b) What is P X > 240? Explain. The line above 240 has no area, so P(X 240) = P(X > 240) = The Practice of Statistics, 5 th Edition 5

6 HW 26. The length of human pregnancies from conception to birth follows a Normal distribution with mean 266 days and standard deviation 16 days. Choose a pregnant woman at random. Let X = the length of her pregnancy. c) Find the value of c such that P X c = Show your work. Step 1: State the distribution and values of interest. The length X of a randomly chosen woman s pregnancy has the N(266, 16) distribution. We want to c such that P(X c) = 0.20 (see graph below). Step 2: Perform calculations. Look in the body of Table A for a value closest to A z-score of 0.84 gives the closest value (0.7995). Solving 0.84 = c gives c = Using technology: The command invnorm(area: 0.80, µ: 266, σ: 16) gives a value of Step 3: Answer the question. 20% of pregnancies last at least days. The Practice of Statistics, 5 th Edition 6

7 6.1 Review: Size of American Households In government data, a household consists of all occupants of a dwelling unit, while a family consists of two or more persons who live together and are related by blood or marriage. So all families form households, but some households are not families. Here are the distributions of household size and family size in the United States. Number of persons Household probability Family Probability Let X = the number of people in a randomly selected US household and Y = the number of people in a randomly chosen US family. a) Make histograms suitable for comparing the probability distributions of X and Y. Describe any differences that you observe. b) Find the mean for each random variable. Explain why this difference makes sense. c) Find and interpret the standard deviations of both X and Y. The Practice of Statistics, 5 th Edition 7

8 6.1 Review: Size of American Households a) Both distributions are skewed to the right. The center for the family distribution is greater than the center for the household distribution, but the spread of the family distribution is less that the spread of the household distribution. Also, the event X = 1 has a much higher probability in the household distribution. b) μ X = (0.32) = 2.6 people. μ Y = (0.42) = 3.14 people. The mean for families is larger, which agrees with observation in part a. c) σ X = (0.01) = The number of people in a randomly selected household will typically differ from the mean of 2.6 by about people. σ Y = (0.02) = The number of people in a randomly selected family will typically differ from the mean of 3.14 by about people. The Practice of Statistics, 5 th Edition 8

9 Transforming and Combining Random Variables Learning Objectives After this section, you should be able to: DESCRIBE the effects of transforming a random variable by adding or subtracting a constant and multiplying or dividing by a constant. FIND the mean and standard deviation of the sum or difference of independent random variables. FIND probabilities involving the sum or difference of independent Normal random variables. The Practice of Statistics, 5 th Edition 9

10 Linear Transformations In Section 6.1, we learned that the mean and standard deviation give us important information about a random variable. In this section, we ll learn how the mean and standard deviation are affected by transformations on random variables. In Chapter 2, we studied the effects of linear transformations on the shape, center, and spread of a distribution of data. Recall: 1. Adding (or subtracting) a constant, a, to each observation: Adds a to measures of center and location. Does not change the shape or measures of spread. 2. Multiplying (or dividing) each observation by a constant, b: Multiplies (divides) measures of center and location by b. Multiplies (divides) measures of spread by b. Does not change the shape of the distribution. The Practice of Statistics, 5 th Edition 10

11 Multiplying a Random Variable by a Constant Pete s Jeep Tours offers a popular half-day trip in a tourist area. There must be at least 2 passengers for the trip to run, and the vehicle will hold up to 6 passengers. Define X as the number of passengers on a randomly selected day. Passengers x i Probability p i The mean of X is 3.75 and the standard deviation is Pete charges $150 per passenger. The random variable C describes the amount Pete collects on a randomly selected day. Collected c i Probability p i The mean of C is $ and the standard deviation is $ Compare the shape, center, and spread of the two probability distributions. The Practice of Statistics, 5 th Edition 11

12 Multiplying a Random Variable by a Constant Effect on a Random Variable of Multiplying (Dividing) by a Constant Multiplying (or dividing) each value of a random variable by a number b: Multiplies (divides) measures of center and location (mean, median, quartiles, percentiles) by b. Multiplies (divides) measures of spread (range, IQR, standard deviation) by b. Does not change the shape of the distribution. As with data, if we multiply a random variable by a negative constant b, our common measures of spread are multiplied by b. The Practice of Statistics, 5 th Edition 12

13 Adding a Constant to a Random Variable Consider Pete s Jeep Tours again. We defined C as the amount of money Pete collects on a randomly selected day. Collected c i Probability p i The mean of C is $ and the standard deviation is $ It costs Pete $100 per trip to buy permits, gas, and a ferry pass. The random variable V describes the profit Pete makes on a randomly selected day. Profit v i Probability p i The mean of V is $ and the standard deviation is $ Compare the shape, center, and spread of the two probability distributions. The Practice of Statistics, 5 th Edition 13

14 Adding a Constant to a Random Variable Effect on a Random Variable of Adding (or Subtracting) a Constant Adding the same number a (which could be negative) to each value of a random variable: Adds a to measures of center and location (mean, median, quartiles, percentiles). Does not change measures of spread (range, IQR, standard deviation). Does not change the shape of the distribution. The Practice of Statistics, 5 th Edition 14

15 Linear Transformations Effect on a Linear Transformation on the Mean and Standard Deviation If Y = a + bx is a linear transformation of the random variable X, then The probability distribution of Y has the same shape as the probability distribution of X. µ Y = a + bµ X. σ Y = b σ X (since b could be a negative number). Linear transformations have similar effects on other measures of center or location (median, quartiles, percentiles) and spread (range, IQR). Whether we re dealing with data or random variables, the effects of a linear transformation are the same. Note: These results apply to both discrete and continuous random variables. The Practice of Statistics, 5 th Edition 15

16 El Dorado Community College El Dorado Community College considers a student to be full-time if he or she is taking between 12 and 18 units. The number of units X that a randomly selected El Dorado Community College full-time student is taking in the fall semester has the following distribution. At El Dorado Community College, the tuition for full-time students is $50 per unit. That is, if T = tuition charge for a randomly selected full-time student, T = 50X. Here is the probability distribution for T and a histogram of the probability distribution: Problem: Find the mean and standard deviation of the probability distribution for T. μ T = = $ σ T = = $ The Practice of Statistics, 5 th Edition 16

17 El Dorado Community College At El Dorado Community College, the tuition for full-time students is $50 per unit. That is, if T = tuition charge for a randomly selected full-time student, T = 50X. Here is the probability distribution for T and a histogram of the probability distribution: In addition to tuition charges, each full-time student at El Dorado Community College is assessed student fees of $100 per semester. If C = overall cost for a randomly selected full-time student, C = T. Here is the probability distribution for C and a histogram of the probability distribution. Problem: Find the mean and standard deviation of the probability distribution for C. μ C = = $ σ C = $ The Practice of Statistics, 5 th Edition 17

18 Scaling a test Problem: In a large introductory statistics class, the distribution of raw scores on a test X follows a Normal distribution with a mean of 17.2 and a standard deviation of 3.8. The professor decides to scale the scores by multiplying the raw scores by 4 and adding 10. (a) Define the variable Y to be the scaled score of a randomly selected student from this class. Find the mean and standard deviation of Y. Y = X Y Y (17.2) 78.8 X 4 4(3.8) 15.2 X The Practice of Statistics, 5 th Edition 18

19 Scaling a test Problem: In a large introductory statistics class, the distribution of raw scores on a test X follows a Normal distribution with a mean of 17.2 and a standard deviation of 3.8. The professor decides to scale the scores by multiplying the raw scores by 4 and adding 10. (b) What is the probability that a randomly selected student has a scaled test score of at least 90? Step 1: State the distribution and the values of interest. Because linear transformations do not change the shape, Y follows a N(78.8, 15.2) distribution. We want to find P(Y 90) as shown below. Step 3: Answer the question. There is about a 23% chance that a randomly selected student has a scaled test score of at least 90. The Practice of Statistics, 5 th Edition 19

20 Transforming and Combining Random Variables Section Summary In this section, we learned how to DESCRIBE the effects of transforming a random variable by adding or subtracting a constant and multiplying or dividing by a constant. The Practice of Statistics, 5 th Edition 20

21 PAGE , 38, 42, 46 HOMEWORK The Practice of Statistics, 5 th Edition 21

CHAPTER 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.2 Transforming and Combining Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Transforming and Combining

More information

Chapter 6: Random Variables

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

More information

Chapter 6: Random Variables

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

More information

Chapter 6: Random Variables

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

More information

Section 7.4 Transforming and Combining Random Variables (DAY 1)

Section 7.4 Transforming and Combining Random Variables (DAY 1) Section 7.4 Learning Objectives (DAY 1) After this section, you should be able to DESCRIBE the effect of performing a linear transformation on a random variable (DAY 1) COMBINE random variables and CALCULATE

More information

SECTION 6.2 (DAY 1) TRANSFORMING RANDOM VARIABLES NOVEMBER 16 TH, 2017

SECTION 6.2 (DAY 1) TRANSFORMING RANDOM VARIABLES NOVEMBER 16 TH, 2017 SECTION 6.2 (DAY 1) TRANSFORMING RANDOM VARIABLES NOVEMBER 16 TH, 2017 TODAY S OBJECTIVES Describe the effects of transforming a random variable by: adding or subtracting a constant multiplying or dividing

More information

Section 6.2 Transforming and Combining Random Variables. Linear Transformations

Section 6.2 Transforming and Combining Random Variables. Linear Transformations Section 6.2 Transforming and Combining Random Variables Linear Transformations In Section 6.1, we learned that the mean and standard deviation give us important information about a random variable. In

More information

EDCC charges $50 per credit. Let T = tuition charge for a randomly-selected fulltime student. T = 50X. Tuit. T $600 $650 $700 $750 $800 $850 $900

EDCC charges $50 per credit. Let T = tuition charge for a randomly-selected fulltime student. T = 50X. Tuit. T $600 $650 $700 $750 $800 $850 $900 Chapter 7 Random Variables n 7.1 Discrete and Continuous Random Variables n 6.2 n Example: El Dorado Community College El Dorado Community College considers a student to be full-time if he or she is taking

More information

Honors Statistics. 3. Review OTL C6#3. 4. Normal Curve Quiz. Chapter 6 Section 2 Day s Notes.notebook. May 02, 2016.

Honors Statistics. 3. Review OTL C6#3. 4. Normal Curve Quiz. Chapter 6 Section 2 Day s Notes.notebook. May 02, 2016. Honors Statistics Aug 23-8:26 PM 3. Review OTL C6#3 4. Normal Curve Quiz Aug 23-8:31 PM 1 May 1-9:09 PM Apr 28-10:29 AM 2 27, 28, 29, 30 Nov 21-8:16 PM Working out Choose a person aged 19 to 25 years at

More information

AP Stats ~ Lesson 6B: Transforming and Combining Random variables

AP Stats ~ Lesson 6B: Transforming and Combining Random variables AP Stats ~ Lesson 6B: Transforming and Combining Random variables OBJECTIVES: DESCRIBE the effects of transforming a random variable by adding or subtracting a constant and multiplying or dividing by a

More information

6.2.1 Linear Transformations

6.2.1 Linear Transformations 6.2.1 Linear Transformations In Chapter 2, we studied the effects of transformations on the shape, center, and spread of a distribution of data. Recall what we discovered: 1. Adding (or subtracting) a

More information

Honors Statistics. Daily Agenda

Honors Statistics. Daily Agenda Honors Statistics Daily Agenda 1. Review OTL C6#5 2. Quiz Section 6.1 A-Skip 35, 39, 40 Crickets The length in inches of a cricket chosen at random from a field is a random variable X with mean 1.2 inches

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

Honors Statistics. Daily Agenda

Honors Statistics. Daily Agenda Honors Statistics Aug 23-8:26 PM Daily Agenda 1. Review OTL C6#4 Chapter 6.2 rules for means and variances Aug 23-8:31 PM 1 Nov 21-8:16 PM Working out Choose a person aged 19 to 25 years at random and

More information

Chapter 6 Section 1 Day s.notebook. April 29, Honors Statistics. Aug 23-8:26 PM. 3. Review OTL C6#2. Aug 23-8:31 PM

Chapter 6 Section 1 Day s.notebook. April 29, Honors Statistics. Aug 23-8:26 PM. 3. Review OTL C6#2. Aug 23-8:31 PM Honors Statistics Aug 23-8:26 PM 3. Review OTL C6#2 Aug 23-8:31 PM 1 Apr 27-9:20 AM Jan 18-2:13 PM 2 Nov 27-10:28 PM 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9 6.10 6.11 6.12 Nov 27-9:53 PM 3 Ask about 1 and

More information

Making Sense of Cents

Making Sense of Cents Name: Date: Making Sense of Cents Exploring the Central Limit Theorem Many of the variables that you have studied so far in this class have had a normal distribution. You have used a table of the normal

More information

Chapter 6: Random Variables

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

More information

As you draw random samples of size n, as n increases, the sample means tend to be normally distributed.

As you draw random samples of size n, as n increases, the sample means tend to be normally distributed. The Central Limit Theorem The central limit theorem (clt for short) is one of the most powerful and useful ideas in all of statistics. The clt says that if we collect samples of size n with a "large enough

More information

7 THE CENTRAL LIMIT THEOREM

7 THE CENTRAL LIMIT THEOREM CHAPTER 7 THE CENTRAL LIMIT THEOREM 373 7 THE CENTRAL LIMIT THEOREM Figure 7.1 If you want to figure out the distribution of the change people carry in their pockets, using the central limit theorem and

More information

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

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

More information

CHAPTER 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

Random Variables. Chapter 6: Random Variables 2/2/2014. Discrete and Continuous Random Variables. Transforming and Combining Random Variables

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

More information

AP Statistics Chapter 6 - Random Variables

AP Statistics Chapter 6 - Random Variables AP Statistics Chapter 6 - Random 6.1 Discrete and Continuous Random Objective: Recognize and define discrete random variables, and construct a probability distribution table and a probability histogram

More information

STAT Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model

STAT Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model STAT 203 - Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model In Chapter 5, we introduced a few measures of center and spread, and discussed how the mean and standard deviation are good

More information

STAT Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model

STAT Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model STAT 203 - Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model In Chapter 5, we introduced a few measures of center and spread, and discussed how the mean and standard deviation are good

More information

Sec$on 6.1: Discrete and Con.nuous Random Variables. Tuesday, November 14 th, 2017

Sec$on 6.1: Discrete and Con.nuous Random Variables. Tuesday, November 14 th, 2017 Sec$on 6.1: Discrete and Con.nuous Random Variables Tuesday, November 14 th, 2017 Discrete and Continuous Random Variables Learning Objectives After this section, you should be able to: ü COMPUTE probabilities

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

Chapter 6: Random Variables

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

More information

Stats CH 6 Intro Activity 1

Stats CH 6 Intro Activity 1 Stats CH 6 Intro Activit 1 1. Purpose can ou tell the difference between bottled water and tap water? You will drink water from 3 samples. 1 of these is bottled water.. You must test them in the following

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

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Chapter 6 Exam A Name The given values are discrete. Use the continuity correction and describe the region of the normal distribution that corresponds to the indicated probability. 1) The probability of

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

Using the Central Limit

Using the Central Limit Using the Central Limit Theorem By: OpenStaxCollege It is important for you to understand when to use the central limit theorem. If you are being asked to find the probability of the mean, use the clt

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

Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the

Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the mean, use the CLT for the mean. If you are being asked to

More information

Lecture 6: Chapter 6

Lecture 6: Chapter 6 Lecture 6: Chapter 6 C C Moxley UAB Mathematics 3 October 16 6.1 Continuous Probability Distributions Last week, we discussed the binomial probability distribution, which was discrete. 6.1 Continuous Probability

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

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

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

NORMAL RANDOM VARIABLES (Normal or gaussian distribution)

NORMAL RANDOM VARIABLES (Normal or gaussian distribution) NORMAL RANDOM VARIABLES (Normal or gaussian distribution) Many variables, as pregnancy lengths, foot sizes etc.. exhibit a normal distribution. The shape of the distribution is a symmetric bell shape.

More information

Examples of continuous probability distributions: The normal and standard normal

Examples of continuous probability distributions: The normal and standard normal Examples of continuous probability distributions: The normal and standard normal The Normal Distribution f(x) Changing μ shifts the distribution left or right. Changing σ increases or decreases the spread.

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

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

MA131 Lecture 8.2. The normal distribution curve can be considered as a probability distribution curve for normally distributed variables.

MA131 Lecture 8.2. The normal distribution curve can be considered as a probability distribution curve for normally distributed variables. Normal distribution curve as probability distribution curve The normal distribution curve can be considered as a probability distribution curve for normally distributed variables. The area under the normal

More information

Some estimates of the height of the podium

Some estimates of the height of the podium Some estimates of the height of the podium 24 36 40 40 40 41 42 44 46 48 50 53 65 98 1 5 number summary Inter quartile range (IQR) range = max min 2 1.5 IQR outlier rule 3 make a boxplot 24 36 40 40 40

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

22.2 Shape, Center, and Spread

22.2 Shape, Center, and Spread Name Class Date 22.2 Shape, Center, and Spread Essential Question: Which measures of center and spread are appropriate for a normal distribution, and which are appropriate for a skewed distribution? Eplore

More information

Found under MATH NUM

Found under MATH NUM While you wait Edit the last line of your z-score program : Disp round(z, 2) Found under MATH NUM Bluman, Chapter 6 1 Sec 6.2 Bluman, Chapter 6 2 Bluman, Chapter 6 3 6.2 Applications of the Normal Distributions

More information

Chapter 7 Study Guide: The Central Limit Theorem

Chapter 7 Study Guide: The Central Limit Theorem Chapter 7 Study Guide: The Central Limit Theorem Introduction Why are we so concerned with means? Two reasons are that they give us a middle ground for comparison and they are easy to calculate. In this

More information

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

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

More information

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

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

More information

A continuous random variable is one that can theoretically take on any value on some line interval. We use f ( x)

A continuous random variable is one that can theoretically take on any value on some line interval. We use f ( x) Section 6-2 I. Continuous Probability Distributions A continuous random variable is one that can theoretically take on any value on some line interval. We use f ( x) to represent a probability density

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

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

Statistics 511 Supplemental Materials

Statistics 511 Supplemental Materials Gaussian (or Normal) Random Variable In this section we introduce the Gaussian Random Variable, which is more commonly referred to as the Normal Random Variable. This is a random variable that has a bellshaped

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

Density curves. (James Madison University) February 4, / 20

Density curves. (James Madison University) February 4, / 20 Density curves Figure 6.2 p 230. A density curve is always on or above the horizontal axis, and has area exactly 1 underneath it. A density curve describes the overall pattern of a distribution. Example

More information

CHAPTER 8 Estimating with Confidence

CHAPTER 8 Estimating with Confidence CHAPTER 8 Estimating with Confidence 8.2 Estimating a Population Proportion The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Estimating a Population

More information

Central Limit Theorem

Central Limit Theorem Central Limit Theorem Lots of Samples 1 Homework Read Sec 6-5. Discussion Question pg 329 Do Ex 6-5 8-15 2 Objective Use the Central Limit Theorem to solve problems involving sample means 3 Sample Means

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 Central Limit Theorem for Sample Means (Averages)

The Central Limit Theorem for Sample Means (Averages) The Central Limit Theorem for Sample Means (Averages) By: OpenStaxCollege Suppose X is a random variable with a distribution that may be known or unknown (it can be any distribution). Using a subscript

More information

Normal Model (Part 1)

Normal Model (Part 1) Normal Model (Part 1) Formulas New Vocabulary The Standard Deviation as a Ruler The trick in comparing very different-looking values is to use standard deviations as our rulers. The standard deviation

More information

The Uniform Distribution

The Uniform Distribution Connexions module: m46972 The Uniform Distribution OpenStax College This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License 3.0 The uniform distribution

More information

Chapter 8: Binomial and Geometric Distributions

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

More information

The Normal Probability Distribution

The Normal Probability Distribution 1 The Normal Probability Distribution Key Definitions Probability Density Function: An equation used to compute probabilities for continuous random variables where the output value is greater than zero

More information

IOP 201-Q (Industrial Psychological Research) Tutorial 5

IOP 201-Q (Industrial Psychological Research) Tutorial 5 IOP 201-Q (Industrial Psychological Research) Tutorial 5 TRUE/FALSE [1 point each] Indicate whether the sentence or statement is true or false. 1. To establish a cause-and-effect relation between two variables,

More information

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE AP STATISTICS Name: FALL SEMESTSER FINAL EXAM STUDY GUIDE Period: *Go over Vocabulary Notecards! *This is not a comprehensive review you still should look over your past notes, homework/practice, Quizzes,

More information

Chapter 7: Random Variables

Chapter 7: Random Variables Chapter 7: Random Variables 7.1 Discrete and Continuous Random Variables 7.2 Means and Variances of Random Variables 1 Introduction A random variable is a function that associates a unique numerical value

More information

Chapter 6: The Normal Distribution

Chapter 6: The Normal Distribution Chapter 6: The Normal Distribution Diana Pell Section 6.1: Normal Distributions Note: Recall that a continuous variable can assume all values between any two given values of the variables. Many continuous

More information

Chapter 4. The Normal Distribution

Chapter 4. The Normal Distribution Chapter 4 The Normal Distribution 1 Chapter 4 Overview Introduction 4-1 Normal Distributions 4-2 Applications of the Normal Distribution 4-3 The Central Limit Theorem 4-4 The Normal Approximation to the

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

No, because np = 100(0.02) = 2. The value of np must be greater than or equal to 5 to use the normal approximation.

No, because np = 100(0.02) = 2. The value of np must be greater than or equal to 5 to use the normal approximation. 1) If n 100 and p 0.02 in a binomial experiment, does this satisfy the rule for a normal approximation? Why or why not? No, because np 100(0.02) 2. The value of np must be greater than or equal to 5 to

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

Applications of Data Dispersions

Applications of Data Dispersions 1 Applications of Data Dispersions Key Definitions Standard Deviation: The standard deviation shows how far away each value is from the mean on average. Z-Scores: The distance between the mean and a given

More information

Describing Data: One Quantitative Variable

Describing Data: One Quantitative Variable STAT 250 Dr. Kari Lock Morgan The Big Picture Describing Data: One Quantitative Variable Population Sampling SECTIONS 2.2, 2.3 One quantitative variable (2.2, 2.3) Statistical Inference Sample Descriptive

More information

Invitational Mathematics Competition. Statistics Individual Test

Invitational Mathematics Competition. Statistics Individual Test Invitational Mathematics Competition Statistics Individual Test December 12, 2016 1 MULTIPLE CHOICE. If you think that the correct answer is not present, then choose 'E' for none of the above. 1) What

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

Terms & Characteristics

Terms & Characteristics NORMAL CURVE Knowledge that a variable is distributed normally can be helpful in drawing inferences as to how frequently certain observations are likely to occur. NORMAL CURVE A Normal distribution: Distribution

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

The Central Limit Theorem: Homework

The Central Limit Theorem: Homework The Central Limit Theorem: Homework EXERCISE 1 X N(60, 9). Suppose that you form random samples of 25 from this distribution. Let X be the random variable of averages. Let X be the random variable of sums.

More information

The Uniform Distribution

The Uniform Distribution The Uniform Distribution EXAMPLE 1 The previous problem is an example of the uniform probability distribution. Illustrate the uniform distribution. The data that follows are 55 smiling times, in seconds,

More information

Chapter 6: The Normal Distribution

Chapter 6: The Normal Distribution Chapter 6: The Normal Distribution Diana Pell Section 6.1: Normal Distributions Note: Recall that a continuous variable can assume all values between any two given values of the variables. Many continuous

More information

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Math 2311 Bekki George bekki@math.uh.edu Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Class webpage: http://www.math.uh.edu/~bekki/math2311.html Math 2311 Class

More information

CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS

CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS Note: This section uses session window commands instead of menu choices CENTRAL LIMIT THEOREM (SECTION 7.2 OF UNDERSTANDABLE STATISTICS) The Central Limit

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

HUDM4122 Probability and Statistical Inference. February 23, 2015

HUDM4122 Probability and Statistical Inference. February 23, 2015 HUDM4122 Probability and Statistical Inference February 23, 2015 In the last class We studied Bayes Theorem and the Law of Total Probability Any questions or comments? Today Chapter 4.8 in Mendenhall,

More information

Introduction to Statistics I

Introduction to Statistics I Introduction to Statistics I Keio University, Faculty of Economics Continuous random variables Simon Clinet (Keio University) Intro to Stats November 1, 2018 1 / 18 Definition (Continuous random variable)

More information

Percentiles, STATA, Box Plots, Standardizing, and Other Transformations

Percentiles, STATA, Box Plots, Standardizing, and Other Transformations Percentiles, STATA, Box Plots, Standardizing, and Other Transformations Lecture 3 Reading: Sections 5.7 54 Remember, when you finish a chapter make sure not to miss the last couple of boxes: What Can Go

More information

STAT 201 Chapter 6. Distribution

STAT 201 Chapter 6. Distribution STAT 201 Chapter 6 Distribution 1 Random Variable We know variable Random Variable: a numerical measurement of the outcome of a random phenomena Capital letter refer to the random variable Lower case letters

More information

Section 6.5. The Central Limit Theorem

Section 6.5. The Central Limit Theorem Section 6.5 The Central Limit Theorem Idea Will allow us to combine the theory from 6.4 (sampling distribution idea) with our central limit theorem and that will allow us the do hypothesis testing in the

More information

Department of Quantitative Methods & Information Systems. Business Statistics. Chapter 6 Normal Probability Distribution QMIS 120. Dr.

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

More information

The Central Limit Theorem: Homework

The Central Limit Theorem: Homework The Central Limit Theorem: Homework EXERCISE 1 X N(60, 9). Suppose that you form random samples of 25 from this distribution. Let X be the random variable of averages. Let X be the random variable of sums.

More information

What was in the last lecture?

What was in the last lecture? What was in the last lecture? Normal distribution A continuous rv with bell-shaped density curve The pdf is given by f(x) = 1 2πσ e (x µ)2 2σ 2, < x < If X N(µ, σ 2 ), E(X) = µ and V (X) = σ 2 Standard

More information

8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions 8-1

8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions 8-1 8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions For Example: On August 8, 2011, the Dow dropped 634.8 points, sending shock waves through the financial community.

More information

Honors Statistics. 3. Discuss homework C2# Discuss standard scores and percentiles. Chapter 2 Section Review day 2016s Notes.

Honors Statistics. 3. Discuss homework C2# Discuss standard scores and percentiles. Chapter 2 Section Review day 2016s Notes. Honors Statistics Aug 23-8:26 PM 3. Discuss homework C2#11 4. Discuss standard scores and percentiles Aug 23-8:31 PM 1 Feb 8-7:44 AM Sep 6-2:27 PM 2 Sep 18-12:51 PM Chapter 2 Modeling Distributions of

More information

STA Module 3B Discrete Random Variables

STA Module 3B Discrete Random Variables STA 2023 Module 3B Discrete Random Variables Learning Objectives Upon completing this module, you should be able to 1. Determine the probability distribution of a discrete random variable. 2. Construct

More information

STA 320 Fall Thursday, Dec 5. Sampling Distribution. STA Fall

STA 320 Fall Thursday, Dec 5. Sampling Distribution. STA Fall STA 320 Fall 2013 Thursday, Dec 5 Sampling Distribution STA 320 - Fall 2013-1 Review We cannot tell what will happen in any given individual sample (just as we can not predict a single coin flip in advance).

More information

Variance, Standard Deviation Counting Techniques

Variance, Standard Deviation Counting Techniques Variance, Standard Deviation Counting Techniques Section 1.3 & 2.1 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston 1 / 52 Outline 1 Quartiles 2 The 1.5IQR Rule 3 Understanding

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

SOLUTIONS: DESCRIPTIVE STATISTICS

SOLUTIONS: DESCRIPTIVE STATISTICS SOLUTIONS: DESCRIPTIVE STATISTICS Please note that the data is ordered from lowest value to highest value. This is necessary if you wish to compute the medians and quartiles by hand. You do not have to

More information