LECTURE NO (Addition and Multiplcation Rule)
LECTURE NO (Addition and Multiplcation Rule)
2
Learning Objectives
• Apply the general addition rule and the general multiplication rule.
• Describe what is meant by the term ‘general’ in the general addition
rule and general multiplication rule.
3
General addition rule
4
Example: If rolling a single die, determine the probability of rolling an even number, or a
number greater than 2.
P(Even or >2) = ?
P(Outcome is an Even) = 3/6
P(Outcome is a number >2) = 4/6
P(Outcome is an Even AND >2) = 2/6
5
Why do we call it the “general” addition rule?
•Because it applies to any addition events. That is, you can use it for both joint
events and disjoint events.
•Why does it also work for disjoint events?
–Recall that if 2 events are disjoint, this means that the two events are mutually exclusive.
In other words, if one of the two events or occurs, the other event will not occur.
–Therefore, P(A and B), i.e. the probability of both events being true will always equal 0.
7
8
Example: What is the probability of randomly drawing either an ace or a heart from a deck of
52 playing cards?
• P(Ace) → 4/52
• P(Heart) → 13/52
• P(Ace and Heart) → 1/52
• There is one NON-disjoint event present. Notice how the Ace of Hearts has been counted
twice. Therefore we must subtract this doubled item. So the correct answer is: (4/52 +
9
10
Question: What is the probability of randomly drawing either an ace or a heart from a deck of 52 playing
cards?
Answer: There are 4 aces in the pack and 13 hearts. However, 1 card is both an ace and a heart. If you simply
added the two probabilities separately, you would end up counting that same card twice.
The general addition rule tells us that if some of the outcomes are non-disjoint, then we will over count those
non-disjoint outcomes – an additional time for each outcome.
Therefore, we need to subtract those overlaps. In this problem, there is exactly one disjoint event.
Thus: P(ace or heart) = P(ace) + P(heart) – P(ace and heart)
= 4/52 (the 4 aces) + 13/52 (the 13 hearts) - 1/52 (the Ace of Hearts)
= 16/52
11
Example: What is the probability that a card from a deck is either a
King or a Queen or a Diamond?
P(King) + P(Queen) + P(Diamond) is NOT correct since there are non-disjoint events that
will be over counted.
To solve this question, we count all the outcomes, and then subtract all outcomes that have
overlapped. I.e. All non-disjoint outcomes.
= 19 /52
12
General multiplication rule (“And”)
When dealing with events that are dependent, we need to look at our ‘conditional’ event and
account for the possible change in probability.
Recall that if A and B are independent, then P(A and B) = P(A) * P(B)
– However, if P(B) changes based on whether or not A has occurred, then we are saying that the events
are dependent.
– Therefore, rather than simply saying P(B), we must adjust it to say P(B given that A has occurred).
– There is a special notation for this: P(B | A).
Example: What is the probability of randomly drawing a card from the deck that is an Ace AND a Heart?
P(ace and heart) = P(ace) * P(heart | ace)
P(Ace) = (4/52)
•Same story as with the “general” addition rule. That is, this rule
applies to ANY multiplication events – BOTH independent and non-
independent.
17