Sub BAB 3.8
Sub BAB 3.8
For j = 2, 3,
P (E|Rj )P (Rj )
P (Rj |E) =
P (E)
(1)(1/3)
=
(α1 )1/3 + 1/3 + 1/3
1
= , j = 2, 3
α1 + 2
Thus, for instance, if α1 = .4, then the conditional probability that the plane is
in region 1 given that a search of that region did not uncover it is 16 , whereas
the conditional probabilities that it is in region 2 and that it is in region 3 are
1
both equal to 2.4 = 125
.
and P (H ) = 52 .
13
Example 3.8.b. If we let E denote the event that the next president is a Repub-
lican and F the event that there will be a major earthquake within the next year,
then most people would probably be willing to assume that E and F are inde-
pendent. However, there would probably be some controversy over whether it
is reasonable to assume that E is independent of G, where G is the event that
there will be a recession within the next two years.
or equivalently,
P (EF c ) = P (E)(1 − P (F ))
= P (E)P (F c )
It would appear to follow from the foregoing example that an appropriate defi-
nition of the independence of three events
E, F, and G would have to go further
than merely assuming that all of the 32 pairs of events are independent. We are
thus led to the following definition.
Definition. The three events E, F, and G are said to be independent if
P (E(F ∪ G )) = P (EF ∪ EG )
= P (EF ) + P (EG ) − P (EFG )
88 CHAP TER 3: Elements of probability
FIGURE 3.7
Parallel system: functions if current flows from A to B.
Problems 89
Solution. Let Ar be the event that the set contains a type r coupon. Then
P (Aj Ai )
P (Aj |Ai ) =
P (Ai )
To compute P (Ai ) and P (Aj Ai ), consider the probability of their comple-
ments:
P (Ai ) = 1 − P (Aci )
= 1 − P {no coupon is type i}
= 1 − (1 − pi )k
P (Ai Aj ) = 1 − P (Aci ∪ Acj )
= 1 − [P (Aci ) + P (Acj ) − P (Aci Acj )]
= 1 − (1 − pi )k − (1 − pj )k + P {no coupon is type i or type j }
= 1 − (1 − pi )k − (1 − pj )k + (1 − pi − pj )k
where the final equality follows because each of the k coupons is, indepen-
dently, neither of type i or of type j with probability 1 − pi − pj . Consequently,
1 − (1 − pi )k − (1 − pj )k + (1 − pi − pj )k
P (Aj |Ai ) =
1 − (1 − pi )k
Problems
1. A box contains three marbles — one red, one green, and one blue. Con-
sider an experiment that consists of taking one marble from the box, then
replacing it in the box and drawing a second marble from the box. De-
scribe the sample space. Repeat for the case in which the second marble
is drawn without first replacing the first marble.
2. An experiment consists of tossing a coin three times. What is the sample
space of this experiment? Which event corresponds to the experiment
resulting in more heads than tails?
3. Let S = {1, 2, 3, 4, 5, 6, 7}, E = {1, 3, 5, 7}, F = {7, 4, 6}, G = {1, 4}. Find
a. EF ; c. EGc ; e. E c (F ∪ G);
b. E ∪ FG ; d. EF ∪ G; f. EG ∪ FG.
c
4. Two dice are thrown. Let E be the event that the sum of the dice is odd,
let F be the event that the first die lands on 1, and let G be the event that
the sum is 5. Describe the events EF, E ∪ F, FG, EF c , EFG.
5. A system is composed of four components, each of which is either work-
ing or failed. Consider an experiment that consists of observing the status
of each component, and let the outcome of the experiment be given by
the vector (x1 , x2 , x3 , x4 ) where xi is equal to 1 if component i is working
and is equal to 0 if component i is failed.