Probability and Statistics Problem Set
Probability and Statistics Problem Set
Question 1. Let ][
2 1
A= .
1 2
Find A−1 .
Question 2. Let
1 1 2
B = 0 1 1 .
1 0 2
Find B −1 .
Question 3. A financial analyst estimates that the probability the economy will expe-
rience a recession in the next 12 months is 25%. She also believes that if the economy
encounters a recession, the probability that her mutual fund will increase in value is 20%.
If there is no recession, the probability that the mutual fund will increase in value is 75%.
Find the probability that the mutual funds value will increase.
Question 4. A university found that 20% of its students withdraw without completing
the introductory statistics course. Assume that 20 students registered for the course.
1. Using a 95% confidence level, compute a confidence-interval estimate for the true
proportion of adult residents of this city who have cell phones.
find the profit function in terms of Q1 , Q2 . Determine the values of Q1 , Q2 that maximize
profit.
Question 8. Three customers enter a bank with eight service counters numbered 1
to 8. The customers do not know each other and do not communicate. Calculate the
probability that at least two of the three customers go to the same counter if the three
customers choose only among the odd-numbered counters.
End of Test
Solution 1.
Solution
( )
2 1
A= , det A = 2 · 2 − 1 · 1 = 3 ̸= 0.
1 2
( )
−1 1 1 2 −1
A = adj(A) = .
det A 3 −1 2
( 2 )
−1 3
− 13
A = .
− 13 32
Solution 2.
Solution
GaussJordan on [B | I]:
1 1 2 1 0 0 1 1 2 1 0 0
R3 ←R3 −R1
0 1 1 0 1 0 − −−−−−−→ 0 1 1 0 1 0
1 0 2 0 0 1 0 −1 0 −1 0 1
1 1 2 1 0 0
R3 ← R3 + R2 : 0 1 1 0 1 0
0 0 1 −1 1 1
Eliminate above pivots:
R1 ← R1 − 2R3 : [1 1 0 | 3 − 2 − 2],
R2 ← R2 − R3 : [0 1 0 | 1 0 − 1],
R1 ← R1 − R2 : [1 0 0 | 2 − 2 − 1].
Thus
2 −2 −1
B −1 = 1 0 −1 .
−1 1 1
Solution 3.
Page 2
Solution
Let A: recession, B: fund increases. Given P (A) = 0.25, P (B|A) = 0.20, P (B|A) =
0.75.
Solution 4.
Solution
Let X ∼ Bin(n = 20, p = 0.2).
∑
2
(a) P (X ≤ 2) = Ck20 (0.2)k (0.8)20−k = 0.2060.
k=0
Solution 5.
Solution
Population normal with µ = 87, σ = 22, n = 16.
( 22 )
X ∼ N 87, √ = N (87, 5.5).
16
( )
80 − 87
P (X > 80) = F (+∞) − F = 1 − F (−1.27) ≈ 1 − 0.1020 = 0.8980.
5.5
Solution 6.
Page 3
Solution
√ √
421 p̂(1 − p̂) 0.842 · 0.158
p̂ = = 0.842, SE = = ≈ 0.0163.
500 n 500
(a) 95% CI (z0.025 = 1.96):
Solution 7.
Solution
Revenue:
R(Q1 , Q2 ) = P1 Q1 +P2 Q2 = (20−2Q1 )Q1 +(30−Q2 )Q2 = 20Q1 −2Q21 +30Q2 −Q22 .
Solution 8.
Page 4
Solution
P = 0.625.
Page 5
Sample 2
Question 1. Let
1 1 1 1
A = 0 1 1 2 .
2 3 3 3
Find the rank of A.
Question 3. A college finds that 10% of students have taken a distance-learning class
and that 40% of students are part-time students. Of the part-time students, 20% have
taken a distance-learning class.
(a) Find the probability that a student is a part-time student and has taken a distance-
learning class.
(b) Determine whether the two events being a part-time student and having taken a
distance-learning class are independent.
Question 6. A statistics practitioner calculated the mean and standard deviation from
a sample of 51. They are x̄ = 68.4 and s = 4.7. Estimate the population mean with 95%
confidence.
Question 7. A student polls her school to see if students in the school district are for
or against new legislation regarding school uniforms. She surveys 600 students and finds
that 480 are against the legislation.
Page 6
(a) Compute a 90% confidence interval and margin of error for the true percent of
students who are against the new legislation.
(b) In a sample of 300 students, 68% said they own an iPod and a smartphone. Com-
pute a 95% confidence interval for the true percent of students who own both.
U = 3x0.7 y 0.3 ,
End of Test
Solution 1.
Solution
Row-reduce to find rank(A):
1 1 1 1 1 1 1 1 1 1 1 1
←R −2R1 ←R3 −R2
0 1 1 2 −R −3−−−3−−−→ 0 1 1 2 −R−3−−−−−→ 0 1 1 2 .
2 3 3 3 0 1 1 1 0 0 0 −1
Solution 2.
Solution
Hence
200
X = 200 .
300
Hence, the total outputs of the three sectors are 200, 200, and 300.
Solution 3.
Page 7
Solution
Let D: has taken a distance-learning class, P : is a part-time student. Given
P (D) = 0.10, P (P ) = 0.40, P (D | P ) = 0.20.
(a)
P (P ∩ D) = P (P )P (D | P ) = 0.40 × 0.20 = 0.08.
(b) To check independence:
Not independent.
Solution 4.
Solution
Compute expectations:
Solution 5.
Solution
Solution 6.
Page 8
Solution
4.7
n = 51, x̄ = 68.4, s = 4.7, SE = √ = 0.658. Using t0.025,50 = 2.009:
51
x̄ ± t SE = 68.4 ± 2.009(0.658) = (67.08, 69.72).
Solution 7.
Solution
√
480 0.8(0.2)
(a) p̂ = = 0.80, SE = = 0.01633. For z0.05 = 1.645:
600 600
CI90% : 0.80 ± 1.645(0.01633) = (0.773, 0.827), ME = 0.0269.
√
0.68(0.32)
(b) p̂ = 0.68, n = 300, SE = = 0.02693. For z0.025 = 1.96:
300
CI95% : 0.68 ± 1.96(0.02693) = (0.627, 0.733).
Solution 8.
Solution
∂
⇒ Uxy = Ux = 2.1(0.3)x−0.3 y −0.7 = 0.63x−0.3 y −0.7 .
∂y
Maximize utility subject to 7x + 3y = 200. We have
0.7(200) 0.3(200)
x∗ = = 20, y∗ = = 20.
7 3
Maximum utility:
U ∗ = 3(20)0.7 (20)0.3 = 3 × 20 = 60.
x∗ = 20, y ∗ = 20, U ∗ = 60.
Page 9
Sample 3
Question 1. Solve the following system of linear equations:
2x + 3y + z + 2t = 3,
4x + 6y + 3z + 4t = 5,
6x + 9y + 5z + 6t = 7,
8x + 12y + 6z + 8t = 9.
Question 2. In a campus restaurant, it was found that 35% of all customers order
vegetarian meals and that 50% of all customers are students. Further, 25% of all cus-
tomers who are students order vegetarian meals. If a randomly chosen customer orders
a vegetarian meal, what is the probability that the customer is not a student?
Question 4. The top-selling Red and Voss tire is rated 70,000 miles, which means noth-
ing. In fact, the distance the tires can run until they wear out is a normally distributed
random variable with mean 82,000 miles and standard deviation 6,400 miles.
(a) What is the probability that a tire wears out before 70,000 miles?
(b) What is the probability that a tire lasts more than 100,000 miles?
8.2, 9.1, 7.7, 8.6, 6.9, 11.2, 10.1, 9.9, 8.9, 9.2, 7.5, 10.5.
(a) Construct a 95% confidence interval for the mean number of hours slept for the
population (assumed normal) from which the data were taken.
(b) At 90% confidence, what is the width of the confidence interval?
R = Q1 Q2 + Q21 + 500,
Page 10
(a) Estimate the change in revenue when Q1 increases from 100 to 101 and Q2 decreases
from 200 to 198.
(b) Find the maximum value of the revenue subject to the budget constraint 12Q1 +
4Q2 = 800.
End of Test
Solution 1.
Solution
Augmented matrix and row reduction:
2 3 1 2 3 2 3 1 2 3
4 6 3 4 5 ←R2 −2R1 , R3←R3 −3R1 , R4←R4 −4R1 0 0 1 0 −1
−R−2−−−−−−−−−−−−−−−−−−−−−−→
6 9 5 6 7 0 0 2 0 −2
8 12 6 8 9 0 0 2 0 −3
2 3 1 2 3
0 0 1 0 −1
R3 ← R3 − 2R2 , R4 ← R4 − 2R2 ⇒
0
.
0 0 0 0
0 0 0 0 −1
The last row reads 0 = −1, a contradiction.
Hence the system is inconsistent (no solution) . Moreover, rank(A) = 2 while
rank([A|b]) = 3, confirming inconsistency.
Solution 2.
Solution
Let V : orders vegetarian; S: is a student. Given P (V ) = 0.35, P (S) = 0.50, P (V |
S) = 0.25.
0.125
P (S ∩ V ) = P (S)P (V | S) = 0.50 · 0.25 = 0.125, P (S | V ) = = 0.357.
0.35
Solution 3.
Page 11
Solution
Let X ∼ Bin(n = 5, p = 0.27).
∑
2
(a) P (X ≤ 2) = Ck5 (0.27)k (0.73)5−k = 0.6277.
k=0
Solution 4.
Solution
(b)
100,000 − 82,000
Z= = 2.8125 ⇒ P (X > 100,000) = 1 − F (2.8125) ≈ 0.0025.
6,400
Solution 5.
Solution
p̂ = 281/611 = 0.4607. Standard error:
√ √
p̂(1 − p̂) 0.4607 · 0.5393
SE = = = 0.0202.
n 611
At 95% confidence (z0.025 = 1.96):
Solution 6.
Page 12
Solution
Given data (hours): 8.2, 9.1, 7.7, 8.6, 6.9, 11.2, 10.1, 9.9, 8.9, 9.2, 7.5, 10.5.
Sample statistics:
s
x̄ = 9.15, s = 1.27, SE = √ = 0.367.
12
(a) With t0.025,11 = 2.201:
Solution 7.
Solution
RQ1 = Q2 + 2Q1 , R Q2 = Q1 .
At (Q1 , Q2 ) = (100, 200): RQ1 = 200 + 200 = 400, RQ2 = 100. With ∆Q1 =
+1, ∆Q2 = −2:
FOC:
Q2 + 2Q1 − 12λ = 0, Q1 − 4λ = 0 ⇒ λ = Q1
4
.
Hence Q2 + 2Q1 − 12( Q41 ) = Q2 − Q1 = 0 ⇒ Q2 = Q1 . Constraint: 12Q1 + 4Q2 =
16Q1 = 800 ⇒ Q1 = 50 ⇒ Q2 = 50.
Maximum revenue:
Page 13
Sample 4
Question 1. Let [ ] [ ]
1 −2 3 0
A= , B= .
2 1 −1 5
Find X such that XA = B.
Question 2. The interindustry transactions and final demand are given by:
Question 3. An aerospace company has submitted bids on two separate federal gov-
ernment defense contracts. The company president believes there is a 40% probability of
winning the first contract. If they win the first contract, the probability of winning the
second is 70%. However, if they lose the first contract, the probability of winning the
second contract decreases to 50%. Find the probability of winning the second contract.
Number of riders 20 21 22 23 24 25 26 27
Proportion 0.02 0.12 0.23 0.31 0.19 0.08 0.03 0.02
(a) What is the probability that, on a randomly chosen weekday, there will be at least
24 riders from the subdivision on this service?
(b) Find the mean number of riders from this subdivision on a weekday.
(a) Find the probability that the site gets 8 hits in a week.
(b) Find the probability that the site gets 10 or fewer hits in a week.
Question 6. A random sample of 270 homes was taken from a large population of older
homes to estimate the proportion of homes with unsafe wiring. If, in fact, 20% of the
homes have unsafe wiring, what is the probability that the sample proportion will be
between 16% and 24%?
Page 14
(a) Find a 90% confidence interval for the population mean of statistics exam scores.
Question 8. For a firm producing two goods under perfect competition, with prices
P1 = 60 and P2 = 75, given
T C = Q21 + Q1 Q2 + Q22 ,
————————————–End of test————————————–
Solution 1.
Solution
We have XA = B ⇒ X = BA−1 .
( ) ( )
1 −2 −1 1 1 2
A= , det A = 1 · 1 − (−2) · 2 = 5, A = .
2 1 5 −2 1
Hence
( ) ( ) ( ) ( 3 6)
−1 3 0 1 1 2 1 3 6
X = BA = · = = 5 5
.
−1 5 5 −2 1 5 −11 3 − 11
5
3
5
Solution 2.
Solution
Total output of sector j is the row sum xj of row j:
Solution 3.
Page 15
Solution
Let A: win contract 1, B: win contract 2. Given P (A) = 0.40, P (B | A) = 0.70,
P (B | A) = 0.50.
Solution 4.
Solution
Solution 5.
Solution
Let X ∼ Poisson(λ = 5).
8 ∑
10
5k
−5 5
(a) P (X = 8) = e = 0.0653. (b) P (X ≤ 10) = e−5 = 0.9863.
8! k=0
k!
Solution 6.
Solution
With true p = 0.20, n = 270, the sampling distribution of p̂ is approximately
normal with √ √
p(1 − p) 0.2(0.8)
SE = = = 0.02434.
n 270
Bounds:
0.16 − 0.20 0.24 − 0.20
Z1 = = −1.64, Z2 = = 1.64,
0.02434 0.02434
so
P (0.16 ≤ p̂ ≤ 0.24) = P (−1.64 ≤ Z ≤ 1.64) = 0.8997.
Solution 7.
Page 16
Solution
√
Known σ = 3, n = 36, X̄ = 68, SE = σ/ n = 3/6 = 0.5.
(a) 90% CI (z0.05 = 1.645):
Solution 8.
Page 17
Solution
Revenue:
R(Q1 , Q2 ) = P1 Q1 + P2 Q2 = 60Q1 + 75Q2 .
Cost:
T C = Q21 + Q1 Q2 + Q22 .
Profit:
Determinant test:
First-order conditions:
∂L ∂L
= 2Q1 + Q2 − λ = 0, = Q1 + 2Q2 − λ = 0, Q1 + Q2 = 200.
∂Q1 ∂Q2
Qmin
1 = 100, Qmin
2 = 100, T Cmin = 30,000.
Page 18
Sample 5
Question 1. Solve the following linear system:
2x1 − x2 + x3 = −2,
2x1 + x2 − 2x3 = 6,
x1 + 2x2 + 3x3 = 2.
(a) Find the probability that a randomly chosen student is an evening-program student
and has completed a MOOC.
(b) Are the events being an evening-program student and having completed a MOOC
independent? Justify briefly.
X 0 1 2 4
P (X) 0.25 0.35 0.30 0.10
Question 4. According to a study, the heights of Vietnamese adult females are nor-
mally distributed with mean 62.5 inches and standard deviation 2.3 inches. Suppose one
Vietnamese adult female is chosen at random. Let X be her height.
(b) Find the probability that she is over 66 inches tall. Would you expect to meet many
females over 66 inches?
(a) Out of 800 students, 61% support a proposed campus smoking ban. Compute a
90% confidence interval and margin of error for the true percent who support the
ban.
(b) In a separate sample of 300 students, 54% reported owning both a laptop and a
tablet. Compute a 95% confidence interval for the true percent who own both.
Page 19
Question 7. A firm has a production function
Q = 2K 0.3 L0.5 .
(a) Given that the current levels of K and L are 7 and 4, respectively, estimate the
change in output when labor decreases by 1 unit and capital increases by 1 unit.
(b) Assume the rent of capital is 12 USD, the cost of labor is 4 USD, and the firm
produces under a fixed budget of 9600 USD. Find the values of K and L that
maximize Q.
End of Test
Solution 1.
Solution
Augmented matrix → rowechelon form:
2 −1 1 −2 2 −1 1 −2
R2 ←R2 −R1 , R3 ←2R3 −R1
2 1 −2 6 −−−−−−−−−−−−−−−−→ 0 2 −3 8
1 2 3 2 1 5 5 2
2 −1 1 −2 2 −1 1 −2
R3 ←R3 −R1
R3 ← 2R3 + R2 : 0 2 −3 8 −−−−−−−→ 0 2 −3 8 .
2 10 7 12 0 11 6 14
2 −1 1 −2
R3 ← 2R3 + 11R2 : 0 2 −3 8 .
0 0 −45 180
Back substitution gives x3 = 180
−45
= − 28
25
, x2 = 58
25
, x1 = 18
25
.
( )
(x1 , x2 , x3 ) = 18 58
, ,
25 25
− 25
28
.
Solution 2.
Solution
Let M : completed a MOOC, E: evening program. Given P (M ) = 0.12, P (E) =
0.45, P (M | E) = 0.30.
(a)
P (E ∩ M ) = P (E)P (M | E) = 0.45 × 0.30 = 0.135.
(b) Independence would require P (E ∩ M ) = P (E)P (M ) = 0.45 × 0.12 =
0.054 ̸= 0.135. Hence Not independent.
Page 20
Solution 3.
Solution
Compute moments:
Solution 4.
Solution
Solution 5.
Solution
s 6.2
Given n = 64, x̄ = 72.1, s = 6.2, SE = √ = = 0.775. Using t0.025,63 ≈ 2.00,
n 8
Solution 6.
Page 21
Solution
√
(a) p̂ = 0.61, n = 800, SE = 0.61·0.39
800
= 0.01724. At 90%, z0.05 = 1.645 ⇒ ME =
1.645 SE = 0.02837.
Solution 7.
Solution
Production function:
Q(K, L) = 2K 0.3 L0.5 .
(a) Differential approximation at (K, L) = (7, 4) with ∆K = +1, ∆L =
−1.
QK = 0.6 K −0.7 L0.5 , QL = K 0.3 L−0.5 .
At (7, 4): QK ≈ 0.3072, QL ≈ 0.8965. Hence
K ∗ = 300, L∗ = 1500.
Page 22