Skip to main content

Section 4.C Probability Rules

  • Utilize probability properties.
  • Calculate conditional probabilities.
  • Calculate probabilities using complementary events.
  • Calculate probabilities using addition rules.
  • Determine if two events are independent or dependent.

Subsection 4.C.1 Probability Properties

The examples and WeBWorK problems of Section 4.B demonstrated some important probability results which are summarized below.

Probability Properties

  1. \(0\leq P(event)\leq 1\text{.}\)
  2. If the \(P(event)=1\text{,}\) then it will happen and is called a certain event.
  3. If the \(P(event)=0\text{,}\) then it cannot happen and is called an impossible event.
  4. The probabilities of all the outcomes in a sample space add up to \(1\text{.}\)

Note that events with a probability closer to \(1\) are more likely to occur. Events with a small probability (closer to \(0\)) are less likely to occur.

Subsection 4.C.2 Complementary Events

Recall the complement of set \(A\text{,}\) written as \(A'\text{,}\) is the set consisting of elements in the universal set \(U\) that are NOT in \(A\text{.}\)

If two events are complementary events then their probabilities add up to one. That is

  • \(P(A) + P(A') =1\text{,}\) or
  • \(P(A)=1-P(A')\text{,}\) or
  • \(P(A')=1-P(A)\text{.}\)
Example 4.C.1. Complementary Events--Flu.

Suppose you know the probability of not getting the flu is \(0.24\text{.}\) What is the probability of getting the flu?

\begin{align*} \text{Write \(F\) for the event getting the flu } \amp\amp\amp \text{Then \(F'\) is the event not getting the flu}\\ P(F') = 0.24 \amp\amp\amp \text{We know the probability of not getting the flu is \(0.24\)}\\ P(F)=1-P(F') \amp\amp\amp \text{Use complementary events}\\ P(F)=1-0.24=0.76 \amp\amp\amp \text{Our Solution:} \end{align*}

The probability of getting the flu is \(0.76\)or \(76\%\text{.}\) Since the probability of getting the flu is greater than the probability of not getting the flu, it is more likely to get the flu than not.\(\checkmark\)

Example 4.C.2. Complementary Events--Cards.

In an experiment of picking a card from a deck, what is the probability of not getting a card that is a Queen?

\begin{align*} SS=\amp\\ \amp\{2S, 3S, 4S, 5S, 6S, 7S, 8S, 9S, 10S, JS, QS, KS, AS,\\ \amp2C, 3C, 4C, 5C, 6C, 7C, 8C, 9C, 10C, JC, QC, KC, AC,\\ \amp\color{red}{2D}, \color{red}{3D}, \color{red}{4D}, \color{red}{5D}, \color{red}{6D}, \color{red}{7D}, \color{red}{8D}, \color{red}{9D}, \color{red}{10D}, \color{red}{JD}, \color{red}{QD}, \color{red}{KD}, \color{red}{AD},\\ \amp\color{red}{2H}, \color{red}{3H}, \color{red}{4H}, \color{red}{5H}, \color{red}{6H}, \color{red}{7H}, \color{red}{8H}, \color{red}{9H}, \color{red}{10H}, \color{red}{JH}, \color{red}{QH}, \color{red}{KH}, \color{red}{AH}\} \end{align*}

The sample space has \(52\) outcomes, one for each card in the deck. The complementary event of not getting a Queen is getting a Queen.

\begin{align*} \text{Determine the probability of selecting a queen} \amp\amp\amp \text{First write the event space, \(Queen\)}\\ Queen=\{QS, QC, \color{red}{QD}, \color{red}{QH} \} \amp\amp\amp \text{The event \(Queen\) contains \(4\) outcomes}\\ P(Queen) =\dfrac{4}{52} \amp\amp\amp \text{Next use complementary events}\\ P(Queen') = 1-\dfrac{4}{52}=\dfrac{38}{52}\approx 0.7308 \amp\amp\amp \text{Our Solution:} \end{align*}

The probability of not selecting a queen is \(\dfrac{38}{52}\)or about \(73.08\%\checkmark\text{.}\)

The complement is useful when you are trying to find the probability of an event that involves the words "at least" or an event that involves the words "at most". As an example of an at least event is suppose you want to find the probability of making at least \(\$50,000\) when you graduate from college. That means you want the probability of your salary being greater than or equal to \(\$50,000\text{.}\) An example of an at most event is suppose you want to find the probability of rolling a die and getting at mosta \(4\text{.}\) That means that you want to get less than or equal to a \(4\) on the die. The reason to use the complement is that sometimes it is easier to find the probability of the complement and then subtract from \(1\text{.}\)

Example 4.C.3. Complementary Events--At Least.

Two fair dice are rolled. Determine the probability of rolling a sum of at least a \(4\text{.}\)

The \(SS\) is written in Example 4.B.4. Recall the sample space has \(36\) outcomes. Rolling a sum that is at least \(4\) would involve listing all of the sums that are \(4\) or more. It would be much easier to list the outcomes that make up the complement. First write \(D\) for the sum of the dots showing.

\begin{align*} \text{Determine the probability of rolling a sum less than \(4\). } \amp\amp\amp \text{Write the event space \((D\lt 4)\).}\\ \text{ \((D\lt 4) =\{(\color{red}{1},\color{green}{1}), (\color{red}{1},\color{green}{2}), (\color{red}{2},\color{green}{1})\}\)} \amp\amp\amp \text{The event \((D\lt 4)\) contains \(3\) outcomes}\\ P(D\lt 4) =\dfrac{3}{36} \amp\amp\amp \text{Next use complementary events.}\\ P(D\ge 4) = 1-P(D\lt 4)= 1-\dfrac{3}{36}=\dfrac{33}{36}\approx 0.9167 \amp\amp\amp \text{Our Solution:} \end{align*}

The probability of rolling a sum of at least a \(4\) is \(\dfrac{33}{36}\) or about \(91.67\%\checkmark\text{.}\)

Subsection 4.C.3 Probability Rules

Example 4.C.4. Probability--Select One Card.

In an experiment of picking one card from a deck, what is the probability of getting a Jack and an Ace? What is the probability of getting a Jack or an Ace? What is the probability of getting a Spade or an Ace?

Recall the sample space for a deck of cards in Example 4.C.2

(a) Determine the probability of selecting a Jack \(J\) AND an Ace \(A\text{.}\) First write the event space, \(J\cap A\text{.}\)

\begin{align*} J\cap A=\{ \} \amp\amp\amp \text{The event \(J\cap A\) contains \(0\) outcomes since you can't do that with \emph{one} card. }\\ P(J\cap A) =\dfrac{0}{52} \amp\amp\amp \text{Our Solution (a):} \end{align*}

The probability of getting a Jack and an Ace is \(0\checkmark\text{.}\)

(b) Determine the probability of selecting a Jack \(J\) OR an Ace \(A\text{.}\) First write the event space, \(J\cup A\text{.}\)

\begin{align*} J\cup A=\{JS, JC, JD, JH, AS, AC, AD, AH \} \amp\amp\amp \text{The event \(J\cup A\) contains \(8\) outcomes. }\\ P(J\cup A) =\dfrac{8}{52}\approx 0.1538 \amp\amp\amp \text{Our Solution (b):} \end{align*}

The probability of getting a Jack or an Ace is \(\dfrac{8}{52}\) or approximately \(15.38\%\checkmark\text{.}\)

(c) Determine the probability of selecting a Spade \(S\) OR an Ace \(A\text{.}\) First write the event space, \(S\cup A\text{.}\)

\begin{align*} \amp S\cup A=\amp\amp\\ \amp\{2S, 3S, 4S, 5S, 6S, 7S, 8S, 9S, 10S,\amp\amp\\ \amp JS, QS, KS, AS, AC, AD, AH \}\amp\amp \text{The event \(S\cup A\) contains \(16\) outcomes.}\\ \amp P(S\cup A) =\dfrac{16}{52}\approx 0.3077 \amp\amp \text{Our Solution (c):} \end{align*}

The probability of getting a Spade or an Ace is \(\dfrac{16}{52}\) or approximately \(30.77\%\checkmark\text{.}\)

Part (a) of Example 4.C.4 demonstrates an impossible event: selecting a Jack and an Ace on one draw. Parts (b) and (c) demonstrate another probability concept. Notice that:

\(P(J\cup A) =\dfrac{8}{52} = \dfrac{4}{52}+ \dfrac{4}{52} = P(J) + P(A)\) \(P(S\cup A) =\dfrac{16}{52} \neq \dfrac{17}{52} = \dfrac{13}{52}+ \dfrac{4}{52} = P(S) + P(A)\)

Why does adding two individual probabilities together work in one situation to give the probability of one or another event and not give the correct probability in the other?

The reason this is true in the case of the Jack and the Ace is that these two events cannot happen together. There is no overlap between the two events, and in fact the \(P(J \cap A) = 0\text{.}\) However, in the case of the Spade and Ace, they can happen together. There is overlap, mainly the ace of spades. The \(P(S \cap A) \neq 0\text{.}\)

When two events cannot happen at the same time, they are called mutually exclusive. In the above situation, the events Jack and Ace are mutually exclusive, while the events Spade and Ace are not mutually exclusive.

Addition Rules:

  • If two events \(A\) and \(B\) are mutually exclusive, then \(P(A\cup B) =P(A)+ P(B)\) and \(P(A\cap B)=0\text{.}\)
  • If two events \(A\) and \(B\) are not mutually exclusive, then \(P(A\cup B) =P(A)+ P(B) -P(A\cap B)\text{.}\)
Example 4.C.5. Mutually Exclusive.

(Recall Example Example 4.B.8.) The number of people who survived the Titanic based on class and gender is in the below table ("Encyclopedia Titanica," 2013).

Gender
Class Female (\(F\)) Male (\(M)\) Total
\(1st\) \(134\) \(59\) \(193\)
\(2nd\) \(94\) \(25\) \(119\)
\(3rd\) \(80\) \(58\) \(138\)
Total \(308\) \(142\) \(450\)

Determine if the events survivor is a female and survivor is in the first class are mutually exclusive.

Label the event spaces \(F\) for female and \(1st\) for first class.

\begin{align*} \text{Determine \(n(F\cap 1st)\)} \amp\amp\amp n(F\cap 1st)=134 \end{align*}

Mutually exclusive events cannot happen at the same time which means there would be no overlap or intersection.

\begin{align*} n(F\cap 1st)=134\neq 0 \amp\amp\amp \text{Our Solution:} \end{align*}

Since there were female survivors from the first class, the events survivor is a female and survivor is in the first class are NOT mutually exclusive.\(\checkmark\)

Subsection 4.C.4 Conditional Probability

Suppose you want to figure out if you should buy a new car. When you first go and look, you find two cars that you like the most. In your mind they are equal, and so each has a \(50\%\) chance that you will pick it. Then you start to look at the reviews of the cars and realize that the first car has had \(40\%\) of them needing to be repaired in the first year, while the second car only has \(10\%\) of the cars needing to be repaired in the first year. You could use this information to help you decide which car you want to actually purchase. Both cars no longer have a \(50\%\) chance of being the car you choose. You could actually calculate the probability you will buy each car, which is a conditional probability. You probably wouldn't do this, but it gives you an example of what a conditional probability is.

Conditional probabilities are probabilities calculated after information is given. This is where you want to find the probability of event \(A\) happening after you know that event \(B\) has happened. If you know that \(B\) has happened, then you don't need to consider the rest of the sample space. You only need the outcomes that make up event \(B\text{.}\) Event \(B\) becomes the new sample space, which is called the restricted sample space, \(R\text{.}\) If you always write a restricted sample space when doing conditional probabilities and use this as your sample space, you will have no trouble with conditional probabilities. The notation for conditional probabilities is \(P(A, \text{ given } B) = P(A|B)\text{.}\) The event following the vertical line is always the restricted sample space.

Example 4.C.6. Conditional Probability--Titanic.

(Recall Example 4.B.8.) The number of people who survived the Titanic based on class and gender is in the below table ("Encyclopedia Titanica," 2013). Suppose a person is picked at random from the survivors.

Gender
Class Female (\(F\)) Male (\(M)\) Total
\(1st\) \(134\) \(59\) \(193\)
\(2nd\) \(94\) \(25\) \(119\)
\(3rd\) \(80\) \(58\) \(138\)
Total \(308\) \(142\) \(450\)

Determine the following probabilities.

(a) Determine the probability that a survivor was in the first class. Label the event space \(1st\) for first class.

\begin{align*} P(1st) = \dfrac{n(1st)}{\text{Total #}}=\dfrac{193}{450}\approx 0.4289 \amp\amp\amp \text{Our Solution (a):} \end{align*}

The probability that a survivor was in the first class is \(\dfrac{193}{450}\) or about \(42.89\%\checkmark\text{.}\)

(b) Determine the probability that a survivor was female given the person was in the first class. Label the event space \(F | 1st\) for female GIVEN in the first class. In this case we know the person is in first class because of the GIVEN. This means only the number of survivors in the \(1st\) row will be considered.

\begin{align*} P(F | 1st) = \dfrac{n(F\cap 1st)}{\text{n(1st)}}=\dfrac{134}{193}\approx 0.6943 \amp\amp\amp \text{Our Solution (b):} \end{align*}

The probability that a survivor was a female given the person was in the first class is \(\dfrac{134}{193}\) or about \(69.43\%\checkmark\text{.}\)

Example 4.C.7. Conditional Probability--Dice.

Two fair dice are rolled. Determine the probability of rolling a sum of \(5\text{,}\) given that the first die is a \(2\text{.}\)

\begin{align*} \text{Given the first die is a \(2\). } \amp\amp\amp \text{Write the restricted sample space, \(R\). }\\ R =\{(\color{red}{2},\color{green}{1}), (\color{red}{2},\color{green}{2}), (\color{red}{2},\color{green}{3}), (\color{red}{2},\color{green}{4}), (\color{red}{2},\color{green}{5}), (\color{red}{2},\color{green}{6})\} \amp\amp\amp \text{Determine the event space \((D=5)\) out of \(R\).}\\ (D=5)=\{(\color{red}{2},\color{green}{3})\} \amp\amp\amp \text{The event \((D=5)\) contains \(1\) outcome.}\\ P(D=5|\text{the first die is a }2)=\\ \dfrac{n(D=5)}{n(R)}=\dfrac{1}{6}\approx 0.1667 \amp\amp\amp \text{Our Solution:} \end{align*}

The probability of rolling a sum of \(5\text{,}\) given that the first die is a \(2\) is \(\dfrac{1}{6}\) or about \(16.67\%\checkmark\text{.}\)

Example 4.C.8. Conditional Probability--Cards.

Suppose you pick a card from a deck. What is the probability of getting a Spade, given that the card is a Jack?

\begin{align*} \text{We know the card is a Jack.} \amp\amp\amp \text{Write the restricted sample space, \(R\). }\\ R =\{JS, JC, JD, JH\} \amp\amp\amp \text{Determine the event space \(Spade\) out of \(R\). }\\ Spade=\{ JS\} \amp\amp\amp \text{The event \(Spade\) contains \(1\) outcome. }\\ P(Spade|\text{the card is a }Jack)=\\ \dfrac{n(Spade)}{n(R)}=\dfrac{1}{4}= 0.25 \amp\amp\amp \text{Our Solution:} \end{align*}

The probability of getting a Spade, given that the card is a Jack is \(\dfrac{1}{4}\) or \(25\%\checkmark\text{.}\)

If you look at the results of Example 4.C.8, notice that you get \(P(Spade|\text{the card is a }Jack)=\dfrac{1}{4}\) which is exactly the same as \(P(Spade)=\dfrac{13}{52}\) since there are \(13\) total spades in the entire deck. This means that knowing that the card is a Jack did not change the probability that the card is a Spade. This added knowledge did not help you in any way. It is as if that information was not given at all. However, if you compare the conditional probability of Example 4.C.4 \(P(D=5|\text{the first die is a }2)=\dfrac{1}{6}\approx 16.67\%\) with \(P(D=5)=\dfrac{n(D=5)}{36}=\dfrac{4}{36}\approx 11.11\%\text{,}\) you will notice that they are not the same answer. In this case, knowing that the first die is a \(2\) did change the probability of getting a sum of \(5\text{.}\) In the first case, the events \(Spade\) and \(\text{the card is a }Jack\) are called independent events. In the second case, the events sum of \(5\) and first die is a \(2\) are called dependent events.

Subsection 4.C.5 Independent Events

Events \(A\) and \(B\) are considered independent events if the fact that one event happens does not change the probability of the other event happening. In other words, events \(A\) and \(B\) are independent if the fact that \(B\) has happened does not affect the probability of event \(A\) happening and the fact that \(A\) has happened does not affect the probability of event \(B\) happening. Otherwise, the two events are dependent.

In symbols, \(A\) and \(B\) are independent if \(P(A|B) = P(A)\) or \(P(B|A) = P(B)\text{.}\)

Example 4.C.9. Independent Events--Titanic.

(Recall Example 4.B.8.) The number of people who survived the Titanic based on class and gender is in the below table ("Encyclopedia Titanica," 2013). Suppose a person is picked at random from the survivors.

Gender
Class Female (\(F\)) Male (\(M)\) Total
\(1st\) \(134\) \(59\) \(193\)
\(2nd\) \(94\) \(25\) \(119\)
\(3rd\) \(80\) \(58\) \(138\)
Total \(308\) \(142\) \(450\)

Determine if the events "survivor is a female" and "survivor is in first class" are independent.

Label the event spaces \(F\) for female and \(1st\) for first class. Compute both \(P(F|1st)\) and \(P(F)\text{.}\) In symbols, \(F\) and \(1st\) are independent if \(P(F|1st) = P(F)\text{.}\)

\begin{align*} P(F | 1st) = \dfrac{n(F\cap 1st)}{\text{n(1st)}}=\dfrac{134}{193}\approx 0.6943 \amp\amp\amp P(F) = \dfrac{n(F)}{\text{Total #}}=\dfrac{308}{450}\approx 0.6844\\ P(F|1st) \neq P(F) \amp\amp\amp \text{Since \(0.6943\neq 0.6844\) Our Solution:} \end{align*}

The events "survivor is a female" and "survivor is in first class" are NOT independent. Thus, the events "survivor is a female" and "survivor is in first class" are dependent.\(\checkmark\)

Example 4.C.10. Independent Events--Dice.

Two fair dice are rolled. Are the events "sum of 7" and "first die is a 3" independent?

\begin{align*} \text{It doesn't matter which event is \(A\) or \(B\).} \amp\amp\amp \text{Assign one as \(A\) and one as \(B\).}\\ \text{Let \(A=\) sum of \(7\)} \amp\amp\amp A=\{ (\color{red}{1},\color{green}{6}), (\color{red}{2},\color{green}{5}), (\color{red}{3},\color{green}{4}), (\color{red}{4},\color{green}{3}), (\color{red}{5},\color{green}{2}), (\color{red}{6},\color{green}{1})\}\\ \text{Let \(B=\) first die is a \(3\)} \amp\amp\amp B=\{ (\color{red}{3},\color{green}{1}), (\color{red}{3},\color{green}{2}), (\color{red}{3},\color{green}{3}), (\color{red}{3},\color{green}{4}), (\color{red}{3},\color{green}{5}), (\color{red}{3},\color{green}{6})\}\\ \text{Compute \(P(A|B)\) and \(P(A)\)} \amp\amp\amp \text{Events are independent if \(P(A|B) = P(A)\)}\\ \text{ \(P(A|B)\) means that \(B\) is GIVEN.} \amp\amp\amp \text{The restricted sample space \(R = B\)}\\ R=\{ (\color{red}{3},\color{green}{1}), (\color{red}{3},\color{green}{2}), (\color{red}{3},\color{green}{3}), (\color{red}{3},\color{green}{4}), (\color{red}{3},\color{green}{5}), (\color{red}{3},\color{green}{6})\} \amp\amp\amp \text{Determine the event space \(A=\) sum of \(7\) out of \(R\)}\\ \text{Event space \(A=\) sum of \(7\) out of \(R=\{ (\color{red}{3},\color{green}{4})\}\)} \amp\amp\amp \text{The event \(A\) contains \(1\) outcome. }\\ \text{ \(P(A|B)=\dfrac{1}{6}\)} \amp\amp\amp \text{Compute \(P(A)\) out of the entire \(SS\).}\\ \text{ \(P(A)=\dfrac{6}{36}\)} \amp\amp\amp \text{Compare \(P(A|B)\) and \(P(A)\). }\\ \text{ \(P(A|B)=\dfrac{1}{6}=\dfrac{6}{36}=P(A)\)} \amp\amp\amp \text{Our Solution:} \end{align*}

The events "sum of 7" and "first die is a 3" are independent\(\checkmark\text{.}\)

Two events \(A\) and \(B\) are independent if the fact that \(B\) has happened does not affect the probability of event \(A\) happening. In the case of offspring, we consider the genders to be independent. This means, the probability of the gender of the second child is not affected by the actual gender of the first child born. Consider the following example.

Example 4.C.11. Probability Tree.

Male calico cats are quite rare. In fact, the probability of a cat having a boy calico kitten is only \(3\%\text{.}\) Suppose a cat has \(3\) calico kittens. Use a probability tree to determine the following probabilities.

Let

  • \(B\) represent a boy kitten
  • \(G\) represent a girl kitten

Illustrate the possibilities with a tree diagram.

The tree has \(8\) endpoints, one for each element in the sample space.

The possibility \(BGB\text{,}\) for example, indicates that the first kitten is a boy, the second born a girl, and the third a boy.

We are told \(P(B)=0.03\text{.}\) Determine the probability of a girl using complementary events, since \(B'=G\text{.}\)

\begin{gather*} P(G)=P(B')=1-P(B)=1-0.03=0.97 \end{gather*}

Label the corresponding branches of the tree.

Each branch with an outcome of \(B\) has a \(0.03\) chance of occurring.

Each branch with an outcome of \(G\) has a \(0.97\) chance of occurring.

(a) Determine the probability of all \(3\) calico kittens being boys. Multiply the probabilities along the path to the outcome \(BBB\text{.}\)

\begin{align*} P(BBB)=(0.03)(0.03)(0.03) = 0.000027 \amp\amp\amp \text{Our Solution (a):} \end{align*}

The probability of all \(3\) calico kittens being boys is \(0.0027\%\text{,}\) which is extremely unlikely.\(\checkmark\)

(b) Determine the probability of at least one of the calico kittens being a boy. Recall complementary events help determine probabilities of events involving "at least". Notice there is only one outcome with no male kittens: \(GGG\text{.}\) All of the other outcomes have at least one male kitten. This means the event "at least one boy" is the complement of the event \(GGG\text{.}\) Use the complement: \(P(\text{at least one boy})=1-P(GGG)\text{.}\) Multiply the probabilities along the path to the outcome \(GGG\text{.}\)

\begin{align*} \amp P(GGG)= (0.97)(0.97)(0.97)\approx 0.9127 \amp\amp \text{Now use the complement}\\ \amp P(\text{at least one boy})=1-P(GGG)=\amp\amp\\ \amp 1-(0.97)^3\approx 1-0.9127=0.0873 \amp\amp \text{Our Solution (b):} \end{align*}

The probability of at least one of the calico kittens being a boy is approximately \(8.73\%\checkmark\text{.}\)