(a) Calculate the bee s mean final position on the hexagon, and clearly label this position on the figure below. Show all work.

Size: px
Start display at page:

Download "(a) Calculate the bee s mean final position on the hexagon, and clearly label this position on the figure below. Show all work."

Transcription

1 1. A worker bee inspects a hexagonal honeycomb cell, starting at corner A. When done, she proceeds to an adjacent corner (always facing inward as shown), either by randomly moving along the lefthand edge with probability 0.35, or independently, along the right-hand edge with probability 0.65, and repeats the process, until she has completed a total of n = 6 moves. (a) Calculate the bee s mean final position on the hexagon, and clearly label this position on the figure below. Show all work. Solution: Let L = # moves to the left; then R = 6 L = # moves to the right. We are told that the corresponding probabilities of Success and Failure are π = 0.35 and π = 0.65, respectively. Therefore, since each move is independent of any other, the bee s entire path forms a sequence of Bernoulli trials; hence both L and R are binomially distributed. That is, L ~ Bin(6, 0.35) and R ~ Bin(6, 0.65), so that mean # moves to the left = µ L = nπ L = (6)(0.35) = 2.1, and likewise, mean # moves to the right = µ R = nπ R = (6)(0.65) = 3.9, which places the mean position of the bee at = 1.8 moves to the right, as shown below. L R (b) How many ways are there for her to end up at corner C? Solution: The bee can only end up at C if, out of a total of n = 6 moves, either L = 1 (and hence R = 5), or L = 4 (and hence R = 2). Since, for each possibility, the order of moves does not affect the outcome, it follows that there are ways that L = 1, and ways that L = 4. So the total 1 4 number is + = 21 ways. 1 4 (c) Set up BUT DO NOT EVALUATE an expression for the probability that she ends up back where she started (A). Show all work. Solution: The bee can only end up back at A if, out of a total of n = 6 moves, either L = 0 (and hence R = 6), or L = 3 (and hence R = 3), or L = 6 (and hence R = 0). Via the binomial probability formula, we therefore have the following. C D X E P(L = 0) = B F P(L = 3) = A P(L = 6) = Thus, the answer is (0.65) + (0.35) (0.65) + (0.35). 3

2 2. The National Weather Service (NWS) estimates that the probability of being killed by lightning in the United States with 300 million individuals is 1 in 5 million per year. (a) In a single year, what is the expected number of lightning fatalities in the U.S.? Show all work. (2 pts) Solution: This can be modeled using either the Binomial distribution or, because it is a rare 1 event, the Poisson distribution. Either way, with n = 300 million and π =, we have 5 million the mean µ (or λ) = nπ = (300)(1/5) = 60 expected cases per year. (b) Set up AND NUMERICALLY EVALUATE an expression for the probability that there are exactly 65 fatalities per year. Show all work. (8 pts) Solution: Let X = # lightning fatalities per year. Binomial: P(X = 65) = Poisson: P(X = 65) = 300,000,000 ( ) ( ) e (60) 65! ,999,935 or, much simpler, The Poisson calculation is clearly preferable, and yields a probability. (c) The NWS suspects that, due to under-reporting, the actual mean number of lightning fatalities is closer to 70 per year. Using this information, set up BUT DO NOT EVALUATE an expression for the probability that there are exactly 65 fatalities per year. Show all work. 70 Solution: In this case, nπ = 70, so that π = 300 million, i.e, π = , 000, ,999,935 Binomial: P(X = 65) = π (1 π) 65 or, much simpler, e (70) Poisson: P(X = 65) = 65!

3 3. In a certain urban population, annual salary X (in $K) is normally distributed, with mean µ = 65, and standard deviation = 20. Answer each of the following; show all work! X ~ N (65, 20) = 20 µ = 65 (a) What salary marks the cutoff for the lowest 20% of the population? Solution: From the Z-table, we see that the z-score corresponding to a cumulative probability of 0.2 is z = Hence, Z = yields X = 65 + ( 0.84)(20) = $48.2K. (b) What salary marks the cutoff for the highest 10% of the population? Solution: An upper tail probability of 0.1 is equivalent to a lower tail probability of 0.9. From the Z-table, we see that the z-score corresponding to a cumulative probability of 0.9 is z = Hence, Z = yields X = 65 + (1.28)(20) = $90.6K. (c) Calculate the probability that a randomly selected individual earns over $100K. Solution: Via Z =, the z-score corresponding to X = 100 is Hence, PX ( > 100) = PZ ( > 1.75) = = Z = = (d) Calculate the probability that a randomly selected individual earns over $100K, given that he/she earns over $65K. PX ( > 100) Solution: PX ( > 100 X> 65) = = = PX ( > 65) 0.5

4 (e) Suppose a sample of n = 4 individuals is randomly selected from the population. Calculate the probability that their mean salary is over $100K. Solution: From the preliminary statement that preceded the Central Limit Theorem, we know that if the population distribution X ~ N ( µ, ), then the sampling distribution X ~ N µ,, for any sample size n. Thus, in this problem, the standard error is n 20 = = 10, and so X ~ N (65,10). Therefore, via Z =, the z-score n corresponding to X = 100 is Z = = Hence, PX ( > 100) = PZ ( > 3.5) = =

5 4. In a supermarket population of mixed nuts, 32% are 6-oz bags, 36% are 12-oz bags, and the remaining 32% are 18-oz bags. Answer each of the following; show all work! (a) Sketch a probability histogram of this distribution. Label all relevant features (b) Compute the mean and standard deviation (in oz) of this distribution. Show all work. Solution: By symmetry, it is clear that the mean is µ = 12 oz. [Alternatively, µ = xf( x) = (6)(.032) + (12)(0.36) + (18)(0.32) = 12. ] The variance is 2 2 = ( x µ ) f( x) = (6 12) (0.32) + (12 12) (0.36) + (18 12) (0.32) = 23.04, so the standard deviation is = 4.8 oz. (c) Calculate the approximate probability that the mean weight of a random sample of n = 36 bags is between 11 oz and 13 oz. Justify all claims! Show all work. Solution: The population distribution has finite mean and variance, and in addition, is symmetric. The sample size is greater than 30, so the Central Limit Theorem certainly applies: Via X N µ,. The standard error is n 4.8 = = 0.8, and so X N(12, 0.8). n 36 Z =, the z-scores corresponding to X = 13 and X = 11 are ± 1 Z = = ± 1.25, 0.8 respectively. Thus, P(11 X 13) = P( 1.25 Z ) = = (d) How large would a random sample of bags have to be, in order to guarantee an approximate 95% probability that the mean weight is between 11 oz and 13 oz? Show all work. Solution: The symmetric z-scores ±1.96 contain 95% probability between them. Therefore, Z = yields ± 1 ± 1.96 =, i.e., n = ( ) 2 = 88.51, so n 89 bags. 4.8 / n

Probability Distributions.

Probability Distributions. Probability Distributions http://www.pelagicos.net/classes_biometry_fa18.htm Probability Measuring Discrete Outcomes Plotting probabilities for discrete outcomes: 0.6 0.5 0.4 0.3 0.2 0.1 NOTE: Area within

More information

Binomial random variable

Binomial random variable Binomial random variable Toss a coin with prob p of Heads n times X: # Heads in n tosses X is a Binomial random variable with parameter n,p. X is Bin(n, p) An X that counts the number of successes in many

More information

Chapter 6 Continuous Probability Distributions

Chapter 6 Continuous Probability Distributions Continuous Probability Distributions Learning Objectives 1. Understand the difference between how probabilities are computed for discrete and continuous random variables. 2. Know how to compute probability

More information

Binomial and Poisson Probability Distributions

Binomial and Poisson Probability Distributions Binomial and Poisson Probability Distributions Esra Akdeniz March 3, 2016 Bernoulli Random Variable Any random variable whose only possible values are 0 or 1 is called a Bernoulli random variable. What

More information

(a) The density histogram above right represents a particular sample of n = 40 practice shots. Answer each of the following. Show all work.

(a) The density histogram above right represents a particular sample of n = 40 practice shots. Answer each of the following. Show all work. . Target Practice. An archer is practicing hitting the bull s-eye of the target shown below left. For any point on the target, define the continuous random variable D = (signed) radial distance to the

More information

MgtOp 215 Chapter 5 Dr. Ahn

MgtOp 215 Chapter 5 Dr. Ahn MgtOp 215 Chapter 5 Dr. Ahn Random variable: a variable that assumes its values corresponding to a various outcomes of a random experiment, therefore its value cannot be predicted with certainty. Discrete

More information

Counting principles, including permutations and combinations.

Counting principles, including permutations and combinations. 1 Counting principles, including permutations and combinations. The binomial theorem: expansion of a + b n, n ε N. THE PRODUCT RULE If there are m different ways of performing an operation and for each

More information

Stat Lecture 20. Last class we introduced the covariance and correlation between two jointly distributed random variables.

Stat Lecture 20. Last class we introduced the covariance and correlation between two jointly distributed random variables. Stat 260 - Lecture 20 Recap of Last Class Last class we introduced the covariance and correlation between two jointly distributed random variables. Today: We will introduce the idea of a statistic and

More information

STT 315 Problem Set #3

STT 315 Problem Set #3 1. A student is asked to calculate the probability that x = 3.5 when x is chosen from a normal distribution with the following parameters: mean=3, sd=5. To calculate the answer, he uses this command: >

More information

Chapter 24. Comparing Means

Chapter 24. Comparing Means Chapter 4 Comparing Means!1 /34 Homework p579, 5, 7, 8, 10, 11, 17, 31, 3! /34 !3 /34 Objective Students test null and alternate hypothesis about two!4 /34 Plot the Data The intuitive display for comparing

More information

Introduction to Probability 2017/18 Supplementary Problems

Introduction to Probability 2017/18 Supplementary Problems Introduction to Probability 2017/18 Supplementary Problems Problem 1: Let A and B denote two events with P(A B) 0. Show that P(A) 0 and P(B) 0. A A B implies P(A) P(A B) 0, hence P(A) 0. Similarly B A

More information

Discrete Probability distribution Discrete Probability distribution

Discrete Probability distribution Discrete Probability distribution 438//9.4.. Discrete Probability distribution.4.. Binomial P.D. The outcomes belong to either of two relevant categories. A binomial experiment requirements: o There is a fixed number of trials (n). o On

More information

12.4. The Normal Distribution: A Problem-Solving Tool

12.4. The Normal Distribution: A Problem-Solving Tool 12.4. The Normal Distribution: A Problem-Solving Tool 1 Objectives A. Find the mean and standard deviation from a normal curve. B. Find the z-score of a measurement from a normally distributed set of data.

More information

3.4. The Binomial Probability Distribution

3.4. The Binomial Probability Distribution 3.4. The Binomial Probability Distribution Objectives. Binomial experiment. Binomial random variable. Using binomial tables. Mean and variance of binomial distribution. 3.4.1. Four Conditions that determined

More information

Page Max. Possible Points Total 100

Page Max. Possible Points Total 100 Math 3215 Exam 2 Summer 2014 Instructor: Sal Barone Name: GT username: 1. No books or notes are allowed. 2. You may use ONLY NON-GRAPHING and NON-PROGRAMABLE scientific calculators. All other electronic

More information

Unit 4 Probability. Dr Mahmoud Alhussami

Unit 4 Probability. Dr Mahmoud Alhussami Unit 4 Probability Dr Mahmoud Alhussami Probability Probability theory developed from the study of games of chance like dice and cards. A process like flipping a coin, rolling a die or drawing a card from

More information

Exam III #1 Solutions

Exam III #1 Solutions Department of Mathematics University of Notre Dame Math 10120 Finite Math Fall 2017 Name: Instructors: Basit & Migliore Exam III #1 Solutions November 14, 2017 This exam is in two parts on 11 pages and

More information

a table or a graph or an equation.

a table or a graph or an equation. Topic (8) POPULATION DISTRIBUTIONS 8-1 So far: Topic (8) POPULATION DISTRIBUTIONS We ve seen some ways to summarize a set of data, including numerical summaries. We ve heard a little about how to sample

More information

CS 361: Probability & Statistics

CS 361: Probability & Statistics February 26, 2018 CS 361: Probability & Statistics Random variables The discrete uniform distribution If every value of a discrete random variable has the same probability, then its distribution is called

More information

MATH/STAT 395. Introduction to Probability Models. Jan 7, 2013

MATH/STAT 395. Introduction to Probability Models. Jan 7, 2013 MATH/STAT 395 Introduction to Probability Models Jan 7, 2013 1.0 Random Variables Definition: A random variable X is a measurable function from the sample space Ω to the real line R. X : Ω R Ω is the set

More information

Probability Distributions

Probability Distributions EXAMPLE: Consider rolling a fair die twice. Probability Distributions Random Variables S = {(i, j : i, j {,...,6}} Suppose we are interested in computing the sum, i.e. we have placed a bet at a craps table.

More information

S2 QUESTIONS TAKEN FROM JANUARY 2006, JANUARY 2007, JANUARY 2008, JANUARY 2009

S2 QUESTIONS TAKEN FROM JANUARY 2006, JANUARY 2007, JANUARY 2008, JANUARY 2009 S2 QUESTIONS TAKEN FROM JANUARY 2006, JANUARY 2007, JANUARY 2008, JANUARY 2009 SECTION 1 The binomial and Poisson distributions. Students will be expected to use these distributions to model a real-world

More information

IB Mathematics HL Year 2 Unit 7 (Core Topic 6: Probability and Statistics) Valuable Practice

IB Mathematics HL Year 2 Unit 7 (Core Topic 6: Probability and Statistics) Valuable Practice IB Mathematics HL Year 2 Unit 7 (Core Topic 6: Probability and Statistics) Valuable Practice 1. We have seen that the TI-83 calculator random number generator X = rand defines a uniformly-distributed random

More information

Introduction to Statistical Data Analysis Lecture 3: Probability Distributions

Introduction to Statistical Data Analysis Lecture 3: Probability Distributions Introduction to Statistical Data Analysis Lecture 3: Probability Distributions James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis

More information

Chapter 3 Probability Distribution

Chapter 3 Probability Distribution Chapter 3 Probability Distribution Probability Distributions A probability function is a function which assigns probabilities to the values of a random variable. Individual probability values may be denoted

More information

BIOSTATISTICS. Lecture 2 Discrete Probability Distributions. dr. Petr Nazarov

BIOSTATISTICS. Lecture 2 Discrete Probability Distributions. dr. Petr Nazarov Microarray Center BIOSTATISTICS Lecture 2 Discrete Probability Distributions dr. Petr Nazarov 28-02-2014 petr.nazarov@crp-sante.lu Lecture 2. Discrete probability distributions OUTLINE Lecture 2 Random

More information

Bernoulli Trials, Binomial and Cumulative Distributions

Bernoulli Trials, Binomial and Cumulative Distributions Bernoulli Trials, Binomial and Cumulative Distributions Sec 4.4-4.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak,

More information

BMIR Lecture Series on Probability and Statistics Fall, 2015 Uniform Distribution

BMIR Lecture Series on Probability and Statistics Fall, 2015 Uniform Distribution Lecture #5 BMIR Lecture Series on Probability and Statistics Fall, 2015 Department of Biomedical Engineering and Environmental Sciences National Tsing Hua University s 5.1 Definition ( ) A continuous random

More information

Question Bank In Mathematics Class IX (Term II)

Question Bank In Mathematics Class IX (Term II) Question Bank In Mathematics Class IX (Term II) PROBABILITY A. SUMMATIVE ASSESSMENT. PROBABILITY AN EXPERIMENTAL APPROACH. The science which measures the degree of uncertainty is called probability.. In

More information

20 Hypothesis Testing, Part I

20 Hypothesis Testing, Part I 20 Hypothesis Testing, Part I Bob has told Alice that the average hourly rate for a lawyer in Virginia is $200 with a standard deviation of $50, but Alice wants to test this claim. If Bob is right, she

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 6 McGraw-Hill/Irwin Copyright 2012 by The McGraw-Hill Companies, Inc. All rights reserved. LO5 Describe and compute probabilities for a binomial distribution.

More information

4.2 Continuous Models

4.2 Continuous Models Ismor Fischer, 8//8 Stat 54 / 4-3 4. Continuous Models Horseshoe Crab (Limulus polyphemus) Not true crabs, but closely related to spiders and scorpions. Living fossils eisted since Carboniferous Period,

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Data Science: Jordan Boyd-Graber University of Maryland JANUARY 18, 2018 Data Science: Jordan Boyd-Graber UMD Discrete Probability Distributions 1 / 1 Refresher: Random

More information

Special distributions

Special distributions Special distributions August 22, 2017 STAT 101 Class 4 Slide 1 Outline of Topics 1 Motivation 2 Bernoulli and binomial 3 Poisson 4 Uniform 5 Exponential 6 Normal STAT 101 Class 4 Slide 2 What distributions

More information

Time: 1 hour 30 minutes

Time: 1 hour 30 minutes Paper Reference(s) 6684/01 Edexcel GCE Statistics S2 Gold Level G3 Time: 1 hour 30 minutes Materials required for examination papers Mathematical Formulae (Green) Items included with question Nil Candidates

More information

Paper Reference. Statistics S2 Advanced/Advanced Subsidiary. Monday 1 June 2009 Morning Time: 1 hour 30 minutes

Paper Reference. Statistics S2 Advanced/Advanced Subsidiary. Monday 1 June 2009 Morning Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference(s) 6684/01 Edexcel GCE Statistics S2 Advanced/Advanced Subsidiary Monday 1 June 2009 Morning Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

Lecture 20 Random Samples 0/ 13

Lecture 20 Random Samples 0/ 13 0/ 13 One of the most important concepts in statistics is that of a random sample. The definition of a random sample is rather abstract. However it is critical to understand the idea behind the definition,

More information

Questions 3.83, 6.11, 6.12, 6.17, 6.25, 6.29, 6.33, 6.35, 6.50, 6.51, 6.53, 6.55, 6.59, 6.60, 6.65, 6.69, 6.70, 6.77, 6.79, 6.89, 6.

Questions 3.83, 6.11, 6.12, 6.17, 6.25, 6.29, 6.33, 6.35, 6.50, 6.51, 6.53, 6.55, 6.59, 6.60, 6.65, 6.69, 6.70, 6.77, 6.79, 6.89, 6. Chapter 7 Reading 7.1, 7.2 Questions 3.83, 6.11, 6.12, 6.17, 6.25, 6.29, 6.33, 6.35, 6.50, 6.51, 6.53, 6.55, 6.59, 6.60, 6.65, 6.69, 6.70, 6.77, 6.79, 6.89, 6.112 Introduction In Chapter 5 and 6, we emphasized

More information

Ismor Fischer, 11/5/ # tablets AM probability PM probability

Ismor Fischer, 11/5/ # tablets AM probability PM probability Ismor Fischer, 11/5/017 4.4-1 4.4 Problems 1. Patient noncompliance is one of many potential sources of bias in medical studies. Consider a study where patients are asked to take tablets of a certain medication

More information

Ching-Han Hsu, BMES, National Tsing Hua University c 2015 by Ching-Han Hsu, Ph.D., BMIR Lab. = a + b 2. b a. x a b a = 12

Ching-Han Hsu, BMES, National Tsing Hua University c 2015 by Ching-Han Hsu, Ph.D., BMIR Lab. = a + b 2. b a. x a b a = 12 Lecture 5 Continuous Random Variables BMIR Lecture Series in Probability and Statistics Ching-Han Hsu, BMES, National Tsing Hua University c 215 by Ching-Han Hsu, Ph.D., BMIR Lab 5.1 1 Uniform Distribution

More information

Outline PMF, CDF and PDF Mean, Variance and Percentiles Some Common Distributions. Week 5 Random Variables and Their Distributions

Outline PMF, CDF and PDF Mean, Variance and Percentiles Some Common Distributions. Week 5 Random Variables and Their Distributions Week 5 Random Variables and Their Distributions Week 5 Objectives This week we give more general definitions of mean value, variance and percentiles, and introduce the first probability models for discrete

More information

MATH1231 Algebra, 2017 Chapter 9: Probability and Statistics

MATH1231 Algebra, 2017 Chapter 9: Probability and Statistics MATH1231 Algebra, 2017 Chapter 9: Probability and Statistics A/Prof. Daniel Chan School of Mathematics and Statistics University of New South Wales danielc@unsw.edu.au Daniel Chan (UNSW) MATH1231 Algebra

More information

Line of symmetry Total area enclosed is 1

Line of symmetry Total area enclosed is 1 The Normal distribution The Normal distribution is a continuous theoretical probability distribution and, probably, the most important distribution in Statistics. Its name is justified by the fact that

More information

Theoretical Foundations

Theoretical Foundations Theoretical Foundations Sampling Distribution and Central Limit Theorem Monia Ranalli monia.ranalli@uniroma3.it Ranalli M. Theoretical Foundations - Sampling Distribution and Central Limit Theorem Lesson

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Chapter 06 McGraw-Hill/Irwin Copyright 2013 by The McGraw-Hill Companies, Inc. All rights reserved. LEARNING OBJECTIVES LO 6-1 Identify the characteristics of a probability

More information

Paper Reference. Paper Reference(s) 6684/01 Edexcel GCE Statistics S2 Advanced/Advanced Subsidiary

Paper Reference. Paper Reference(s) 6684/01 Edexcel GCE Statistics S2 Advanced/Advanced Subsidiary Centre No. Candidate No. Paper Reference(s) 6684/01 Edexcel GCE Statistics S2 Advanced/Advanced Subsidiary Monday 11 June 2007 Afternoon Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

Paper Reference. Statistics S2 Advanced/Advanced Subsidiary. Monday 11 June 2007 Afternoon Time: 1 hour 30 minutes

Paper Reference. Statistics S2 Advanced/Advanced Subsidiary. Monday 11 June 2007 Afternoon Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference(s) 6684/01 Edexcel GCE Statistics S2 Advanced/Advanced Subsidiary Monday 11 June 2007 Afternoon Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

Math 10 - Compilation of Sample Exam Questions + Answers

Math 10 - Compilation of Sample Exam Questions + Answers Math 10 - Compilation of Sample Exam Questions + Sample Exam Question 1 We have a population of size N. Let p be the independent probability of a person in the population developing a disease. Answer the

More information

Closed book and notes. 120 minutes. Cover page, five pages of exam. No calculators.

Closed book and notes. 120 minutes. Cover page, five pages of exam. No calculators. IE 230 Seat # Closed book and notes. 120 minutes. Cover page, five pages of exam. No calculators. Score Final Exam, Spring 2005 (May 2) Schmeiser Closed book and notes. 120 minutes. Consider an experiment

More information

Statistics 2. The Normal Distribution

Statistics 2. The Normal Distribution Chapter assessment Statistics The Normal Distribution 1. Soup tins have a capacity of 65 ml. The volume of soup, X ml, dispensed into each tin is Normally distributed with mean 610 and standard deviation.

More information

Stats for Engineers: Lecture 4

Stats for Engineers: Lecture 4 Stats for Engineers: Lecture 4 Summary from last time Standard deviation σ measure spread of distribution μ Variance = (standard deviation) σ = var X = k μ P(X = k) k = k P X = k k μ σ σ k Discrete Random

More information

Announcements. Lecture 5 - Continuous Distributions. Discrete Probability Distributions. Quiz 1

Announcements. Lecture 5 - Continuous Distributions. Discrete Probability Distributions. Quiz 1 Announcements Announcements Lecture 5 - Continuous Distributions Statistics 102 Colin Rundel February 3, 2013 HW1 and Lab 1 have been graded and your scores are posted in Gradebook on Sakai (it is good

More information

Probability Review. AP Statistics April 25, Dr. John Holcomb, Cleveland State University

Probability Review. AP Statistics April 25, Dr. John Holcomb, Cleveland State University Probability Review AP Statistics April 25, 2015 Dr. John Holcomb, Cleveland State University PROBLEM 1 The data below comes from a nutritional study conducted at Ohio University. Eighty three subjects

More information

Geometric Distribution The characteristics of a geometric experiment are: 1. There are one or more Bernoulli trials with all failures except the last

Geometric Distribution The characteristics of a geometric experiment are: 1. There are one or more Bernoulli trials with all failures except the last Geometric Distribution The characteristics of a geometric experiment are: 1. There are one or more Bernoulli trials with all failures except the last one, which is a success. In other words, you keep repeating

More information

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 120 minutes.

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 120 minutes. Closed book and notes. 10 minutes. Two summary tables from the concise notes are attached: Discrete distributions and continuous distributions. Eight Pages. Score _ Final Exam, Fall 1999 Cover Sheet, Page

More information

Chapter 7: Theoretical Probability Distributions Variable - Measured/Categorized characteristic

Chapter 7: Theoretical Probability Distributions Variable - Measured/Categorized characteristic BSTT523: Pagano & Gavreau, Chapter 7 1 Chapter 7: Theoretical Probability Distributions Variable - Measured/Categorized characteristic Random Variable (R.V.) X Assumes values (x) by chance Discrete R.V.

More information

11. Probability Sample Spaces and Probability

11. Probability Sample Spaces and Probability 11. Probability 11.1 Sample Spaces and Probability 1 Objectives A. Find the probability of an event. B. Find the empirical probability of an event. 2 Theoretical Probabilities 3 Example A fair coin is

More information

Discrete and continuous

Discrete and continuous Discrete and continuous A curve, or a function, or a range of values of a variable, is discrete if it has gaps in it - it jumps from one value to another. In practice in S2 discrete variables are variables

More information

Time: 1 hour 30 minutes

Time: 1 hour 30 minutes Paper Reference(s) 6684/01 Edexcel GCE Statistics S2 Gold Level G2 Time: 1 hour 30 minutes Materials required for examination papers Mathematical Formulae (Green) Items included with question Nil Candidates

More information

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z,

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, Random Variable And Probability Distribution Introduction Random Variable ( r.v. ) Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, T, and denote the assumed

More information

CS 1538: Introduction to Simulation Homework 1

CS 1538: Introduction to Simulation Homework 1 CS 1538: Introduction to Simulation Homework 1 1. A fair six-sided die is rolled three times. Let X be a random variable that represents the number of unique outcomes in the three tosses. For example,

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER 2 2017/2018 DR. ANTHONY BROWN 5.1. Introduction to Probability. 5. Probability You are probably familiar with the elementary

More information

Continuous Probability Distributions. Uniform Distribution

Continuous Probability Distributions. Uniform Distribution Continuous Probability Distributions Uniform Distribution Important Terms & Concepts Learned Probability Mass Function (PMF) Cumulative Distribution Function (CDF) Complementary Cumulative Distribution

More information

7.1: What is a Sampling Distribution?!?!

7.1: What is a Sampling Distribution?!?! 7.1: What is a Sampling Distribution?!?! Section 7.1 What Is a Sampling Distribution? After this section, you should be able to DISTINGUISH between a parameter and a statistic DEFINE sampling distribution

More information

Time: 1 hour 30 minutes

Time: 1 hour 30 minutes Paper Reference(s) 6684/01 Edexcel GCE Statistics S2 Bronze Level B4 Time: 1 hour 30 minutes Materials required for examination papers Mathematical Formulae (Green) Items included with question Nil Candidates

More information

Chapters 3.2 Discrete distributions

Chapters 3.2 Discrete distributions Chapters 3.2 Discrete distributions In this section we study several discrete distributions and their properties. Here are a few, classified by their support S X. There are of course many, many more. For

More information

(n 3) 3 + n 3 = (n + 3) 3, ( ) (n 6) 3 + n 3 = (n + 6) 3, ( ) then n is even. Deduce that there is no integer n which satisfies the equation ( ).

(n 3) 3 + n 3 = (n + 3) 3, ( ) (n 6) 3 + n 3 = (n + 6) 3, ( ) then n is even. Deduce that there is no integer n which satisfies the equation ( ). Section A: Pure Mathematics 1 Show that, if n is an integer such that (n 3) 3 + n 3 = (n + 3) 3, ( ) then n is even and n 2 is a factor of 54. Deduce that there is no integer n which satisfies the equation

More information

AP STATISTICS: Summer Math Packet

AP STATISTICS: Summer Math Packet Name AP STATISTICS: Summer Math Packet DIRECTIONS: Complete all problems on this packet. Packet due by the end of the first week of classes. Attach additional paper if needed. Calculator may be used. 1.

More information

Probability Distributions

Probability Distributions CONDENSED LESSON 13.1 Probability Distributions In this lesson, you Sketch the graph of the probability distribution for a continuous random variable Find probabilities by finding or approximating areas

More information

Chapter 3 Probability Distributions and Statistics Section 3.1 Random Variables and Histograms

Chapter 3 Probability Distributions and Statistics Section 3.1 Random Variables and Histograms Math 166 (c)2013 Epstein Chapter 3 Page 1 Chapter 3 Probability Distributions and Statistics Section 3.1 Random Variables and Histograms The value of the result of the probability experiment is called

More information

BINOMIAL DISTRIBUTION

BINOMIAL DISTRIBUTION BINOMIAL DISTRIBUTION The binomial distribution is a particular type of discrete pmf. It describes random variables which satisfy the following conditions: 1 You perform n identical experiments (called

More information

Introduction to Statistics

Introduction to Statistics MTH4106 Introduction to Statistics Notes 15 Spring 2013 Testing hypotheses about the mean Earlier, we saw how to test hypotheses about a proportion, using properties of the Binomial distribution It is

More information

BIOSTATISTICS. Lecture 3 Continuous Probability Distributions. dr. Petr Nazarov

BIOSTATISTICS. Lecture 3 Continuous Probability Distributions. dr. Petr Nazarov Genomics Research Unit BIOSTATISTICS Lecture 3 Continuous Probability Distributions dr. Petr Nazarov 7-0-015 6-03-015 petr.nazarov@crp-sante.lu Lecture 3. Continuous probability distributions OUTLINE Lecture

More information

EDEXCEL S2 PAPERS MARK SCHEMES AVAILABLE AT:

EDEXCEL S2 PAPERS MARK SCHEMES AVAILABLE AT: EDEXCEL S2 PAPERS 2009-2007. MARK SCHEMES AVAILABLE AT: http://www.physicsandmathstutor.com/a-level-maths-papers/s2-edexcel/ JUNE 2009 1. A bag contains a large number of counters of which 15% are coloured

More information

121 Section 3.1 Example 3.6.9 (Higher-order Poisson moments) g(x) = x2 and use (3.6.5): For X '" Poisson{A), take E(AX2 ) = E (X(X - 1) 2 ) E(X3-2X2 + X). Therefore, the third moment of a Poisson( ). )

More information

MAT X (Spring 2012) Random Variables - Part I

MAT X (Spring 2012) Random Variables - Part I MAT 2379 3X (Spring 2012) Random Variables - Part I While writing my book [Stochastic Processes] I had an argument with Feller. He asserted that everyone said random variable and I asserted that everyone

More information

MTH302 Long Solved Questions By

MTH302 Long Solved Questions By MTH30 Long Solved uestions By www.vuattach.ning.com If you toss a die and observe the number of dots that appears on top face then write the events that the even number occurs. Number of Possible outcomes

More information

Special Discrete RV s. Then X = the number of successes is a binomial RV. X ~ Bin(n,p).

Special Discrete RV s. Then X = the number of successes is a binomial RV. X ~ Bin(n,p). Sect 3.4: Binomial RV Special Discrete RV s 1. Assumptions and definition i. Experiment consists of n repeated trials ii. iii. iv. There are only two possible outcomes on each trial: success (S) or failure

More information

Biostatistics in Dentistry

Biostatistics in Dentistry Biostatistics in Dentistry Continuous probability distributions Continuous probability distributions Continuous data are data that can take on an infinite number of values between any two points. Examples

More information

green green green/green green green yellow green/yellow green yellow green yellow/green green yellow yellow yellow/yellow yellow

green green green/green green green yellow green/yellow green yellow green yellow/green green yellow yellow yellow/yellow yellow CHAPTER PROBLEM Did Mendel s results from plant hybridization experiments contradict his theory? Gregor Mendel conducted original experiments to study the genetic traits of pea plants. In 1865 he wrote

More information

Discrete Distributions

Discrete Distributions Discrete Distributions STA 281 Fall 2011 1 Introduction Previously we defined a random variable to be an experiment with numerical outcomes. Often different random variables are related in that they have

More information

Chapter 18. Sampling Distribution Models /51

Chapter 18. Sampling Distribution Models /51 Chapter 18 Sampling Distribution Models 1 /51 Homework p432 2, 4, 6, 8, 10, 16, 17, 20, 30, 36, 41 2 /51 3 /51 Objective Students calculate values of central 4 /51 The Central Limit Theorem for Sample

More information

3 Multiple Discrete Random Variables

3 Multiple Discrete Random Variables 3 Multiple Discrete Random Variables 3.1 Joint densities Suppose we have a probability space (Ω, F,P) and now we have two discrete random variables X and Y on it. They have probability mass functions f

More information

PHP2510: Principles of Biostatistics & Data Analysis. Lecture X: Hypothesis testing. PHP 2510 Lec 10: Hypothesis testing 1

PHP2510: Principles of Biostatistics & Data Analysis. Lecture X: Hypothesis testing. PHP 2510 Lec 10: Hypothesis testing 1 PHP2510: Principles of Biostatistics & Data Analysis Lecture X: Hypothesis testing PHP 2510 Lec 10: Hypothesis testing 1 In previous lectures we have encountered problems of estimating an unknown population

More information

Math/Stat 352 Lecture 9. Section 4.5 Normal distribution

Math/Stat 352 Lecture 9. Section 4.5 Normal distribution Math/Stat 352 Lecture 9 Section 4.5 Normal distribution 1 Abraham de Moivre, 1667-1754 Pierre-Simon Laplace (1749 1827) A French mathematician, who introduced the Normal distribution in his book The doctrine

More information

Page 312, Exercise 50

Page 312, Exercise 50 Millersville University Name Answer Key Department of Mathematics MATH 130, Elements of Statistics I, Homework 4 November 5, 2009 Page 312, Exercise 50 Simulation According to the U.S. National Center

More information

Hypothesis Testing. ECE 3530 Spring Antonio Paiva

Hypothesis Testing. ECE 3530 Spring Antonio Paiva Hypothesis Testing ECE 3530 Spring 2010 Antonio Paiva What is hypothesis testing? A statistical hypothesis is an assertion or conjecture concerning one or more populations. To prove that a hypothesis is

More information

Chapter 3 Discrete Random Variables

Chapter 3 Discrete Random Variables MICHIGAN STATE UNIVERSITY STT 351 SECTION 2 FALL 2008 LECTURE NOTES Chapter 3 Discrete Random Variables Nao Mimoto Contents 1 Random Variables 2 2 Probability Distributions for Discrete Variables 3 3 Expected

More information

COSC 341 Human Computer Interaction. Dr. Bowen Hui University of British Columbia Okanagan

COSC 341 Human Computer Interaction. Dr. Bowen Hui University of British Columbia Okanagan COSC 341 Human Computer Interaction Dr. Bowen Hui University of British Columbia Okanagan 1 Last Class Introduced hypothesis testing Core logic behind it Determining results significance in scenario when:

More information

HW7 Solutions. f(x) = 0 otherwise. 0 otherwise. The density function looks like this: = 20 if x [10, 90) if x [90, 100]

HW7 Solutions. f(x) = 0 otherwise. 0 otherwise. The density function looks like this: = 20 if x [10, 90) if x [90, 100] HW7 Solutions. 5 pts.) James Bond James Bond, my favorite hero, has again jumped off a plane. The plane is traveling from from base A to base B, distance km apart. Now suppose the plane takes off from

More information

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution Random Variable Theoretical Probability Distribution Random Variable Discrete Probability Distributions A variable that assumes a numerical description for the outcome of a random eperiment (by chance).

More information

Discrete random variables

Discrete random variables Discrete random variables The sample space associated with an experiment, together with a probability function defined on all its events, is a complete probabilistic description of that experiment Often

More information

Data, Estimation and Inference

Data, Estimation and Inference Data, Estimation and Inference Pedro Piniés ppinies@robots.ox.ac.uk Michaelmas 2016 1 2 p(x) ( = ) = δ 0 ( < < + δ ) δ ( ) =1. x x+dx (, ) = ( ) ( ) = ( ) ( ) 3 ( ) ( ) 0 ( ) =1 ( = ) = ( ) ( < < ) = (

More information

EXAM. Exam #1. Math 3342 Summer II, July 21, 2000 ANSWERS

EXAM. Exam #1. Math 3342 Summer II, July 21, 2000 ANSWERS EXAM Exam # Math 3342 Summer II, 2 July 2, 2 ANSWERS i pts. Problem. Consider the following data: 7, 8, 9, 2,, 7, 2, 3. Find the first quartile, the median, and the third quartile. Make a box and whisker

More information

Lecture 4: Random Variables and Distributions

Lecture 4: Random Variables and Distributions Lecture 4: Random Variables and Distributions Goals Random Variables Overview of discrete and continuous distributions important in genetics/genomics Working with distributions in R Random Variables A

More information

2. A music library has 200 songs. How many 5 song playlists can be constructed in which the order of the songs matters?

2. A music library has 200 songs. How many 5 song playlists can be constructed in which the order of the songs matters? Practice roblems for final exam 1. A certain vault requires that an entry code be 8 characters. If the first 4 characters must be letters (repeated letters are allowed) and the last 4 characters are numeric

More information

CHAPTER 15 PROBABILITY Introduction

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

More information

Copyright c 2006 Jason Underdown Some rights reserved. choose notation. n distinct items divided into r distinct groups.

Copyright c 2006 Jason Underdown Some rights reserved. choose notation. n distinct items divided into r distinct groups. Copyright & License Copyright c 2006 Jason Underdown Some rights reserved. choose notation binomial theorem n distinct items divided into r distinct groups Axioms Proposition axioms of probability probability

More information

CHAPTER 8. Normal distribution Introduction. A synonym for normal is Gaussian. The first thing to do is show that this is a density.

CHAPTER 8. Normal distribution Introduction. A synonym for normal is Gaussian. The first thing to do is show that this is a density. CHAPTER 8 Normal distribution 8.. Introduction A r.v. is a standard normal written N, )) if it has density e x /. A synonym for normal is Gaussian. The first thing to do is show that this is a density.

More information

MATH 227 CP 7 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

MATH 227 CP 7 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. MATH 227 CP 7 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Find the mean, µ, for the binomial distribution which has the stated values of n and p.

More information