Final Examination December 16, 2009 MATH Suppose that we ask n randomly selected people whether they share your birthday.

Size: px
Start display at page:

Download "Final Examination December 16, 2009 MATH Suppose that we ask n randomly selected people whether they share your birthday."

Transcription

1 1. Suppose that we ask n randomly selected people whether they share your birthday. (a) Give an expression for the probability that no one shares your birthday (ignore leap years). (5 marks) Solution: For a randomly chosen person, the chanced that the person does not share your birthday is 1-(1/365). Thus for n randomly chosen people the chance is ( ) n (b) How many people do we need to select so that the probability that at least two people share your birthday is greater than.5? (5 marks) Solution: Define A = {At least two people out of n share your birthday} and B k = {Exactly k people out of n share your birthday}, for k =, 1,, n. Then A = n k=2 B k and hence P (A) = n k=2 P (B k). Define { 1, if the i-th person share your birthday X i =, otherwise, and Y = n X iid i. Note that X i Bernoulli(p = 1 ) and hence 365 Y Binomial(p = 1, n). We also note that 365 ( ) ( ) k ( ) n k n P (B k ) = P (Y = k) = k and therefore P (A) = P (Y 2) = 1 P (Y < 2) = 1 P (Y = ) P (Y = 1) ( ) n ( ) n 1 = 1 n n = 1 364n 1 (364 + n) 365 n 1

2 2. A heavy-equipment salesperson can contact either one or two customers per day with probability 1/3 and 2/3, respectively. Each contact will result in either no sale or a $5, sale, with the probabilities.9 and.1, respectively. Give the probability distribution for daily sales. Find the mean and standard deviation of the daily sales. (1 marks) Solution: Let X be the number of customers who are contacted on a randomly chosen day. Suppose W i is the sale resulted from the i-th contact. Then the daily sale is S = X W i. Therefore, E(S) = E[E(S X)] = E[ X E(W i )] = E(X)µ W where µ W = E(W i ) = (.9) + 5, (.1) = 5, for all i s. On the other hand, E(X) = 1 1/ /3 = 5/3 and therefore E(S) = (5/3)5, = 25, /3. To find the variance we have V(S) = E[V(S X)] + V[E(S X)] = E[XV(W i )] + V[XE(W i )] = µ X σ 2 W + σ 2 Xµ 2 W. We calculated µ X and µ W above. It remains to calculate the variances. To do so, we need to find the second moments of X and W. and hence E(X 2 ) = 1 2 1/ /3 = 9/3 = 3 E(W 2 ) = 2 (.9) + (5, ) 2 (.1) = , σ 2 X = V(X) = E(X 2 ) [E(X)] 2 = 3 (5/3) 2 = 2/9 σ 2 W = V(W ) = E(W 2 ) [E(W )] 2 = [5] 2 = We therefore have σ S = V(S) = µ X σ 2 W + σ2 X µ2 W = (5/3)( ) + (2/9)( ) 137 = =

3 3. The length of time necessary to complete a key operation in the construction of houses has an exponential distribution with mean 1 hours. The formula C = 1 + 4Y + 3Y 2 relates the cost C of completing this operation to Y. Find the mean and variance of C. (1 marks) Solution: We have Y Exp(1/1). To find the mean and variance of C we need to find the first four moments of C. E(Y k ) = y k 1 β e y/β dy = 1 β y k e y/β dy. Note that the last integral in the above expression is a Γ integral. Recall the following identity which follows immediately from the fact that Γ density integrates to 1, Using the above identity, we have y α 1 e y/β = Γ(α)β α. y k e y/β dy = Γ(k + 1)β k+1 = k!β k+1, where the last equality follows from the fact that Γ(α + 1) = αγ(α) for all α >. Therefore E(Y k ) = 1 β k!βk+1 = k!β k. It follows from properties of Expectation operator that E(C) = 1+4E(Y )+3E(Y 2 ) = 1+4β+3(2!β 2 ) = 1+4(1)+6(1) = 11. To find the variance we first find E(C 2 ), E(C 2 ) = E(Y 2 ) + 9E(Y 4 ) + 4E(Y ) + 3E(Y 2 ) + 12E(Y 3 ) Therefore = (1!β 1 ) (2!β 2 ) + 12(3!β 3 ) + 9(4!β 4 ) = = V(C) = E(C 2 ) [E(C)] 2 = [11] 2 =

4 4. The number of calls coming into a police emergency center in the time interval (, t] follows a Poisson distribution with mean λt. Let T denote the length of time until the first arrival time. (a) Find the probability density function of T. (5 marks) Solution: Let N(t) denote the number of calls coming into the police emergency center in the time interval [, t]. Then for any t > we have F T (t) = 1 P (T > t) = 1 P (N(t) = ) = 1 e λt (λt)! = 1 e λt, and hence f T (t) = df T (t)/dt = λe λt for t > and otherwise. In other words, T Exp(1/λ). (b) If the calls arrives at the rate of 1 calls per hour, what is the probability that more than 15 minutes elapse until the first call arrive? (5 marks) Solution: Note that λ = 1. We need to calculate P (T > 15/6). P (T > 1/4) = 1/4 1e 1y dy = e 1/4 = e

5 5. A machine used to fill cereal boxes dispenses, on the average, µ ounces per box. the manufacturer wants the actual ounces dispensed, Y, to be within 1 ounce of µ at least 75% of the time. What is the largest value of σ, the standard deviation of Y, that can be tolerated if the manufacturer s objectives are to be met? (1 marks) Solution: Using Tchebyshev s inequality we have P ( Y µ Y < 2σ Y ) 3 4. The bound need to be 1. Thus 2σ Y = 1 and hence σ Y should be at most 1/2. 5

6 6. Suppose that the random variables Y 1 and Y 2 have joint probability density function, f(y 1, y 2 ), given by { 6(1 y 2 ), if y 1 y 2 1, f(y 1, y 2 ) =, otherwise. (a) Find P (Y 2 1/2 Y 1 3/4). (5 marks) Solution: We first find P (Y 1 3/4). We start with pdf of Y 1. For any y 1 1 we have f Y1 (y 1 ) = We therefore find On the other hand, f Y1,Y 2 (y 1, y 2 )dy 1 = P (Y 1 3/4) = P (Y 2 1/2, Y 1 3/4) = We can now easily find 3/4 1/2 y2 1 y 1 6(1 y 2 )dy 2 = 3(1 y 1 ) 2. 3(1 y 1 ) 2 dy 1 = (1 y 2 )dy 1 dy 2 = 6 1/2 = 6[ 1 2 y2 2 1/2 1 3 y3 2 1/2 ] = 6[ ] = 1/2. y 2 (1 y 2 )dy 2 P (Y 2 1/2 Y 1 3/4) = P (Y 2 1/2, Y 1 3/4) P (Y 1 3/4) = 1/2 63/64 = (b) Find P (Y 2 3/4 Y 1 = 1/2). (5 marks) Solution: Note that f Y2 Y 1 (y 2 y 1 = 1/2) = f Y 1,Y 2 (y 1, y 2 ) f Y1 (1/2) = { 6(1 y2 ) 3[1 (1/2)] 2, if 1/2 y 2 1, otherwise. Thus, P (Y 2 3/4 Y 1 = 1/2) = 1 f Y2 Y 1 (y 2 y 1 = 1/2)dy 2 = 1 3/4 3/4 8(1 y 2 )dy 2 =

7 7. A large lot of manufactured items consists of 1% items with exactly one defect, 5% with more than one defect and the remainder with no defects. Ten items are randomly selected from this lot for sale. If Y 1 denotes the number of items with one defect and Y 2, the number with more than one defect, the repair costs are Y 1 + Y 2. Find the mean and variance of the repair costs. (1 marks) Solution: Define Y 3 = 1 (Y 1 + Y 2 ) and note that (Y 1, Y 2, Y 3 ) Multinomial(n = 1, p 1 =.1, p 2 =.5, p 3 =.85). As such E(Y i ) = np i, V(Y i ) = np i (1 p i ) for i = 1, 2, 3 and Cov(Y i, Y j ) = np i p j, for i j. Then while E(Y 1 + Y 2 ) = E(Y 1 ) + E(Y 2 ) = 1 (.1) + 1 (.5) = 1.5, V(Y 1 + Y 2 ) = V(Y 1 ) + V(Y 2 ) + 2Cov(Y 1, Y 2 ) = 1(.1)(.9) + 1 (.5)(.95) 2 1(.1)(.5) =

8 8. The manager of a construction job needs to figure prices carefully before submitting a bid. He also needs to account for uncertainty (variability) in the amounts of products he might need. To simplify the real situation, suppose that a project manager treats the amount of sand, in yards, needed for a construction project as a random variable Y 1, which is normally distributed with mean 1 yards and standard deviation.5 yard. The amount of cement mix needed, in hundreds of pounds, is a random variable Y 2, which is normally distributed with mean 4 and standard deviation.2. The sand cost $7 per yard, and the cement mix costs $3 per hundred pounds. Adding $1 for other costs, he computes his total cost to be U = 1 + 7Y 1 + 3Y 2. If Y 1 and Y 2 are independent, how much should the manager bid to ensure that the true costs will exceed the amount bid with a probability of only.1? (1 marks) Solution: We first show that U is normally distributed. Let V = k a iy i where Y i s are independent random variable and Y i N(µ i, σ 2 i ) for i = 1, 2,, k, and also a 1,, a k are real numbers. Then which shows that m V (t) = E(e tv ) = E( = k k e ta iy i ) = e a iµ i t+ a 2 i σ2 i t2 2 = exp{t V N( Likewise, we can easily show that a i µ i, U = V + C N(C + where C is a constant. Thus k m Yi (a i t) a i µ i + t2 2 a 2 i σi 2 ). a i µ i, a 2 i σi 2 }. a 2 i σi 2 ), U = 1+7Y 1 +3Y 2 N( , 7 2 (.5) (.2) 2 ) = N(182, 12.61) Having found the distribution of U, we need to find b such that.1 = P (U > b) = P (z > b ). Using the attached table for normal distribution we find that and hence b = b = 2.33, 8

9 9. The length of time required for the periodic maintenance of an automobile or another machine usually has a mound-shaped probability distribution. Because some occasional long service times will occur, the distribution tends to be skewed to the right. Suppose that the length of time required to run a 5-mile check and to service an automobile has mean 1.4 hours and standard deviation.7 hour. Suppose also that the service department plans to service 5 automobiles per 8-hour day and that, in order to do so, it can spend a maximum average service time of only 1.6 hours per automobile. On what proportion of all workdays will the service department have to work overtime?(1 marks) Solution: Since the maximum average service time is 1.6, the job should be finished at most in 1 days. Note that 1 8 = We need to see what is the chance that the job is finished in 8 hours. Let Y i be the time required to repair the i-th machine for i = 1, 2,, 5. Then we need to find P ( 5 i Y i > 8). Using CLT, we have 5 P ( Y i > 8) P (Z > i ) = P (Z > 2.2) and we find from the attached table that P (Z > 2.2) =.2. In other words, on the average almost 2% of the machines require more than 1.6 hour. This then means that on the average 2% of the workdays the service department have to work overtime. 9

10 1

11 STUDENT NAME: STUDENT ID# McGILL UNIVERSITY FACULTY OF SCIENCE FINAL EXAMINATION MATH323 PROBABILITY THEORY Examiner: Professor M. Asgharian Date: Wednesday, December 16, 29 Associate Examiner: Professor W. Anderson Time: 14: AM - 17: AM. INSTRUCTIONS Answer ONLY 8 questions. Calculators are permitted. Answer directly on the exam. Dictionaries are allowed. This is a closed book exam. Questions Marks This exam comprises the cover, 9 pages of questions, and page 1 which is blank, 2 pages of formulas and one table.

Math May 13, Final Exam

Math May 13, Final Exam Math 447 - May 13, 2013 - Final Exam Name: Read these instructions carefully: The points assigned are not meant to be a guide to the difficulty of the problems. If the question is multiple choice, there

More information

Final Examination December 17, 2012 MATH 323 P (Y = 5) =

Final Examination December 17, 2012 MATH 323 P (Y = 5) = . The eight-member Human Relations Advisory Board of Montreal, considered the complaint of a woman who claimed discrimination, based on sex, on the part of a local company. The board, composed of five

More information

MATH 360. Probablity Final Examination December 21, 2011 (2:00 pm - 5:00 pm)

MATH 360. Probablity Final Examination December 21, 2011 (2:00 pm - 5:00 pm) Name: MATH 360. Probablity Final Examination December 21, 2011 (2:00 pm - 5:00 pm) Instructions: The total score is 200 points. There are ten problems. Point values per problem are shown besides the questions.

More information

STA 256: Statistics and Probability I

STA 256: Statistics and Probability I Al Nosedal. University of Toronto. Fall 2017 My momma always said: Life was like a box of chocolates. You never know what you re gonna get. Forrest Gump. Exercise 4.1 Let X be a random variable with p(x)

More information

No books, no notes, only SOA-approved calculators. Please put your answers in the spaces provided!

No books, no notes, only SOA-approved calculators. Please put your answers in the spaces provided! Math 447 Final Exam Fall 2015 No books, no notes, only SOA-approved calculators. Please put your answers in the spaces provided! Name: Section: Question Points Score 1 8 2 6 3 10 4 19 5 9 6 10 7 14 8 14

More information

Qualifying Exam CS 661: System Simulation Summer 2013 Prof. Marvin K. Nakayama

Qualifying Exam CS 661: System Simulation Summer 2013 Prof. Marvin K. Nakayama Qualifying Exam CS 661: System Simulation Summer 2013 Prof. Marvin K. Nakayama Instructions This exam has 7 pages in total, numbered 1 to 7. Make sure your exam has all the pages. This exam will be 2 hours

More information

STAT515, Review Worksheet for Midterm 2 Spring 2019

STAT515, Review Worksheet for Midterm 2 Spring 2019 STAT55, Review Worksheet for Midterm 2 Spring 29. During a week, the proportion of time X that a machine is down for maintenance or repair has the following probability density function: 2( x, x, f(x The

More information

Chapter 1: Revie of Calculus and Probability

Chapter 1: Revie of Calculus and Probability Chapter 1: Revie of Calculus and Probability Refer to Text Book: Operations Research: Applications and Algorithms By Wayne L. Winston,Ch. 12 Operations Research: An Introduction By Hamdi Taha, Ch. 12 OR441-Dr.Khalid

More information

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators.

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. IE 230 Seat # Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. Score Exam #3a, Spring 2002 Schmeiser Closed book and notes. 60 minutes. 1. True or false. (for each,

More information

Math 151. Rumbos Fall Solutions to Review Problems for Final Exam

Math 151. Rumbos Fall Solutions to Review Problems for Final Exam Math 5. Rumbos Fall 23 Solutions to Review Problems for Final Exam. Three cards are in a bag. One card is red on both sides. Another card is white on both sides. The third card in red on one side and white

More information

STAT 515 MIDTERM 2 EXAM November 14, 2018

STAT 515 MIDTERM 2 EXAM November 14, 2018 STAT 55 MIDTERM 2 EXAM November 4, 28 NAME: Section Number: Instructor: In problems that require reasoning, algebraic calculation, or the use of your graphing calculator, it is not sufficient just to write

More information

Probability and Statistics Notes

Probability and Statistics Notes Probability and Statistics Notes Chapter Five Jesse Crawford Department of Mathematics Tarleton State University Spring 2011 (Tarleton State University) Chapter Five Notes Spring 2011 1 / 37 Outline 1

More information

Brief Review of Probability

Brief Review of Probability Maura Department of Economics and Finance Università Tor Vergata Outline 1 Distribution Functions Quantiles and Modes of a Distribution 2 Example 3 Example 4 Distributions Outline Distribution Functions

More information

MATH Notebook 5 Fall 2018/2019

MATH Notebook 5 Fall 2018/2019 MATH442601 2 Notebook 5 Fall 2018/2019 prepared by Professor Jenny Baglivo c Copyright 2004-2019 by Jenny A. Baglivo. All Rights Reserved. 5 MATH442601 2 Notebook 5 3 5.1 Sequences of IID Random Variables.............................

More information

STA 584 Supplementary Examples (not to be graded) Fall, 2003

STA 584 Supplementary Examples (not to be graded) Fall, 2003 Page 1 of 8 Central Michigan University Department of Mathematics STA 584 Supplementary Examples (not to be graded) Fall, 003 1. (a) If A and B are independent events, P(A) =.40 and P(B) =.70, find (i)

More information

Math 365 Final Exam Review Sheet. The final exam is Wednesday March 18 from 10am - 12 noon in MNB 110.

Math 365 Final Exam Review Sheet. The final exam is Wednesday March 18 from 10am - 12 noon in MNB 110. Math 365 Final Exam Review Sheet The final exam is Wednesday March 18 from 10am - 12 noon in MNB 110. The final is comprehensive and will cover Chapters 1, 2, 3, 4.1, 4.2, 5.2, and 5.3. You may use your

More information

STAT/MA 416 Midterm Exam 2 Thursday, October 18, Circle the section you are enrolled in:

STAT/MA 416 Midterm Exam 2 Thursday, October 18, Circle the section you are enrolled in: STAT/MA 46 Midterm Exam 2 Thursday, October 8, 27 Name Purdue student ID ( digits) Circle the section you are enrolled in: STAT/MA 46-- STAT/MA 46-2- 9: AM :5 AM 3: PM 4:5 PM REC 4 UNIV 23. The testing

More information

The exponential distribution and the Poisson process

The exponential distribution and the Poisson process The exponential distribution and the Poisson process 1-1 Exponential Distribution: Basic Facts PDF f(t) = { λe λt, t 0 0, t < 0 CDF Pr{T t) = 0 t λe λu du = 1 e λt (t 0) Mean E[T] = 1 λ Variance Var[T]

More information

3 Continuous Random Variables

3 Continuous Random Variables Jinguo Lian Math437 Notes January 15, 016 3 Continuous Random Variables Remember that discrete random variables can take only a countable number of possible values. On the other hand, a continuous random

More information

IEOR 4106: Spring Solutions to Homework Assignment 7: Due on Tuesday, March 22.

IEOR 4106: Spring Solutions to Homework Assignment 7: Due on Tuesday, March 22. IEOR 46: Spring Solutions to Homework Assignment 7: Due on Tuesday, March. More of Chapter 5: Read the rest of Section 5.3, skipping Examples 5.7 (Coupon Collecting), 5. (Insurance claims)and Subsection

More information

MA , Probability (Dr Chernov) Final Exam Tue, March 7, 2000 Student s name Be sure to show all your work. Each problem is 4 points.

MA , Probability (Dr Chernov) Final Exam Tue, March 7, 2000 Student s name Be sure to show all your work. Each problem is 4 points. MA 485-12, Probability (Dr Chernov) Final Exam Tue, March 7, 2000 Student s name Be sure to show all your work. Each problem is 4 points. 1. A basketball player makes 75% of his free throws on the average.

More information

Chapter 5. Chapter 5 sections

Chapter 5. Chapter 5 sections 1 / 43 sections Discrete univariate distributions: 5.2 Bernoulli and Binomial distributions Just skim 5.3 Hypergeometric distributions 5.4 Poisson distributions Just skim 5.5 Negative Binomial distributions

More information

Homework 10 (due December 2, 2009)

Homework 10 (due December 2, 2009) Homework (due December, 9) Problem. Let X and Y be independent binomial random variables with parameters (n, p) and (n, p) respectively. Prove that X + Y is a binomial random variable with parameters (n

More information

Continuous-time Markov Chains

Continuous-time Markov Chains Continuous-time Markov Chains Gonzalo Mateos Dept. of ECE and Goergen Institute for Data Science University of Rochester gmateosb@ece.rochester.edu http://www.ece.rochester.edu/~gmateosb/ October 23, 2017

More information

STAT Chapter 5 Continuous Distributions

STAT Chapter 5 Continuous Distributions STAT 270 - Chapter 5 Continuous Distributions June 27, 2012 Shirin Golchi () STAT270 June 27, 2012 1 / 59 Continuous rv s Definition: X is a continuous rv if it takes values in an interval, i.e., range

More information

ECEn 370 Introduction to Probability

ECEn 370 Introduction to Probability RED- You can write on this exam. ECEn 370 Introduction to Probability Section 00 Final Winter, 2009 Instructor Professor Brian Mazzeo Closed Book Non-graphing Calculator Allowed No Time Limit IMPORTANT!

More information

(y 1, y 2 ) = 12 y3 1e y 1 y 2 /2, y 1 > 0, y 2 > 0 0, otherwise.

(y 1, y 2 ) = 12 y3 1e y 1 y 2 /2, y 1 > 0, y 2 > 0 0, otherwise. 54 We are given the marginal pdfs of Y and Y You should note that Y gamma(4, Y exponential( E(Y = 4, V (Y = 4, E(Y =, and V (Y = 4 (a With U = Y Y, we have E(U = E(Y Y = E(Y E(Y = 4 = (b Because Y and

More information

Continuous random variables

Continuous random variables Continuous random variables Continuous r.v. s take an uncountably infinite number of possible values. Examples: Heights of people Weights of apples Diameters of bolts Life lengths of light-bulbs We cannot

More information

16:330:543 Communication Networks I Midterm Exam November 7, 2005

16:330:543 Communication Networks I Midterm Exam November 7, 2005 l l l l l l l l 1 3 np n = ρ 1 ρ = λ µ λ. n= T = E[N] = 1 λ µ λ = 1 µ 1. 16:33:543 Communication Networks I Midterm Exam November 7, 5 You have 16 minutes to complete this four problem exam. If you know

More information

IEOR 6711: Stochastic Models I SOLUTIONS to the First Midterm Exam, October 7, 2008

IEOR 6711: Stochastic Models I SOLUTIONS to the First Midterm Exam, October 7, 2008 IEOR 6711: Stochastic Models I SOLUTIONS to the First Midterm Exam, October 7, 2008 Justify your answers; show your work. 1. A sequence of Events. (10 points) Let {B n : n 1} be a sequence of events in

More information

Homework 4 Math 11, UCSD, Winter 2018 Due on Tuesday, 13th February

Homework 4 Math 11, UCSD, Winter 2018 Due on Tuesday, 13th February PID: Last Name, First Name: Section: Approximate time spent to complete this assignment: hour(s) Homework 4 Math 11, UCSD, Winter 2018 Due on Tuesday, 13th February Readings: Chapters 16.6-16.7 and the

More information

Statistics 427: Sample Final Exam

Statistics 427: Sample Final Exam Statistics 427: Sample Final Exam Instructions: The following sample exam was given several quarters ago in Stat 427. The same topics were covered in the class that year. This sample exam is meant to be

More information

Stat410 Probability and Statistics II (F16)

Stat410 Probability and Statistics II (F16) Stat4 Probability and Statistics II (F6 Exponential, Poisson and Gamma Suppose on average every /λ hours, a Stochastic train arrives at the Random station. Further we assume the waiting time between two

More information

Mathematics 375 Probability and Statistics I Final Examination Solutions December 14, 2009

Mathematics 375 Probability and Statistics I Final Examination Solutions December 14, 2009 Mathematics 375 Probability and Statistics I Final Examination Solutions December 4, 9 Directions Do all work in the blue exam booklet. There are possible regular points and possible Extra Credit points.

More information

STAT 516 Midterm Exam 2 Friday, March 7, 2008

STAT 516 Midterm Exam 2 Friday, March 7, 2008 STAT 516 Midterm Exam 2 Friday, March 7, 2008 Name Purdue student ID (10 digits) 1. The testing booklet contains 8 questions. 2. Permitted Texas Instruments calculators: BA-35 BA II Plus BA II Plus Professional

More information

0, otherwise, (a) Find the value of c that makes this a valid pdf. (b) Find P (Y < 5) and P (Y 5). (c) Find the mean death time.

0, otherwise, (a) Find the value of c that makes this a valid pdf. (b) Find P (Y < 5) and P (Y 5). (c) Find the mean death time. 1. In a toxicology experiment, Y denotes the death time (in minutes) for a single rat treated with a toxin. The probability density function (pdf) for Y is given by cye y/4, y > 0 (a) Find the value of

More information

Bachelor s Degree Programme Operations Research (Valid from 1st January, 2012 to 30th November, 2012.)

Bachelor s Degree Programme Operations Research (Valid from 1st January, 2012 to 30th November, 2012.) AOR-01 ASSIGNMENT BOOKLET Bachelor s Degree Programme Operations Research (Valid from 1st January, 2012 to 30th November, 2012.) It is compulsory to submit the assignment before filling in the exam form.

More information

Practice Final Examination

Practice Final Examination Practice Final Examination Mth 136 = Sta 114 Wednesday, 2000 April 26, 2:20 3:00 pm This is a closed-book examination so please do not refer to your notes, the text, or to any other books You may use a

More information

Exponential Distribution and Poisson Process

Exponential Distribution and Poisson Process Exponential Distribution and Poisson Process Stochastic Processes - Lecture Notes Fatih Cavdur to accompany Introduction to Probability Models by Sheldon M. Ross Fall 215 Outline Introduction Exponential

More information

Prof. Thistleton MAT 505 Introduction to Probability Lecture 13

Prof. Thistleton MAT 505 Introduction to Probability Lecture 13 Prof. Thistleton MAT 55 Introduction to Probability Lecture 3 Sections from Text and MIT Video Lecture: Sections 5.4, 5.6 http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-4- probabilisticsystems-analysis-and-applied-probability-fall-2/video-lectures/lecture-8-continuousrandomvariables/

More information

Test 2 VERSION A STAT 3090 Fall 2017

Test 2 VERSION A STAT 3090 Fall 2017 Multiple Choice: (Questions 1 20) Answer the following questions on the scantron provided using a #2 pencil. Bubble the response that best answers the question. Each multiple choice correct response is

More information

2. Suppose (X, Y ) is a pair of random variables uniformly distributed over the triangle with vertices (0, 0), (2, 0), (2, 1).

2. Suppose (X, Y ) is a pair of random variables uniformly distributed over the triangle with vertices (0, 0), (2, 0), (2, 1). Name M362K Final Exam Instructions: Show all of your work. You do not have to simplify your answers. No calculators allowed. There is a table of formulae on the last page. 1. Suppose X 1,..., X 1 are independent

More information

1. The time between arrivals of taxis at a busy intersection is exponentially distributed with a mean of 10 minutes.

1. The time between arrivals of taxis at a busy intersection is exponentially distributed with a mean of 10 minutes. Practice Exam 2 (Posted on Mar. 20, 2015) Name: 1. The time between arrivals of taxis at a busy intersection is exponentially distributed with a mean of 10 minutes. (a) What is the probability that you

More information

Stat 366 A1 (Fall 2006) Midterm Solutions (October 23) page 1

Stat 366 A1 (Fall 2006) Midterm Solutions (October 23) page 1 Stat 366 A1 Fall 6) Midterm Solutions October 3) page 1 1. The opening prices per share Y 1 and Y measured in dollars) of two similar stocks are independent random variables, each with a density function

More information

Continuous Distributions

Continuous Distributions A normal distribution and other density functions involving exponential forms play the most important role in probability and statistics. They are related in a certain way, as summarized in a diagram later

More information

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH A Test #2 June 11, Solutions

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH A Test #2 June 11, Solutions YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH 2. A Test #2 June, 2 Solutions. (5 + 5 + 5 pts) The probability of a student in MATH 4 passing a test is.82. Suppose students

More information

MATH 151, FINAL EXAM Winter Quarter, 21 March, 2014

MATH 151, FINAL EXAM Winter Quarter, 21 March, 2014 Time: 3 hours, 8:3-11:3 Instructions: MATH 151, FINAL EXAM Winter Quarter, 21 March, 214 (1) Write your name in blue-book provided and sign that you agree to abide by the honor code. (2) The exam consists

More information

Solutions - Final Exam

Solutions - Final Exam Solutions - Final Exam Instructors: Dr. A. Grine and Dr. A. Ben Ghorbal Sections: 170, 171, 172, 173 Total Marks Exercise 1 7 Exercise 2 6 Exercise 3 6 Exercise 4 6 Exercise 5 6 Exercise 6 9 Total 40 Score

More information

i=1 k i=1 g i (Y )] = k

i=1 k i=1 g i (Y )] = k Math 483 EXAM 2 covers 2.4, 2.5, 2.7, 2.8, 3.1, 3.2, 3.3, 3.4, 3.8, 3.9, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.9, 5.1, 5.2, and 5.3. The exam is on Thursday, Oct. 13. You are allowed THREE SHEETS OF NOTES and

More information

Answers Part A. P(x = 67) = 0, because x is a continuous random variable. 2. Find the following probabilities:

Answers Part A. P(x = 67) = 0, because x is a continuous random variable. 2. Find the following probabilities: Answers Part A 1. Woman s heights are normally distributed with a mean of 63.6 inches and a standard deviation of 2.5 inches. Find the probability that a single randomly selected woman will be 67 inches

More information

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES VARIABLE Studying the behavior of random variables, and more importantly functions of random variables is essential for both the

More information

MAT 2377C FINAL EXAM PRACTICE

MAT 2377C FINAL EXAM PRACTICE Department of Mathematics and Statistics University of Ottawa MAT 2377C FINAL EXAM PRACTICE 10 December 2015 Professor: Rafal Kulik Time: 180 minutes Student Number: Family Name: First Name: This is a

More information

7 Continuous Variables

7 Continuous Variables 7 Continuous Variables 7.1 Distribution function With continuous variables we can again define a probability distribution but instead of specifying Pr(X j) we specify Pr(X < u) since Pr(u < X < u + δ)

More information

Statistics Masters Comprehensive Exam March 21, 2003

Statistics Masters Comprehensive Exam March 21, 2003 Statistics Masters Comprehensive Exam March 21, 2003 Student Name: 1. Answer 8 out of 12 problems. Mark the problems you selected in the following table. 1 2 3 4 5 6 7 8 9 10 11 12 2. Write your answer

More information

[Chapter 6. Functions of Random Variables]

[Chapter 6. Functions of Random Variables] [Chapter 6. Functions of Random Variables] 6.1 Introduction 6.2 Finding the probability distribution of a function of random variables 6.3 The method of distribution functions 6.5 The method of Moment-generating

More information

Math 218 Supplemental Instruction Spring 2008 Final Review Part A

Math 218 Supplemental Instruction Spring 2008 Final Review Part A Spring 2008 Final Review Part A SI leaders: Mario Panak, Jackie Hu, Christina Tasooji Chapters 3, 4, and 5 Topics Covered: General probability (probability laws, conditional, joint probabilities, independence)

More information

STA 260: Statistics and Probability II

STA 260: Statistics and Probability II Al Nosedal. University of Toronto. Winter 2017 1 Chapter 7. Sampling Distributions and the Central Limit Theorem If you can t explain it simply, you don t understand it well enough Albert Einstein. Theorem

More information

1, 0 r 1 f R (r) = 0, otherwise. 1 E(R 2 ) = r 2 f R (r)dr = r 2 3

1, 0 r 1 f R (r) = 0, otherwise. 1 E(R 2 ) = r 2 f R (r)dr = r 2 3 STAT 5 4.43. We are given that a circle s radius R U(, ). the pdf of R is {, r f R (r), otherwise. The area of the circle is A πr. The mean of A is E(A) E(πR ) πe(r ). The second moment of R is ( ) r E(R

More information

Topic 5: Discrete Random Variables & Expectations Reference Chapter 4

Topic 5: Discrete Random Variables & Expectations Reference Chapter 4 Page 1 Topic 5: Discrete Random Variables & Epectations Reference Chapter 4 In Chapter 3 we studied rules for associating a probability value with a single event or with a subset of events in an eperiment.

More information

0, otherwise. U = Y 1 Y 2 Hint: Use either the method of distribution functions or a bivariate transformation. (b) Find E(U).

0, otherwise. U = Y 1 Y 2 Hint: Use either the method of distribution functions or a bivariate transformation. (b) Find E(U). 1. Suppose Y U(0, 2) so that the probability density function (pdf) of Y is 1 2, 0 < y < 2 (a) Find the pdf of U = Y 4 + 1. Make sure to note the support. (c) Suppose Y 1, Y 2,..., Y n is an iid sample

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

STAT:2020 Probability and Statistics for Engineers Exam 2 Mock-up. 100 possible points

STAT:2020 Probability and Statistics for Engineers Exam 2 Mock-up. 100 possible points STAT:2020 Probability and Statistics for Engineers Exam 2 Mock-up 100 possible points Student Name Section [letter/#] Section [day/time] Instructions: 1) Make sure you have the correct number of pages.

More information

ECE 302 Division 1 MWF 10:30-11:20 (Prof. Pollak) Final Exam Solutions, 5/3/2004. Please read the instructions carefully before proceeding.

ECE 302 Division 1 MWF 10:30-11:20 (Prof. Pollak) Final Exam Solutions, 5/3/2004. Please read the instructions carefully before proceeding. NAME: ECE 302 Division MWF 0:30-:20 (Prof. Pollak) Final Exam Solutions, 5/3/2004. Please read the instructions carefully before proceeding. If you are not in Prof. Pollak s section, you may not take this

More information

Math Spring Practice for the final Exam.

Math Spring Practice for the final Exam. Math 4 - Spring 8 - Practice for the final Exam.. Let X, Y, Z be three independnet random variables uniformly distributed on [, ]. Let W := X + Y. Compute P(W t) for t. Honors: Compute the CDF function

More information

Stat 515 Midterm Examination II April 4, 2016 (7:00 p.m. - 9:00 p.m.)

Stat 515 Midterm Examination II April 4, 2016 (7:00 p.m. - 9:00 p.m.) Name: Section: Stat 515 Midterm Examination II April 4, 2016 (7:00 p.m. - 9:00 p.m.) The total score is 120 points. Instructions: There are 10 questions. Please circle 8 problems below that you want to

More information

Sample Problems for the Final Exam

Sample Problems for the Final Exam Sample Problems for the Final Exam 1. Hydraulic landing assemblies coming from an aircraft rework facility are each inspected for defects. Historical records indicate that 8% have defects in shafts only,

More information

University of Illinois ECE 313: Final Exam Fall 2014

University of Illinois ECE 313: Final Exam Fall 2014 University of Illinois ECE 313: Final Exam Fall 2014 Monday, December 15, 2014, 7:00 p.m. 10:00 p.m. Sect. B, names A-O, 1013 ECE, names P-Z, 1015 ECE; Section C, names A-L, 1015 ECE; all others 112 Gregory

More information

You may use a calculator. Translation: Show all of your work; use a calculator only to do final calculations and/or to check your work.

You may use a calculator. Translation: Show all of your work; use a calculator only to do final calculations and/or to check your work. GROUND RULES: Print your name at the top of this page. This is a closed-book and closed-notes exam. You may use a calculator. Translation: Show all of your work; use a calculator only to do final calculations

More information

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models Fatih Cavdur fatihcavdur@uludag.edu.tr March 20, 2012 Introduction Introduction The world of the model-builder

More information

1 Basic continuous random variable problems

1 Basic continuous random variable problems Name M362K Final Here are problems concerning material from Chapters 5 and 6. To review the other chapters, look over previous practice sheets for the two exams, previous quizzes, previous homeworks and

More information

18.05 Exam 1. Table of normal probabilities: The last page of the exam contains a table of standard normal cdf values.

18.05 Exam 1. Table of normal probabilities: The last page of the exam contains a table of standard normal cdf values. Name 18.05 Exam 1 No books or calculators. You may have one 4 6 notecard with any information you like on it. 6 problems, 8 pages Use the back side of each page if you need more space. Simplifying expressions:

More information

Midterm Exam 1 (Solutions)

Midterm Exam 1 (Solutions) EECS 6 Probability and Random Processes University of California, Berkeley: Spring 07 Kannan Ramchandran February 3, 07 Midterm Exam (Solutions) Last name First name SID Name of student on your left: Name

More information

S n = x + X 1 + X X n.

S n = x + X 1 + X X n. 0 Lecture 0 0. Gambler Ruin Problem Let X be a payoff if a coin toss game such that P(X = ) = P(X = ) = /2. Suppose you start with x dollars and play the game n times. Let X,X 2,...,X n be payoffs in each

More information

Solution: By Markov inequality: P (X > 100) 0.8. By Chebyshev s inequality: P (X > 100) P ( X 80 > 20) 100/20 2 = The second estimate is better.

Solution: By Markov inequality: P (X > 100) 0.8. By Chebyshev s inequality: P (X > 100) P ( X 80 > 20) 100/20 2 = The second estimate is better. MA 485-1E, Probability (Dr Chernov) Final Exam Wed, Dec 12, 2001 Student s name Be sure to show all your work. Each problem is 4 points. Full credit will be given for 9 problems (36 points). You are welcome

More information

ECE 302 Division 2 Exam 2 Solutions, 11/4/2009.

ECE 302 Division 2 Exam 2 Solutions, 11/4/2009. NAME: ECE 32 Division 2 Exam 2 Solutions, /4/29. You will be required to show your student ID during the exam. This is a closed-book exam. A formula sheet is provided. No calculators are allowed. Total

More information

Exercises Stochastic Performance Modelling. Hamilton Institute, Summer 2010

Exercises Stochastic Performance Modelling. Hamilton Institute, Summer 2010 Exercises Stochastic Performance Modelling Hamilton Institute, Summer Instruction Exercise Let X be a non-negative random variable with E[X ]

More information

Econ 250 Winter 2009 Assignment 2 - Solutions

Econ 250 Winter 2009 Assignment 2 - Solutions Eco50 Winter 2009 Assignment 2 - Solutions. For a restaurant, the time it takes to deliver pizza (in minutes) is uniform over the interval (25, 37). Determine the proportion of deliveries that are made

More information

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2018 Kannan Ramchandran February 14, 2018.

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2018 Kannan Ramchandran February 14, 2018. EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2018 Kannan Ramchandran February 14, 2018 Midterm 1 Last Name First Name SID You have 10 minutes to read the exam and

More information

Statistics STAT:5100 (22S:193), Fall Sample Final Exam B

Statistics STAT:5100 (22S:193), Fall Sample Final Exam B Statistics STAT:5 (22S:93), Fall 25 Sample Final Exam B Please write your answers in the exam books provided.. Let X, Y, and Y 2 be independent random variables with X N(µ X, σ 2 X ) and Y i N(µ Y, σ 2

More information

Final Exam for MAT2377 Probability and Statistics for Engineers. Professor : M. Zarepour & G. Lamothe. Name :

Final Exam for MAT2377 Probability and Statistics for Engineers. Professor : M. Zarepour & G. Lamothe. Name : Final Exam for MAT2377 Probability and Statistics for Engineers. Time : 3 hours Professor : M. Zarepour & G. Lamothe Name : Student Number : Calculators are permitted. It is an open book exam. There are

More information

CDA6530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random

CDA6530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random CDA6530: Performance Models of Computers and Networks Chapter 2: Review of Practical Random Variables Definition Random variable (RV)X (R.V.) X: A function on sample space X: S R Cumulative distribution

More information

Quiz 1. Name: Instructions: Closed book, notes, and no electronic devices.

Quiz 1. Name: Instructions: Closed book, notes, and no electronic devices. Quiz 1. Name: Instructions: Closed book, notes, and no electronic devices. 1. What is the difference between a deterministic model and a probabilistic model? (Two or three sentences only). 2. What is the

More information

1 Basic continuous random variable problems

1 Basic continuous random variable problems Name M362K Final Here are problems concerning material from Chapters 5 and 6. To review the other chapters, look over previous practice sheets for the two exams, previous quizzes, previous homeworks and

More information

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables THE UNIVERSITY OF MANCHESTER. 21 June :45 11:45

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables THE UNIVERSITY OF MANCHESTER. 21 June :45 11:45 Two hours MATH20802 To be supplied by the Examinations Office: Mathematical Formula Tables THE UNIVERSITY OF MANCHESTER STATISTICAL METHODS 21 June 2010 9:45 11:45 Answer any FOUR of the questions. University-approved

More information

i=1 k i=1 g i (Y )] = k f(t)dt and f(y) = F (y) except at possibly countably many points, E[g(Y )] = f(y)dy = 1, F(y) = y

i=1 k i=1 g i (Y )] = k f(t)dt and f(y) = F (y) except at possibly countably many points, E[g(Y )] = f(y)dy = 1, F(y) = y Math 480 Exam 2 is Wed. Oct. 31. You are allowed 7 sheets of notes and a calculator. The exam emphasizes HW5-8, and Q5-8. From the 1st exam: The conditional probability of A given B is P(A B) = P(A B)

More information

December 2010 Mathematics 302 Name Page 2 of 11 pages

December 2010 Mathematics 302 Name Page 2 of 11 pages December 2010 Mathematics 302 Name Page 2 of 11 pages [9] 1. An urn contains red balls, 10 green balls and 1 yellow balls. You randomly select balls, without replacement. (a What ( is( the probability

More information

Math st Homework. First part of Chapter 2. Due Friday, September 17, 1999.

Math st Homework. First part of Chapter 2. Due Friday, September 17, 1999. Math 447. 1st Homework. First part of Chapter 2. Due Friday, September 17, 1999. 1. How many different seven place license plates are possible if the first 3 places are to be occupied by letters and the

More information

Distributions of Functions of Random Variables. 5.1 Functions of One Random Variable

Distributions of Functions of Random Variables. 5.1 Functions of One Random Variable Distributions of Functions of Random Variables 5.1 Functions of One Random Variable 5.2 Transformations of Two Random Variables 5.3 Several Random Variables 5.4 The Moment-Generating Function Technique

More information

This does not cover everything on the final. Look at the posted practice problems for other topics.

This does not cover everything on the final. Look at the posted practice problems for other topics. Class 7: Review Problems for Final Exam 8.5 Spring 7 This does not cover everything on the final. Look at the posted practice problems for other topics. To save time in class: set up, but do not carry

More information

LIST OF FORMULAS FOR STK1100 AND STK1110

LIST OF FORMULAS FOR STK1100 AND STK1110 LIST OF FORMULAS FOR STK1100 AND STK1110 (Version of 11. November 2015) 1. Probability Let A, B, A 1, A 2,..., B 1, B 2,... be events, that is, subsets of a sample space Ω. a) Axioms: A probability function

More information

IE 336 Seat # Name (clearly) < KEY > Open book and notes. No calculators. 60 minutes. Cover page and five pages of exam.

IE 336 Seat # Name (clearly) < KEY > Open book and notes. No calculators. 60 minutes. Cover page and five pages of exam. Open book and notes. No calculators. 60 minutes. Cover page and five pages of exam. This test covers through Chapter 2 of Solberg (August 2005). All problems are worth five points. To receive full credit,

More information

EE126: Probability and Random Processes

EE126: Probability and Random Processes EE126: Probability and Random Processes Lecture 18: Poisson Process Abhay Parekh UC Berkeley March 17, 2011 1 1 Review 2 Poisson Process 2 Bernoulli Process An arrival process comprised of a sequence of

More information

IEOR 3106: Second Midterm Exam, Chapters 5-6, November 7, 2013

IEOR 3106: Second Midterm Exam, Chapters 5-6, November 7, 2013 IEOR 316: Second Midterm Exam, Chapters 5-6, November 7, 13 SOLUTIONS Honor Code: Students are expected to behave honorably, following the accepted code of academic honesty. You may keep the exam itself.

More information

Practice Examination # 3

Practice Examination # 3 Practice Examination # 3 Sta 23: Probability December 13, 212 This is a closed-book exam so do not refer to your notes, the text, or any other books (please put them on the floor). You may use a single

More information

MCS Introduction to Probability and Statistics FIRST MIDTERM

MCS Introduction to Probability and Statistics FIRST MIDTERM Department of Mathematics and Computer Sciences 1-11 Spring Semester MCS 4 - Introduction to Probability and Statistics FIRST MIDTERM 1 The following data represents the grades of a group of students:

More information

ECE302 Exam 2 Version A April 21, You must show ALL of your work for full credit. Please leave fractions as fractions, but simplify them, etc.

ECE302 Exam 2 Version A April 21, You must show ALL of your work for full credit. Please leave fractions as fractions, but simplify them, etc. ECE32 Exam 2 Version A April 21, 214 1 Name: Solution Score: /1 This exam is closed-book. You must show ALL of your work for full credit. Please read the questions carefully. Please check your answers

More information

Slides 8: Statistical Models in Simulation

Slides 8: Statistical Models in Simulation Slides 8: Statistical Models in Simulation Purpose and Overview The world the model-builder sees is probabilistic rather than deterministic: Some statistical model might well describe the variations. An

More information

ax, 0 < x < 1 0, otherwise. f(x)dx = 1).

ax, 0 < x < 1 0, otherwise. f(x)dx = 1). HW 3 (Due Oct. 3, 2017) Name: HW 3.1 Suppose that X has the pdf f(x) = { ax, 0 < x < 1 0, otherwise. (a) Find the value of a (use the requirement f(x)dx = 1). (b) Calculate P (X < 0.3) (c) Calculate P

More information

PART I. (a) Describe all the assumptions for a normal error regression model with one predictor variable,

PART I. (a) Describe all the assumptions for a normal error regression model with one predictor variable, Concordia University Department of Mathematics and Statistics Course Number Section Statistics 360/2 01 Examination Date Time Pages Final December 2002 3 hours 6 Instructors Course Examiner Marks Y.P.

More information

SOLUTIONS IEOR 3106: Second Midterm Exam, Chapters 5-6, November 8, 2012

SOLUTIONS IEOR 3106: Second Midterm Exam, Chapters 5-6, November 8, 2012 SOLUTIONS IEOR 3106: Second Midterm Exam, Chapters 5-6, November 8, 2012 This exam is closed book. YOU NEED TO SHOW YOUR WORK. Honor Code: Students are expected to behave honorably, following the accepted

More information