In: Statistics and Probability
Multiple Choice
Select the best answer from the available choices for each question.
1. Which of the following is NOT part of the definition of a sample space S?
• S can be discrete or continuous
• Each outcome must be in S at most once
• Each element in S is equally likely
• Each outcome must be in S at least once
• S is a set of possible outcomes in an
experiment
2. Three A’s, three B’s, and two C’s are arranged at random in a row. What is the probability that the letters on both ends are different?
• 0.01
• 0.25
• 0.75
• 0.99
• None of the above
3. When constructing this exam, Diana and Audrey made a question bank of 40 Multiple Choice questions (you get 15), 30 True/False questions (you get 10), 30 Identify the Distribution questions (you get 10), and 4 versions of each of the 5 Long Answer questions. Assuming the order of the questions does not matter, how many different exams could be created?
• 4.029 x 10^10
• 5.260 x 10^22
• 3.718 x 10^28
• 6.403 x 10^53
• none of the above
4. Three people independently choose one of five sections of a course to enroll in. What is the probability that at least two enroll in the same section?
• 0.28
• 0.48
• 0.52
• 0.72
• None of the above
5. Three people are acting in a play. Character A has 50% of the lines, Character B has 40%, and Character C has 10%. Each person has a different probability of making a mistake on any line, independently: 0.03 for A, 0.07 for B, and 0.20 for C. Given that a mistake occurred, what is the probability that it was C’s line?
• 0.02
• 0.063
• 0.317
• 0.444
• None of the above
6. Which matches the conditions for using a Binomial approximation to the Hypergeometric?
• N must be large and n must be small relative to
N
• The sampling must be done with replacement
• n must be large and r/N must be small
• Two or more of the above
• None of the above
7. Suppose the amount of data you use on your phone (in units of 100 MB) has a Poisson distribution with mean 8 per month. You pay $15 per month plus $3 per 100 MB of data. Find the standard deviation of a random month's phone bill.
• 6.245
• 8.485
• 9.327
• 72
• None of the above
8. The amount of time a user plays Animal Crossing has an Exponential distribution with mean 30 minutes. Given that the user has been playing for 1 hour, what is the probability they will still be playing half an hour later?
• 0.012
• 0.135
• 0.368
• 0.632
• None of the above
9. Which of the following 4 statements is FALSE?
• If X~Y (i.e. X and Y have the same distribution),
then they have a correlation of 1
• If X and Y are independent, they have a correlation
of 0
• If X and Y have a correlation of 0, and Y and Z have a correlation of 1, then X and Z have correlation of 0
• Correlation tells us the strength and direction of the linear relationship between two variables, whereas covariance only tells us the direction
• Two or more of the above are false
10. Which of the following 4 statements is TRUE?
• If X and Y have a negative correlation, they are
independent
• If X and Y have a correlation of 0, they are independent
• If X and Y have a positive correlation, and Y and Z have a positive correlation, then X and Z have positive correlation
• If X = -0.5Y, then the correlation of X and Y is -1
• Two or more of the above are true
11. Which of the following 4 statements is FALSE?
• The Normal distribution has mean, median, and mode
all equal to μ
• A Normal random variable with a larger variance has a smaller maximum height of its pdf
• Approximately 95% of the area under the Standard Normal pdf is between -1 and 1
• The cdf F(x) of a Normal random variable is strictly increasing for all Real values of x
• Two or more of the above are false
12. The return on stock X has mean 5 and standard
deviation 3. The return on stock Y has mean 8 and standard
deviation 10. The standard deviation of an equal portfolio of the
two stocks (that is, 0.5X + 0.5Y) is 24.25. What is the correlation
between X and Y?
• -0.2
• 0
• 0.2
• 0.4
• None of the above
13. Suppose the length in cm of a male soccer player's foot follows a Normal distribution with mean 30 and variance 25. Suppose the length in cm of a female soccer player's foot follows a Normal distribution with mean 26 and variance 16. A male and female soccer player are selected at random. What is the probability the female player has a longer foot than the male player?
• 0.09
• 0.27
• 0.33
• 0.73
• 0.91
14. Independently of one another, a randomly surveyed individual can be a non-smoker, a light smoker, or a heavy smoker with probabilities 60%, 30% and 10%, respectively. Suppose we randomly survey a sample of 100 people. Given that 37 of them are light smokers, what is the expected number of heavy smokers?
• 6.3
• 9
• 27
• 54
• None of the above
15. The Princess Theatre has 280 seats. 200 tickets are sold for the new popular movie: The Attack of the Goose. Despite every attendee having an assigned seat, they all decide to sit in seats at random. Find the variance of the number of people sitting in their assigned seat. (Hint: use indicator variables)
• 0.712
• 0.714
• 5.246
• 11.704
• None of the above
(there are more than 4 parts, as per policy i am answering first 4 parts)
1.
in a sample space different outcomes can hacce different probabilities so the need not be equally likely
therefore, option c is not part of definition of sample space
ans : optiion c
2.
P(both end same) = P(both end A)+P(both end B)+P(both end C)
= 3C2 / 8C2 + 3C2 / 8C2 + 2C2 / 8C2
= (3+3+1)/(28)
= 7/28
=0.25
P(both end different) = 1 - P(both end same) = 1 - 0.25 = 0.75
ans : option C
3.
no. of exams = (ways to select 15 Multiple Choice questions )*(ways to select 10 true/false)*(ways to select 10 distribution ques.)*(ways to select 15)*(no. of version of each long question ^ no. of long questions)
= 40C15 * 30C10 * 30C10 * 4^5
= 40225345056 * 30045015 * 30045015 *4^5
= 3.718*10^28
ans : option c
4.
P(all different) = 5*4*3 / (5*5*5)
= 60/125
P(stleast 2 same) = 1 - P(all different) = 1 - 60/125
= 65/125
= 0.52
ans : option C