Laws of Probability
Laws of Probability
Introduction to probability
Probability is the measure of the likelihood
that an event will occur.
Toss a fair coin three times
Let’s list each possible outcome (or possible result):
{HHH, THH, HTH, HHT, HTT, THT, TTH, TTT}
Now let’s define the following events:
Event A: “Getting no H”
Event B: “Getting exactly one H”
Event C: “Getting at least one H”
Note that each event is indeed a statement about the outcome that the
experiment is going to produce. In practice, each event corresponds to some
collection (subset) of the possible outcomes.
Event A: “Getting no H” → TTT
Event B: “Getting exactly one H” → HTT, THT, TTH
Event C: “Getting at least one H” → HTT, THT, TTH, THH, HTH, HHT, HHH
Remember, since H and T are equally likely on each toss, and
since there are 8 possible outcomes, the probability of each
outcome is 1/8.
EXAMPLE: Birth Defects
Suppose we randomly select three children and we are interested in the
probability that none of the children have any birth defects.
We use the notation D to represent a child was born with a birth defect
and N to represent the child born with NO birth defect. We can list the
possible outcomes just as we did for the coin toss, they are:
{DDD, NDD, DND, DDN, DNN, NDN, NND, NNN}
Are the events DDD (all three children are born with birth defects) and
NNN (none of the children are born with birth defects) equally likely?
It should be reasonable to you that P(NNN) is much larger than
P(DDD).
This is because P(N) and P(D) are not equally likely events.
It is rare (certainly not 50%) for a randomly selected child to be born
with a birth defect.
Definitions
Union: The union of two sets is a new set that
contains all of the elements that are in at least one
of the two sets. The union is written as A∪B.
Intersection: The intersection of two sets is a new
set that contains all of the elements that are in both
sets. The intersection is written as A∩B.
Complement: The opposite of an event. That is, the set of
all outcomes of an experiment that are not included in an
event. The complement of event A is written AC
Rules of Probability
•A person with type A can donate blood to a person with type A or AB.
•A person with type B can donate blood to a person with type B or AB.
•A person with type AB can donate blood to a person with type AB only.
•A person with type O blood can donate to anyone.
What is the probability that a randomly chosen person cannot donate blood to everyone?
In other words, what is the probability that
a randomly chosen person does not
have blood type O? We need to find
P(not O).
Using the Complement Rule, P(not O) = 1 –
P(O) = 1 – 0.44 = 0.56.
The distinction between events that can
happen together and those that cannot is an
important one.
Disjoint: Two events that cannot occur at
the same time are called disjoint or
mutually exclusive.
It should be clear from the picture that
in the first case, where the events are NOT
disjoint, P(A and B) ≠ 0
in the second case, where the events ARE
disjoint, P(A and B) = 0.
EXAMPLE:
Consider the following two events:
A — a randomly chosen person has blood type A, and
B — a randomly chosen person has blood type B.
We are going to assume that each person can have only one blood type. Therefore,
it is impossible for the events A and B to occur together.
Events A and B are DISJOINT
On the other hand …
EXAMPLE:
Consider the following two events:
A — a randomly chosen person has blood type A
B — a randomly chosen person is a woman.
In this case, it is possible for events A and B to occur together.
Events A and B are NOT DISJOINT.
Probability Rule Four (The Addition Rule
for Disjoint Events):
If A and B are disjoint events, then P(A or
B) = P(A) + P(B).
EXAMPLE: Blood Types