STAT 200. Guided Exercise 4

Size: px
Start display at page:

Download "STAT 200. Guided Exercise 4"

Transcription

1 STAT 200 Guided Exercise 4 1. Let s Revisit this Problem. Fill in the table again. Diagnostic tests are not infallible. We often express a fale positive and a false negative with any test. There are further terms which we will discuss in this exercise. Imagine that the probability is 0.95 that a certain test will diagnose a diabetic correctly as being diabetic, and it is 0.05 that it will diagnose a person who is not diabetic as being diabetic. It is known that roughly 10% if the population is diabetic. What is the probability that a person diagnosed as being diabetic actually is diabetic? Hint: This is a use Bayes theorem problem, which we did not cover in the lectures. There is another way to handle this problem mack a mock 2 by 2 table of the data based on the information you already know. Once the table is complete, you can solve for the conditional probability. Since some of the probabilities are small, I would suggest you make a table that is based on 100,000 people. I have started the table for you. Test Results Diabetes Status Diabetic Not Diabetic Diabetic Not Diabetic , , ,000 a. What is the probability that a person diagnosed as being diabetic actually is diabetic? P(D Test says D) = 9500/14,000 =.6786 b. What is the odds of the test results saying you are a diabetic (versus not a diabetic) for those who truly are a diabetic? Odds = 9500/500 = 19 c. What is the odds of the test results saying you are a diabetic (versus not a diabetic) for those who are not a diabetic? Odds = 4500/85500 = d. What is the odds ratio for the test results saying you are a diabetic (versus not a diabetic) comparing diabetics to non diabetics? Interpret in words this odds ratio. Odds Ratio = 19/ = 361 ; Those that are diabetic are 361 times more likely to get a test result saying they are diabetic than those who are not diabetic 1

2 e. We can think of our table in the following way: Test Results Diabetes Status Diabetic Not Diabetic Diabetic True Positive False Negative Not Diabetic False Positive True Negative The sensitivity of a test is expressed as the probability of a positive test among patients with the disease. The formula is given as: What is the sensitivity of this test? This is P(Pos Test Diabetic) = 9,500/10,000 =.95 A conditional probability! f. The specificity of a test is expressed as the probability of a negative test among patients without the disease. The formula is given as: What is the specificity of this test? This is P(Neg Test Not Diabetic) = 85,500/90,000 =.95 A conditional probability! 2

3 2. Discrete Random Variable: The number of Games in a Baseball World Series. Based on past results found in the Information Please Almanac, there is a probability that a baseball World Series contest will last four games, a probability that it will last five games, a probability that it will last six games, and a probability that it will last seven games. The probability table is given below: X P(X) a. What is the mean (expected value) number of games in a World Series? E(x) = 4* * * *.3727 = b. What is the variance of the number of games in a World Series? Var = ( ) 2 * ( ) 2 * ( ) 2 * ( ) 2 *.3723 Var = c. Is it unusual for a team to sweep the World Series (win all four games in a row)? It is not unusual. We expect that 18.09% of the time. However, it is the lowest probability of the possible outcomes, and there is an 81.91% chance of more than 4 games. I would expect that networks look at the probabilities associated with a sweep when bidding on the coverage of the World Series. 3

4 3. Consider an experiment in which 10 identical small boxes are placed side-by-side on a table. A crystal is placed, at random, inside one of the boxes. A self-professed psychic is asked to pick the box that contains the crystal. This experiment is repeated seven times, and x is the number of correct decisions in seven tries. Thus, it is a Binomial random variable. a. If the psychic is guessing, what is the value of p, the probability of a correct decision on each trial? P(success) = 1/10 =.1 This means a random person just guessing where the crystal is under one of 10 boxes has a 1in 10 or 10% chance of being right. b. Fill in the remaining portions of this table reflecting the probability distribution for this variable using the binomial table or the binomial formula. The Binomial Table for n = 7 and p =.10 is much easier! X p(x) c. If the psychic is guessing, what is the expected number of correct decisions in seven trials, and what is the variance? E(x) = n*p = 7 *.1 =.7 V(x) =n*p*q = 7 *.1 *.9 =.63; Std dev. =.7937 d. If the psychic is guessing, what is the probability of no correct decisions in seven trials? Just read the answer from the table! It is pretty high - there is a high probability you won t get any right. X P(x) e. One of the psychics who took the test got all seven wrong. Suppose the criteria for having ESP is that you could guess right with p =.5. In other words, if you are a psychic you might not get it right all the time, but you should be doing much better than chance. If p=.5 instead of.10, what is the probability of guessing incorrectly on all seven trials? If a person really was a psychic, it would be rare that such a person would guess none right in 7 tries. X P(x)

5 4. If a single bit of data (0 or 1) is transmitted over a noisy communication channel, it has a probability p of being incorrectly transmitted. To improve the reliability of the transmission, the bit is transmitted n times, where n is odd. A decoder at the receiving end, called a majority decoder, decides that the correct message is the one carried by the majority of the received bits. This means that if there are five transmissions of a (0,1) bit, the bit used by at least three of the transmissions would be considered correct. Assume that each bit is independently subject to being corrupted with the same probability p, and that p=.1. Note, p is the probability of an error, and in terms of a binomial problem we will think of X as the number of errors in n transmissions. a. If a company sent only one transmission, what is the probability of it being received without an error? p=.1, which is the probability of an incorrect transmission. So q = 1-p =.90. The probability of it being received without an error is.9. If the information is important, this probability might seem too low. b. A company decides to use 5 transmissions as a strategy to reduce errors (n=5). Set up the outcomes for 5 transmissions and the probabilities associated with each outcome using the binomial distribution. X p(x) c. Calculate the mean, variance, and standard deviation for this problem. E(x) = n*p = 5 *.1 =.5 V(x) = n*p*q = 5 *.1 *.9 =.45; Std dev. =.6708 d. If five messages are sent for each bit, the probability that the message is correctly received is the probability of two or fewer errors. This is not easy to see, but think it through with me. If the system sends 3, 4, 5 wrong messages, the majority decoder strategy will accept the wrong message and make a wrong decision. But it the wrong message is sent 2, 1 or 0 times, the right message will be accepted. Look at the probability of zero, 1 or 2 messages from our binomial table above. What is the probability that the message is correctly received in five transmissions (i.e., 2 or fewer errors)? Compare that with the answer your derived in Part a. Did sending five transmissions improve the chances of sending the message correctly? P(x=0) + P(x=1) + P(x=2) = =.9914 This is much better that.9 The majority decoder strategy with n= 5 transmissions greatly improved the chance of a right transmission 5

6 5. Discrete Random Variable Problem. A concert producer has scheduled an outdoor concert on a Saturday. If it does not rain, he expects to make $20,000 profit from the concert If it does rain, the producer will be forced to cancel the concert and lose $12,000 (from fees, advertising, stadium rental and so forth) The probability of rain on Saturday is.4. a. What is the expected profit from the concert? Hint: write out the probability distribution and solve for the expectation. The values that your random variable can take are the dollar values. x $20,000 -$12,000 P(x).6.4 E(x) = 20,000*.6-12,000*.4 = $12,000-4,800 = $7,200 b. For a fee of $1,000 an insurance company will insure against all losses from a rained out concert. If the producer buys the insurance, what is her expected profit from the concert? Note: an insurance fee is a fixed cost incurred regardless of whether is rains or not. x $20,000 0 P(x).6.4 E(x) = 20,000*.6 + 0*.4 = $12,000 - $1,000 = $11,000 x $19, P(x).6.4 E(x) = 19,000*.6-1,000*.4 = $11,400 - $400 = $11,000 c. Assuming the forecast is accurate, do you believe the insurance company has charged too much or too little? Hint: reformulate the problem to express outcomes in terms of the insurance company and what they expect to pay out. x 0 -$12,000 P(x).6.4 E(x) = 0*.6-12,000*.4 = -$4,800 payout Yet they only charged $1,000 - they charged too little. 6

7 6. Normal Distribution Problem. Plastic bags used for packaging produce are manufactured so that the breaking strength of the bag is normally distributed with a mean of 5 pounds per square inch and a standard deviation of 1.5 pounds per square inch. What proportion of the bags produced have a breaking strength of: a. Less than 3.17 pounds per square inch? Z = (3.17 5)/1.5 = -1.22; P(<= Z) = =.1112 b. At least 3.6 pounds per square inch? Z = (3.6 5)/1.5 = ; P(>=Z) = =.8238 c. Between 5 and 5.5 pounds per square inch? Z = (5.5 5)/1.5 =.3333; P(5<Z<5.5) =.1293 d. Between 3.2 and 4.2 pounds per square inch? Z = (3.2 5)/1.5 = -1.20; P(5<= Z ) =.3849 Z = (4.2-5)/1.5 = ; P(5<= Z ) =.2019 Answer = =.1830 e. Between what two values symmetrically distributed around the mean will 95% of the breaking strengths fall? Be careful here! With the normal distribution we need to be more precise than 2 standard deviations. 5 ± 1.96(1.5) = 2.06 to

8 7. Normal Distribution Problem. You have been hired as a consultant to provide analysis for the Personnel Department at ZTel company, a large communications company. Every applicant of ZTel must take a standardized exam, and the hire or no-hire decision depends in part on this exam. The exam was purchased from a company which says the exam is distributed approximately normal with: µ = 525 σ = 55 The current interview policy has two phases. The first phase separates all applicants into one of three categories: Automatic Interview score of 600 or above Maybe Interview score of 500 to 600 Automatic Rejects score less than 500 The Maybe group are passed on to a second phase where their previous experiences, education, special skills, and other factors are taken into consideration in whether to grant an interview or not. No one at the company can remember why the values of 600 and 500 were used as the standards for automatic interview or rejection, and most likely there were decided arbitrarily by a former Personnel Manager. The current Personnel Manager of Ztel needs to know the following: a. The probability associated with the current standard of being automatically rejected - what proportion of the applicants are automatically rejected? Z = ( )/55 = P(X <= )= Automatic Reject < 500 = =.3247 b. The probability associated with the current standard of being automatically interviewed - what proportion of the applicants are automatically interviewed? Z = ( )/55 = P(X >= 1.364) = Automatic Interview > 600 = =.0863 c. The manger notices that applicants that score between 535 and 580 tend to be good hires, having both good skills and a higher probability of accepting an offer to the company. She would like to give this group a higher priority in the second phase of evaluation. What percentage of the applicants should she expect to fall within this range? Z = ( )/55 = P(Z) =.3413 Z = ( )/55 =.182 P(Z) =.0721 P (535 <= X <=580) = = % or about 27 percent are in the sweet Spot 8

9 d. The manager would prefer that the exam score for automatically interview would be set at the top 15% (the 85 th percentile) and the automatic rejection would be set at 20% (at the 20 th percentile). What are the exam values in this distribution associated with these probabilities (in this case, round to whole numbers)? For the top 15% automatically interviewed, it would be at the 85th percentile, z = = (x-525)/55 = (1.04*55)+525 = For the bottom 20% it would be at the 20th percentile, z = = (x-525)/55 =-.8416* = Summarize your results as a recommendation to your client. The old approach used thresholds that were arbitrary. With the new approach we could identify the percentage of applicants in the good high range as well as defend the automatic interview and automatic reject in terms of percentiles in the distribution. 9

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

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

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

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

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

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

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

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

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

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe 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)

More information

Normal Distribution as an Approximation to the Binomial Distribution

Normal Distribution as an Approximation to the Binomial Distribution Chapter 1 Student Lecture Notes 1-1 Normal Distribution as an Approximation to the Binomial Distribution : Goals ONE TWO THREE 2 Review Binomial Probability Distribution applies to a discrete random variable

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

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

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

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

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

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

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

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

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

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

Math 202-0 Quizzes Winter 2009

Math 202-0 Quizzes Winter 2009 Quiz : Basic Probability Ten Scrabble tiles are placed in a bag Four of the tiles have the letter printed on them, and there are two tiles each with the letters B, C and D on them (a) Suppose one tile

More information

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Name: Section: I pledge my honor that I have not violated the Honor Code Signature: This exam has 34 pages. You have 3 hours to complete this

More information

Stat 104: Quantitative Methods for Economists. Study Guide Solutions, part 2

Stat 104: Quantitative Methods for Economists. Study Guide Solutions, part 2 Stat 104: Quantitative Methods for Economists Study Guide Solutions, part 2 1) The table below shows, for credit card holders with one to three cards, the joint probabilities for number of cards owned

More information

Chapter 5. Discrete Probability Distributions

Chapter 5. Discrete Probability Distributions Chapter 5. Discrete Probability Distributions Chapter Problem: Did Mendel s result from plant hybridization experiments contradicts his theory? 1. Mendel s theory says that when there are two inheritable

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

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

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

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

Ch. 13.2: Mathematical Expectation

Ch. 13.2: Mathematical Expectation Ch. 13.2: Mathematical Expectation Random Variables Very often, we are interested in sample spaces in which the outcomes are distinct real numbers. For example, in the experiment of rolling two dice, we

More information

2.5 Zeros of a Polynomial Functions

2.5 Zeros of a Polynomial Functions .5 Zeros of a Polynomial Functions Section.5 Notes Page 1 The first rule we will talk about is Descartes Rule of Signs, which can be used to determine the possible times a graph crosses the x-axis and

More information

STA 130 (Winter 2016): An Introduction to Statistical Reasoning and Data Science

STA 130 (Winter 2016): An Introduction to Statistical Reasoning and Data Science STA 130 (Winter 2016): An Introduction to Statistical Reasoning and Data Science Mondays 2:10 4:00 (GB 220) and Wednesdays 2:10 4:00 (various) Jeffrey Rosenthal Professor of Statistics, University of Toronto

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

Sample Size and Power in Clinical Trials

Sample Size and Power in Clinical Trials Sample Size and Power in Clinical Trials Version 1.0 May 011 1. Power of a Test. Factors affecting Power 3. Required Sample Size RELATED ISSUES 1. Effect Size. Test Statistics 3. Variation 4. Significance

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

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

Z - Scores. Why is this Important?

Z - Scores. Why is this Important? Z - Scores Why is this Important? How do you compare apples and oranges? Are you as good a student of French as you are in Physics? How many people did better than you on a test? How many did worse? Are

More information

Standard 12: The student will explain and evaluate the financial impact and consequences of gambling.

Standard 12: The student will explain and evaluate the financial impact and consequences of gambling. TEACHER GUIDE 12.1 GAMBLING PAGE 1 Standard 12: The student will explain and evaluate the financial impact and consequences of gambling. Risky Business Priority Academic Student Skills Personal Financial

More information

Unit 26 Estimation with Confidence Intervals

Unit 26 Estimation with Confidence Intervals Unit 26 Estimation with Confidence Intervals Objectives: To see how confidence intervals are used to estimate a population proportion, a population mean, a difference in population proportions, or a difference

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

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

Elementary Statistics and Inference. Elementary Statistics and Inference. 17 Expected Value and Standard Error. 22S:025 or 7P:025.

Elementary Statistics and Inference. Elementary Statistics and Inference. 17 Expected Value and Standard Error. 22S:025 or 7P:025. Elementary Statistics and Inference S:05 or 7P:05 Lecture Elementary Statistics and Inference S:05 or 7P:05 Chapter 7 A. The Expected Value In a chance process (probability experiment) the outcomes of

More information

6 PROBABILITY GENERATING FUNCTIONS

6 PROBABILITY GENERATING FUNCTIONS 6 PROBABILITY GENERATING FUNCTIONS Certain derivations presented in this course have been somewhat heavy on algebra. For example, determining the expectation of the Binomial distribution (page 5.1 turned

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

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

6.3 Conditional Probability and Independence

6.3 Conditional Probability and Independence 222 CHAPTER 6. PROBABILITY 6.3 Conditional Probability and Independence Conditional Probability Two cubical dice each have a triangle painted on one side, a circle painted on two sides and a square painted

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

Solution Let us regress percentage of games versus total payroll.

Solution Let us regress percentage of games versus total payroll. Assignment 3, MATH 2560, Due November 16th Question 1: all graphs and calculations have to be done using the computer The following table gives the 1999 payroll (rounded to the nearest million dolars)

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

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

"Statistical methods are objective methods by which group trends are abstracted from observations on many separate individuals." 1

Statistical methods are objective methods by which group trends are abstracted from observations on many separate individuals. 1 BASIC STATISTICAL THEORY / 3 CHAPTER ONE BASIC STATISTICAL THEORY "Statistical methods are objective methods by which group trends are abstracted from observations on many separate individuals." 1 Medicine

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

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means Lesson : Comparison of Population Means Part c: Comparison of Two- Means Welcome to lesson c. This third lesson of lesson will discuss hypothesis testing for two independent means. Steps in Hypothesis

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

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

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

$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

DETERMINE whether the conditions for a binomial setting are met. COMPUTE and INTERPRET probabilities involving binomial random variables

DETERMINE whether the conditions for a binomial setting are met. COMPUTE and INTERPRET probabilities involving binomial random variables 1 Section 7.B Learning Objectives After this section, you should be able to DETERMINE whether the conditions for a binomial setting are met COMPUTE and INTERPRET probabilities involving binomial random

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

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

ECE302 Spring 2006 HW4 Solutions February 6, 2006 1

ECE302 Spring 2006 HW4 Solutions February 6, 2006 1 ECE302 Spring 2006 HW4 Solutions February 6, 2006 1 Solutions to HW4 Note: Most of these solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in

More information

ECON 459 Game Theory. Lecture Notes Auctions. Luca Anderlini Spring 2015

ECON 459 Game Theory. Lecture Notes Auctions. Luca Anderlini Spring 2015 ECON 459 Game Theory Lecture Notes Auctions Luca Anderlini Spring 2015 These notes have been used before. If you can still spot any errors or have any suggestions for improvement, please let me know. 1

More information

Unit 4 The Bernoulli and Binomial Distributions

Unit 4 The Bernoulli and Binomial Distributions PubHlth 540 4. Bernoulli and Binomial Page 1 of 19 Unit 4 The Bernoulli and Binomial Distributions Topic 1. Review What is a Discrete Probability Distribution... 2. Statistical Expectation.. 3. The Population

More information

Betting on Excel to enliven the teaching of probability

Betting on Excel to enliven the teaching of probability Betting on Excel to enliven the teaching of probability Stephen R. Clarke School of Mathematical Sciences Swinburne University of Technology Abstract The study of probability has its roots in gambling

More information

Book Review of Rosenhouse, The Monty Hall Problem. Leslie Burkholder 1

Book Review of Rosenhouse, The Monty Hall Problem. Leslie Burkholder 1 Book Review of Rosenhouse, The Monty Hall Problem Leslie Burkholder 1 The Monty Hall Problem, Jason Rosenhouse, New York, Oxford University Press, 2009, xii, 195 pp, US $24.95, ISBN 978-0-19-5#6789-8 (Source

More information

Discrete Structures for Computer Science

Discrete Structures for Computer Science Discrete Structures for Computer Science Adam J. Lee adamlee@cs.pitt.edu 6111 Sennott Square Lecture #20: Bayes Theorem November 5, 2013 How can we incorporate prior knowledge? Sometimes we want to know

More information

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as...

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as... HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1 PREVIOUSLY used confidence intervals to answer questions such as... You know that 0.25% of women have red/green color blindness. You conduct a study of men

More information

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved.

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved. 3.4 The Binomial Probability Distribution Copyright Cengage Learning. All rights reserved. The Binomial Probability Distribution There are many experiments that conform either exactly or approximately

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

Predicting Defaults of Loans using Lending Club s Loan Data

Predicting Defaults of Loans using Lending Club s Loan Data Predicting Defaults of Loans using Lending Club s Loan Data Oleh Dubno Fall 2014 General Assembly Data Science Link to my Developer Notebook (ipynb) - http://nbviewer.ipython.org/gist/odubno/0b767a47f75adb382246

More information

Two Correlated Proportions (McNemar Test)

Two Correlated Proportions (McNemar Test) Chapter 50 Two Correlated Proportions (Mcemar Test) Introduction This procedure computes confidence intervals and hypothesis tests for the comparison of the marginal frequencies of two factors (each with

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

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Primer Descriptive statistics Central tendency Variation Relative position Relationships Calculating descriptive statistics Descriptive Statistics Purpose to describe or summarize

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

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

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

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

Ch. 6.1 #7-49 odd. The area is found by looking up z= 0.75 in Table E and subtracting 0.5. Area = 0.7734-0.5= 0.2734

Ch. 6.1 #7-49 odd. The area is found by looking up z= 0.75 in Table E and subtracting 0.5. Area = 0.7734-0.5= 0.2734 Ch. 6.1 #7-49 odd The area is found by looking up z= 0.75 in Table E and subtracting 0.5. Area = 0.7734-0.5= 0.2734 The area is found by looking up z= 2.07 in Table E and subtracting from 0.5. Area = 0.5-0.0192

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

M 1313 Review Test 4 1

M 1313 Review Test 4 1 M 1313 Review Test 4 1 Review for test 4: 1. Let E and F be two events of an experiment, P (E) =. 3 and P (F) =. 2, and P (E F) =.35. Find the following probabilities: a. P(E F) b. P(E c F) c. P (E F)

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

" Y. Notation and Equations for Regression Lecture 11/4. Notation:

 Y. Notation and Equations for Regression Lecture 11/4. Notation: Notation: Notation and Equations for Regression Lecture 11/4 m: The number of predictor variables in a regression Xi: One of multiple predictor variables. The subscript i represents any number from 1 through

More information

Lecture 7: Continuous Random Variables

Lecture 7: Continuous Random Variables Lecture 7: Continuous Random Variables 21 September 2005 1 Our First Continuous Random Variable The back of the lecture hall is roughly 10 meters across. Suppose it were exactly 10 meters, and consider

More information

MATH 103/GRACEY PRACTICE QUIZ/CHAPTER 1. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MATH 103/GRACEY PRACTICE QUIZ/CHAPTER 1. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. MATH 103/GRACEY PRACTICE QUIZ/CHAPTER 1 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Use common sense to determine whether the given event

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

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

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

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

Some special discrete probability distributions

Some special discrete probability distributions University of California, Los Angeles Department of Statistics Statistics 100A Instructor: Nicolas Christou Some special discrete probability distributions Bernoulli random variable: It is a variable that

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

Week 5: Expected value and Betting systems

Week 5: Expected value and Betting systems Week 5: Expected value and Betting systems Random variable A random variable represents a measurement in a random experiment. We usually denote random variable with capital letter X, Y,. If S is the sample

More information

CURVE FITTING LEAST SQUARES APPROXIMATION

CURVE FITTING LEAST SQUARES APPROXIMATION CURVE FITTING LEAST SQUARES APPROXIMATION Data analysis and curve fitting: Imagine that we are studying a physical system involving two quantities: x and y Also suppose that we expect a linear relationship

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

6th Grade Lesson Plan: Probably Probability

6th Grade Lesson Plan: Probably Probability 6th Grade Lesson Plan: Probably Probability Overview This series of lessons was designed to meet the needs of gifted children for extension beyond the standard curriculum with the greatest ease of use

More information

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I BNG 202 Biomechanics Lab Descriptive statistics and probability distributions I Overview The overall goal of this short course in statistics is to provide an introduction to descriptive and inferential

More information

Worldwide Casino Consulting Inc.

Worldwide Casino Consulting Inc. Card Count Exercises George Joseph The first step in the study of card counting is the recognition of those groups of cards known as Plus, Minus & Zero. It is important to understand that the House has

More information

WRITING PROOFS. Christopher Heil Georgia Institute of Technology

WRITING PROOFS. Christopher Heil Georgia Institute of Technology WRITING PROOFS Christopher Heil Georgia Institute of Technology A theorem is just a statement of fact A proof of the theorem is a logical explanation of why the theorem is true Many theorems have this

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