Exam 1 — Spring 2024: Fully Worked Solutions
The questions below reproduce the Spring 2024 Exam 1 in full accessible text. Each problem is followed by a complete worked solution. Point values reflect the actual exam.
Section |
Format |
Points |
|---|---|---|
Problem 1 — True/False |
6 questions × 2 pts |
12 |
Problem 2 — Multiple Choice |
5 questions × 3 pts |
15 |
Problem 3 — Free Response |
4 parts |
24 |
Problem 4 — Free Response |
3 parts |
24 |
Problem 5 — Free Response |
5 parts |
30 |
Total |
105 |
Problem 1: True/False (12 points, 2 points each)
Indicate the correct answer by completely filling in the appropriate circle. If you indicate your answer by any other way, you may be marked incorrect.
Question 1.1 (2 pts)
Let \(X \sim \text{Binomial}(n, p = 0.5)\), where \(n\) is any positive integer.
T or F: For any value of \(x\) in the support of \(X\), \(P(X = x) = P(X = n - x)\).
Solution
Answer: TRUE
For \(X \sim \text{Binomial}(n, p)\), the PMF is \(P(X = x) = \binom{n}{x} p^x (1-p)^{n-x}\).
With \(p = 0.5\):
Since \(\dbinom{n}{x} = \dbinom{n}{n-x}\), we have \(P(X=x) = P(X=n-x)\). The statement is TRUE.
Question 1.2 (2 pts)
Suppose two events \(A\) and \(B\) are in the sample space \(\Omega\) with all outcomes of \(A\) contained within the event \(B\).
T or F: In this scenario it must follow that \(P(A \cap B) = P(B)\).
Solution
Answer: FALSE
If all outcomes of \(A\) are contained within \(B\), then \(A \subseteq B\), which means \(A \cap B = A\). Therefore:
The statement claims \(P(A \cap B) = P(B)\), which would require \(P(A) = P(B)\). This is not necessarily true — \(A\) can be a proper subset of \(B\) with \(P(A) < P(B)\). The statement is FALSE.
Question 1.3 (2 pts)
Given two non-empty events \(A\) and \(B\) of a sample space \(\Omega\),
T or F: if \(P(A \mid B) = P(A)\) then we are certain that \(A \cap B \neq \emptyset\).
Solution
Answer: TRUE
Since \(A\) and \(B\) are non-empty events, \(P(A) > 0\) and \(P(B) > 0\).
From the definition of conditional probability:
Since \(P(A) > 0\) and \(P(B) > 0\):
A positive probability means the event \(A \cap B\) cannot be empty. The statement is TRUE.
Question 1.4 (2 pts)
Let \(X\) be a random variable that satisfies the conditions to be distributed as Poisson.
T or F: The expected value must satisfy \(E[X] > 0\).
Solution
Answer: TRUE
For a Poisson distribution, the parameter \(\lambda\) represents the average rate of events and must satisfy \(\lambda > 0\). Since \(E[X] = \lambda\), it follows directly that \(E[X] = \lambda > 0\). The statement is TRUE.
Question 1.5 (2 pts)
Given a five number summary for a dataset we could compute the interquartile range, identify the fences, and draw a modified box plot to visualize properties of the data.
T or F: The upper whisker of the modified boxplot would be drawn to terminate at the point \(Q_3 + 1.5 \times IQR\).
Solution
Answer: FALSE
The upper inner fence is located at \(Q_3 + 1.5 \times IQR\), but the upper whisker does not necessarily terminate there. The upper whisker is drawn to the largest observed data value that falls at or below the upper inner fence. If the maximum non-outlier value is less than \(Q_3 + 1.5 \times IQR\), the whisker terminates before reaching the fence. The statement is FALSE.
Question 1.6 (2 pts)
For a random variable \(X\) that follows a normal distribution,
T or F: the mode of \(X\) is always greater than its mean.
Solution
Answer: FALSE
The normal distribution is symmetric and unimodal. Its mean, median, and mode all coincide at \(\mu\). Therefore the mode equals the mean, and it is impossible for the mode to be greater than the mean. The statement is FALSE.
Problem 2: Multiple Choice (15 points, 3 points each)
Indicate the correct answer by completely filling in the appropriate circle. If you indicate your answer by any other way, you may be marked incorrect. For each question, there is only one correct option letter choice.
Question 2.1 (3 pts)
Let \(X\) be a random variable with mean \(\mu_X = 7\) and standard deviation \(\sigma_X = 9\). Define another random variable \(Y = 2X^2 + 5X + 3\). Determine the value of \(E[Y]\).
(A) \(E[Y] = 136\)
(B) \(E[Y] = 200\)
(C) \(E[Y] = 214\)
(D) \(E[Y] = 298\)
(E) Not enough information to calculate it.
Solution
Answer: (D)
Apply linearity of expectation:
Find \(E[X^2]\) using the variance identity \(\text{Var}(X) = E[X^2] - (E[X])^2\):
Therefore:
The answer is (D).
Question 2.2 (3 pts)
Identify the false statement regarding a continuous random variable \(Y\), which has support extending from 0 to infinity.
(Note: The pdf and cdf of the random variable \(Y\) is denoted by \(f_Y(y)\) and \(F_Y(y)\) respectively.)
(A) If \(y_1\) and \(y_2\) are values in the support with \(y_1 < y_2\), then it follows that \(F_Y(y_1) \leq F_Y(y_2)\).
(B) If \(y\) is a value in the support, \(f_Y(y) > 0\).
(C) If \(y\) is a value in the support, \(P(Y = y) > 0\).
(D) It is possible for \(f_Y(y)\) to be a decreasing function for all values of \(y\) in the support.
(E) If \(y_1\) and \(y_2\) are values in the support with \(y_1 < y_2\), it is possible that \(f_Y(y_1) > f_Y(y_2)\).
Solution
Answer: (C)
(A) TRUE. The CDF is a non-decreasing function by definition.
(B) TRUE. A value in the support of a continuous random variable has positive density by the definition of support.
(C) FALSE. For any continuous random variable, the probability of any single exact value is zero: \(P(Y = y) = 0\) for all \(y\). Probabilities for continuous random variables are only positive over intervals (via integration of the pdf). The statement is FALSE.
(D) TRUE. A decreasing pdf is possible — the Exponential distribution, for example, has \(f(y) = \lambda e^{-\lambda y}\) which is strictly decreasing for all \(y > 0\).
(E) TRUE. The pdf does not need to be monotone; it is possible (and common) for the density to be larger at a smaller value than at a larger value.
Question 2.3 (3 pts)
In Cerulean city, 3.2 car accidents are reported on average per day. The number of car accidents is known to follow a Poisson distribution. What is the probability that at least one accident occurs per day? Let \(X\) denote the Poisson random variable for this situation.
(A) \(P(X \geq 1) = 0.9592\)
(B) \(P(X \geq 1) = 0.0408\)
(C) \(P(X \geq 1) = 0.1712\)
(D) \(P(X \geq 1) = 0.8288\)
(E) None of the above
Solution
Answer: (A)
Use the complement rule:
The answer is (A).
Question 2.4 (3 pts)
Suppose a random variable \(X\) follows a normal distribution with an unknown mean \(\mu\) and unknown variance \(\sigma^2\). Then \(P(X > \mu + \sigma)\) is approximately equal to?
(A) 0.16
(B) 0
(C) 0.25
(D) 0.5
(E) Not enough information available.
Solution
Answer: (A)
Standardize:
From the z-table:
This result holds for any normal distribution regardless of the values of \(\mu\) and \(\sigma^2\). The answer is (A).
Question 2.5 (3 pts)
At Lumina Tech, a software development company, the project management team conducted an analysis to understand the distribution of time spent on five categories: Quick Fixes, Feature Development, Bug Fixes, Code Review, and Team Meetings. Analyzing monthly data of 32 employees, they generated side-by-side boxplots for each category to illustrate time distributions. Using the side-by-side boxplot approximate the number of employees that spent more than 15 hours on Bug Fixes.
(A) 8 employees
(B) 16 employees
(C) 24 employees
(D) 30 employees
(E) Not enough information available.
Solution
Answer: (C)
From the boxplot, the first quartile (\(Q_1\)) of Bug Fixes is approximately 15 hours. By definition, \(Q_1\) is the 25th percentile — meaning 25% of employees spent less than 15 hours and 75% spent more than 15 hours on Bug Fixes.
The answer is (C).
Free Response Questions 3–5
Show all work, clearly label your answers, and use four decimal places.
Problem 3 (24 points)
Problem 3 Setup
Marina orders her dinner from Doordash. When she places an order, it is known to take 35 minutes on average for delivery. Assume each order’s delivery time is independent of others.
Question 3a (4 pts)
Define the continuous random variable \(X\) which represents the amount of time (in minutes) Marina waits for her delivery. Write the name of its distribution and provide the value of the parameter, \(\lambda\) or \(\mu\).
Solution
The pdf is \(f_X(x) = \dfrac{1}{35}\,e^{-x/35}\) for \(x \geq 0\).
Question 3b (4 pts)
What is the probability that Marina will wait exactly 38 minutes for her delivery?
Solution
Since \(X\) is a continuous random variable, the probability of any single exact value is zero:
Question 3c (6 pts)
What is the probability that Marina will wait more than 25 minutes for her delivery?
Solution
Using the survival function of the Exponential distribution:
Question 3d (10 pts)
If the delivery takes less than 25 minutes, Marina will add an additional tip to the deliverer. Assume she placed 10 orders in January. What is the probability that Marina adds additional tip for 2 orders out of 10 orders?
Solution
Let \(Y\) denote the number of orders for which Marina adds an additional tip. This is a Binomial random experiment:
Problem 4 (24 points)
Problem 4 Setup
Health authorities at Lumina University observed that the weights of their students follow a normal distribution. Furthermore, their assessment revealed that the mean weight of their students is 160 lbs, with a variance of 25 lbs². Using this information, answer the following questions.
Let \(W\) be defined as the weight of a random student at Lumina University.
Question 4a (6 pts)
What is the probability that a student at Lumina University weighs at least 156 lbs?
Solution
Standardize:
By symmetry of the standard normal:
Question 4b (8 pts)
What is the probability that a student at Lumina University weighs between 160 lbs and 168 lbs?
Solution
Standardize each:
From the z-table:
Question 4c (10 pts)
Lumina University’s health officials declared 0.25% of students overweight. What cutoff value was used by them to determine whether a student is overweight or not?
Solution
The upper 0.25% is the same cutoff as the lower 99.75th percentile.
Step 1: Find \(z_{0.9975}\) from the z-table such that \(P(Z < z) = 0.9975\):
Step 2: Transform back:
Problem 5 (30 points)
Problem 5 Setup
In a nanotechnology lab, researchers study ultraviolet light’s effect on nanostructures, focusing on wavelengths between 6 and 14 nanometers. The probability density function (PDF) models the distribution of these interactions, aiding in the development of materials with specific optical properties. Before analyzing these interactions, it’s crucial to establish the normalizing constant for precise probability calculations.
Question 5a (10 pts)
Determine the value of the constant \(k\) such that the function is a valid probability density function.
Solution
First, note \(k > 0\) is required, otherwise \(f_X(x) < 0\) on the support.
Set the total area equal to 1:
Using the substitutions \(u = x - 6\) and \(v = 14 - x\):
The cumulative distribution function is:
Question 5b (6 pts)
Determine the missing parts [A], [B], and [C] for the cumulative distribution function \(F_X(x)\) above.
Solution
[A] — Below the support, no area has accumulated:
[C] — Above the support, all area has been accumulated:
[B] — Integrate the pdf from 6 to \(x\) for \(6 \leq x < 8\):
Question 5c (6 pts)
Determine the probability that the wavelength of UV light interacting with a nanostructure is between 10 and 12 nanometers.
Solution
Both 10 and 12 fall in the region \(8 \leq x < 12\), where \(F_X(x) = \dfrac{x-7}{6}\):
Question 5d (4 pts)
Calculate the mean wavelength (expected value) of UV light interacting with nanostructures.
Solution
The distribution is symmetric about 10 and therefore the mean and median are both 10.
Question 5e (4 pts)
The function \(g(X) = 0.1X - 0.5\) approximates the intensity of light absorption of the nanostructures. Given that the variance of the UV light interacting with the nanostructures is known to be \(\sigma_X^2 = \dfrac{10}{3}\), determine the standard deviation of the intensity of light absorption of the nanostructures.
Solution
Apply the linear transformation rule for variance:
The standard deviation is: