Normal Probability Distribution

Size: px
Start display at page:

Download "Normal Probability Distribution"

Transcription

1 Normal Probability Distribution The Normal Distribution functions: #1: normalpdf pdf = Probability Density Function This function returns the probability of a single value of the random variable x. Use this to graph a normal curve. Using this function returns the y-coordinates of the normal curve. Syntax: normalpdf (x, mean, standard deviation) #2: normalcdf cdf = Cumulative Distribution Function This function returns the cumulative probability from zero up to some input value of the random variable x. Technically, it returns the percentage of area under a continuous distribution curve from negative infinity to the x. You can, however, set the lower bound. Syntax: normalcdf (lower bound, upper bound, mean, standard deviation) #3: invnorm( inv = Inverse Normal Probability Distribution Function This function returns the x-value given the probability region to the left of the x-value. (0 < area < 1 must be true.) The inverse normal probability distribution function will find the precise value at a given percent based upon the mean and standard deviation. Syntax: invnorm (probability, mean, standard deviation) Example 1: Given a normal distribution of values for which the mean is 70 and the standard deviation is 4.5. Find: a) the probability that a value is between 65 and 80, inclusive. b) the probability that a value is greater than or equal to 75. c) the probability that a value is less than 62. d) the 90 th percentile for this distribution. (answers will be rounded to the nearest thousandth) 1a: Find the probability that a value is between 65 and 80, inclusive. (This is accomplished by finding the probability of the cumulative interval from 65 to 80.) Syntax:normalcdf(lower bound, upper bound, mean, standard deviation) : The probability is 1 P a g e

2 1b: Find the probability that a value is greater than or equal to 75. (The upper boundary in this problem will be positive infinity. The largest value the calculator can handle is 1 x Type 1 EE 99. Enter the EE by pressing 2nd, comma -- only one E will show on the screen.) : The probability is 1c: Find the probability that a value is less than 62. (The lower boundary in this problem will be negative infinity. The smallest value the calculator can handle is -1 x Type -1 EE 99. Enter the EE by pressing 2nd, comma -- only one E will show on the screen.) : The probability is 1d: Find the 90 th percentile for this distribution. (Given a probability region to the left of a value (i.e., a percentile), determine the value using invnorm.) : The x-value is Example 3: Graph and examine a situation where the mean score is 46 and the standard deviation is 8.5 for a normally distributed set of data. Go to Y=. Adjust the window. GRAPH. 2 P a g e

3 1. Practice and Homework (Independent # odd and HW even #) The amount of mustard dispensed from a machine at The Hotdog Emporium is normally distributedwith a mean of 0.9 ounce and a standard deviation of 0.1 ounce. If the machine is used 500 times, approximately how many times will it be expected to dispense 1 or more ounces of mustard. Choose: Professor Halen has 184 students in his college mathematics lecture class. The scores on the midterm exam are normally distributed with a mean of 72.3 and a standard deviation of 8.9. How many students in the class can be expected to receive a score between 82 and 90? Express answer to the nearest student. 3. A machine is used to fill soda bottles. The amount of soda dispensed into each bottle varies slightly. Suppose the amount of soda dispensed into the bottles is normally distributed. If at least 99% of the bottles must have between 585 and 595 milliliters of soda, find the greatest standard deviation, to the nearest hundredth, that can be allowed. 4. Residents of upstate New York are accustomed to large amounts of snow with snowfalls often exceeding 6 inches in one day. In one city, such snowfalls were recorded for two seasons and are as follows (in inches): 8.6, 9.5, 14.1, 11.5, 7.0, 8.4, 9.0, 6.7, 21.5, 7.7, 6.8, 6.1, 8.5, 14.4, 6.1, 8.0, 9.2, P a g e

4 What are the mean and the population standard deviation for this data, to the nearest hundredth? 5. Neesha's scores in Chemistry this semester were rather inconsistent: 100, 85, 55, 95, 75, 100. For this population, how many scores are within one standard deviation of the mean? 6. Battery lifetime is normally distributed for large samples. The mean lifetime is 500 days and the standard deviation is 61 days. To the nearest percent, what percent of batteries have lifetimes longer than 561 days? 7. The number of children of each of the first 41 United States presidents is given in the accompanying table. For this population, determine the mean and the standard deviation to the nearest tenth. How many of these presidents fall within one standard deviation of the mean? 8. 4 P a g e From 1984 to 1995, the winning scores for a golf tournament were 276, 279, 279, 277, 278, 278, 280, 282, 285, 272, 279, and 278. Using the standard deviation for

5 this sample, Sx, find the percent of these winning scores that fall within one standard deviation of the mean. 9. A shoe manufacturer collected data regarding men's shoe sizes and found that the distribution of sizes exactly fits the normal curve. If the mean shoe size is 11 and the standard deviation is 1.5, find: a. the probability that a man's shoe size is greater than or equal to 11. b. the probability that a man's shoe size is greater than or equal to c. 10. Five hundred values are normally distributed with a mean of 125 and a standard deviation of 10. a. What percent of the values lies in the interval , to the nearest percent? b. What percent of the values is in the interval , to the nearest percent? c. What interval about the mean includes 95% of the data? d. What interval about the mean includes 50% of the data? 5 P a g e

6 11. A group of 625 students has a mean age of 15.8 years with a standard deviation of 0.6 years. The ages are normally distributed. How many students are younger than 16.2 years? Express answer to the nearest student? Binomial Probability "Exactly", "At Most", "At Least" Example 4 Problem used for demonstration: A fair coin is tossed 100 times. What is the probability that: a. heads will appear exactly 52 times? b. there will be at most 52 heads? c. there will be at least48 heads? Dealing with "Exactly": A fair coin is tossed 100 times. What is the probability that: part a. heads will appear exactly 52 times? We have seen that the formula used with Bernoulli trials (binomial probability) computes 6 P a g e

7 the probability of obtaining exactly "r" events in "n" trials: where n = number of trials, r = number of specific events you wish to obtain, p = probability that the event will occur, and q = probability that the event will not occur (q = 1 - p, the complement of the event). We have also seen that the built-in command binompdf(binomial probability density function) can also be used to quickly determine "exactly". (Remember, the function binompdf is found under DISTR (2nd VARS), arrow down to #0 binompdf and the parameters are: binompdf (number of trials, probability of occurrence, number of specific events) binompdf (n, p, r) Here is our answer to part a. Dealing with"at Most": A fair coin is tossed 100 times. What is the probability that: part b. there will be at most 52 heads? The formula needed for answering part b is : There is a built-in command binomcdf(binomial cumulative density function) that can be used to quickly determine "at most". Because this is a "cumulative" function, it will find the sum of all of the probabilities up to, and including, the given value of P a g e (The function binomcdf is found under DISTR (2nd VARS), arrow down to #A binomcdf

8 and the parameters are: binomcdf (number of trials, probability of occurrence, number of specific events) binomcdf (n, p, r) Here is our answer to part b. Dealing with "At Least": A fair coin is tossed 100 times. What is the probability that: part c. there will be at least48 heads? The formula needed for answering part b is : Keep in mind that "at least" 48 is the complement of "at most" 47. In a binomial distribution,. While there is no built-in command for "at least", you can quickly find the result by creating this complement situation by subtracting from 1. Just remember to adjust the value to 47. The adjusted formula for "at least" is 1 - binomcdf (n, p, r - 1).Here is our answer to part c. 8 P a g e

9 The fact that this answer is the same as the "at most" answer for the number 52, is due to the symmetric nature of the distribution about its mean of 50. Practice (independent odd # HW even #) 1. The probability that Kyla will score above a 90 on a mathematics test is 4/5. What is the probability that she will score above a 90 on exactly three of the four tests this quarter? Choose: 2. Which fraction represents the probability of obtaining exactly eight heads in ten tosses of a fair coin? Choose: 45/ / / / Experience has shown that 1/200 of all CDs produced by a certain machine are defective. If a 9 P a g e

10 quality control technician randomly tests twenty CDs, compute each of the following probabilities: P(exactly one is defective) P(half are defective) P( no more than two are defective) 4. A fair coin is tossed 5 times. What is the probability that it lands tails up exactly 3 times? Choose: 5. After studying a couple's family history, a doctor determines that the probability of any child born to this couple having a gene for disease X is 1 out of 4. If the couple has three children, what is the probability that exactly two of the children have the gene for disease X? 6. If a binomial experiment has seven trials in which the probability of success is p and the probability of failure is q, write an expression that could be used to compute each of the following probabilities: P(exactly five successes) P(at least five successes) 10 P a g e P(at most five successes) 7. On any given day, the probability that the entire Watson family eats dinner together is 2/5. Find the probability that, during any 7-day period, the Watson's each dinner together at least six times.

11 8. When Joe bowls, he can get a strike (knock down all of the pins) 60% of the time. How many times more likely is it for Joe to bowl at least three strikes out of four times as it is for him to bowl zero strikcs out of four tries? Round answer to the nearest whole number. 9. A board game has a spinner on a circle that has five equal sectors, numbered 1, 2, 3, 4, and 5, respectively. If a player has four spins, find the probability that the player spins an even number no more than two times on those four spins. 10. Give an example of an experiment where it is appropriate to use a normal distribution as an approximation for a binomial probability. Explain why in this example an approximation of the probability is a better approach than finding the exact probability. Key 11 P a g e

12 3. The 99% implies a distribution within 3 standard deviations of the mean. The difference from 585 milliliters to 595 milliliters is 10 milliliters. Symmetrically divided, there are 5 milliliters used to create 3 standard deviations on one side of the mean. Dividing 5 by 3, we get the standard deviation to be 1.67 milliliters, to the nearest hundredth. 4. Snowfall: 8.6, 9.5, 14.1, 11.5, 7.0, 8.4, 9.0, 6.7, 21.5, 7.7, 6.8, 6.1, 8.5, 14.4, 6.1, 8.0, 9.2, 7.1 The mean = 9.46 inches. Standard deviation = Scores: 100, 85, 55, 95, 75, 100. From the graphing calculator we have the mean = 85 and the population standard deviation = = = 101 and = 69 All but one of the scores falls in the range from 69 to 101. : 5 scores 12 P a g e

13 8. Scores: 276, 279, 279, 277, 278, 278, 280, 282, 285, 272, 279, and 278. Mean = Sample Standard Deviation = One standard deviation above and below the mean creates a range from to (275 < score < 281). Of the 12 scores, 9 fall into this range, which is 75% of the scores. 7. Use your graphing calculator. Be sure to remember that you are working with grouped data (frequency table). Mean = 3.6 Standard deviation = 2.9 One standard deviation from the mean creates a range from 0.7 to 6.5 which includes presidents with from 1 to 6 children. There are a total of 31 such presidents. 13 P a g e

14 9. Mean = 11 and standard deviation = 1.5 a. 50% In a normal distribution, the mean divides the data into two equal areas. Since 11 is the mean, 50% of the data is above 11 and 50% is below 11. b is exactly one standard deviation above the mean. Examining the normal distribution chart shows that 15.9%will fall above one standard deviation. Probability is.159. c and 8 are exactly one standard deviation above the mean and 2 standard deviations below the mean respectively. Using the chart we know: scores, mean 125, standard deviation 10 a. What percent of the values is in the interval ? mean + one standard deviation = 135 mean - one standard deviation = % % % + 15% = 68.2% (from chart) Percent within one standard deviation of the mean = 68.2% = 68% b. What percent of the values is in the interval ? mean standard deviations = 150 mean standard deviations = 100 2(1.7% + 4.4% + 9.2% + 15% %) = 98.8% (from chart) Percent with 2.5 standard deviations of the mean = 98.8% = 99% c. What interval about the mean includes approximately 95% of the data? 2 standard deviations about the mean for a total interval size of 40, with the mean in the center. mean + 2 standard deviations = 145 mean - 2 standard deviations = 105 Interval: [105,145] d. What interval about the mean includes 50% of the data?.50% of the distribution lies within standard deviations about the mean for a total interquartile range (size) of , with the mean in the center. mean standard deviations = mean standard deviations = Interval: [ , ] 14 P a g e

15 Binomial 3. a.) P(exactly one is defective) b.) P(half are defective) = P(exactly 10 are defective) c.) P( no more than two are defective) = P( at most two are defective). None, one, or two could be defective. Sum = which is approximately 1 or 100% P a g e

16 6. a.) b.) c.) 7. At least means 6 times or 7 times. 8. At least three strikes: Exactly zero strikes: 19 times more likely. 16 P a g e

17 9. There are 2 even numbers out of the 5 numbers. No more than = at most. 10. One possible answer: Find the probability of getting at most 250 heads when flipping a fair coin 300 times. When dealing with very large samples, it can become very tedious to compute certain probabilities. In such cases, the normal distribution can be used to more quickly approximate the probabilities that otherwise would have been obtained through laborious computations. 17 P a g e

Stats on the TI 83 and TI 84 Calculator

Stats on the TI 83 and TI 84 Calculator Stats on the TI 83 and TI 84 Calculator Entering the sample values STAT button Left bracket { Right bracket } Store (STO) List L1 Comma Enter Example: Sample data are {5, 10, 15, 20} 1. Press 2 ND and

More information

The Normal Distribution

The Normal Distribution Chapter 6 The Normal Distribution 6.1 The Normal Distribution 1 6.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize the normal probability distribution

More information

You flip a fair coin four times, what is the probability that you obtain three heads.

You flip a fair coin four times, what is the probability that you obtain three heads. Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.

More information

6 3 The Standard Normal Distribution

6 3 The Standard Normal Distribution 290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since

More information

Probability Distributions

Probability Distributions CHAPTER 6 Probability Distributions Calculator Note 6A: Computing Expected Value, Variance, and Standard Deviation from a Probability Distribution Table Using Lists to Compute Expected Value, Variance,

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. A) 0.4987 B) 0.9987 C) 0.0010 D) 0.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. A) 0.4987 B) 0.9987 C) 0.0010 D) 0. Ch. 5 Normal Probability Distributions 5.1 Introduction to Normal Distributions and the Standard Normal Distribution 1 Find Areas Under the Standard Normal Curve 1) Find the area under the standard normal

More information

3.4 The Normal Distribution

3.4 The Normal Distribution 3.4 The Normal Distribution All of the probability distributions we have found so far have been for finite random variables. (We could use rectangles in a histogram.) A probability distribution for a continuous

More information

Binomial Probability Distribution

Binomial Probability Distribution Binomial Probability Distribution In a binomial setting, we can compute probabilities of certain outcomes. This used to be done with tables, but with graphing calculator technology, these problems are

More information

Probability Distributions

Probability Distributions Learning Objectives Probability Distributions Section 1: How Can We Summarize Possible Outcomes and Their Probabilities? 1. Random variable 2. Probability distributions for discrete random variables 3.

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. STATISTICS/GRACEY PRACTICE TEST/EXAM 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Identify the given random variable as being discrete or continuous.

More information

Normal distribution. ) 2 /2σ. 2π σ

Normal distribution. ) 2 /2σ. 2π σ Normal distribution The normal distribution is the most widely known and used of all distributions. Because the normal distribution approximates many natural phenomena so well, it has developed into a

More information

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions.

Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. Chapter 4 & 5 practice set. The actual exam is not multiple choice nor does it contain like questions. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

More information

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? ECS20 Discrete Mathematics Quarter: Spring 2007 Instructor: John Steinberger Assistant: Sophie Engle (prepared by Sophie Engle) Homework 8 Hints Due Wednesday June 6 th 2007 Section 6.1 #16 What is the

More information

MAT 155. Key Concept. September 22, 2010. 155S5.3_3 Binomial Probability Distributions. Chapter 5 Probability Distributions

MAT 155. Key Concept. September 22, 2010. 155S5.3_3 Binomial Probability Distributions. Chapter 5 Probability Distributions MAT 155 Dr. Claude Moore Cape Fear Community College Chapter 5 Probability Distributions 5 1 Review and Preview 5 2 Random Variables 5 3 Binomial Probability Distributions 5 4 Mean, Variance, and Standard

More information

Chapter 4. Probability and Probability Distributions

Chapter 4. Probability and Probability Distributions Chapter 4. robability and robability Distributions Importance of Knowing robability To know whether a sample is not identical to the population from which it was selected, it is necessary to assess the

More information

STATISTICS 8: CHAPTERS 7 TO 10, SAMPLE MULTIPLE CHOICE QUESTIONS

STATISTICS 8: CHAPTERS 7 TO 10, SAMPLE MULTIPLE CHOICE QUESTIONS STATISTICS 8: CHAPTERS 7 TO 10, SAMPLE MULTIPLE CHOICE QUESTIONS 1. If two events (both with probability greater than 0) are mutually exclusive, then: A. They also must be independent. B. They also could

More information

Fundamentals of Probability

Fundamentals of Probability Fundamentals of Probability Introduction Probability is the likelihood that an event will occur under a set of given conditions. The probability of an event occurring has a value between 0 and 1. An impossible

More information

Chapter 5 - Practice Problems 1

Chapter 5 - Practice Problems 1 Chapter 5 - Practice Problems 1 Identify the given random variable as being discrete or continuous. 1) The number of oil spills occurring off the Alaskan coast 1) A) Continuous B) Discrete 2) The ph level

More information

Chapter 5: Discrete Probability Distributions

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

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

MATH 140 Lab 4: Probability and the Standard Normal Distribution MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes

More information

MATH 10: Elementary Statistics and Probability Chapter 7: The Central Limit Theorem

MATH 10: Elementary Statistics and Probability Chapter 7: The Central Limit Theorem MATH 10: Elementary Statistics and Probability Chapter 7: The Central Limit Theorem Tony Pourmohamad Department of Mathematics De Anza College Spring 2015 Objectives By the end of this set of slides, you

More information

Thursday, November 13: 6.1 Discrete Random Variables

Thursday, November 13: 6.1 Discrete Random Variables Thursday, November 13: 6.1 Discrete Random Variables Read 347 350 What is a random variable? Give some examples. What is a probability distribution? What is a discrete random variable? Give some examples.

More information

AP Statistics Solutions to Packet 2

AP Statistics Solutions to Packet 2 AP Statistics Solutions to Packet 2 The Normal Distributions Density Curves and the Normal Distribution Standard Normal Calculations HW #9 1, 2, 4, 6-8 2.1 DENSITY CURVES (a) Sketch a density curve that

More information

Lesson 20. Probability and Cumulative Distribution Functions

Lesson 20. Probability and Cumulative Distribution Functions Lesson 20 Probability and Cumulative Distribution Functions Recall If p(x) is a density function for some characteristic of a population, then Recall If p(x) is a density function for some characteristic

More information

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

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

More information

X: 0 1 2 3 4 5 6 7 8 9 Probability: 0.061 0.154 0.228 0.229 0.173 0.094 0.041 0.015 0.004 0.001

X: 0 1 2 3 4 5 6 7 8 9 Probability: 0.061 0.154 0.228 0.229 0.173 0.094 0.041 0.015 0.004 0.001 Tuesday, January 17: 6.1 Discrete Random Variables Read 341 344 What is a random variable? Give some examples. What is a probability distribution? What is a discrete random variable? Give some examples.

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

Chapter 9 Monté Carlo Simulation

Chapter 9 Monté Carlo Simulation MGS 3100 Business Analysis Chapter 9 Monté Carlo What Is? A model/process used to duplicate or mimic the real system Types of Models Physical simulation Computer simulation When to Use (Computer) Models?

More information

Mental Questions. Day 1. 1. What number is five cubed? 2. A circle has radius r. What is the formula for the area of the circle?

Mental Questions. Day 1. 1. What number is five cubed? 2. A circle has radius r. What is the formula for the area of the circle? Mental Questions 1. What number is five cubed? KS3 MATHEMATICS 10 4 10 Level 8 Questions Day 1 2. A circle has radius r. What is the formula for the area of the circle? 3. Jenny and Mark share some money

More information

Chapter 4. Probability Distributions

Chapter 4. Probability Distributions Chapter 4 Probability Distributions Lesson 4-1/4-2 Random Variable Probability Distributions This chapter will deal the construction of probability distribution. By combining the methods of descriptive

More information

The normal approximation to the binomial

The normal approximation to the binomial The normal approximation to the binomial In order for a continuous distribution (like the normal) to be used to approximate a discrete one (like the binomial), a continuity correction should be used. There

More information

Number of observations is fixed. Independent observations --- knowledge of the outcomes of earlier trials does not affect the

Number of observations is fixed. Independent observations --- knowledge of the outcomes of earlier trials does not affect the Binomial Probability Frequently used in analyzing and setting up surveys Our interest is in a binomial random variable X, which is the count of successes in n trials. The probability distribution of X

More information

TEST 2 STUDY GUIDE. 1. Consider the data shown below.

TEST 2 STUDY GUIDE. 1. Consider the data shown below. 2006 by The Arizona Board of Regents for The University of Arizona All rights reserved Business Mathematics I TEST 2 STUDY GUIDE 1 Consider the data shown below (a) Fill in the Frequency and Relative Frequency

More information

Section 6.1 Discrete Random variables Probability Distribution

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

More information

Section 5-3 Binomial Probability Distributions

Section 5-3 Binomial Probability Distributions Section 5-3 Binomial Probability Distributions Key Concept This section presents a basic definition of a binomial distribution along with notation, and methods for finding probability values. Binomial

More information

Mind on Statistics. Chapter 8

Mind on Statistics. Chapter 8 Mind on Statistics Chapter 8 Sections 8.1-8.2 Questions 1 to 4: For each situation, decide if the random variable described is a discrete random variable or a continuous random variable. 1. Random variable

More information

LESSON 5 - DECIMALS INTRODUCTION

LESSON 5 - DECIMALS INTRODUCTION LESSON 5 - DECIMALS INTRODUCTION Now that we know something about whole numbers and fractions, we will begin working with types of numbers that are extensions of whole numbers and related to fractions.

More information

Math. Rounding Decimals. Answers. 1) Round to the nearest tenth. 8.54 8.5. 2) Round to the nearest whole number. 99.59 100

Math. Rounding Decimals. Answers. 1) Round to the nearest tenth. 8.54 8.5. 2) Round to the nearest whole number. 99.59 100 1) Round to the nearest tenth. 8.54 8.5 2) Round to the nearest whole number. 99.59 100 3) Round to the nearest tenth. 310.286 310.3 4) Round to the nearest whole number. 6.4 6 5) Round to the nearest

More information

Def: The standard normal distribution is a normal probability distribution that has a mean of 0 and a standard deviation of 1.

Def: The standard normal distribution is a normal probability distribution that has a mean of 0 and a standard deviation of 1. Lecture 6: Chapter 6: Normal Probability Distributions A normal distribution is a continuous probability distribution for a random variable x. The graph of a normal distribution is called the normal curve.

More information

7.S.8 Interpret data to provide the basis for predictions and to establish

7.S.8 Interpret data to provide the basis for predictions and to establish 7 th Grade Probability Unit 7.S.8 Interpret data to provide the basis for predictions and to establish experimental probabilities. 7.S.10 Predict the outcome of experiment 7.S.11 Design and conduct an

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

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

More information

Sample Questions for Mastery #5

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

More information

MATH 103/GRACEY PRACTICE EXAM/CHAPTERS 2-3. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MATH 103/GRACEY PRACTICE EXAM/CHAPTERS 2-3. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. MATH 3/GRACEY PRACTICE EXAM/CHAPTERS 2-3 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide an appropriate response. 1) The frequency distribution

More information

Review #2. Statistics

Review #2. Statistics Review #2 Statistics Find the mean of the given probability distribution. 1) x P(x) 0 0.19 1 0.37 2 0.16 3 0.26 4 0.02 A) 1.64 B) 1.45 C) 1.55 D) 1.74 2) The number of golf balls ordered by customers of

More information

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52.

Chapter 6. 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? Ans: 4/52. Chapter 6 1. What is the probability that a card chosen from an ordinary deck of 52 cards is an ace? 4/52. 2. What is the probability that a randomly selected integer chosen from the first 100 positive

More information

Example: Find the expected value of the random variable X. X 2 4 6 7 P(X) 0.3 0.2 0.1 0.4

Example: Find the expected value of the random variable X. X 2 4 6 7 P(X) 0.3 0.2 0.1 0.4 MATH 110 Test Three Outline of Test Material EXPECTED VALUE (8.5) Super easy ones (when the PDF is already given to you as a table and all you need to do is multiply down the columns and add across) Example:

More information

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1 www.math12.com

Probability --QUESTIONS-- Principles of Math 12 - Probability Practice Exam 1 www.math12.com Probability --QUESTIONS-- Principles of Math - Probability Practice Exam www.math.com Principles of Math : Probability Practice Exam Use this sheet to record your answers:... 4... 4... 4.. 6. 4.. 6. 7..

More information

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties:

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: Density Curve A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: 1. The total area under the curve must equal 1. 2. Every point on the curve

More information

Assessment For The California Mathematics Standards Grade 6

Assessment For The California Mathematics Standards Grade 6 Introduction: Summary of Goals GRADE SIX By the end of grade six, students have mastered the four arithmetic operations with whole numbers, positive fractions, positive decimals, and positive and negative

More information

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random

More information

6. Let X be a binomial random variable with distribution B(10, 0.6). What is the probability that X equals 8? A) (0.6) (0.4) B) 8! C) 45(0.6) (0.

6. Let X be a binomial random variable with distribution B(10, 0.6). What is the probability that X equals 8? A) (0.6) (0.4) B) 8! C) 45(0.6) (0. Name: Date:. For each of the following scenarios, determine the appropriate distribution for the random variable X. A) A fair die is rolled seven times. Let X = the number of times we see an even number.

More information

The Binomial Distribution

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

More information

Problem sets for BUEC 333 Part 1: Probability and Statistics

Problem sets for BUEC 333 Part 1: Probability and Statistics Problem sets for BUEC 333 Part 1: Probability and Statistics I will indicate the relevant exercises for each week at the end of the Wednesday lecture. Numbered exercises are back-of-chapter exercises from

More information

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3 RANDOM VARIATE GENERATION Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.

More information

Probability. Distribution. Outline

Probability. Distribution. Outline 7 The Normal Probability Distribution Outline 7.1 Properties of the Normal Distribution 7.2 The Standard Normal Distribution 7.3 Applications of the Normal Distribution 7.4 Assessing Normality 7.5 The

More information

TImath.com. F Distributions. Statistics

TImath.com. F Distributions. Statistics F Distributions ID: 9780 Time required 30 minutes Activity Overview In this activity, students study the characteristics of the F distribution and discuss why the distribution is not symmetric (skewed

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

Lab 11. Simulations. The Concept

Lab 11. Simulations. The Concept Lab 11 Simulations In this lab you ll learn how to create simulations to provide approximate answers to probability questions. We ll make use of a particular kind of structure, called a box model, that

More information

Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1.

Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1. Normal Distribution Definition A continuous random variable has a normal distribution if its probability density e -(y -µ Y ) 2 2 / 2 σ function can be written as for < y < as Y f ( y ) = 1 σ Y 2 π Notation:

More information

Descriptive Statistics

Descriptive Statistics Y520 Robert S Michael Goal: Learn to calculate indicators and construct graphs that summarize and describe a large quantity of values. Using the textbook readings and other resources listed on the web

More information

The normal approximation to the binomial

The normal approximation to the binomial The normal approximation to the binomial The binomial probability function is not useful for calculating probabilities when the number of trials n is large, as it involves multiplying a potentially very

More information

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck!

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck! STP 231 EXAM #1 (Example) Instructor: Ela Jackiewicz Honor Statement: I have neither given nor received information regarding this exam, and I will not do so until all exams have been graded and returned.

More information

Z-table p-values: use choice 2: normalcdf(

Z-table p-values: use choice 2: normalcdf( P-values with the Ti83/Ti84 Note: The majority of the commands used in this handout can be found under the DISTR menu which you can access by pressing [ nd ] [VARS]. You should see the following: NOTE:

More information

Math 425 (Fall 08) Solutions Midterm 2 November 6, 2008

Math 425 (Fall 08) Solutions Midterm 2 November 6, 2008 Math 425 (Fall 8) Solutions Midterm 2 November 6, 28 (5 pts) Compute E[X] and Var[X] for i) X a random variable that takes the values, 2, 3 with probabilities.2,.5,.3; ii) X a random variable with the

More information

Continuous Random Variables

Continuous Random Variables Chapter 5 Continuous Random Variables 5.1 Continuous Random Variables 1 5.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize and understand continuous

More information

AMS 5 CHANCE VARIABILITY

AMS 5 CHANCE VARIABILITY AMS 5 CHANCE VARIABILITY The Law of Averages When tossing a fair coin the chances of tails and heads are the same: 50% and 50%. So if the coin is tossed a large number of times, the number of heads and

More information

( ) is proportional to ( 10 + x)!2. Calculate the

( ) is proportional to ( 10 + x)!2. Calculate the PRACTICE EXAMINATION NUMBER 6. An insurance company eamines its pool of auto insurance customers and gathers the following information: i) All customers insure at least one car. ii) 64 of the customers

More information

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values.

MA 1125 Lecture 14 - Expected Values. Friday, February 28, 2014. Objectives: Introduce expected values. MA 5 Lecture 4 - Expected Values Friday, February 2, 24. Objectives: Introduce expected values.. Means, Variances, and Standard Deviations of Probability Distributions Two classes ago, we computed the

More information

Chapter 8: Hypothesis Testing for One Population Mean, Variance, and Proportion

Chapter 8: Hypothesis Testing for One Population Mean, Variance, and Proportion Chapter 8: Hypothesis Testing for One Population Mean, Variance, and Proportion Learning Objectives Upon successful completion of Chapter 8, you will be able to: Understand terms. State the null and alternative

More information

Statistics 100A Homework 3 Solutions

Statistics 100A Homework 3 Solutions Chapter Statistics 00A Homework Solutions Ryan Rosario. Two balls are chosen randomly from an urn containing 8 white, black, and orange balls. Suppose that we win $ for each black ball selected and we

More information

SOLUTIONS: 4.1 Probability Distributions and 4.2 Binomial Distributions

SOLUTIONS: 4.1 Probability Distributions and 4.2 Binomial Distributions SOLUTIONS: 4.1 Probability Distributions and 4.2 Binomial Distributions 1. The following table contains a probability distribution for a random variable X. a. Find the expected value (mean) of X. x 1 2

More information

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics Descriptive statistics is the discipline of quantitatively describing the main features of a collection of data. Descriptive statistics are distinguished from inferential statistics (or inductive statistics),

More information

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below:

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below: Sample Term Test 2A 1. A variable X has a distribution which is described by the density curve shown below: What proportion of values of X fall between 1 and 6? (A) 0.550 (B) 0.575 (C) 0.600 (D) 0.625

More information

AP Statistics 7!3! 6!

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

More information

CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is.

CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is. Some Continuous Probability Distributions CHAPTER 6: Continuous Uniform Distribution: 6. Definition: The density function of the continuous random variable X on the interval [A, B] is B A A x B f(x; A,

More information

Chapter 3 Review Math 1030

Chapter 3 Review Math 1030 Section A.1: Three Ways of Using Percentages Using percentages We can use percentages in three different ways: To express a fraction of something. For example, A total of 10, 000 newspaper employees, 2.6%

More information

Statistics Class Level Test Mu Alpha Theta State 2008

Statistics Class Level Test Mu Alpha Theta State 2008 Statistics Class Level Test Mu Alpha Theta State 2008 1. Which of the following are true statements? I. The histogram of a binomial distribution with p = 0.5 is always symmetric no matter what n, the number

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

AP STATISTICS REVIEW (YMS Chapters 1-8)

AP STATISTICS REVIEW (YMS Chapters 1-8) AP STATISTICS REVIEW (YMS Chapters 1-8) Exploring Data (Chapter 1) Categorical Data nominal scale, names e.g. male/female or eye color or breeds of dogs Quantitative Data rational scale (can +,,, with

More information

9.1 Measures of Center and Spread

9.1 Measures of Center and Spread Name Class Date 9.1 Measures of Center and Spread Essential Question: How can you describe and compare data sets? Explore Exploring Data Resource Locker Caleb and Kim have bowled three games. Their scores

More information

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

Name Please Print MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Review Problems for Mid-Term 1, Fall 2012 (STA-120 Cal.Poly. Pomona) Name Please Print MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine whether

More information

Revision Notes Adult Numeracy Level 2

Revision Notes Adult Numeracy Level 2 Revision Notes Adult Numeracy Level 2 Place Value The use of place value from earlier levels applies but is extended to all sizes of numbers. The values of columns are: Millions Hundred thousands Ten thousands

More information

Friday, January 29, 2016 9:15 a.m. to 12:15 p.m., only

Friday, January 29, 2016 9:15 a.m. to 12:15 p.m., only ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Friday, January 9, 016 9:15 a.m. to 1:15 p.m., only Student Name: School Name: The possession

More information

Section 5 Part 2. Probability Distributions for Discrete Random Variables

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

More information

Chapter 1: Exploring Data

Chapter 1: Exploring Data Chapter 1: Exploring Data Chapter 1 Review 1. As part of survey of college students a researcher is interested in the variable class standing. She records a 1 if the student is a freshman, a 2 if the student

More information

It is remarkable that a science, which began with the consideration of games of chance, should be elevated to the rank of the most important

It is remarkable that a science, which began with the consideration of games of chance, should be elevated to the rank of the most important PROBABILLITY 271 PROBABILITY CHAPTER 15 It is remarkable that a science, which began with the consideration of games of chance, should be elevated to the rank of the most important subject of human knowledge.

More information

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Types of Variables Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Quantitative (numerical)variables: take numerical values for which arithmetic operations make sense (addition/averaging)

More information

Math 431 An Introduction to Probability. Final Exam Solutions

Math 431 An Introduction to Probability. Final Exam Solutions Math 43 An Introduction to Probability Final Eam Solutions. A continuous random variable X has cdf a for 0, F () = for 0 <

More information

Chapter 5. Decimals. Use the calculator.

Chapter 5. Decimals. Use the calculator. Chapter 5. Decimals 5.1 An Introduction to the Decimals 5.2 Adding and Subtracting Decimals 5.3 Multiplying Decimals 5.4 Dividing Decimals 5.5 Fractions and Decimals 5.6 Square Roots 5.7 Solving Equations

More information

Important Probability Distributions OPRE 6301

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

More information

An Introduction to Basic Statistics and Probability

An Introduction to Basic Statistics and Probability An Introduction to Basic Statistics and Probability Shenek Heyward NCSU An Introduction to Basic Statistics and Probability p. 1/4 Outline Basic probability concepts Conditional probability Discrete Random

More information

5. Continuous Random Variables

5. Continuous Random Variables 5. Continuous Random Variables Continuous random variables can take any value in an interval. They are used to model physical characteristics such as time, length, position, etc. Examples (i) Let X be

More information

Session 8 Probability

Session 8 Probability Key Terms for This Session Session 8 Probability Previously Introduced frequency New in This Session binomial experiment binomial probability model experimental probability mathematical probability outcome

More information

1) The table lists the smoking habits of a group of college students. Answer: 0.218

1) The table lists the smoking habits of a group of college students. Answer: 0.218 FINAL EXAM REVIEW Name ) The table lists the smoking habits of a group of college students. Sex Non-smoker Regular Smoker Heavy Smoker Total Man 5 52 5 92 Woman 8 2 2 220 Total 22 2 If a student is chosen

More information

Chapter 4 - Lecture 1 Probability Density Functions and Cumul. Distribution Functions

Chapter 4 - Lecture 1 Probability Density Functions and Cumul. Distribution Functions Chapter 4 - Lecture 1 Probability Density Functions and Cumulative Distribution Functions October 21st, 2009 Review Probability distribution function Useful results Relationship between the pdf and the

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Ch. 4 Discrete Probability Distributions 4.1 Probability Distributions 1 Decide if a Random Variable is Discrete or Continuous 1) State whether the variable is discrete or continuous. The number of cups

More information

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

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

More information

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques

More information

Chapter 4. iclicker Question 4.4 Pre-lecture. Part 2. Binomial Distribution. J.C. Wang. iclicker Question 4.4 Pre-lecture

Chapter 4. iclicker Question 4.4 Pre-lecture. Part 2. Binomial Distribution. J.C. Wang. iclicker Question 4.4 Pre-lecture Chapter 4 Part 2. Binomial Distribution J.C. Wang iclicker Question 4.4 Pre-lecture iclicker Question 4.4 Pre-lecture Outline Computing Binomial Probabilities Properties of a Binomial Distribution Computing

More information