PSet1 Sol
PSet1 Sol
Solution 2 (1.28).
Since it is a fair die, the successive tosses are independent with probability p = 1/6 for each face. From the provided
information, we equivalently want the probability of getting a total of 5 on the two remaining tosses. This can happen
in just 4 equally likely outcomes, i.e., (4, 1), (3, 2), (2, 3), and (1, 4). The desired probability this then 4/36 = 1/9.
Solution 3 (1.30).
We are given that P{D} = 0.001, where D is the event ‘disease is present.’ Let T denote the event ‘test is positive,’ so
that T c is the event ‘test is negative.’ We are additionally given P{T |D} = 1 and P{T |Dc } = 0.005. We are asked to
compute P{D|T }, i.e., the probability that ‘disease is present given the test is positive.’ Using Bayes’ rule and total
probability theorem, we obtain
P{D ∩ T } P{T |D}P{D} 1
P{D|T } = = c c
= ≈ 0.167
P{T } P{T |D}P{D} + P{T |D }P{D } 5.995
Thus in only about 17% of the cases will a positive test result actually confirm that you suffer from the disease. The
other 83% of the time you will be needlessly worried!
Solution 4 (1.33).
Define three events A , {examinee knows}, B , {examinee guesses}, and C , {getting right answer}. Then, P{A} =
p, P{B} = 1 − p, P{C|A} = 1, and P{C|B} = 1/m. So
P{A ∩ C} P{C|A}P{A} p mp
P{A|C} = = = 1 =
P{C} P{C|A}P{A} + P{C|B}P{B} p+ m (1 − p) mp + 1 − p
Solution 5 (1.49).
Using the Poisson approximation to the binomial (Eq. 1.01-2) with p = 10−3 , n = 100, and np = 0.1, we obtain
(0.1)0 −0.1
P{at least one diamond is found} = 1 − P{no diamonds are found} ≈ 1 − e = 1 − 0.9 = 0.1
0!
Solution 6 (1.55).
The probability of a patient dying without the monitoring system is PB = 0.05. The probability of a patient dying
with the monitoring system is P{B, M } = PB PM = 0.005 since B and M are independent events. Thus, Prof. X’s
argument is wrong.
1
P{A}
1
P{B}
0.8
0.6
0.5
0.4
0.2
0
0 10 16 23 30 40 50 60
number of people
Figure S7 (1.66) : P{A} (blue) and P{B} (red) vs. number of people.
Solution 7 (1.66).
This is a classic problem and the solution is unexpected. Let A = {event that no two people have their birthdays on
the same date} and B = {event that at least two people have their birthdays on the same date}. Then B = Ac and
P{B} = 1 − P{A} where
no. of ways A can occur nA
P{A} = =
no. of all possible outcomes nB