Partitions#
If two events sets \(A\) and \(B\) are disjoint, e.g. if \(A\cap B = \emptyset\), then
If the intersection of two or more event sets is non-empty, life gets complicated quickly. Disjoint event sets are extremely helpful, so we will often use partitions as tools to break down complicated events into digestible pieces.
Definition
A partition is a collection of subsets of the probability space \(S\) such that the subsets \(A_1, A_2, \dots , A_n\) have the following properties:
They are non-empty
They are pairwise disjoint
Their union is \(S\)
Property (2) guarantees that every possible intersection of these subsets is empty:
Property (3) ensures that every outcome in the probability space can be found in one of the subsets in the partition. Both are extremely helpful when simplifying probability problem-solving situations.
We have two primary partitions in the standard deck of playing cards: values and suits. Consider the four suits. Each suit is a non-empty set because it has 13 elements. A card can be only one suit, so spades and hearts are disjoint as is every pair of possible suits. Finally,.
Thus, the suits are subsets that form a partition. Let us define a few additional subsets in the standard deck of playing cards:
Even(\(E\)): \(2,4,6,8,T,Q\) in all suits
Odd(\(O\)): \(A,3,5,7,9,J,K\) in all suits
Faces(\(F\)): \(J, Q,K\) (cards with person pictured) in all suits
Aces (\(A\)): An \(A\) in all suits
Numbered(\(N\)): \(2,3,4,5,6,7,8,9,T\)
Note two more partitions are readily available: \(E\cup O=S\) and \(F\cup A \cup N=S\).
Example 5
A card is drawn at random from a deck of playing cards. Find the probability that the card is:
A heart \emph{or} even.
A heart \emph{and} even.
Even but not a heart.
Solution. Let \(S\) represent the probability space, and let event sets \(E\) and \(H\) represent drawing an even card or a heart respectively. The situation in part (a) is shown in Figure \ref{fig:EunionH}:
The intersection of \(E\) and \(H\) is non-empty, namely, the six even hearts, so we cannot just add. When we try to calculate:
We arrive at an incorrect answer. The 6 even hearts would be counted twice, once in the first fraction and again in the second. We must add a third term to deal with the double-counting:
For part (b), we have:
For part (c) we will need set subtraction notation: \(A-B=\) is the set of all elements in \(A\) that are not in \(B\). In terms of set operations we have:
which is shown below.
The blue shaded area is \(\bar B\), so when we take \(A\cap \bar B\), we gather all elements of \(A\) that are not in \(B\), as required. The situation for our example is demonstrated below. Using set operations, we have:
Example 6
A card is drawn at random from a deck of playing cards. Find the probability that the card is a heart (\(\heartsuit\)) or is even or is a face card.
Solution. Clearly, counting all the non-heart, non-even, non-face would be easy,of which cards there are 15.
The situation in Example 3 is known as the principle of inclusion-exclusion, and the explicit formula will be developed in the next section.