Introduction to the Practice of Statistics Fifth Edition Moore, McCabe

Size: px
Start display at page:

Download "Introduction to the Practice of Statistics Fifth Edition Moore, McCabe"

Transcription

1 Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Section 5.1 Homework Answers 5.7 In the proofreading setting if Exercise 5.3, what is the smallest number of misses m with P(X m) no larger than 0.05? You might consider m or more misses as evidence that a proofreader actually catches fewer than 70% of word errors. Answer To me this question provides evidence of why it is so important to first identify your random variable. Notice that the constant m is the number of misses, this means that the variable X, is not the same as in question 7.3. Let us define the random variable Y as the number of misses out of 20 attempts. So this means that p = 0.3. We want the sum of the individual probabilities to be at most 0.5 = P(Y = m) + P(Y = m+1) + P(Y = 20). Let us try and see what P(Y = 15) gives us. P(Y = 15) = which is very small, thus m must be smaller than 15. P(Y = 11) = which is still less than But the question is what value of m produces a probability sum equal to at most 0.05 when we consider values greater than or equal to m. Below is the distribution of Y. I can see by inspecting the table and estimating the sums, that the value of m that would give P(Y m) 0.05, is for m to equal 10. Let me verify by calculating P(Y 10) = 1 P(Y 9) = 1 binomdist(9,20,0.3, true) = Thus P(Y 10) = < Y P(Y = y) Y P(Y = y)

2 5.11 In 1998, Mark McGwire of the St. Louis Cardinals hit 70 home runs, a new Major League record. Was this feat as surprising as most of us thought? In the three seasons before 1998, McGwire hit a home run in 11.6% of his times at bat. He went to bat 509 times in If he continues his past performance, McGwire's home run count in 509 times at bat has approximately the binomial distribution with n = 509 and p = (a) What is the mean number of home runs McGwire will hit in 509 times at bat? Assuming that he comes up 509 at bats, n = 509, and the probability of hitting a homerun is 0.116, p = 0.116, then the mean number of homeruns is µ = 509(0.116) = What does this number mean? It depicts a person who comes up to the plate 509 times with a probability of hitting a homerun equal to Suppose we can observe many people with the same abilities as mentioned. Some would hit 45 homeruns for the season, others 65, and so on. If we took all those numbers and average them, the average is about homeruns. (b) What is the probability that he hits 70 or more home runs? To do this problem we need to arrange what we know, and determine what we want. Afterwards we will worry about how we will calculate the probability. In part (a) I described our scenario. We understand that this is like sampling from a population that either results in a homerun being hit or not. The assumptions of the situation will satisfy the binomial setting. The question involves a count of homeruns out of the sample size of 509. Thus we have a question that will require the use of the binomial distribution, with the parameter p= and n = 506. So now we know what we are dealing with. The next question is how are we going to calculate this probability? Let the random variable Y denote the number of homeruns out of 509 attempts. So the random variable Y can be any number between 0 and 509. The question is this P(Y 70) =? OK, now if I did this by hand, and I tried to use the formula n! r PX ( = r) = p(1 p) r! n r! complement, ( ) n r I would have to use it = 440 times. If I consider the P(Y 70) = 1 - P(Y < 70) I would still need to calculate the above formula 71 times. So, I have two choices. I notice that np> 10 and n(1- p) > 10 so I could use a normal approximation. The other choice is to let the computer crank out calculation after calculation until it comes up with the result. On the exam I want you to do both!!! Not necessarily on the same problem.

3 Computer does the work. Even if the computer is let to do the work, I will still calculate 1 - P(Y < 70) to get P(Y 70). So here is what I will type into Excel: =1-binomdist(69,509,0.116,true) Which gives the result of This is result is correct till the last digit. A normal approximation Since 509(.116) > 10 and 509( ) > 10 a normal approximation will give good results P(Y 70) P Z > 509(0.116)( ) = P(Z > 1.516) = =P(Z > 1.52) = Probability Partial Distribution of the Binomial Distribution n = 509, p = Number of Homeruns A normal Approximation with Continuity Correction P(Y 70) P Z > 509(0.116)( ) = P(Z > 1.447) = =P(Z > 1.45) = The lesson I want you learn is that a normal approximation is just what it sounds like an approximation. Here is a case where we can glimpse at the actual error. A second lesson is that continuity correction generally, in the long run, will provide better results. 5.11c. In 2001, Barry Bonds of the San Francisco Giants hit 73 home runs, breaking McGwire's record. This was surprising. In the three previous seasons, Bonds hit a home run in 8.65% of his times at bat. He batted 476 times in Considering his home run count as a binomial random, variable with n = 476 and p = , what is the probability of 73 or more home runs? Computer does the work. Even if the computer is let to do the work I will still calculate 1 - P(Y < 73) to get P(Y 73). So here is what I will type into Excel: =1-binomdist(72,476,0.0865,true) Which gives the result of This is result is correct till the last digit.

4 A normal approximation Since 476(0.0865) > 10 and 509( ) > 10 a normal approximation will give good results (0.0865) P(Y 73) P Z > 476(0.0865)( ) = P(Z > 5.189) = A normal Approximation with Continuity Correction There is really no point in using continuity correction since the basic concept has been discovered, that the probability was nearly zero; a very rare occurrence. I am just doing the first set up in the calculation to give you another example P(Y 70) P Z > 509(0.116)( ) A Gallup poll finds that 30% of adults visited a casino in the past 12 months, and that 6% bet on college sports. These results come from a random sample of 1011 adults. For an SRS of size n = a) What is the probability that the sample proportion ˆp is between 0.29 and 0.31 if the population proportion is p = 0.30? We can change the proportions into counts by the formula X = np. The question proportion ˆp is between 0.29 and 0.31 can be viewed as count X is between 0.29(1011) = and 0.31(1011) = Likewise p = 0.30 is now 0.30(1011) = Obviously if you are going to use Excel s Binomdist you will have to enter whole values, which is not the case with a normal approximation. 0.3(1 0.3) We are assuming that µ = p = 0.3, and σ = Since np> 10 and n(1 p) > 10 we can use a normal approximation. I want to calculate P(0.29 < p ˆ < 0.31). ˆ ˆ ˆ P(0.29 < p < 0.31) = P(p < 0.29) - P(p < 0.31) = PZ < PZ < 0.3(0.7) 0.3(0.7) =P(Z < 0.69) - P(Z < -0.69) = =

5 b) What is the probability that the sample proportion ˆp is between 0.05 and 0.07 if the population proportion is p = 0.06? 0.06(1 0.06) We are assuming that µ = p = 0.06, and σ = Since np> 10 and n(1 p) > 10 we can use a normal approximation. I want to calculate P(0.05 < p ˆ < 0.07). ˆ ˆ ˆ P(0.05 < p < 0.07) = P(p < 0.07) - P(p < 0.05) = PZ < PZ < 0.06(0.94) 0.06(0.94) =P(Z < 1.34) - P(Z < -1.34) = = (c) How does the probability that pˆ falls within ±0.01 of the true p change as p gets closer to 0? In problem 5.5 I displayed a graph which shows that as p gets closer to zero or 1 the standard deviation of counts gets closer to zero. Here is the graph for the standard deviations of proportions σ ˆp σ ˆp = p(1 p) 1011 p The two examples show that as we get closer to zero, if we consider the likelihood of being within 1% of the center that value is increasing. Why? Because the graph shows that the variability reduces as p gets closer to 0 or 1. So if the variability is reduced what are we getting closer to? The center! In problem (a) the center is p = 0.3 and in problem (b) the center is p = 0.06.

6 5.17. The Harvard College Alcohol Study finds that 67% of college students support efforts to crack down on underage drinking. The study took a sample of almost 15,000 students, so the population proportion who support a crackdown is very close to p = The administration of your college surveys an SRS of 100 students and finds that 62 support a crackdown on underage drinking. a) What is the sample proportion who support a crackdown on underage drinking? Notice the use of symbols in the set up of the problem. The 67% value is not considered a statistic, but rather a parameter, since the symbol p was used; p = There is a mention of a second survey of students. Then the sample proportion, ˆp, is 100 = 0.62 b) If in fact the proportion of all students on your campus who support a crackdown is the same as the national 67%, what is the probability that the proportion in an SRS of 100 students is as small or smaller than the result of the administration s sample? So I need to make sure I understand what they want. It looks like they are asking for the chance that I would see a sample proportion as low as or lower than Using symbols: P( ˆp 0.62). Now I need to figure out HOW I will go about figuring this out. I know the situation fits a binomial setting, and a proportion contains the same information as if I had talked about counts. The computer using Excel The parameters for this binomial situation is p = 0.67 and n = 100. Let the random variable X count the number of students out of the 100 sampled that support efforts to crack down on underage drinking. I convert the proportion to a count, 0.62(100) = 62. P(X 62) = binomdist(62,100,0.67,true) = A normal approximation - First note that I meet the requirement that np > 10 and n(1 p) > 10. If I did not then I can not proceed with this approach. I need to find the mean of the distribution, µ = 100(0.67) = 67, and the standard deviation, σ = 100(0.67)(1 0.67) and use that in the basic formula that converts a measurement to a z-score, x µ z =, which we will use to calculate a probability. σ Partial Distribution of the Binomial Distribution n = 100, p = P(X 62) P Z < 100(0.67)(1 0.67) = P(Z < -1.06) = A normal approximation with continuity correction. Probability Number of Students P(X 62) P Z < 100(0.67)(1 0.67) = P(Z < -0.96) = which is a better approximation than without the continuity correction.

7 c) A writer in the student paper says that support for a crackdown is lower on your campus than nationally. Write a short letter to the editor explaining why the survey does not support this conclusion. This question is indicative of the argument that will be used throughout MTH 244. Here is how the argument goes: If the real proportion is 0.67, p = 0.67, and we took a sample of 100, how likely is it to get a sample proportion as low or lower than the one we observed, 0.62? The answer was 16.90%. So while the value we got was lower than the target of 67%, it is not that unusual to arrive at the number of 62%. So there this is not strong evidence to suggest that the true proportion is something else than 67% In a test for ESP (extrasensory perception), the experimenter looks at cards that are hidden from the subject. Each card contains either a star, a circle, a wave, or a square. As the experimenter looks at each of 20 cards in turn, the subject names the shape on the card. (a) If a subject simply guesses the shape on each card, what is the probability of a successful guess on a single card? Because the cards are independent, the count of successes in 20 cards has a binomial distribution. This part is not quite clear from the description, but I have to assume this is what is occurring in order to have independence. The person will pick a card at random, look at it, then the person with ESP says what the card is. The person then puts the card back, shuffles, and picks again a card at random. The process is repeated 20 times. The probability of success is 0.25, p = (b) What is the probability that a subject correctly guesses at least 10 of the 20 shapes? P(X 10) =? If I use Excel then I need to calculate the compliment. P(X 10) = 1 P(X 9) I need to calculate the compliment because the function I am going to use =binomdist( has the feature of looping so that it can repeatedly calculate not just one named success but several. The problem is that is only adds or calculates in a particular direction, from the upper most number of successes entered to zero successes. =1 binomdist(9,20,0.25,true) = Notice, we can not use a normal approximation since np is not greater than 10..

8 (c) In many repetitions of this experiment with a subject who is guessing, how many cards will the subject guess correctly on the average? What is the standard deviation of the number of correct guesses? µ = 20(.25) = 4. (d) A standard ESP deck actually contains 25 cards. There, are five different shapes, each of which appears on 5 cards. The subject knows that the deck has this makeup. Is a binomial model still appropriate for the count of correct guesses in one pass through this deck? If so, what are n and p? If not, why not? As long as we are allowed, after each guess, to place the card back and not show the person the card, it is a binomial situation. If we however, after each guess, don t allow the card back into the deck then the situation is not binomial since the probability of success is changing after each guess A selective college would like to have an entering class of 1200 students. Because not all students who are offered admission accept, the college admits more than 1200 students. Past experience shows that about 70% of the students admitted will accept. The college decides to admit 1500 students. Assuming that students make their decisions independently, the number who accept has the B(1500, 0.7) distribution. If this number is less than 1200, the college will admit students from its waiting list. (a) What are the mean and the standard deviation of the number X of students who accept? 1500(0.7) = 1050 = µ x σ x = 1500(0.7)(0.3) (b) Use the normal approximation to find the probability that at least 1000 students accept. P(X >1000)= P Z > = P(Z > -2.82) = (0.3)(0.7) Actual value P(X > 1000) = 1 binomdist(999,1500,0.7,true) = (c) The college does not want more than 1200 students. What is the probability that more than 1200 will accept? P(X >1200)= P Z > = P(Z > 8.45) 0 is very unlikely (0.3)(0.7) Once you reach a z-score this high you realize that the result whatever it might be

9 (d) If the college-decides to increase the number of admission offers to 1700, what is the probability that more than 1200 will accept? P(X >1200)= (0.7) P Z > 1700(0.3)(0.7) = P(Z > 0.53) = With continuity correction. P(X >1200)= (0.7) P Z > 1700(0.3)(0.7) = P(Z > 0.50) = Actual value P(X > 1200) = 1 binomdist(1199,1700,0.7,true) = When the ESP study of Exercise 5.19 discovers a subject whose performance appears to be better than guessing, the study continues at greater length. The experimenter looks at many cards bearing one of five shapes (star, square, circle, wave, and cross) in an order determined by random numbers. The subject cannot see the experimenter as he looks at each card in turn, in order to avoid any possible nonverbal clues. The answers of a subject who does not have ESP should be independent observations, each with probability 1/5 of success. We record 1000 attempts. (a) What are the mean and the standard deviation of the count of successes? µ = 0.2(1000) = 200; σ = 0.2(1 0.8)1000 = (b) What are the mean and standard deviation of the proportion of successes among the 1000 attempts? µ = p = 0.2; σ ˆp ˆp 0.2(0.8) = = (c) What is the probability that a subject without ESP will be successful in at least 24% of 1000 attempts? Here we go again. We have the situation in which np > 10 and n(1 p) > 10, so a normal approximation is in order here. We can either go with counts or proportions. I personally prefer counts. If we want at least 24% success out of 1000 attempts then that means I want 0.24(1000) = 240 success or more. Let the random variable X count the number of successes out of 1000 attempts.

10 Using Excel and the Computer Now I will calculate the probability using Excel s =binomdist( function. P(X 240) = 1 P(X < 240) =1 binomdist(239,1000,0.2, true) = Normal Approximation P(X 240) = P Z > 1000(0.2)(0.8) = P(Z > 3.162) = =P(Z > 3.16) = Normal Approximation with Continuity Correction P(X ) = P Z > 1000(0.2)(0.8) = P(Z > 3.123) = Notice there is not much difference between the two. But again the approximation with continuity correction wins. (d) The researcher considers evidence of ESP to be a proportion of successes so large that there is only probability 0.01 that a subject could do this well or better by guessing. What proportion of successes must a subject have to meet this standard? (Example 1.30, page 79, shows how to do a normal calculation of the type required here.) The random variable X counts the number of correct guesses out of 1000 attempts. We have a probability of success equal to 0.2 if the subject is guessing. The expected, mean, number of correct guesses is 0.2(1000) = 200. We clearly meet the goal of np 10 and n(1 p) 10. This mean I can think of the distribution as being normally distributed even thought this is not true since the random variable X is not continuous. You can find the corresponding z-score that pertains to 0.01 by using the excel command normsinv(

11 = normsinv(0.99) which gives the z-score for the given area to the left of that z-score. You must afterward use the formula Z = x - µ σ to convert to a X value. X = solving this we get x 229.4, which is a sample proportion of So a person would need to guess 230 or more correct The mailing list of an agency that markets scuba-diving trips to the Florida Keys contains 70% males and 30% females. The agency calls 30 people chosen at random from its list. (a) What is the probability that 20 of the 30 are men? (Use the binomial probability formula.) The probability of success is 0.7, and n = 30. P(X = 20) = binomdist(20,30,0.7,false) = ! P(X = 20) = (0.7) (0.3) 20!(30 20)! 30! = (0.7) (0.3) 20!10! 30(29)(28)(27)..21 = (0.7) (0.3) 10(9)(8)(7)..(2)(1) Be patient cancel away, and you will get the count (b) What is the probability that; the first woman is reached on the fourth call? (That is, the first 4 calls give MMMR) P(M and M and M and F) = (0.3) = Here is a simple probability model for multiple-choice tests. Suppose that each student has probability p of correctly answering a question chosen at random from a universe of possible questions. (A strong student has a higher p than a weak student.) The correctness of an answer to a question is independent of the correctness of answers to other questions. Jodi is a good student for whom p = (a) Use the normal approximation to find the probability that Jodi scores 70% or lower on a 100-question test. p = 0.75, n = 100. I want to find P( ˆp < 0.70). I will answer this question using counts instead of proportions. Just a personal preference, and since I want to compare this to normal approximation with continuity correction, it is much easier dealing with counts. Let the random variable X count the number of correct answers in a 100 question exam. P( ˆp < 0.70) = P(X < 70).

12 I verify that a normal approximation can be done. 100(0.70) > 10 and 100(0.30) > 10 so a normal approximation is possible. With Continuity Correction P(X 70) = P Z < 100(0.75)(0.25) P(X 70) = P Z < = P(Z < ) 100(0.75)(0.25) = = P(Z < ) = Actual value is 14.95% which I got by using Excel (=binomdist(70, 100, 0.75, true) ) (b) If the test contains 250 questions, what is the probability that Jodi will score 70% or lower? p = 0.75; n = (250) = (250) P(X 175) = P Z < 250(0.75)(0.25) = P(Z < ) = With Continuity Correction (250) P(X 175) = P Z < 250(0.75)(0.25) = P(Z < ) = Actual value using Excel: Again you see that the continuity correction procedure gives a better approximation. (c) How many questions must the test contain in order to reduce the standard deviation of Jodi's proportion of correct answers to half its value for a 100-item test? The standard deviation for proportions (not counts) in the 100 question test is (I used the formula for proportions). Half of that is (0.75) = solve for n. n n = 400 (d) Laura is a weaker student for whom p = 0.6. Does the answer you gave in (c) for the standard deviation of Jodi's score apply to Laura's standard deviation also? Yes, in order for Laura to reduce her standard deviation (which is not the same as Jodi s) in half, she will also need to have a 400 question exam. Verify this on your own.

Introduction to the Practice of Statistics Sixth Edition Moore, McCabe Section 5.1 Homework Answers

Introduction to the Practice of Statistics Sixth Edition Moore, McCabe Section 5.1 Homework Answers Introduction to the Practice of Statistics Sixth Edition Moore, McCabe Section 5.1 Homework Answers 5.18 Attitudes toward drinking and behavior studies. Some of the methods in this section are approximations

More information

Lecture 10: Depicting Sampling Distributions of a Sample Proportion

Lecture 10: Depicting Sampling Distributions of a Sample Proportion Lecture 10: Depicting Sampling Distributions of a Sample Proportion Chapter 5: Probability and Sampling Distributions 2/10/12 Lecture 10 1 Sample Proportion 1 is assigned to population members having a

More information

AP STATISTICS 2010 SCORING GUIDELINES

AP STATISTICS 2010 SCORING GUIDELINES 2010 SCORING GUIDELINES Question 4 Intent of Question The primary goals of this question were to (1) assess students ability to calculate an expected value and a standard deviation; (2) recognize the applicability

More information

WHERE DOES THE 10% CONDITION COME FROM?

WHERE DOES THE 10% CONDITION COME FROM? 1 WHERE DOES THE 10% CONDITION COME FROM? The text has mentioned The 10% Condition (at least) twice so far: p. 407 Bernoulli trials must be independent. If that assumption is violated, it is still okay

More information

Week 3&4: Z tables and the Sampling Distribution of X

Week 3&4: Z tables and the Sampling Distribution of X Week 3&4: Z tables and the Sampling Distribution of X 2 / 36 The Standard Normal Distribution, or Z Distribution, is the distribution of a random variable, Z N(0, 1 2 ). The distribution of any other normal

More information

Characteristics of Binomial Distributions

Characteristics of Binomial Distributions Lesson2 Characteristics of Binomial Distributions In the last lesson, you constructed several binomial distributions, observed their shapes, and estimated their means and standard deviations. In Investigation

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

Mind on Statistics. Chapter 12

Mind on Statistics. Chapter 12 Mind on Statistics Chapter 12 Sections 12.1 Questions 1 to 6: For each statement, determine if the statement is a typical null hypothesis (H 0 ) or alternative hypothesis (H a ). 1. There is no difference

More information

Introduction to Hypothesis Testing

Introduction to Hypothesis Testing I. Terms, Concepts. Introduction to Hypothesis Testing A. In general, we do not know the true value of population parameters - they must be estimated. However, we do have hypotheses about what the true

More information

Point and Interval Estimates

Point and Interval Estimates Point and Interval Estimates Suppose we want to estimate a parameter, such as p or µ, based on a finite sample of data. There are two main methods: 1. Point estimate: Summarize the sample by a single number

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

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

The Binomial Probability Distribution

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

More information

b. What is the probability of an event that is certain to occur? ANSWER: P(certain to occur) = 1.0

b. What is the probability of an event that is certain to occur? ANSWER: P(certain to occur) = 1.0 MTH 157 Sample Test 2 ANSWERS Student Row Seat M157ST2a Chapters 3 & 4 Dr. Claude S. Moore Score SHOW ALL NECESSARY WORK. Be Neat and Organized. Good Luck. 1. In a statistics class, 12 students own their

More information

Chapter 5: Normal Probability Distributions - Solutions

Chapter 5: Normal Probability Distributions - Solutions Chapter 5: Normal Probability Distributions - Solutions Note: All areas and z-scores are approximate. Your answers may vary slightly. 5.2 Normal Distributions: Finding Probabilities If you are given that

More information

Chapter 8 Hypothesis Testing Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing

Chapter 8 Hypothesis Testing Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing Chapter 8 Hypothesis Testing 1 Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing 8-3 Testing a Claim About a Proportion 8-5 Testing a Claim About a Mean: s Not Known 8-6 Testing

More information

Experimental Design. Power and Sample Size Determination. Proportions. Proportions. Confidence Interval for p. The Binomial Test

Experimental Design. Power and Sample Size Determination. Proportions. Proportions. Confidence Interval for p. The Binomial Test Experimental Design Power and Sample Size Determination Bret Hanlon and Bret Larget Department of Statistics University of Wisconsin Madison November 3 8, 2011 To this point in the semester, we have largely

More information

Notes on Continuous Random Variables

Notes on Continuous Random Variables Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes

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

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

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

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

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

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. Sample Practice problems - chapter 12-1 and 2 proportions for inference - Z Distributions Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide

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

of course the mean is p. That is just saying the average sample would have 82% answering

of course the mean is p. That is just saying the average sample would have 82% answering Sampling Distribution for a Proportion Start with a population, adult Americans and a binary variable, whether they believe in God. The key parameter is the population proportion p. In this case let us

More information

The Math. P (x) = 5! = 1 2 3 4 5 = 120.

The Math. P (x) = 5! = 1 2 3 4 5 = 120. The Math Suppose there are n experiments, and the probability that someone gets the right answer on any given experiment is p. So in the first example above, n = 5 and p = 0.2. Let X be the number of correct

More information

Math 251, Review Questions for Test 3 Rough Answers

Math 251, Review Questions for Test 3 Rough Answers Math 251, Review Questions for Test 3 Rough Answers 1. (Review of some terminology from Section 7.1) In a state with 459,341 voters, a poll of 2300 voters finds that 45 percent support the Republican candidate,

More information

Statistics 2014 Scoring Guidelines

Statistics 2014 Scoring Guidelines AP Statistics 2014 Scoring Guidelines College Board, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks of the College Board. AP Central is the official online home

More information

3.4 Statistical inference for 2 populations based on two samples

3.4 Statistical inference for 2 populations based on two samples 3.4 Statistical inference for 2 populations based on two samples Tests for a difference between two population means The first sample will be denoted as X 1, X 2,..., X m. The second sample will be denoted

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

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.

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

Solving Rational Equations

Solving Rational Equations Lesson M Lesson : Student Outcomes Students solve rational equations, monitoring for the creation of extraneous solutions. Lesson Notes In the preceding lessons, students learned to add, subtract, multiply,

More information

STAT 200 QUIZ 2 Solutions Section 6380 Fall 2013

STAT 200 QUIZ 2 Solutions Section 6380 Fall 2013 STAT 200 QUIZ 2 Solutions Section 6380 Fall 2013 The quiz covers Chapters 4, 5 and 6. 1. (8 points) If the IQ scores are normally distributed with a mean of 100 and a standard deviation of 15. (a) (3 pts)

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

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions.

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. Unit 1 Number Sense In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. BLM Three Types of Percent Problems (p L-34) is a summary BLM for the material

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

MAT 155. Key Concept. September 27, 2010. 155S5.5_3 Poisson Probability Distributions. Chapter 5 Probability Distributions

MAT 155. Key Concept. September 27, 2010. 155S5.5_3 Poisson 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

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

to Become a Better Reader and Thinker

to Become a Better Reader and Thinker 1 How to Become a Better Reader and Thinker The chances are that you are not as good a reader as you should be to do well in college. If so, it s not surprising. You live in a culture where people watch

More information

TImath.com. Statistics. Areas in Intervals

TImath.com. Statistics. Areas in Intervals Areas in Intervals ID: 9472 TImath.com Time required 30 minutes Activity Overview In this activity, students use several methods to determine the probability of a given normally distributed value being

More information

Lecture 14. Chapter 7: Probability. Rule 1: Rule 2: Rule 3: Nancy Pfenning Stats 1000

Lecture 14. Chapter 7: Probability. Rule 1: Rule 2: Rule 3: Nancy Pfenning Stats 1000 Lecture 4 Nancy Pfenning Stats 000 Chapter 7: Probability Last time we established some basic definitions and rules of probability: Rule : P (A C ) = P (A). Rule 2: In general, the probability of one event

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

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r),

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r), Chapter 0 Key Ideas Correlation, Correlation Coefficient (r), Section 0-: Overview We have already explored the basics of describing single variable data sets. However, when two quantitative variables

More information

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

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

Testing Hypotheses About Proportions

Testing Hypotheses About Proportions Chapter 11 Testing Hypotheses About Proportions Hypothesis testing method: uses data from a sample to judge whether or not a statement about a population may be true. Steps in Any Hypothesis Test 1. Determine

More information

Lesson 17: Margin of Error When Estimating a Population Proportion

Lesson 17: Margin of Error When Estimating a Population Proportion Margin of Error When Estimating a Population Proportion Classwork In this lesson, you will find and interpret the standard deviation of a simulated distribution for a sample proportion and use this information

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

Introduction to Hypothesis Testing. Hypothesis Testing. Step 1: State the Hypotheses

Introduction to Hypothesis Testing. Hypothesis Testing. Step 1: State the Hypotheses Introduction to Hypothesis Testing 1 Hypothesis Testing A hypothesis test is a statistical procedure that uses sample data to evaluate a hypothesis about a population Hypothesis is stated in terms of the

More information

5.1 Identifying the Target Parameter

5.1 Identifying the Target Parameter University of California, Davis Department of Statistics Summer Session II Statistics 13 August 20, 2012 Date of latest update: August 20 Lecture 5: Estimation with Confidence intervals 5.1 Identifying

More information

Statistics 100A Homework 7 Solutions

Statistics 100A Homework 7 Solutions Chapter 6 Statistics A Homework 7 Solutions Ryan Rosario. A television store owner figures that 45 percent of the customers entering his store will purchase an ordinary television set, 5 percent will purchase

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

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

The Normal Distribution

The Normal Distribution The Normal Distribution Continuous Distributions A continuous random variable is a variable whose possible values form some interval of numbers. Typically, a continuous variable involves a measurement

More information

Social Studies 201 Notes for November 19, 2003

Social Studies 201 Notes for November 19, 2003 1 Social Studies 201 Notes for November 19, 2003 Determining sample size for estimation of a population proportion Section 8.6.2, p. 541. As indicated in the notes for November 17, when sample size is

More information

AP Statistics Chapters 11-12 Practice Problems MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

AP Statistics Chapters 11-12 Practice Problems MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. AP Statistics Chapters 11-12 Practice Problems Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Criticize the following simulation: A student

More information

Hypothesis Testing for Beginners

Hypothesis Testing for Beginners Hypothesis Testing for Beginners Michele Piffer LSE August, 2011 Michele Piffer (LSE) Hypothesis Testing for Beginners August, 2011 1 / 53 One year ago a friend asked me to put down some easy-to-read notes

More information

Binomial random variables (Review)

Binomial random variables (Review) Poisson / Empirical Rule Approximations / Hypergeometric Solutions STAT-UB.3 Statistics for Business Control and Regression Models Binomial random variables (Review. Suppose that you are rolling a die

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

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

Opgaven Onderzoeksmethoden, Onderdeel Statistiek

Opgaven Onderzoeksmethoden, Onderdeel Statistiek Opgaven Onderzoeksmethoden, Onderdeel Statistiek 1. What is the measurement scale of the following variables? a Shoe size b Religion c Car brand d Score in a tennis game e Number of work hours per week

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

Session 7 Fractions and Decimals

Session 7 Fractions and Decimals Key Terms in This Session Session 7 Fractions and Decimals Previously Introduced prime number rational numbers New in This Session period repeating decimal terminating decimal Introduction In this session,

More information

$2 4 40 + ( $1) = 40

$2 4 40 + ( $1) = 40 THE EXPECTED VALUE FOR THE SUM OF THE DRAWS In the game of Keno there are 80 balls, numbered 1 through 80. On each play, the casino chooses 20 balls at random without replacement. Suppose you bet on the

More information

Chapter 6: Probability

Chapter 6: Probability Chapter 6: Probability In a more mathematically oriented statistics course, you would spend a lot of time talking about colored balls in urns. We will skip over such detailed examinations of probability,

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will understand that normal distributions can be used to approximate binomial distributions whenever both np and n(1 p) are sufficiently large. Students will understand that when

More information

Chapter 4 - Practice Problems 1

Chapter 4 - Practice Problems 1 Chapter 4 - Practice Problems SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Provide an appropriate response. ) Compare the relative frequency formula

More information

16. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION

16. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION 6. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION It is sometimes difficult to directly compute probabilities for a binomial (n, p) random variable, X. We need a different table for each value of

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

6.2 Normal distribution. Standard Normal Distribution:

6.2 Normal distribution. Standard Normal Distribution: 6.2 Normal distribution Slide Heights of Adult Men and Women Slide 2 Area= Mean = µ Standard Deviation = σ Donation: X ~ N(µ,σ 2 ) Standard Normal Distribution: Slide 3 Slide 4 a normal probability distribution

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

Introduction to. Hypothesis Testing CHAPTER LEARNING OBJECTIVES. 1 Identify the four steps of hypothesis testing.

Introduction to. Hypothesis Testing CHAPTER LEARNING OBJECTIVES. 1 Identify the four steps of hypothesis testing. Introduction to Hypothesis Testing CHAPTER 8 LEARNING OBJECTIVES After reading this chapter, you should be able to: 1 Identify the four steps of hypothesis testing. 2 Define null hypothesis, alternative

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

Key Concept. Density Curve

Key Concept. Density Curve MAT 155 Statistical Analysis Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal

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

Binomial Random Variables

Binomial Random Variables Binomial Random Variables Dr Tom Ilvento Department of Food and Resource Economics Overview A special case of a Discrete Random Variable is the Binomial This happens when the result of the eperiment is

More information

Chapter 8 Section 1. Homework A

Chapter 8 Section 1. Homework A Chapter 8 Section 1 Homework A 8.7 Can we use the large-sample confidence interval? In each of the following circumstances state whether you would use the large-sample confidence interval. The variable

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

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

Independent samples t-test. Dr. Tom Pierce Radford University

Independent samples t-test. Dr. Tom Pierce Radford University Independent samples t-test Dr. Tom Pierce Radford University The logic behind drawing causal conclusions from experiments The sampling distribution of the difference between means The standard error of

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

Pr(X = x) = f(x) = λe λx

Pr(X = x) = f(x) = λe λx Old Business - variance/std. dev. of binomial distribution - mid-term (day, policies) - class strategies (problems, etc.) - exponential distributions New Business - Central Limit Theorem, standard error

More information

Descriptive Statistics and Measurement Scales

Descriptive Statistics and Measurement Scales Descriptive Statistics 1 Descriptive Statistics and Measurement Scales Descriptive statistics are used to describe the basic features of the data in a study. They provide simple summaries about the sample

More information

From the standard normal probability table, the answer is approximately 0.89.

From the standard normal probability table, the answer is approximately 0.89. !"#$ Find the value z such that P(Z z) = 0.813. From the standard normal probability table, the answer is approximately 0.89. Suppose the running time of a type of machine is known to be a normal random

More information

Joint Exam 1/P Sample Exam 1

Joint Exam 1/P Sample Exam 1 Joint Exam 1/P Sample Exam 1 Take this practice exam under strict exam conditions: Set a timer for 3 hours; Do not stop the timer for restroom breaks; Do not look at your notes. If you believe a question

More information

Midterm Exam #1 Instructions:

Midterm Exam #1 Instructions: Public Affairs 818 Professor: Geoffrey L. Wallace October 9 th, 008 Midterm Exam #1 Instructions: You have 10 minutes to complete the examination and there are 6 questions worth a total of 10 points. The

More information

Association Between Variables

Association Between Variables Contents 11 Association Between Variables 767 11.1 Introduction............................ 767 11.1.1 Measure of Association................. 768 11.1.2 Chapter Summary.................... 769 11.2 Chi

More information

An Automated Test for Telepathy in Connection with Emails

An Automated Test for Telepathy in Connection with Emails Journal of Scientifi c Exploration, Vol. 23, No. 1, pp. 29 36, 2009 0892-3310/09 RESEARCH An Automated Test for Telepathy in Connection with Emails RUPERT SHELDRAKE AND LEONIDAS AVRAAMIDES Perrott-Warrick

More information

C. The null hypothesis is not rejected when the alternative hypothesis is true. A. population parameters.

C. The null hypothesis is not rejected when the alternative hypothesis is true. A. population parameters. Sample Multiple Choice Questions for the material since Midterm 2. Sample questions from Midterms and 2 are also representative of questions that may appear on the final exam.. A randomly selected sample

More information

Students summarize a data set using box plots, the median, and the interquartile range. Students use box plots to compare two data distributions.

Students summarize a data set using box plots, the median, and the interquartile range. Students use box plots to compare two data distributions. Student Outcomes Students summarize a data set using box plots, the median, and the interquartile range. Students use box plots to compare two data distributions. Lesson Notes The activities in this lesson

More information

Mathematics. What to expect Resources Study Strategies Helpful Preparation Tips Problem Solving Strategies and Hints Test taking strategies

Mathematics. What to expect Resources Study Strategies Helpful Preparation Tips Problem Solving Strategies and Hints Test taking strategies Mathematics Before reading this section, make sure you have read the appropriate description of the mathematics section test (computerized or paper) to understand what is expected of you in the mathematics

More information

Mind on Statistics. Chapter 10

Mind on Statistics. Chapter 10 Mind on Statistics Chapter 10 Section 10.1 Questions 1 to 4: Some statistical procedures move from population to sample; some move from sample to population. For each of the following procedures, determine

More information

Practice Questions Answers for Second Exam 2012

Practice Questions Answers for Second Exam 2012 Practice Questions Answers for Second Exam 2012 Formulas for the test This is NOT the formula sheet that will be provided on the exam. The parts in bold will NOT appear on the exam. Mean = np Standard

More information