Answer Sheet To Prob 2
Answer Sheet To Prob 2
Note: W can be divided into 3 mutually exclusive events, one where A is executed,
one where B is executed, and one where C is executed. This will be useful when
eval
P (C ∩ W )
P (C|W ) =
P (W )
P (W |C)P (C)
=
P (W )
1
’
1( 3 )
= 1
2
2
=
3
1
2. If P (B) = 1 then P (A|B) = P (A)
Using the theorem of total probability, P (A) = P (A|B)P (B) + P (A|B C )P (B C )
P (A) = P (A|B)(1) + P (A|B C )(0), thus showing that P (A|B) = P (A)
P (A)
If A ⊂ B, then P (B|A) = 1 and P (A|B) = P (B)
P (B∩A) P (A)
P (B|A) = P (A)
= P (A)
=1
P (A∩B) P (A)
P (A|B) = P (B)
= P (B)
P (A)
If A and B are mutually exclusive, then P (A|(A ∪ B)) = P (A)+P (B)
P (A∩(A∪B)) P (A)
P (A|(A ∪ B)) = P (A∪B)
= P (A)+P (B)
4. Let X be the number of correct answers out of 20 items, then X ∼ Bi(n = 20, p =
1
4
).
To find P (X ≥ 10) = P (X = 10) + · · · + P (X = 20) = 20
P
x=10 P (X = x).
20
x
where P (X = x) = x
p (1 − p)20−x plugging in the appropriate values.
5. P (|X̄ − µ| < 1.5) = 0.95 (verbalising this: we want to find the sample size needed
so that our estimate of mu is at most off by 1.5 units with 95% probability). Note
2
that via central limit theorem, X̄ ∼ N(2, 6n ), and therefore we have this:
!
−1.5 X̄ − µ 1.5
P (−1.5 < X̄ − µ < 1.5) = P < < = 0.95
√6 √6 √6
n n n
!
−1.5 1.5
=P <Z< = 0.95
√6 √6
n n
Is the same as (please visualize this so you know how to move to the next step)
−1.5
P Z < √6 = 0.025
n
−1.5
And thus, we know that √6
= −1.96, thus n = 61.4656, but there is no such thing
n
as 61 people and .4656, thus we round this up to 62 (due to the fact that more
information is captured when we increase the sample size).
2
7. Let X be the weights of female adultsP(in lbs). X ∼ N(120, 102 ). Then via CLT,
2
X̄ ∼ N(120, 10
25
). We want to find P ( 25
i=1 Xi > 2875). Dividing both sides by 25,
we get P (X̄ > 115). The rest of the solution is left to you! I know you can do this
already!