Chapter 3: Probability Topics

3.2 Independent and Mutually Exclusive Events

Learning Objectives

By the end of this section, you should be able to:

  • Identify two events as mutually exclusive, or not
  • Identify two events as independent, or not
  • Use the relationships between events to compute probabilities

Often we are not just interested in a single event, but multiple events happening at the same time. In order to find probabilities relating to multiple events, we first have to know about the relationship (or lack thereof) between them. The two main relationship terms we will look for are independence and mutually exclusive.  Remember, these two terms do not mean the same thing, neither are they opposites.

Independent Events

Two events A and B are independent if the knowledge that one occurred does not affect the chance the other occurs. For example, the outcomes of two rolls of a fair die are independent events, because the outcome of the first roll does not change the probability for the outcome of the second roll. If two events are NOT independent, then we say that they are dependent.

Two events are independent if and only if all of the following are true:

  • [latex]P(A | B) = P(A)[/latex]
  • [latex]P(B | A ) = P(B)[/latex]
  • [latex]P(A \text{ AND } B) = P(A \cap B) = P(A) P(B).[/latex]

So to show two events are independent, you must show just one of the above conditions holds.

How you sample can have implications on independence. Sampling may be done with replacement or without replacement.

  • With replacement: If each member of a population is replaced after it is picked, then that member has the possibility of being chosen more than once. When sampling is done with replacement, then events are independent because the result of the first pick will not change the probabilities for the second pick.
  • Without replacement: When sampling is done without replacement, each member of a population may be chosen only once. In this case, the probabilities for the second pick are affected by the result of the first pick. The events are dependent.

Example

You have a fair, well-shuffled deck of 52 cards. It consists of four suits. The suits are clubs, diamonds, hearts and spades. There are 13 cards in each suit consisting of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, J (jack), Q (queen), K (king) of that suit.

a. Sampling with replacement:

Suppose you pick three cards with replacement. The first card you pick out of the 52 cards is the Q of spades. You put this card back, reshuffle the cards and pick a second card from the 52-card deck. It is the ten of clubs. You put this card back, reshuffle the cards and pick a third card from the 52-card deck. This time, the card is the Q of spades again. Your picks are {Q of spades, ten of clubs, Q of spades}. You have picked the Q of spades twice. On each of the three draws, you pick from the full 52-card deck.

b. Sampling without replacement:

Suppose you pick three cards without replacement. The first card you pick out of the 52 cards is the K of hearts. You put this card aside and pick the second card from the 51 cards remaining in the deck. It is the three of diamonds. You put this card aside and pick the third card from the remaining 50 cards in the deck. The third card is the J of spades. Your picks are {K of hearts, three of diamonds, J of spades}. Because you have picked the cards without replacement, you cannot pick the same card twice.

Your Turn!

You have a fair, well-shuffled deck of 52 cards. It consists of four suits. The suits are clubs, diamonds, hearts and spades. There are 13 cards in each suit consisting of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, J (jack), Q (queen), K (king) of that suit.

  1. Suppose you know that the picked cards are Q of spades, K of hearts and Q of spades. Can you decide if the sampling was with or without replacement?
  2. Suppose you are dealt three cards for the start of a game, the Q of spades, K of hearts, and J of spades. Can you decide if the sampling was with or without replacement?

Your Turn!

You have a fair, well-shuffled deck of 52 cards. It consists of four suits. The suits are clubs, diamonds, hearts, and spades. There are 13 cards in each suit consisting of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, J (jack), Q (queen), and K (king) of that suit. S = spades, H = Hearts, D = Diamonds, C = Clubs. Suppose that you sample four cards without replacement. Which of the following outcomes are possible? Answer the same question for sampling with replacement.

  1. QS, 1D, 1C, QD
  2. KH, 7D, 6D, KH
  3. QS, 7D, 6D, KS

Mutually Exclusive Events

Events [latex]A[/latex] and [latex]B[/latex] are mutually exclusive events if they cannot occur at the same time. This means that [latex]A[/latex] and [latex]B[/latex] do not share any outcomes, [latex]A \cap B = \emptyset[/latex] where [latex]\emptyset = \{ \}[/latex] is the empty set, and [latex]P(A \text{ AND } B) = P(A \cap B) = 0[/latex].

Example

Suppose the sample space contains the integers one through ten, [latex]S = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}[/latex]. Let [latex]A= \{1, 2, 3, 4, 5\},B= \{4, 5, 6, 7, 8\}[/latex], and [latex]C =  \{7, 9\}[/latex].

Then [latex]A \cap B = \{ 4, 5\}[/latex]. Furthermore, [latex]P(A \cap B) = \frac{2}{10}[/latex], which is not zero. Therefore, [latex]A[/latex] and [latex]B[/latex] are not mutually exclusive.

However, [latex]A[/latex] and [latex]C[/latex] have no numbers in common. Thus [latex]A \cap C = \emptyset[/latex] and [latex]P(A \cap C) = 0[/latex], so [latex]A[/latex] and [latex]C[/latex] are mutually exclusive.

Example

Flip two fair coins. (This is an experiment.)

The sample space is {HH, HT, TH, TT} where T = tails and H = heads. The outcomes are HH, HT, TH, and TT. The outcomes HT and TH are different. The HT means that the first coin showed heads and the second coin showed tails. The TH means that the first coin showed tails and the second coin showed heads.

  • Let A = the event of getting at most one tail. (At most one tail means zero or one tail.) Then A can be written as {HH, HT, TH}. The outcome HH shows zero tails. HT and TH each show one tail.
  • Let B = the event of getting all tails. B can be written as {TT}. B is the complement of A, so B = A′. Also, P(A) + P(B) = P(A) + P(A′) = 1.
  • The probabilities for A and for B are P(A) = [latex]\frac{3}{4}[/latex] and P(B) = [latex]\frac{1}{4}[/latex].
  • Let C = the event of getting all heads. C = {HH}. Since B = {TT}, P(B AND C) = 0. B and C are mutually exclusive. (B and C have no members in common because you cannot have all tails and all heads at the same time.)
  • Let D = event of getting more than one tail. D = {TT}. P(D) = [latex]\frac{1}{4}[/latex]
  • Let E = event of getting a head on the first roll. (This implies you can get either a head or tail on the second roll.) E = {HT, HH}. P(E) = [latex]\frac{2}{4}[/latex]
  • Find the probability of getting at least one (one or two) tail in two flips. Let F = event of getting at least one tail in two flips. F = {HT, TH, TT}. P(F) = [latex]\frac{3}{4}[/latex]

Your Turn!

Draw two cards from a standard 52-card deck with replacement. Find the probability of getting at least one black card. (Half of the cards are red, half are black.)

Your Turn!

Flip two fair coins. Find the probabilities of the events.

  1. Let F = the event of getting at most one tail (zero or one tail).
  2. Let G = the event of getting two faces that are the same.
  3. Let H = the event of getting a head on the first flip followed by a head or tail on the second flip.
  4. Are F and G mutually exclusive?
  5. Let J = the event of getting all tails. Are J and H mutually exclusive?

The Axioms of Probability

Finding probabilities in more complicated situations starts with the three Axioms of Probability. Two were mentioned in the previous section, and the third we can now understand.

  1. [latex]P(S) = 1[/latex], that is, the probability of the sample space is one.
  2. [latex]0 \leq P(E) \leq 1[/latex], that is, for any event [latex]E[/latex], the probability is between 0 and 1 inclusive.
  3. For any two mutually exclusive events [latex]E_1[/latex] and [latex]E_2[/latex], that is, [latex]E_1 \cap E_2 = \emptyset[/latex], [latex]P(E_1 \cup E_2) = P(E_1) + P(E_2)[/latex].

The first two Axioms should be fairly intuitive. Axiom 1 says that the probabilities of all outcomes in a sample space will always add up to 1. Axiom 2 says the probability of any event must be between 0 and 1.  The Third Axiom is called the disjoint addition rule; if we know two events are mutually exclusive, then we can find the probability of their OR event by adding their probabilities.

Assumptions about Events

Consider two events. If it is not known whether they are mutually exclusive, assume they are not until you can show otherwise. Likewise, if it is not known whether the events are independent, assume they are dependent until you can show otherwise. This “default” starting point is illustrated by the 4th position in the following table:

Figure 3.2: Relationships Between Events
Independent? 
Yes No
               Mutually Exclusive?  Yes 1* 2
No 3 4

Depending on the information given in the problem and assumptions you are able to make, as you move around the above grid, you will apply slightly different versions of each important probability rule.

*Note: You will rarely, if ever, find yourself in this case

Your Turn!

Let event C = taking an English class. Let event D = taking a speech class.

Suppose P(C) = 0.75, P(D) = 0.3, P(C|D) = 0.75 and P(C AND D) = 0.225.

Justify your answers to the following questions numerically.

  1. Are C and D independent?
  2. Are C and D mutually exclusive?
  3. What is P(D|C)?

 

Solution
  1. Yes, because P(C|D) = P(C).
  2. No, because P(C AND D) is not equal to zero.
  3. P(D|C) = [latex]\frac{P\text{(}C\text{ AND }D\text{)}}{P\text{(}C\text{)}}[/latex] = [latex]\frac{\text{0}\text{.225}}{0.75}[/latex] = 0.3

Your Turn!

A box has two balls, one white and one red. We select one ball, put it back in the box, and select a second ball (sampling with replacement). Find the probability of the following events:

  1. Let F = the event of getting the white ball twice.
  2. Let G = the event of getting two balls of different colors.
  3. Let H = the event of getting white on the first pick.
  4. Are F and G mutually exclusive?
  5. Are G and H mutually exclusive?
Solution
  1. P(F) = [latex]\frac{1}{4}[/latex]
  2. P(G) = [latex]\frac{1}{2}[/latex]
  3. P(H) = [latex]\frac{1}{2}[/latex]
  4. Yes
  5. No

Your Turn!

Roll one fair, six-sided die. The sample space is {1, 2, 3, 4, 5, 6}. Let event A = a face is odd. Then A = {1, 3, 5}. Let event B = a face is even. Then B = {2, 4, 6}.

  • Find the complement of A, A′. The complement of A, A′, is B because A and B together make up the sample space. P(A) + P(B) = P(A) + P(A′) = 1. Also, P(A) = [latex]\frac{3}{6}[/latex] and P(B) = [latex]\frac{3}{6}[/latex].
  • Let event C = odd faces larger than two. Then C = {3, 5}. Let event D = all even faces smaller than five. Then D = {2, 4}. P(C AND D) = 0 because you cannot have an odd and even face at the same time. Therefore, C and D are mutually exclusive events.
  • Let event E = all faces less than five. E = {1, 2, 3, 4}.

Are C and E mutually exclusive events? (Answer yes or no.) Why or why not?

Solution

No. C = {3, 5} and E = {1, 2, 3, 4}. P(C AND E) = [latex]\frac{1}{6}[/latex]. To be mutually exclusive, P(C AND E) must be zero.

We can also find P(C|A), a conditional probability. Recall that the event C is {3, 5} and event A is {1, 3, 5}. To find P(C|A), find the probability of C using the sample space A. You have reduced the sample space from the original sample space {1, 2, 3, 4, 5, 6} to {1, 3, 5}. So, P(C|A) = [latex]\frac{2}{3}[/latex].

Your Turn!

Let event G = taking a math class. Let event H = taking a science class. Then, G AND H = taking a math class and a science class. Suppose P(G) = 0.6, P(H) = 0.5, and P(G AND H) = 0.3. Are G and H independent?

If G and H are independent, then you must show ONE of the following:

  • P(G|H) = P(G)
  • P(H|G) = P(H)
  • P(G AND H) = P(G)P(H)
NOTE

The choice you make depends on the information you have. You could choose any of the methods here because you have the necessary information.

a. Show that P(G|H) = P(G).

Solution

P(G|H) = [latex]\frac{P\text{(}G\text{ AND }H\text{)}}{P\text{(}H\text{)}}[/latex] = [latex]\frac{\text{0}\text{.3}}{\text{0}\text{.5}}[/latex] = 0.6 = P(G)

b. Show P(G AND H) = P(G)P(H).

Solution

P(G)P(H) = (0.6)(0.5) = 0.3 = P(G AND H)

Since G and H are independent, knowing that a person is taking a science class does not change the chance that he or she is taking a math class. If the two events had not been independent (that is, they are dependent) then knowing that a person is taking a science class would change the chance he or she is taking math. For practice, show that P(H|G) = P(H) to show that G and H are independent events.

Your Turn!

Mark is deciding which route to take to work. His choices are I = the Interstate and F = Fifth Street.

  • P(I) = 0.44 and P(F) = 0.55
  • P(I AND F) = 0 because Mark will take only one route to work.

What is the probability of P(I OR F)?

Solution

Because P(I AND F) = 0,

P(I OR F) = P(I) + P(F) – P(I AND F) = 0.44 + 0.56 – 0 = 1

Your Turn!

In a particular college class, 60% of the students are female. Fifty percent of all students in the class have long hair. Forty-five percent of the students are female and have long hair. Of the female students, 75% have long hair. Let F be the event that a student is female. Let L be the event that a student has long hair. One student is picked randomly. Are the events of being female and having long hair independent?

  • The following probabilities are given in this example:
  • P(F) = 0.60; P(L) = 0.50
  • P(F AND L) = 0.45
  • P(L|F) = 0.75
NOTE: The choice you make for how to show independence depends on the information you have. You could use the first or last condition on the list for this example. You do not know P(F|L) yet, so you cannot use the second condition.

Condition 1: Check whether P(F AND L) = P(F)P(L). We are given that P(F AND L) = 0.45, but P(F)P(L) = (0.60)(0.50) = 0.30. The events of being female and having long hair are not independent because P(F AND L) does not equal P(F)P(L).

Condition 3: Check whether P(L|F) equals P(L). We are given that P(L|F) = 0.75, but P(L) = 0.50; they are not equal. The events of being female and having long hair are not independent.

Interpretation of Results: The events of being female and having long hair are not independent; knowing that a student is female changes the probability that a student has long hair.

Your Turn!

In a basketball arena,

  • 70% of the fans are rooting for the home team.
  • 25% of the fans are wearing blue.
  • 20% of the fans are wearing blue and are rooting for the away team.
  • Of the fans rooting for the away team, 67% are wearing blue.

Let A be the event that a fan is rooting for the away team.

Let B be the event that a fan is wearing blue.

Are the events of rooting for the away team and wearing blue independent? Are they mutually exclusive?

Solution

P(B|A) = 0.67

P(B) = 0.25

So P(B) does not equal P(B|A) which means that B and A are not independent (wearing blue and rooting for the away team are not independent). They are also not mutually exclusive, because P(B AND A) = 0.20, not 0.

 

References

Lopez, Shane, Preety Sidhu. “U.S. Teachers Love Their Lives, but Struggle in the Workplace.” Gallup Wellbeing, 2013. http://www.gallup.com/poll/161516/teachers-love-lives-struggle-workplace.aspx (accessed May 2, 2013).

Data from Gallup. Available online at www.gallup.com/ (accessed May 2, 2013).

Chapter Review

Two events A and B are independent if the knowledge that one occurred does not affect the chance the other occurs. If two events are not independent, then we say that they are dependent.

In sampling with replacement, each member of a population is replaced after it is picked, so that member has the possibility of being chosen more than once, and the events are considered to be independent. In sampling without replacement, each member of a population may be chosen only once, and the events are considered not to be independent. When events do not share outcomes, they are mutually exclusive of each other.

Formula Review

If A and B are independent, P(A AND B) = P(A)P(B), P(A|B) = P(A) and P(B|A) = P(B).

If A and B are mutually exclusive, P(A OR B) = P(A) + P(B) and P(A AND B) = 0.

definition

License

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

Introductory Statistics Copyright © 2024 by LOUIS: The Louisiana Library Network is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book