Ch.2 Probability
Ch.2 Probability
PROBABILITY
2.1 Introduction
The theory of probability had its origin in gambling and games of chance in mideighteenth-century. The theory thus developed for "heads or tails" or "red or black" soon
found applications in situations where the outcomes were "boy or girl", " life or death ",
"pass or fail" and scholars began to apply probability theory to actuarial problems and
some aspects of the social sciences. Later, probability and statistics were introduced into
physics by L. Boltzmann, J. Gibbs, and J. Maxwell, and in this century they have found
applications in all phases of human endeavor which in some way involve an element of
uncertainty or risk. The names which are connected most prominently with the growth of
probability and mathematical statistics in the first half of this century are those A. N.
Kolmogorov, R. A. Fisher, J. Neyman, E. S. Pearson, and A. Wald.
The concept of probability is frequently encountered in everyday communication.
For example, we may hear a physician say that a patient has a 50-50 chance of surviving a
certain operation. Another physician may say that he is 95 percent certain that a patient
has a particular disease. Thus we are accustomed to measuring the probability of the
occurrence of some event by a number between zero and one. The more likely the event,
the closer the number is to one; and the more unlikely the event, the closer the number is
to zero. An event that cannot occur has a probability of zero, and an event that is certain to
occur has a probability of one.
(A) Experiment
The term experiment refers to the process of obtaining an observed result of some
phenomenon, and a performance of an experiment, is called a trial of the experiment. An
observed result, on a trial of the experiment, is called an outcome. This terminology is
rather general; our interest will be in situations, called random experiments, where there
is uncertainty about which outcome will occur when the experiment is performed. By a
random experiment we will mean any procedure that:
1- all possible outcomes can be completely defined in advance.
2- can be repeated, theoretically, any number of times under identical conditions.
- 21 -
Example 2.1
An experiment consists of tossing two coins, and the observed face of each coin is of
interest. The set of all possible outcomes may be represented by the sample space;
S = { HH , HT , TH , TT }
An alternate way of representing such a sample space is to list all possible ordered pairs of
the numbers 1 and 0,
S ={ (1,1) , (1, 0 ) , ( 0 ,1) , ( 0 , 0 ) }
where, for example, (1,0) indicates that the first coin landed heads up and the second coin
landed tails up. If we are interested in the total number of heads obtained from the two
coins, an appropriate sample space could then be written as
S ={ 0 , 1 , 2 }
Thus, different sample spaces may be appropriated for the same experiment, depending on
the characteristic of interest.
In tossing the coin three times (or 3 coins), the sample space consists of 8 outcomes,
S = { HHH , HHT , HTH , THH , HTT , THT , TTH , TTT }
Note that, in tossing the coin n times the sample space consists of 2n outcomes.
Example 2.2
If a coin is tossed repeatedly until a head occurs, then the natural sample space is S
= {H, TH, TTH ...}. If one is interested in the number of tosses required to obtain a head,
then a possible sample space for this experiment would be the set of all positive integers,
S* = {1, 2, 3 ...},
and the outcomes would correspond directly to the number of tosses required to obtain the
first head. It will be shown in the next chapter that an outcome corresponding to a
- 22 -
sequence of tosses in which a head is never obtained need not be included in the sample
space.
Example 2.3
A light bulb is placed in service and the time of operation until it burns out is
measured. At least conceptually, the sample space for this experiment can be taken to be
the set of nonnegative real numbers,
S = { t : 0 t < }
Note that if the actual failure time could be measured only to the nearest hour, then
the sample space for the actual observed failure time would be the set of nonnegative
integers,
S* = { 0, 1, 2, 3, ... }.
Even though S* may be the observable sample space, one might prefer to describe the
properties and behavior of light bulbs in terms of the conceptual sample space S. In cases
of this type, the discreetness imposed by measurement limitations is sufficiently negligible
that it can be ignored, and both the measured response and the conceptual response can be
discussed relative to the conceptual sample space S.
A sample S space is said to be finite if it consists of a finite number of outcomes,
say
S = {e1 , e2 , ..., eN }
and it is said to be countably infinite if its outcomes can be put into a one correspondence
with the positive integers, say
S = {e1 , e2 , ... }.
Definition
If a sample space S is either finite or countably infinite, then it is called a discrete
sample space.
A set that is either finite or countably infinite is also said to be countable. This is the
case in the first two examples. It is also true for the last example when failure times are
recorded to the nearest hour, but not for the conceptual sample space. Since the conceptual
space involves outcomes that may assume any value in some interval of real numbers (i.e.,
the set of nonnegative real numbers), it could be termed a continuous sample space, and it
provides an example where a discrete sample space is not an appropriate model.
If the sample space consists of a continuum, such as all the points of a line segment
or all the points in a plane (i.e. an uncountable infinite number of outcomes), it is said to be
continuous. Continuous sample spaces arise in practice whenever the outcomes of
- 23 -
S
A
- 24 -
AB
A
A B
A B=
A
A
n(A) of which corresponds to the occurrence of some event A, then the probability that the
event A will occur, denoted by P(A), will defined as the ratio n(A)/N, symbolically.
P(A) =
n(A)
number of outcomes belong to A
=
N
total number of outcomes belong to S
(2.1)
Example 2.4
Throw an unbiased coin three times and observe the sequence of heads and tails. Here
the sample space is the collection of all possible sequences,
S = { HHH, HHT, HTH, THH, HTT, THT, TTH, TTT}
Since the outcomes are equally likely and mutually exclusive then the probability of each
outcome is 1/8. Let A be the event that two or more heads appear consecutively, and B that all
the tosses are the same. Then
A = { HHH, HHT, THH } and B = { HHH, TTT }
Therefore
P(A)=
n(A) 3
=
N
8
P(B)=
- 26 -
n(B) 2 1
= =
N
8 4
P(AB)=
P(AB)=
n(AB)
1
= P ( { HHH } ) = , and
N
8
n(AB)
1
= P ( { HHH , HHT , THH , TTT } ) =
N
4
Example 2.5
There are 15 balls, numbered from 1 to 15 in a bag. If a person selects one at
random, what is the probability that the number printed on the ball will be
i- a prime number greater than 5.
ii- an odd number less than 11.
Solution
Let A1 = { a prime number greater than 5 }
A2 = { an odd number less than 9 }
then
A1 = { 7, 11, 13 } , A2 = { 1, 3, 5, 7 }, N = 15 , n( A1 ) = 3 , n( A2 ) = 4
n ( A1 ) 3 1
n ( A2 ) 4
= =
and P ( A2 ) =
=
P ( A1 ) =
N
15 5
N
15
Find P(A1 A2) and P(A1 A2) ?
Example 2.6
A fair die is tossed twice. What is the probability that the sum of the upturned faces is 9?
Solution
The sample space for this experiment is
S = { (i , j) : i = 1, 2, ...,6 ; j = 1, 2, ...,6 }
Since the die is fair (unbiased), each of the 36 possible outcomes would be equally
likely to occur. If A represents the event that the sum of the upturned faces is 9 then,
A = {(3, 6) , (4, 5) , (5, 4) , (6, 3)}
hence,
P(A) = 4/36 = 1/9
a real value P(A) with each event A is called a probability function (or a probability
measure), and P(A) is called the probability of A, if the following properties are satisfied:
Axiom I.
Axiom II.
P(S) = 1,
Axiom III. If A1, A2, A3, .... , is a finite or infinite sequence of mutually exclusive
event of S, then
P(A1 A2 A3 ...) = P(A1) + P(A2) + P(A3) + ...
These axioms all seem to agree with our intuitive concept of probability and these few
axioms are sufficient to allow a mathematical structure to be developed.
Note, if A and B are two mutually exclusive events of S, then
P(A B) = P(A) + P(B)
Example 2.7
Three horses A, B and C are in a race. A is twice as likely to win as B and B is twice
as likely to win as C. What is their respective probabilities of winning, i.e. P(A), P(B) and
P(C)?
Solution
Let
P(C) = p,
since B is twice as likely to win as C, then
P(B) = 2p,
and since A is twice as likely to win as B, then
P(C) = 4p
Now the sum of the probabilities must be one (by property II), hence
P(A) + P(B) + P(C) = 1,
i.e.
4p + 2p + p = 1
Therefore, p=1/7, and accordingly
P(A) = 4p = 4/7, P(B) = 2p =2/7
and P(C) = p = 1/7.
- 28 -
pi = 1
(2.2)
It is understood , with this notation, that the summation is taken over all indices i such that ei
is an outcome in A.
Example 2.8
A die is loaded in such a way that each odd number is twice as likely to occur as each
even number. Find P(G), where G is the event that a number greater than 3 occurs on a single
roll of the die.
Solution
The sample space is S = {1, 2, 3, 4, 5, 6}. Hence, if we assign probability p to each
even number and probability 2p to each odd number, we find that
2p + p + 2p + p + 2p + p = 9 p = 1
in accordance with axiom II. It follows that p =
1
9
1
2
1
4
+
+
=
9
9
9
9
If a sample space is accountably infinite, probabilities will have to be assigned to the
individual outcomes by means of a mathematical rule, preferably by means of a formula or
equation.
P( G ) =
the axioms.
Theorem 2.1
For any sample space S,
p( ) = 0
Proof
Since S and are mutually exclusive and S = S in accordance with definition of
the empty set , it follows that
P( S )=P( S )
=P( S )+P( )
( by Axiom III )
Proof
In the second and third steps of the proof that follows, we make use of the definition
of a complement, according to which A and A/ are mutually exclusive and A A/ = S.
Thus, we write
1 = P(S)
( by Axiom II )
= P( A A )
=P(A)+P(A)
( by Axiom III )
and it follows that P( A ) = 1 - P(A).
Theorem 2.3
If A and B are events in S and A B, then P(A) P(B).
Proof
Since A B, we can write
B=A ( A B)
as can easily be verified by means of a Venn diagram. Then, since A and A/B are mutually
exclusive, we get
P ( B ) = P ( A ) + P ( A B ) ( by Axiom III )
P ( A )
( by Axiom I )
In words, this theorem states that if A is a subset of B, then P(A) cannot be greater than P(B).
Theorem 2.4
- 30 -
Proof
Using Theorem 2.3 and the fact that
AS
for any event A in S, we have
P () P ( A ) P ( S )
Then, P() = 0 and P (S) = 1 leads to the result that
0 P (A) 1
Theorem 2.5
If A and B are any two events in S, then the probability of occurrence of A and nonoccurrence of B is given by
P( A B ) = P( A \ B ) = P(A) - P(A B)
Proof
The approach will be to express the event A as unions of mutually exclusive events.
From set properties we have
A = ( A B ) ( A B)
It follows that A B and A B are mutually exclusive, so that
A B = ( A B) B
It follows that A B and B are mutually exclusive, so that
- 31 -
Repeatedly using the formula of theorem 2.6, we can generalize this addition rule so
that it will apply to any number of events. For instance, for three events we get,
Solution
If M is the event "passing mathematics" and E the event "passing English", then by
transposing the terms in the Additive Rule, ) we have
P(ME )=P(M )+P(E)-P(ME)
0.9 = 0.75 + 0.85 - P ( M E )
From which the probability that Jaillan will pass both courses is
P(M E) = 0.7
Questions: what is the probability that Jaillan will fail both courses?
what is the probability that Jaillan will pass one and only one course?
write
P(B/ A)=
1
,
3
1 1/ 6 P( AB)
=
=
3 3/6
P (A)
where P(A B) and P(A) are found from the original sample space S. In other words, a
conditional probability relative to a subspace A of S may be calculated directly from the
sample space S itself.
Definition
If A and B are any two events in S and P(A) > 0, the conditional probability of B given A is
P ( B /A) =
P (A B )
P (A)
(2.3)
Example 2.10
A box contains 100 microchips, some of which were produced by factory 1 and the
rest by factory 2. Some of the microchips are defective and some are good (non-defective).
An experiment consists of choosing one microchip at random from the box and testing
whether it is good or defective. Let
A be the event "obtaining a defective microchip"; consequently, and
B be the event "the microchip was produced by factory 1" , then
A is the event "obtaining a good microchip".
Totals
15
45
5
35
20
80
Totals
60
40
100
- 33 -
n (A) 20
=
= 0.20
n (S) 100
Now suppose that each microchip has a number stamped on it that identifies which
factory produced it. Thus, prior to testing whether it is defective, it can be determined
whether B has occurred (produced by factory 1) or B/ has occurred affects likelihood that a
defective microchip is selected, and the use of conditional probability is appropriate. For
example, if the event B has occurred, then the only microchips we should consider are
those in the first column of Table 2.1, and the total number is n(B) = 60. Furthermore, the
only defective chips to consider are those in both the first column and the first row, and the
total number is n(AB) = 15. Thus, the conditional probability of A given B is
n ( A B ) 15
P(A/ B)=
=
= 0.25
n(B)
60
P (A) =
P(A/ B)=
n(AB)/n(S) P(AB)
=
n(B)/n(S)
P(B)
Example 2.11
The probability that a student, selected at random from certain college, will pass
economics is 0.8 and will pass in both economics and religion is 0.5. What is the probability
that he will pass religion if it is known that he had passed economics?
Solution
If E is the event "passing economics" and R the event "passing religion", then
P(R /E)=
P ( E R ) 0.5 5
=
= = 0.625
P(E)
0.8 8
Multiplication Rule
If we multiply the expressions on both sides of (2.3) by P(A), we obtain the following
multiplication rule
Theorem 2.7
If A and B are two events in S, then
P (A B ) = P (A) P (B /A) = P (B) P (A/B)
- 34 -
(2.4)
Example 2.12
If we randomly pick two television tubes in succession from a shipment of 240
television tubes of which 15 are defective, what is the probability that they will both
defective?
Solution
If we assume equal probabilities for each selection (which is what we mean by
"randomly" picking the tubes), the probability that the first tube will be defective is
15
240
and the probability that the second tube will be defective given that the first tube is defective is
14
239
Thus, the probability that both tubes will be defective is
14
7
15
.
=
240 239 1 , 912
This assumes that we are sampling without replacement, namely, that the first tube is not
replaced before the second tube is selected.
Theorem 2.7 can easily be generalized so that it applies to more than two events; for
instance, for three events we have
Corollary:
If A, B, and C are any three events in a sample space S such that P(A B) > 0, then
P(A B C ) = P( A ) . P( B / A ) . P( C / A B )
Proof
Writing A B C as (A B ) C and using the formula of Theorem 2.7 twice, we
get
P( A B C ) = P[( A B ) C]
= P(A B ) P( C / A B]
= P(A) P(B/A) P(C/A B)
Example 2.13
A box of fuses contains 20 fuses, of which 5 are defective. If 3 of the fuses are
selected at random and removed from the box in succession without replacement, what is the
probability that all three fuses are defective?
- 35 -
Solution
If D1 is the event that the first fuse is defective, D2 is the event that the second fuse is
defective, and D3 is the event that the third fuse is defective, then
5
4
,
,
P( D 2 / D1 ) =
20
19
and substitution into the formula yields
P ( D1 ) =
P( D 3 / D 2 D 1 ) =
3
18
5 4 3
1
.
.
=
20 19 18 114
Further generalization of Theorem 2.7 and its corollary to k events is straightforward,
and the resulting formula can be proved by mathematical induction.
P( D1 D2 D3 ) =
P (A) = P (B i ) P (A /B i )
(2.5)
i=1
Proof
Since the events B1, B2, ..., Bk are exhaustive (i.e
their union equals S), then
S
B1
- 36 -
B2
Bk
P (A) = P (A B i )
i=1
and the theorem results from applying (2.4) to each term in this summation.
Example 2.14
The members of a consulting firm rent cars from three rental agencies: 60% from
agency 1, 30 % from agency 2, and 10 % from agency 3. If 9% of the cars from agency 1
need a tune-up, 20 % of the cars from agency 2 need a tune-up, and 6% of the cars from
agency 3 need a tune-up, what is the probability that a rental car delivered to the firm will
need a tune-up?
Solution
If A is the event that the car needs a tune-up, and B1, B2, and B3 are the events that the
car comes from rental agencies 1, 2, or 3, we have
P(B1) = 0.60,
P(B2) = 0.30,
P(B3) = 0.10,
and
P(A/B1) = 0.09, P(A/B2) = 0.20, and
P(A/B3) = 0.06.
Substituting these values into the formula of Theorem 2.8, we get
P(A) = (0.60)(0.09) + (0.30)(0.20) + (0.10)(0.06) = 0.12
Thus, 12% of all the rental cars delivered to this firm will need a tune-up.
Tree diagram
It is sometimes helpful to illustrate this result with a tree diagram given in figure 2.1.
The probability associated with branch Bi is P(Bi), and the probability associated with each
branch labeled A is a conditional probability P(A/Bi ), which may be different depending on
which branch, Bi , it follows. In order for A to occur, it must occur jointly with one and only
one of the events Bi .
B1
B2
BK
With reference to the preceding example, suppose that we are interested in the following
- 37 -
question: If a rental car delivered to the consulting firm needs a tune-up, what is the
probability that it came from rental agency 2? To answer questions of this kind, we need the
following theorem, called Bayes' theorem:
Theorem 2.9 : Bayes' Formula
If B1 , B2 , ..., Bk constitute a partition of the sample space S and P(Bi) > 0 for i = 1, 2,
..., k, then for any event A in S such that P(A) > 0,
P (Br /A) =
P (Br ) . P (A/Br )
k
P(Br ) P(A/Br )
for r = 1, 2, ..., k
(2.6)
i=1
In words, the probability that event A was reached via the rah branch of the tree
diagram of Figure 2.1, given that it was reached via one of its k branches, is the ratio of the
probability associated with the rah branch to the sum of the probabilities associated with all k
branches of the tree.
Proof
Writing in accordance with the definition of conditional probability, we have only to
substitute P( Br ) . P( A / Br ) for P( A Br ) and the formula (2.5) for P( A ).
P(Br /A) =
P(A Br )
P (A)
Example 2.15
With reference to Example 2.14, if a rental car delivered to the consulting firm needs a
tune-up, what is the probability that it came from rental agency 2?
Solution
Substituting the probabilities given in Example 2.14 into the formula of Theorem 2.9,
we get
( 0.30 ) ( 0.20 )
( 0.60 ) ( 0.09 ) + ( 0.30 )( 0.20 ) + ( 0.10 ) ( 0.06 )
0.060
=
= 0.5
0.120
Observe that although only 30% of the cars delivered to the firm come from agency 2,
50% of those requiring a tune-up come from that agency.
P(B 2 /A) =
- 38 -
Example 2.16
We are given three similar boxes of microchips as follows:
Box B1 contains 20 microchips of which 5 are defective,
Box B2 contains 35 microchips of which 7 are defective, and
Box B3 contains 40 microchips of which 5 are defective.
A box selected at random, then a microchip is selected at random from the box. If the
component obtained is defective, find the probability that it came from box 2.
Solution
Defining the events B1, B2 and B3 to be respectively choosing "box 1", "box 2" and
"box 3". Let A be the event "obtaining a defective microchip". Thus, we have
P(B1) = P(B2) = P(B3 ) = 1/3
Box
B1
Microchip
5/20
15/20
.A
1/3
1/3
7/35
B2
28/35
1/3
5/40
A
A
B3
35/40
Therefore;
1 5 1 7 1 5 23
P(A) = + + =
3 20 3 35 3 40 120
Now applying Bayes' formula (2.6), with k=3 and r=2 to find the probability that the
component came from box 2 given that it is defective as follows
1 7
P( B 2 ) P(A / B2 ) 3 35 8
P( B 2 /A) =
=
=
= 0.348
23
P(A)
23
120
- 39 -
The tree diagram, given above, describes this process and gives the probability of each
branch of the tree.
Definition
Two events A and B are independent iff
a- Since P(A). P(B) = 1/4.1/2 = P(A B), the events A and B are independent.
b- Since P(B). P(C) = 1/2 .3/8 P(B C), the events B and C are not independent.
In connection with the definition of independence, given above, it can be shown that if
A and B are independent, then so are A and B , A and B, and A and B . For instance:
Theorem 2.10
If A and B are independent, then A and B are also independent.
Proof
Since A = ( A B) (A B ), A B and A B are mutually exclusive, and A
and B are independent by assumption, we have
P(A) = P[(A B) (A B )]
= P(A B) + (A B )
= P(A). P(B) + P(A B )
It follows that
Definition
Events A1, A2, ...., Ak are independent iff the probability of the intersection of any 2, 3,
- 41 -
- 42 -
5 5 5
1
.
.
=
20 20 20 64
EXERCISES
[1] Of 50 patients on the third floor of a hospital, 35 are female and 12 are over 70 years of
age. Among those over 70 years of age, eight are female. How many of the 50 patients
are female or not over 70 years of age? (Use a venn diagram to help you answer the
question).
[2] Set C consists of the citizens of a certain town who voted "yes" for water
fluoridation. Set D consists of the citizens of the same town who have preschool children.
Define:
(a) C D
(b) C D
(c) C D
[3] Let A, B and C be three arbitrary events. Find expressions for the following events that of
A, B and C.
a- Only A occurs,
b- All three events occur,
c- Non occurs,
e- Not more than 2 occur,
g- One and only one occurs.
d- At least one occurs,
[4] Let S = { e1 , e2 , e3 , e4 } be a sample space and let P be probability function defined on S,
a- Find P(e1) and P(e2) if P(e3) = P(e4) = and P(e1) = 2 P(e2).
b- Find P(e1) if P({e2 , e3}) = 2/3 , P({ e3 , e4 }) = and P(e2) = 1/3.
[5] An integer between 1 and 100 is selected at random, find the probability of getting a
perfect square if
a- all integers are equally likely to be selected,
b- all integers between 1 and 50 are twice as likely to occur as the rest.
[6] Three students A, B and C are in a swimming race. A and B have the same probability of
winning and each is twice as likely to win as C.
a- What is the probability that A does not win?
b- What is the probability that B or C wins?
[7] In a certain population of women 4% have had breast cancer, 20% are smokers and 3%
are smokers and have had breast cancer. A woman is selected at random from the
population. What is the probability that:
a- she has had breast cancer or smokes?
b- she has had breast cancer and she is not a smoker ?
- 43 -
[8] From a box containing 5 black balls and 3 green balls, 2 balls are drawn in succession,
the first ball being replaced in the box before the second draw is made.
a- What is the probability that both balls are the same color?
b- What is the probability that each color is represented?
[9] Solve problem [9] in case of drawing the second ball without replacing the first one.
[10] A coin is biased so that a head is twice as likely to occur as tail. If the coin is tossed
twice, what is the probability of getting:
a- exactly 2 tails,
b- a tail and a head?
[11] The probability that a student, selected at random from a certain college, passes
mathematics is 0.8, the probability that passes English is 0.6 and the probability of
passing at least one of them is 0.9.
a- What is the probability that he failed both Math. and English ?
b- What is the probability that he failed Math. only?
c- If the student passed Math., what is the probability that he also passes English ?
d- If the student failed Math., what is the probability that he also failed English ?
[12] If the three event A, B and C are independent with P(A)=1/4 , P(B) = 1/3 and P(C) =
1/5, find P(A B C).
[13] In a high school graduating class of 100 students, 54 studied mathematics, 69 studied
English and 35 studied both mathematics and English. If one of these students is
selected at random, find the probability that:
a- the student took mathematics or English,
b- the student did not take either of these subjects,
c- the student took English but not mathematics.
[14] A factory has three machines X, Y and Z produce plastic gears. The output of machine X
is twice as the output of machine Y and the output of machine Y is triple as the output of
machine Z. The percentages of defective output of these machines are respectively 4%,
2% and 5%. A gear is selected at random and is found to be defective, find the probability
that it was produced by machine Y
[15] A and B play 12 games of chess of which 6 are won by A, 4 are won by B, and 2 end in
a tie. They agree to play a tournament consisting of 3 games. Find the probability that
a- A wins all the three games,
b- two games end in a tie.
- 44 -
[16] Let A and B events with P(A) = , P(B) = 1/3 and P(A B) = 7/12. Find P(A/B),
P(A/ B ), P( A /B) and P( A / B ).
[17] Given P(A) = 0.5 and P(AUB) = 0.8 , find P(B) if:
a) A and B are mutually exclusive
b) A and B are independent
c) P(A/B)=0.4.
d) A is a subset of B.
[18] show that if P(B|A) = P(B) and P(B) 0, then P(A|B) = P(A).
[19] Let A and B events with P(A) = , P(A B) = 1/3 and P(B) = p.
a- Find p if A and B are mutually exclusive.
b- Find p if A and B are independent.
c- Find p if A is a subset of B.
[20] At an electronic plant, it is known from past experience that the probability is 0.84 that
a new worker who has attended the company's training program will meet the
production quota, and that the corresponding probability is 0.49 for a new worker who
has not attended the company's training program. If 40% of all new workers attend the
training program, what is the probability that a new worker will meet the production
quota?
[21] When an experiment is performed, one and only one of the events A1, A2 or A3 will
occur. Find P(A1), P(A2), and P(A3) under each of the following assumptions:
b- P(A1) = P(A2) and P(A3) = 1/2.
a- P(A1) = P(A2) = P(A3).
c- P(A1) = 2 P(A2) = 3 P(A3).
[23] A,B, and C are events such that P(A) = 1/3, P(B) = 1/4, and
P(C)= 1/5. Find P(ABC) under each of the following assumptions:
(a) If A, B, and C are mutually exclusive.
(b) If A, B, and C are independent.
[24] Multiple choices:
1. If the knowledge that an event A has occurred implies that a second event B cannot occur,
the events A and B are said to be
a- independent
b- mutually exclusive
c- A contains B
d- non of the above.
2. If P(A)=0.4, P(B)=0.5 and A & B are disjoint, then the probability of occurrence of both A
- 45 -
and B is:
a- 0.0
b- 0.1
c- 0.2
d- 0.9
c. A B
d. Mutually exclusive
c. A B
d. Mutually exclusive
10. Event A occurs with probability 0.4., the conditional probability that A occurs given that
B occurs is 0.5, while the conditional probability that A occurs given that B does not
occur is 0.2. What is the conditional probability that B occurs given that A occurs?
a- 5/6
b- 4/7
c- 5/8
d-Cannot be determined from the information given
<+><+><+><+><+><+><+><+>
- 46 -