MAE Probability and Statistical Methods for Engineers - Spring 2016 Final Exam, June 8

Size: px
Start display at page:

Download "MAE Probability and Statistical Methods for Engineers - Spring 2016 Final Exam, June 8"

Transcription

1 MAE 18 - Probability and Statistical Methods for Engineers - Spring 16 Final Exam, June 8 Instructions (i) One (two-sided) cheat sheet, book tables, and a calculator with no communication capabilities are allowed, (ii) No cellphones, tablets, or laptops, (iii) You have 17 minutes, (iv) Do not get stuck! Move on and come back later if you have time, (v) Justify all your answers, (vi) Do not forget to write your name and student number in your exam. Questions 1. (1 points) The lifetime T of a laptop battery until it loses 8 percent of its capacity is distributed as a lognormal random variable with a mean of years and a coefficient of variation of.5. (i) What proportion of laptop batteries have lifetimes between 1.5 and years? (ii) What is the probability that a battery has a lifetime greater than one standard deviation from the mean? (iii) Six laptops are chosen at random. What is the probability that at least a laptop battery has a lifetime greater than one standard deviation from the mean? (i) The lifetime T has µ = years and δ =.5. These descriptors are related to the parameters of the lognormal as follows: ζ = δ =.5, (as δ is smaller than.3) λ = ln µ ζ = ln 1.65 = = (+ points: one per parameter) The proportion of batteries with lifetimes between 1.5 and years is given by P (1.5 < T < ). Since T is a lognormal, the random variable X = ln T is a Gaussian with mean λ and stardard deviation ζ. Then: ( ) ( ) ln.6619 ln P (1.5 < T < ) = P (ln(1.5) < X < ln ) = Φ Φ.5.5 = Φ(.149) Φ( 1.57) =.5477 (1 Φ(1.57)) =.5477 (1.8461) = =.3938.

2 That is, the proportion of laptop batteries with lifetimes between 1.5 and years is approximately 39.38%. (+ points: formula) (ii) The standard deviation of the lognormal is = µ δ =.5 =.5. Then, one standard deviation from the mean gives a value of T = =.5. We have to find ( ) ln P (T >.5) = P (X > ln(.5)) = 1 P (X ln(.5)) = 1 Φ =.5 ( ) Φ = 1 Φ(1.175) = = (+1 point: calculation of T ) (+1 point: complementary) (iii) Six laptop batteries define a Bernouilli sequence of n = 6. Define Y the number of laptop batteries of the sequence of six with a lifetime greater than one standard deviation from the mean. Y is distributed as a Binomial with n = 6 and p = Then (from the table): P (Y 1) = 1 P (Y ) =.69.. (1 points) Customers who purchase a certain make of a car can order an engine in any of three sizes. Of all cars sold, 45% have the smallest engine, 35% have the medium-sized engine, and % have the largest. Of cars with the smallest engine, 1% fail an emissions test within two years of purchase, while this is the case in 1% of those with the medium size, and 15% with the largest engine size. (i) What is the probability that a randomly chosen car will fail an emission test within two years? (ii) Suppose that a record for a failed emissions test is chosen at random. What is the probability that is for a car with a small engine? (i) Define the events: A 1 = a purchased car has a small-sized engine, A = a purchased car has a medium-sized engine, A 3 = a purchased car has a large engine, B = a purchased car fails the emissions test within two years. Page

3 From the problem statement, we have (+1 point: event definition) P (A 1 ) =.45, P (A ) =.35, P (A 3 ) =.. In addition, we are told that (+1.5 points) P (B A 1 ) =.1, P (B A ) =.1, P (B A 3 ) =.15. (+1.5 points) Since {A 1, A, A 3 } are pairwise mutually exclusive events, and collectively exhaustive, we can use the theorem of total probability to find P (B): P (B) = P (B A 1 ) P (A 1 ) + P (B A ) P (A ) + P (B A 3 ) P (A 3 ) = = =.117. (ii) Here we use Bayes rule to find P (A 1 B): (+ points: theorem of total probability) P (A 1 B) = P (B A 1) P (A 1 ) P (B) = P (B A 1) P (A 1 ) P (B) = =.385. (+ points: Bayes theorem) 3. (8 points) A fast-food restaurant operates both a drive-through facility and a walk-in facility. On a randomly selected day, let X and Y, respectively, be the proportions of the time that the drive-through and walk-in facilities are in use, and suppose that the joint density function of these random variables is { f XY (x, y) = 3 (x + y), x < 1, y < 1,, otherwise. (i) Find the marginal density of X. (ii) Find the marginal density of Y. Are the variables X and Y statistically independent? (iii) Find the probability that the drive-through facility is busy less than half of the time. (i) The marginal density of X is given by f X (x) = 1 3 (x + y)dy = 3 (x + 1). Page 3

4 (+ points: formula + integral) (ii) The marginal density of Y is given by f Y (y) = 1 3 (x + y)dx = ( y). Since f XY (x, y) f X (x)f Y (y), the two variables are not independent. (iii) The probability that the drive-through is busy less that half the time is P (X.5) =.5 f X (x)dx =.5 (+ points: formula + integral) 3 (x + 1)dx = ( ) =.417. (+ points: formula + integral) 4. (1 points) The service stations along a highway are located according to a Poisson process in space, with an average of 1 service station in 1 miles. Because of a gas shortage, there is a probability of.3 that a service station would have no gasoline available. Assume that the availabilities of gasoline at different service stations are statistically independent. (i) What is the probability that there is at most 1 service station in the next 15 miles of highway? (ii) What is the probability that none of the next 3 stations has gasoline for sale? (iii) A driver on this highway notices that the fuel gauge in his car reads empty; from experience he knows that he can go another 15 miles. By realizing that service stations with no gas available also follow a Poisson process with a different occurrence rate, find the probability that he will be stranded on the highway without gasoline. (i) The mean occurrence rate of service stations is ν =.1 miles 1. If X 15 is the number of service stations in the next 15 miles, we have P (X 15 1) = P (X 15 = ) + P (X 15 = 1) = (.1 15) e ! (.1 15)1 e.1 15 =.56. 1! (+1 point: occurrence rate) (+ points: Poisson formula) (ii) Service stations without gas are a Bernoulli sequence, with probability p =.3 per station. The probability that none of the next n = 3 gas stations has gas for sale is given by the Page 4

5 binomial distribution: P (X = ) = ( 3 ) =.3 3 =.7. (+1 point: Bernoulli sequence) (+ points: binomial formula and numerical value) (iii) Service stations that sell gasoline occur as a Poisson process with occurrence rate ν = ν (1 p) =.1.7 =.7 miles 1. The probability that the driver will be stranded is P (X 15 = ) = (.7 15) e.7 15 =.35.! (+1 point: occurrence rate) (+ points: Poisson formula and numerical value) 5. (1 points) Semiconductor wafers at a fabrication plant are classified according to their diameter into 1 inch and 3 inch wafers. Let X 1 (resp. X ) denote the number of 1 inch (resp. 3 inch) wafers produced in a day. Assume that X 1 (resp. X ) has a mean and standard deviations of µ 1 = 11, 1 = 1 (resp. µ = 9, =.) (i) Assuming that the production of wafers types are independent processes, find the mean and standard deviation of the total number of wafers produced in a day. (Justify your answer.) (ii) Further, assume each of previous variables is distributed as a Gaussian. What is the probability that at least 19 wafers are produced in a day? (iii) How should the standard deviation of the 1 inch wafer production be lowered so that at least 15 wafers are produced in a day with 99% probability? (i) The total production of wafers is given by Y = X 1 + X. This is is a new random variable with mean µ = µ 1 + µ = =, and, since X 1 and X are independent, Y has a standard deviation = 1 + = 1 + = 3.6. Page 5

6 (ii) We are asked about ( ) 19 P (Y 19) = 1 P (Y < 19) = 1 Φ = 1 Φ(.447) = 3.6 = 1 (1 Φ(.447)) Φ(.45) = (iii) Keeping 1 as an unknown, the standard deviation of Y is a function = Using this, we set up the equation: ( ) 5 P (Y 15) = 1 P (Y < 15) = 1 Φ =.99, which implies ( ) ( ) = Φ = 1 Φ. In other words, ( ) 5.99 = Φ.33 = 5 (+ points: set up equation for ) = 5.33 = Then, we have that 1 = = , and thus 1 = (+ points: solve for and 1 using table) 6. (1 points) A new process for producing a type of resin is supposed to have a cycle time of no more than 3.5 hours per batch. Six batches were produced, and their cycle times, in hours, were: Can you conclude that the mean cycle time is 3.5 hours? Set up a one-sided test to evaluate if µ = 3.5 versus µ > 3.5 with a significance value of α =.1. Justify your answer. (i) We set up a one-sided test for the mean cycle of the mean to decide if µ > 3.5 or not. { H : µ = 3.5, H 1 : µ > 3.5. Page 6

7 (ii) Since the true variance of the population is not know, we take X = x 3.5 s/ to be distributed 6 as a t-distribution of n 1 = 5 d.o.f. (iii) The sample mean of the mean cycle times and and its sample variance are x = 1 ( ) = s = 1 5 ( ( ) + ( ) + ( ) + ( ) =.76 (iv) We compute the test statistic assuming that H z = = =.4..76/ ( ) + ( ) ) (v) We find t 1 α,n 1 = t.99,5 = , which defines the region of rejection. (vi) Since t.99,5 = > z =.4, then the null hypothesis is accepted, or in other words, µ = (8 points) Oven thermostats were tested by setting them to 35 o F and measuring the actual temperature of the oven. In a sample of 67 thermostats, the average temperature was 348. o F. If the standard deviation of the population is known to be = 5.1 o F do the following: (i) Find a two-sided 95% confidence interval for the mean oven temperature. (ii) How many thermostats must be sampled so that the 9% confidence interval specifies the mean within ±.8 o F? (i) The sample temperature T of the oven is normally distributed with sample mean t = 348. o F and a known standard deviation = 5.1 o F. We need a two-sided confidence interval with Page 7

8 1 α =.95. Then, 1 α =.975 and α =.5 and we compute ( ) < µ T >.95 = 348. k.975, k ( = ) 5.1, = (347, 349.4). (+1 point: find 1 α/ and α/) (+ points: critical values) (+1 point: confindence interval) (ii) For the two-sided confidence interval with 1 α =.9, then 1 α =.95. The number of samples n that need to be taken to guarantee a 9% confidence interval with width w =.8 is w =.8 = k n = n n = = Therefore, we can take n = 111. (+1 point: find 1 α/ and α/) (+ points: w in terms of n) (+1 point: value of n) Page 8

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

ORF 245 Fundamentals of Engineering Statistics. Final Exam

ORF 245 Fundamentals of Engineering Statistics. Final Exam Princeton University Department of Operations Research and Financial Engineering ORF 245 Fundamentals of Engineering Statistics Final Exam May 22, 2008 7:30pm-10:30pm PLEASE DO NOT TURN THIS PAGE AND START

More information

MTH4451Test#2-Solutions Spring 2009

MTH4451Test#2-Solutions Spring 2009 Pat Rossi Instructions. MTH4451Test#2-Solutions Spring 2009 Name Show CLEARLY how you arrive at your answers. 1. A large jar contains US coins. In this jar, there are 350 pennies ($0.01), 300 nickels ($0.05),

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

EXAM 3 Math 1342 Elementary Statistics 6-7

EXAM 3 Math 1342 Elementary Statistics 6-7 EXAM 3 Math 1342 Elementary Statistics 6-7 Name Date ********************************************************************************************************************************************** MULTIPLE

More information

IE 4521 Midterm #1. Prof. John Gunnar Carlsson. March 2, 2010

IE 4521 Midterm #1. Prof. John Gunnar Carlsson. March 2, 2010 IE 4521 Midterm #1 Prof. John Gunnar Carlsson March 2, 2010 Before you begin: This exam has 9 pages (including the normal distribution table) and a total of 8 problems. Make sure that all pages are present.

More information

1 Binomial Probability [15 points]

1 Binomial Probability [15 points] Economics 250 Assignment 2 (Due November 13, 2017, in class) i) You should do the assignment on your own, Not group work! ii) Submit the completed work in class on the due date. iii) Remember to include

More information

Midterm 2 - Solutions

Midterm 2 - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis February 24, 2010 Instructor: John Parman Midterm 2 - Solutions You have until 10:20am to complete this exam. Please remember to put

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

Discrete probability distributions

Discrete probability distributions Discrete probability s BSAD 30 Dave Novak Fall 08 Source: Anderson et al., 05 Quantitative Methods for Business th edition some slides are directly from J. Loucks 03 Cengage Learning Covered so far Chapter

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

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

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

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

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

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

CH5 CH6(Sections 1 through 5) Homework Problems

CH5 CH6(Sections 1 through 5) Homework Problems 550.40 CH5 CH6(Sections 1 through 5) Homework Problems 1. Part of HW #6: CH 5 P1. Let X be a random variable with probability density function f(x) = c(1 x ) 1 < x < 1 (a) What is the value of c? (b) What

More information

SL - Binomial Questions

SL - Binomial Questions IB Questionbank Maths SL SL - Binomial Questions 262 min 244 marks 1. A random variable X is distributed normally with mean 450 and standard deviation 20. Find P(X 475). Given that P(X > a) = 0.27, find

More information

Stat 2300 International, Fall 2006 Sample Midterm. Friday, October 20, Your Name: A Number:

Stat 2300 International, Fall 2006 Sample Midterm. Friday, October 20, Your Name: A Number: Stat 2300 International, Fall 2006 Sample Midterm Friday, October 20, 2006 Your Name: A Number: The Midterm consists of 35 questions: 20 multiple-choice questions (with exactly 1 correct answer) and 15

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

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

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

Statistics 224 Solution key to EXAM 2 FALL 2007 Friday 11/2/07 Professor Michael Iltis (Lecture 2)

Statistics 224 Solution key to EXAM 2 FALL 2007 Friday 11/2/07 Professor Michael Iltis (Lecture 2) NOTE : For the purpose of review, I have added some additional parts not found on the original exam. These parts are indicated with a ** beside them Statistics 224 Solution key to EXAM 2 FALL 2007 Friday

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

South Pacific Form Seven Certificate

South Pacific Form Seven Certificate 141/1 South Pacific Form Seven Certificate INSTRUCTIONS MATHEMATICS WITH STATISTICS 2015 QUESTION and ANSWER BOOKLET Time allowed: Two and a half hours Write your Student Personal Identification Number

More information

b. ( ) ( ) ( ) ( ) ( ) 5. Independence: Two events (A & B) are independent if one of the conditions listed below is satisfied; ( ) ( ) ( )

b. ( ) ( ) ( ) ( ) ( ) 5. Independence: Two events (A & B) are independent if one of the conditions listed below is satisfied; ( ) ( ) ( ) 1. Set a. b. 2. Definitions a. Random Experiment: An experiment that can result in different outcomes, even though it is performed under the same conditions and in the same manner. b. Sample Space: This

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

FINAL EXAM: Monday 8-10am

FINAL EXAM: Monday 8-10am ECE 30: Probabilistic Methods in Electrical and Computer Engineering Fall 016 Instructor: Prof. A. R. Reibman FINAL EXAM: Monday 8-10am Fall 016, TTh 3-4:15pm (December 1, 016) This is a closed book exam.

More information

STAT 2507 H Assignment # 2 (Chapters 4, 5, and 6) Due: Monday, March 2, 2015, in class

STAT 2507 H Assignment # 2 (Chapters 4, 5, and 6) Due: Monday, March 2, 2015, in class STAT 2507 H Assignment # 2 (Chapters 4, 5, and 6) Due: Monday, March 2, 2015, in class Last Name First Name - Student # LAB Section - Note: Use spaces left to answer all questions. The total of marks for

More information

CONTINUOUS RANDOM VARIABLES

CONTINUOUS RANDOM VARIABLES the Further Mathematics network www.fmnetwork.org.uk V 07 REVISION SHEET STATISTICS (AQA) CONTINUOUS RANDOM VARIABLES The main ideas are: Properties of Continuous Random Variables Mean, Median and Mode

More information

Chapter # classifications of unlikely, likely, or very likely to describe possible buying of a product?

Chapter # classifications of unlikely, likely, or very likely to describe possible buying of a product? A. Attribute data B. Numerical data C. Quantitative data D. Sample data E. Qualitative data F. Statistic G. Parameter Chapter #1 Match the following descriptions with the best term or classification given

More information

DISTRIBUTIONAL APPROXIMATIONS

DISTRIBUTIONAL APPROXIMATIONS DISTRIBUTIONAL APPROXIMATIONS BINOMIAL TO POISSON Question 1 (**) The discrete random variable X has probability distribution X ~ B( 125,0.02). Use a distributional approximation, to find P( 2 X 6)

More information

Known probability distributions

Known probability distributions Known probability distributions Engineers frequently wor with data that can be modeled as one of several nown probability distributions. Being able to model the data allows us to: model real systems design

More information

Table of z values and probabilities for the standard normal distribution. z is the first column plus the top row. Each cell shows P(X z).

Table of z values and probabilities for the standard normal distribution. z is the first column plus the top row. Each cell shows P(X z). Table of z values and probabilities for the standard normal distribution. z is the first column plus the top row. Each cell shows P(X z). For example P(X.04) =.8508. For z < 0 subtract the value from,

More information

Complete Solutions to Examination Questions Complete Solutions to Examination Questions 16

Complete Solutions to Examination Questions Complete Solutions to Examination Questions 16 Complete Solutions to Examination Questions 16 1 Complete Solutions to Examination Questions 16 1. The simplest way to evaluate the standard deviation and mean is to use these functions on your calculator.

More information

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017.

EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017. EECS 126 Probability and Random Processes University of California, Berkeley: Spring 2017 Kannan Ramchandran March 21, 2017 Midterm Exam 2 Last name First name SID Name of student on your left: Name of

More information

57:022 Principles of Design II Final Exam Solutions - Spring 1997

57:022 Principles of Design II Final Exam Solutions - Spring 1997 57:022 Principles of Design II Final Exam Solutions - Spring 1997 Part: I II III IV V VI Total Possible Pts: 52 10 12 16 13 12 115 PART ONE Indicate "+" if True and "o" if False: + a. If a component's

More information

Midterm. Introduction to Machine Learning. CS 189 Spring Please do not open the exam before you are instructed to do so.

Midterm. Introduction to Machine Learning. CS 189 Spring Please do not open the exam before you are instructed to do so. CS 89 Spring 07 Introduction to Machine Learning Midterm Please do not open the exam before you are instructed to do so. The exam is closed book, closed notes except your one-page cheat sheet. Electronic

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

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

Ch 11- One Way Analysis of Variance

Ch 11- One Way Analysis of Variance Multiple Choice Questions Ch 11- One Way Analysis of Variance Use the following to solve questions 1 &. Suppose n = 8 and there are 4 groups, how many between groups (samples) degrees of freedom are there?

More information

You may not use your books/notes on this exam. You may use calculator.

You may not use your books/notes on this exam. You may use calculator. MATH 450 Fall 2018 Review problems 12/03/18 Time Limit: 60 Minutes Name (Print: This exam contains 6 pages (including this cover page and 5 problems. Check to see if any pages are missing. Enter all requested

More information

MEI STRUCTURED MATHEMATICS 4767

MEI STRUCTURED MATHEMATICS 4767 OXFORD CAMBRIDGE AND RSA EXAMINATIONS Advanced Subsidiary General Certificate of Education Advanced General Certificate of Education MEI STRUCTURED MATHEMATICS 4767 Statistics 2 Thursday 9 JUNE 2005 Morning

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

Visual interpretation with normal approximation

Visual interpretation with normal approximation Visual interpretation with normal approximation H 0 is true: H 1 is true: p =0.06 25 33 Reject H 0 α =0.05 (Type I error rate) Fail to reject H 0 β =0.6468 (Type II error rate) 30 Accept H 1 Visual interpretation

More information

Ch 13 & 14 - Regression Analysis

Ch 13 & 14 - Regression Analysis Ch 3 & 4 - Regression Analysis Simple Regression Model I. Multiple Choice:. A simple regression is a regression model that contains a. only one independent variable b. only one dependent variable c. more

More information

Engineering Mathematics : Probability & Queueing Theory SUBJECT CODE : MA 2262 X find the minimum value of c.

Engineering Mathematics : Probability & Queueing Theory SUBJECT CODE : MA 2262 X find the minimum value of c. SUBJECT NAME : Probability & Queueing Theory SUBJECT CODE : MA 2262 MATERIAL NAME : University Questions MATERIAL CODE : SKMA104 UPDATED ON : May June 2013 Name of the Student: Branch: Unit I (Random Variables)

More information

MTH U481 : SPRING 2009: PRACTICE PROBLEMS FOR FINAL

MTH U481 : SPRING 2009: PRACTICE PROBLEMS FOR FINAL MTH U481 : SPRING 2009: PRACTICE PROBLEMS FOR FINAL 1). Two urns are provided as follows: urn 1 contains 2 white chips and 4 red chips, while urn 2 contains 5 white chips and 3 red chips. One chip is chosen

More information

STAT Exam Jam Solutions. Contents

STAT Exam Jam Solutions. Contents s Contents 1 First Day 2 Question 1: PDFs, CDFs, and Finding E(X), V (X).......................... 2 Question 2: Bayesian Inference...................................... 3 Question 3: Binomial to Normal

More information

Math Review Sheet, Fall 2008

Math Review Sheet, Fall 2008 1 Descriptive Statistics Math 3070-5 Review Sheet, Fall 2008 First we need to know about the relationship among Population Samples Objects The distribution of the population can be given in one of the

More information

MAT 2377 Practice Exam

MAT 2377 Practice Exam MAT 2377 Practice Exam 1. Suppose that for a very large delivery of integrated circuits, each circuit has a probability of failure of 0.09. Find the probability that no more than 2 pieces fail in a random

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

Business Statistics Midterm Exam Fall 2015 Russell. Please sign here to acknowledge

Business Statistics Midterm Exam Fall 2015 Russell. Please sign here to acknowledge Business Statistics Midterm Exam Fall 5 Russell Name Do not turn over this page until you are told to do so. You will have hour and 3 minutes to complete the exam. There are a total of points divided into

More information

Section 6.2 Hypothesis Testing

Section 6.2 Hypothesis Testing Section 6.2 Hypothesis Testing GIVEN: an unknown parameter, and two mutually exclusive statements H 0 and H 1 about. The Statistician must decide either to accept H 0 or to accept H 1. This kind of problem

More information

Poisson Processes and Poisson Distributions. Poisson Process - Deals with the number of occurrences per interval.

Poisson Processes and Poisson Distributions. Poisson Process - Deals with the number of occurrences per interval. Poisson Processes and Poisson Distributions Poisson Process - Deals with the number of occurrences per interval. Eamples Number of phone calls per minute Number of cars arriving at a toll both per hour

More information

Math 562 Homework 1 August 29, 2006 Dr. Ron Sahoo

Math 562 Homework 1 August 29, 2006 Dr. Ron Sahoo Math 56 Homework August 9, 006 Dr. Ron Sahoo He who labors diligently need never despair; for all things are accomplished by diligence and labor. Menander of Athens Direction: This homework worths 60 points

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

II. The Binomial Distribution

II. The Binomial Distribution 88 CHAPTER 4 PROBABILITY DISTRIBUTIONS 進佳數學團隊 Dr. Herbert Lam 林康榮博士 HKDSE Mathematics M1 II. The Binomial Distribution 1. Bernoulli distribution A Bernoulli eperiment results in any one of two possible

More information

Problem 1 (20) Log-normal. f(x) Cauchy

Problem 1 (20) Log-normal. f(x) Cauchy ORF 245. Rigollet Date: 11/21/2008 Problem 1 (20) f(x) f(x) 0.0 0.1 0.2 0.3 0.4 0.0 0.2 0.4 0.6 0.8 4 2 0 2 4 Normal (with mean -1) 4 2 0 2 4 Negative-exponential x x f(x) f(x) 0.0 0.1 0.2 0.3 0.4 0.5

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

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

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 60 minutes. Closed book and notes. 60 minutes. A summary table of some univariate continuous distributions is provided. Four Pages. In this version of the Key, I try to be more complete than necessary to receive full

More information

Statistics for Managers Using Microsoft Excel (3 rd Edition)

Statistics for Managers Using Microsoft Excel (3 rd Edition) Statistics for Managers Using Microsoft Excel (3 rd Edition) Chapter 4 Basic Probability and Discrete Probability Distributions 2002 Prentice-Hall, Inc. Chap 4-1 Chapter Topics Basic probability concepts

More information

General Random Variables

General Random Variables 1/65 Chia-Ping Chen Professor Department of Computer Science and Engineering National Sun Yat-sen University Probability A general random variable is discrete, continuous, or mixed. A discrete random variable

More information

********************************************************************************************************

******************************************************************************************************** QUESTION # 1 1. Let the random variable X represent the number of telephone lines in use by the technical support center of a software manufacturer at noon each day. The probability distribution of X is

More information

ARITHMETIC SOLVED QUESTIONS

ARITHMETIC SOLVED QUESTIONS ARITHMETIC SOLVED QUESTIONS Problem Solving 1) A boy has a few articles, all identical. If he sells them at $8 apiece, he loses $250. However, if he sells them at $9 per piece he gains $125. How many articles

More information

Chapter (4) Discrete Probability Distributions Examples

Chapter (4) Discrete Probability Distributions Examples Chapter (4) Discrete Probability Distributions Examples Example () Two balanced dice are rolled. Let X be the sum of the two dice. Obtain the probability distribution of X. Solution When the two balanced

More information

Normal Random Variables and Probability

Normal Random Variables and Probability Normal Random Variables and Probability An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2015 Discrete vs. Continuous Random Variables Think about the probability of selecting

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

Final Exam - Spring ST 370 Online - A

Final Exam - Spring ST 370 Online - A Final Exam - Spring 2002 - ST 370 Online - A Darken the circle on the answer sheet corresponding to your answer. Use a number 2 pencil. Stray marks on the form may cause errors. All questions are worth

More information

FINAL EXAM: 3:30-5:30pm

FINAL EXAM: 3:30-5:30pm ECE 30: Probabilistic Methods in Electrical and Computer Engineering Spring 016 Instructor: Prof. A. R. Reibman FINAL EXAM: 3:30-5:30pm Spring 016, MWF 1:30-1:0pm (May 6, 016) This is a closed book exam.

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

Chapter 2. Probability

Chapter 2. Probability 2-1 Chapter 2 Probability 2-2 Section 2.1: Basic Ideas Definition: An experiment is a process that results in an outcome that cannot be predicted in advance with certainty. Examples: rolling a die tossing

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

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

SALES AND MARKETING Department MATHEMATICS. 2nd Semester. Bivariate statistics. Tutorials and exercises

SALES AND MARKETING Department MATHEMATICS. 2nd Semester. Bivariate statistics. Tutorials and exercises SALES AND MARKETING Department MATHEMATICS 2nd Semester Bivariate statistics Tutorials and exercises Online document: http://jff-dut-tc.weebly.com section DUT Maths S2. IUT de Saint-Etienne Département

More information

Arizona Western College MAT 105 Mathematics for Applied Sciences Final Exam Review Spring 2016

Arizona Western College MAT 105 Mathematics for Applied Sciences Final Exam Review Spring 2016 Arizona Western College MAT 105 Mathematics for Applied Sciences Final Exam Review Spring 016 Student NAME You are expected to show your process. That means show how you get from the initial problem to

More information

This exam contains 13 pages (including this cover page) and 10 questions. A Formulae sheet is provided with the exam.

This exam contains 13 pages (including this cover page) and 10 questions. A Formulae sheet is provided with the exam. Probability and Statistics FS 2017 Session Exam 22.08.2017 Time Limit: 180 Minutes Name: Student ID: This exam contains 13 pages (including this cover page) and 10 questions. A Formulae sheet is provided

More information

, 0 x < 2. a. Find the probability that the text is checked out for more than half an hour but less than an hour. = (1/2)2

, 0 x < 2. a. Find the probability that the text is checked out for more than half an hour but less than an hour. = (1/2)2 Math 205 Spring 206 Dr. Lily Yen Midterm 2 Show all your work Name: 8 Problem : The library at Capilano University has a copy of Math 205 text on two-hour reserve. Let X denote the amount of time the text

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

Algebra 1 2nd Semester Exam Review 2015

Algebra 1 2nd Semester Exam Review 2015 Algebra 1 2nd Semester Exam Review 2015 1. Sketch the line given by. Label the x- and y-intercepts. 2. Find the slope of the line through the points (4, 7) and ( 6, 2). 3. Writing: Explain the difference

More information

EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2014 Kannan Ramchandran September 23, 2014.

EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2014 Kannan Ramchandran September 23, 2014. EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2014 Kannan Ramchandran September 23, 2014 Midterm Exam 1 Last name First name SID Rules. DO NOT open the exam until instructed

More information

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

Midterm Exam 1 Solution

Midterm Exam 1 Solution EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2015 Kannan Ramchandran September 22, 2015 Midterm Exam 1 Solution Last name First name SID Name of student on your left:

More information

their contents. If the sample mean is 15.2 oz. and the sample standard deviation is 0.50 oz., find the 95% confidence interval of the true mean.

their contents. If the sample mean is 15.2 oz. and the sample standard deviation is 0.50 oz., find the 95% confidence interval of the true mean. Math 1342 Exam 3-Review Chapters 7-9 HCCS **************************************************************************************** Name Date **********************************************************************************************

More information

STAT 302 Introduction to Probability Learning Outcomes. Textbook: A First Course in Probability by Sheldon Ross, 8 th ed.

STAT 302 Introduction to Probability Learning Outcomes. Textbook: A First Course in Probability by Sheldon Ross, 8 th ed. STAT 302 Introduction to Probability Learning Outcomes Textbook: A First Course in Probability by Sheldon Ross, 8 th ed. Chapter 1: Combinatorial Analysis Demonstrate the ability to solve combinatorial

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

CSE548, AMS542: Analysis of Algorithms, Fall 2016 Date: Nov 30. Final In-Class Exam. ( 7:05 PM 8:20 PM : 75 Minutes )

CSE548, AMS542: Analysis of Algorithms, Fall 2016 Date: Nov 30. Final In-Class Exam. ( 7:05 PM 8:20 PM : 75 Minutes ) CSE548, AMS542: Analysis of Algorithms, Fall 2016 Date: Nov 30 Final In-Class Exam ( 7:05 PM 8:20 PM : 75 Minutes ) This exam will account for either 15% or 30% of your overall grade depending on your

More information

Statistical Inference. Why Use Statistical Inference. Point Estimates. Point Estimates. Greg C Elvers

Statistical Inference. Why Use Statistical Inference. Point Estimates. Point Estimates. Greg C Elvers Statistical Inference Greg C Elvers 1 Why Use Statistical Inference Whenever we collect data, we want our results to be true for the entire population and not just the sample that we used But our sample

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

Chapter 7 Comparison of two independent samples

Chapter 7 Comparison of two independent samples Chapter 7 Comparison of two independent samples 7.1 Introduction Population 1 µ σ 1 1 N 1 Sample 1 y s 1 1 n 1 Population µ σ N Sample y s n 1, : population means 1, : population standard deviations N

More information

Stat 3115D - Exam 2. If you run out of room, use the back of the page and indicate this on the question.

Stat 3115D - Exam 2. If you run out of room, use the back of the page and indicate this on the question. Stat 3115D - Exam 2 Name: Wednesday, April 8, 2015 Time: 50 minutes Instructor: Brittany Cuchta Instructions: Do not open the exam until I say you may. Circle or box your final answer where appropriate.

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 7 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 is red on one side and white

More information

The remains of the course

The remains of the course Math 10A November 30, 2017 This is the end This is the last week of classes. This is the last class. You may see Kate taking a few photos during this class. When we re through talking, we can line up on

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

Question 1. Question 4. Question 2. Question 5. Question 3. Question 6.

Question 1. Question 4. Question 2. Question 5. Question 3. Question 6. İstanbul Kültür University Faculty of Engineering MCB17 Introduction to Probability Statistics Second Midterm Fall 21-21 Number: Name: Department: Section: Directions You have 9 minutes to complete the

More information

Midterm Exam 2 (Solutions)

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

More information

LECTURE 12 CONFIDENCE INTERVAL AND HYPOTHESIS TESTING

LECTURE 12 CONFIDENCE INTERVAL AND HYPOTHESIS TESTING LECTURE 1 CONFIDENCE INTERVAL AND HYPOTHESIS TESTING INTERVAL ESTIMATION Point estimation of : The inference is a guess of a single value as the value of. No accuracy associated with it. Interval estimation

More information

Arizona Western College MAT 105 Mathematics for Applied Sciences Final Exam Review Solutions Spring = = 12 (page 43)

Arizona Western College MAT 105 Mathematics for Applied Sciences Final Exam Review Solutions Spring = = 12 (page 43) Arizona Western College MAT 0 Mathematics for Applied Sciences Final Exam Review Solutions Spring 06 Student NAME You are expected to show your process. That means show how you get from the initial problem

More information

AP Statistics Homework 11. Logistic Regression

AP Statistics Homework 11. Logistic Regression AP Statistics Homework 11 Logistic Regression 1. Anabolic steroid abuse has been increasing despite increased press reports of adverse medical and psychiatric consequences. In a recent study, medical researchers

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