Mock Exam 1 solutions

.pdf

School

University of Illinois, Urbana Champaign *

*We aren’t endorsed by this school

Course

300

Subject

Industrial Engineering

Date

Dec 6, 2023

Type

pdf

Pages

9

Uploaded by DeanLightning6647

Report
Mock Exam 1 IE 300: Analysis of Data Spring 2023 02/16/2022 Name: Solution Key This exam has 5 questions for a total of 100 points. The points and expected time of each question are shown next to it. There are 7 pages in the exam. You have 75 minutes to complete all questions. You will be given an additional 5 minutes in the end to double check your answer. The exam is open books, open notes . You are allowed to use a scientific calculator. Page 7 contains the “ z -table” (values for the normal distribution cumulative distribution function). You are not allowed to discuss the questions with anyone other than me. Answer every question to the best of your knowledge. Make sure to show your work for partial credit . Do awesome! 1
Mock Exam 1 Question 1: Basic probability questions (13 minutes, 20 points) (a) Select all that apply. Consider two dice: a real one with six sides marked with the integer numbers 1 , 2 , 3 , 4 , 5 , 6 and a virtual one which simply produces real numbers in (0 , 6). Let X be the random variable representing the outcome of a dice. The probability of getting a 3 ( P ( X = 3)) is the same in both dice. a) The probability of getting more than a 3 ( P ( X > 3)) is the same in both dice. b) The probability of getting less than a 3 ( P ( X < 3)) is the same in both dice. c) The first dice has probability mass function equal to 1 6 and the second dice has probability density function equal to 1 6 . d) ( 4 Points ) (b) Select all that apply. If P ( A B ) = P ( A ), then: P ( A B ) = P ( B ) a) A B b) P ( A \ B ) = 0 c) ( 4 Points ) (c) Pick the (one) correct answer. Assume that events A , B , and C are collectively exhaustive . Then, we must have that P ( A B C ): = 1 a) 1 b) 1 c) ( 3 Points ) (d) A company is considering 12 candidate cities for 3 new facilities. These 3 facilities will serve different purposes. If a city can be selected to host more than one facility if the company picks them to, how many different setups can we come up with? ( 3 Points ) (e) What if every city can only be picked for at most one facility: that is, if a city is picked for either of the 3 facilities, then they cannot be picked for another one. How many different setups can you come up with in this case? ( 3 Points ) (f) The company has asked its employees to rank the 12 candidate cities in order of preference based on their quality of life. How many different rankings can you come up with? ( 3 Points ) Answer: (a) False . The probability for the discrete die is P ( X = 3) = 1 6 ; for the continuous die the probability is P ( X = 3) = 0. a) True . The probability for the discrete die is P ( X > 3) = P ( X = 4) + P ( X = 5) + P ( X = 6) = 1 2 , the same as for the continuous die P ( X > 3) = 1 - F (3) = 1 - 3 6 = 1 2 . b) False . The probability for the discrete die is P ( X < 3) = P ( X = 1) + P ( X = 2) = 1 3 , whereas for the continuous die it is P ( X < 3) = F (3) = 3 6 = 1 2 . c) True . The pmf of a discrete uniform distribution is 1 b - a +1 = 1 6 ; the pdf of a continuous uniform distribution is 1 b - a = 1 6 . d) 2
Mock Exam 1 (b) If P ( A B ) = P ( A ), then all three statements apply! (c) For collectively exhaustive events, we have A B C = S , where S is the whole sample space. Hence, P ( A B C ) = 1. (d) This can be answered using the multiplication rule , much like what you’d do use to calculate all possible outcomes of throwing two dies. If each city can accommodate more than 1 facilities, then for each facility, we have 12 options, leading to 12 · 12 · 12 = 12 3 = 1728 different setups. (e) This can be viewed as a permutation . If each city is only allowed at most 1 facility, then for the first facility, we have 12 options, for the second we have 11, for the third we have 10 and a total of 12 · 11 · 10 = 1320 different setups. The same answer can be given by using the formula for the permutation of P 12 , 3 = 12! 9! = 1320. (f) In a question like this, where any city can be placed in any position/rank , we may calculate this as n !. Similar to having n people pick n gifts, or n employees being assigned to n positions, here n = 12 cities can be found in any of n = 12 positions. The answer is n ! = 12! = 479001600 possible rankings. 3
Mock Exam 1 Question 2: Pilot season (12 minutes, 18 points) A TV series production company asks people to watch a pilot episode of a TV series and rate it. The rating is normally distributed with a mean of μ = 7 . 5 and a standard deviation of σ = 0 . 9 if the TV show is good; and with a mean of μ = 4 and a standard deviation of σ = 2 if the show is not good. The company checks the rating of the pilot and if the rating is above a score of 6.6, they pick it up for production. Answer the following questions. (a) What is the probability that a good TV show is picked up for production? What is the probability that a bad TV show is picked up for production? ( 6 points ) (b) What is the probability that a random show is picked up for production? You may assume that historically only 5% of shows have been good. ( 6 points ) (c) It was just announced that a show has been picked up for production. What is the probability that it is a good TV show? You may still assume that historically only 5% of shows have been good. ( 6 points ) Answer: (a) Let G/B be good/bad shows, and let X be the audience rating for the pilot. Then, we are looking for P ( X > 6 . 6 | G ). A good TV show is normally distributed with known μ and σ . We have: z = 6 . 6 - 7 . 5 0 . 9 = - 1 . We then use it to calculate P ( X > 6 . 6 | G ) = 1 - P ( X 6 . 6 | G ) = 1 - Φ( - 1) = Φ(1) = 0 . 8413 . We are also interested in P ( X > 6 . 6 | B ). A bad TV show is also normally distributed but with different μ and σ . We have: z = 6 . 6 - 4 2 = 1 . 3 . We again use it to calculate P ( X > 6 . 6 | B ) = 1 - P ( X 6 . 6 | B ) = 1 - Φ(1 . 3) = 1 - 0 . 9032 = 0 . 0968 . (b) We are looking for P (produced). From the law of total probability: P (produced) = P (produced | G ) · P ( G )+ P (produced | B ) · P ( B ) = 0 . 8413 · 0 . 05+0 . 0968 · 0 . 95 = 0 . 134025 13 . 4% . (c) We are looking for P ( B | produced). We have: P ( G ) = 0 . 05 , P ( B ) = 0 . 95. P (produced | G ) = 0 . 8413 (from part a) and P (produced | B ) = 0 . 0968 (from part b). Combining all of them in Bayes’ theorem and using the result from part (b) for the denominator: P ( B | produced) = P (produced | B ) · P ( B ) P (produced | G ) · P ( G ) + P (produced | B ) · P ( B ) = = 0 . 0968 · 0 . 95 0 . 134025 = = 0 . 6861 . 4
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help