6.5. Independent Events

Independent Events

In the previous section, we considered conditional probabilities. In some examples, the probability of an event changed when additional information was provided. For instance, the probability of obtaining a king from a deck of cards changed from 4/52 to 4/12 when we were given the condition that a face card had already shown. This is not always the case. The additional information may or may not alter the probability of the event. For example consider the following example.

 

Example 6.5.1

A card is drawn from a deck. Find the following probabilities:
a. The card is a king.
b. The card is a king given that a red card has shown.
Solution
a. Clearly, P(The card is a king) = 4/52 = 1/13.
b. To find P(The card is a king | A red card has shown), we reason as follows:
Since a red card has shown, there are only 26 possibilities. Of the 26 red cards, there are two kings. Therefore:
P(The card is a king | A red card has shown) = 2/26 = 1/13.

 

The reader should observe that in the above example:

P(The card is a king | A red card has shown) = P(The card is a king)

In other words, the additional information, a red card has shown, did not affect the probability of obtaining a king. Whenever the probability of an event E is not affected by the occurrence of another event F, and vice versa, we say that the two events E and F are independent. This leads to the following definition.

Two events E and F are independent if and only if at least one of the following two conditions is true:

1. P(E\,|\, F) = P(E)

or

2. P(F\,|\, E) = P(F)

If the events are not independent, then they are dependent. We can test for independence with the following formula.

Test for Independence

Two Events E and F are independent if and only if P(E\cap F) = P(E)\,P(F)

 

Example 6.5.2

The table below shows the distribution of colour-blind people by gender.
Male (M) Female (F) Total
Colour-Blind (C) 6 1 7
Not Colour-Blind (N) 46 47 93
Total 52 48 100
Where M represents male, F represents female, C represents colour-blind, and N not colour-blind. Use the independence test to determine whether the events colour-blind and male are independent.
Solution
According to the test, C and M are independent if and only if P(C\cap M) = P(C)\,P(M).
P(C) = 7/100 , P(M) = 52/100 and P(C\cap M) = 6/100
P(C)\,P(M) = (7/100)(52/100) = 0.0364
and P(C\cap M) = 0.06
Clearly 0.0364 \ne 0.06. Therefore, the two events are not independent. We may say they are dependent.

 

Example 6.5.3

In a survey of 100 adults, 45 owned a home, and 55 did not. Of the 45 who owned a home, 9 had diabetes, and of the 55 who did not, 11 had diabetes. Are the events “owning a home” and “having diabetes” independent?
Solution
Let H be the event that an adult owns a home, and D the event that an adult had diabetes. We have:
P(H\cap D) = 9/100, P(H) = 45/100, and P(D) = 20/100
In order for two events to be independent, we must have:
P(H\cap D) = P(H)\,P(D)
Since 9/100 = (45/100)(20/100), the two events “owning a home” and “having diabetes” are independent.

 

Example 6.5.4

A coin is tossed three times, and the events E, F and G are defined as follows:
E: The coin shows a head on the first toss.
F: At least two heads appear.
G: Heads appear in two successive tosses.
Determine whether the following events are independent:
a. E and F                     b. F and G                     c. E and G
Solution
To make things easier, we list the sample space, the events, their intersections and the corresponding probabilities:
S = {HHH , HHT , HTH , HTT , THH , THT , TTH , TTT}
E = {HHH , HHT , HTH , HTT}, P(E) = 4/8\quad or\quad 1/2
F = {HHH , HHT , HTH , THH}, P(F) = 4/8\quad or\quad 1/2
G = {HHT , THH}, P(G) = 2/8\quad or\quad 1/4
E\cap F = {HHH , HHT , HTH}, P(E\cap F) = 3/8
F\cap G = {HHT , THH}, P(F\cap G) = 2/8\quad or\quad 1/4

E\cap G = {HHT}, P(E\cap G) = 1/8

a. In order for E and F to be independent, we must have:
P(E\cap F) = P(E)\,P(F).
But 3/8\ne 1/2\cdot 1/2
Therefore, E and F are not independent.
b. F and G will be independent if:
P(F\cap G) = P(F)\,P(G)
Since 1/4\ne 1/2\cdot 1/4F and G are not independent.
c. We look at P(E\cap G)=P(E)\,P(G):
1/8 = 1/2\cdot 1/4
Therefore, E and G are independent events.

 

Example 6.5.5

The probability that Jaime will visit his aunt in Montreal this year is 0.30, and the probability that he will go river rafting on the Ottawa river is 0.50. If the two events are independent, what is the probability that Jaime will do both?
Solution
Let A be the event that Jaime will visit his aunt this year, and R be the event that he will go river rafting.
We are given P(A) = 0.30 and P(R) = 0.50, and we want to find P(A\cap R).
Since we are told that the events A and R are independent:
P(A\cap R) = P(A)\,P(R) = (0.30)(0.50) = 0.15.

 

Example 6.5.6

Given P(B | A) = 0.4. If A and B are independent, find P(B).
Solution
If A and B are independent, then by definition P(B | A) = P(B).
Therefore, P(B) = 0.4

 

Example 6.5.7

Given P(A) = 0.7, P(B | A) = 0.5. Find P(A\cap B).
Solution
By definition P(B\,|\, A) = \frac{P(A\cap B)}{P(A)}
Substituting, we have:
0.5 = \frac{P(A\cap B)}{0.7}
Therefore, P(A\cap B) = 0.35

 

Example 6.5.8

Given P(A)=0.5 , P(A\cup B) = 0.7, if A and B are independent, find P(B).
Solution
The addition rule states that:
P(A\cup B) = P(A)+P(B)-P(A\cap B)
Since A and B are independent, P(A\cap B) = P(A)\,P(B)
We substitute for P(A\cap B) in the addition formula and get:
P(A\cup B) = P(A)+P(B)-P(A)\,P(B)
By letting P(B) = x, and substituting values, we get:
0.7 = 0.5+x-0.5x
0.7 = 0.5+0.5x
0.2 = 0.5x
0.4 = x
Therefore, P(B) = 0.4.

 

Practice questions

1. In a survey of 100 people, 40 were casual drinkers, and 60 did not drink. Of the ones who drank, 10 had minor headaches. Of the non-drinkers, 5 had minor headaches. Are the events “drinkers” and “had headaches” independent?

2. Suppose that 80% of people wear seat belts, and 5% of people quit smoking last year. If 4% of the people who wear seat belts quit smoking, are the events wearing a seat belt and quitting smoking independent?

3. If P(E)=0.9, P(F\,|\, E)=0.36, and E and F are independent, find P(F).

4. John’s probability of passing Data Management is 40%, and Linda’s probability of passing the same course is 70%. If the two events are independent, find the following probabilities:

a. (both of them will pass the course)

b. (at least one of them will pass the course)

5. The table below shows the distribution of employees in a company that reported a previous workplace injury based on their years of working experience at the company.

Less than 10 years of experience (L) 10 or more years of experience (E) Total
Did not report a workplace injury (N) 300 100 400
Reported a workplace injury (Y) 150 50 200
450 150 600
Use this table to determine the following probabilities:

a. P(Y)

b. P(L\,|\, Y)

c. P(N\,|\, E)

d. Are the events L and Y independent?

6. Given P(A)=0.3 , P(A\cup B) = 0.65, if A and B are independent, find P(B).

 

License