CEMC Banner

Grade 6 Math Circles
Probability

Introduction

A probability is the likelihood of something happening. It is commonly represented by a percentage, like \(25\)% or \(50\)%, which can also be written as a decimal, like \(0.25\) or \(0.5\). For simplicity, we often write the probability of events as a decimal (or fraction) between \(0\) and \(1\), where \(0\) represents certainty the event will not occur (\(0\)%) and \(1\) represents certainty the event will occur (\(100\)%).

An event is an outcome or result of an experiment to which we assign a probability. Examples of events are getting heads in a coin flip, rolling a \(7\) with dice, or drawing an Ace from a deck of cards.

For an event \(A\), we denote the probability of \(A\) by \(P(A)\). One way to calculate the probability of an event is to divide the number of outcomes where the event occurs, denoted by \(\vert A \vert\), by the total number of possible outcomes, denoted by \(S\). This gives the following formulas:

\(P(A) = \frac{\vert A \vert}{S}\)    or    \(\vert A \vert = S \times P(A)\)    or    \(S = \frac{\vert A \vert}{P(A)}\)

Example 1

In a standard deck of \(52\) cards there are \(4\) possible suits: Hearts, Diamonds, Clubs and Spades; and \(13\) possible values: Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen and King. For each suit, each of the \(13\) values occurs exactly once.
Suppose we randomly draw a card from the deck. What is the probability that the card is a Diamond?

Solution 1

There are \(52\) cards total, so \(S = 52\), and there are \(13\) Diamonds in the deck, so \(\vert A \vert\) = 13. So, the probability of the card being a Diamond, or \(P(A)\), is \(\frac{\vert A \vert}{S} =\frac{13}{52} = 0.25\) or \(25\)%.

Activity 1

Use the three formulas above to answer the following questions.

  1. What is the probability of drawing a \(7\) from a standard deck of \(52\) cards?

  2. What is the probability of rolling an odd number on a standard \(6\)-sided die (‘die’ is singular for ‘dice’)?

  3. If the event \(A\) occurs \(20\) times and has a probability of \(0.05\), how many total outcomes are there?

  4. If the event \(B\) has a probability of \(0.3\) and there are a total of \(350\) outcomes, how many times does \(B\) occur?

Activity 1 Solution

  1. The probability of drawing a \(7\) is \(\frac{4}{52} = \frac{1}{13}\)

  2. The probability of rolling an odd number is \(\frac{3}{6} = \frac{1}{2} = 0.5\)

  3. Since \(\vert A \vert = 20\) and \(P(A) = 0.05\), we have that \(S = \frac{\vert A \vert}{P(A)} = \frac{20}{0.05} = 400\)

  4. Since \(P(B) = 0.3\) and \(S = 350\), we have that \(\vert B \vert = S \times P(B) = 350 \times 0.3 = 105\)

The complement of an event \(A\) is denoted by \(\bar{A}\) and defined as every outcome that is not in \(A\). (i.e. for a coin flip if \(A\) is ‘heads’ then \(\bar{A}\) is ‘tails’). This gives us the following formulas:

\(\vert \overline{A} \vert = S - \vert A \vert\)    or    \(\vert A \vert = S - \vert \overline{A} \vert\)    or    \(\vert A \vert + \vert \overline{A} \vert = S\)

and

\(P(\overline{A}) = 1 - P(A)\)    or    \(P(A) = 1 - P(\overline{A})\)    or    \(P(A) + P(\overline{A}) = 1\)

Union and Intersection

For two events \(A\) and \(B\), it is often useful to find the probability of at least one of the events occurring. We call this the union of \(A\) and \(B\), and it is denoted by \(A \cup B\) or \(B \cup A\). It is also often useful to find the probability of both events occurring. We call this the intersection of \(A\) and \(B\), and it is denoted by \(A \cap B\) or \(B \cap A\). If we were to represent events \(A\) and \(B\) as a Venn Diagram, then \(A \cup B\) and \(A \cap B\) would be the shaded regions seen below.

\(A \cup B\)
A Venn Diagram with two overlapping circles labelled A and B. The entire region contained within the circles is shaded.

\(A \cap B\)
A Venn Diagram with two overlapping circles labelled A and B. The region where the circles overlap is shaded.

So, \(A \cup B\) occurs if either \(A\) occurs or \(B\) occurs, and \(A \cap B\) occurs only when both \(A\) and \(B\) occur. Because of this, the union of events can be thought of in terms of the OR operator, and the intersection of events can be thought of in terms of the AND operator. This also leads to the following restrictions for the probabilities of \(A \cup B\) and \(A \cap B\):

\(P(A \cup B) \geq P(A)\)    and    \(P(A \cup B) \geq P(B)\)    and    \(P(A \cup B) \leq P(A) + P(B)\)

\(P(A \cap B) \leq P(A)\)    and    \(P(A \cap B) \leq P(B)\)

Example 2

Suppose we flip a coin twice, with the event \(A\) = first flip is Tails, and the event \(B\) = second flip is Heads. What is \(A \cup B\) and \(A \cap B\)?

Solution 2

In this case, \(A \cup B\) = the first flip is Tails OR the second flip is Heads, and \(A \cap B\) = the first flip is Tails AND the second flip is Heads.

We also have the following formulas that show the connection between the probabilities of the union and intersection of events \(A\) and \(B\):

\(P(A \cup B) = P(A) + P(B) - P(A \cap B)\)    and    \(P(A \cap B) = P(A) + P(B) - P(A \cup B)\)

which can also be written as:

\(P(A) = P(A \cup B) + P(A \cap B) - P(B)\)    and    \(P(B) = P(A \cup B) + P(A \cap B) - P(A)\)

Additionally, there is no limit to how many events we can have in a union or an intersection. All of the following unions and intersections are completely valid:

\(A \cup B \cup C\)
\(A \cup B \cup C \cup D\)
\(A_1 \cup A_2 \cup A_3 \cup A_4 \cup A_5 \cup \dots\)

\(A \cap B \cap C\)
\(A \cap B \cap C \cap D\)
\(A_1 \cap A_2 \cap A_3 \cap A_4 \cap A_5 \cap \dots\)

Note that ‘\(\dots\)’ at the end implies that there are an infinite number of events in the union/intersection.

Example 3

Suppose we draw a card from a standard deck of 52 cards with the following events: \(A\) = the card is a Spade, and \(B\) = the card is a face-card (Jack, Queen, King). Determine \(P(A \cup B)\) and \(P(A \cap B)\).

Solution 3

Our first step is to determine \(P(A)\) and \(P(B)\). We already have that \(S\) = 52. Then, since there are 13 Spades in the deck we have \(\vert A \vert = 13\). Also, since there are 12 face-cards in the deck (3 for each suit) we have \(\vert B \vert = 12\). So, we have that \(P(A) = \frac{\vert A \vert}{S} = \frac{13}{52}\) and \(P(B) = \frac{\vert B \vert}{S} = \frac{12}{52}\).
Now we will determine \(P(A \cap B)\), which is the probability that the card is a Spade and a face-card. Since there are 3 face-cards for each suit, there are only 3 cards in the deck that are both a Spade and a face-card, so \(\vert A \cap B \vert = 3\). Then, we have that \(P(A \cap B) = \frac{\vert A \cap B \vert}{S} = \frac{3}{52}\). Now we can use one of the formulas above, which gives:

\[\begin{aligned} P(A \cup B) &= P(A) + P(B) - P(A \cap B) \\ & = \frac{13}{52} + \frac{12}{52} - \frac{3}{52} \\ & = \frac{13 + 12 - 3}{52} \\ & = \frac{22}{52} \\ & = \frac{11}{26}\end{aligned}\]

Thus, \(P(A \cup B) = \frac{11}{26}\) and \(P(A \cap B) = \frac{3}{52}\).

Similar to any event, unions and intersections also have complements. The formulas for the complement of the union of events and the complement of the intersection of events is given below:

\(\overline{A \cup B} = \overline{A} \cap \overline{B}\)    and    \(\overline{A \cap B} = \overline{A} \cup \overline{B}\)

These two formulas are more commonly known as DeMorgan’s Laws.

Activity 2

Use DeMorgan’s Laws to solve the following questions.

  1. If the probability of the intersection of \(A\) and \(B\) is \(0.3\), what is the probability of the union of the complement of \(A\) and the complement of \(B\)?

  2. If the probability of the intersection of the complement of \(A\) and the complement of \(B\) is \(0.55\), what is the probability of the union of \(A\) and \(B\)?

Activity 2 Solution

  1. We can rewrite this question as: if \(P(A \cap B) = 0.3\), what is \(P(\overline{A} \cup \overline{B})\)? We can then use one of the complement formulas to find \(P(\overline{A \cap B})\), which gives \(P(\overline{A \cap B}) = 1 - P(A \cap B) = 1 - 0.3 = 0.7\). Now, we can use one of DeMorgan’s Laws to get \(P(\overline{A} \cup \overline{B}) = P(\overline{A \cap B}) = 0.3\).

  2. We can rewrite this question as: if \(\overline{A} \cap \overline{B} = 0.55\), what is \(P(A \cup B)\)? We can then use one of DeMorgan’s Laws to get \(P(\overline{A \cup B}) = P(\overline{A} \cap \overline{B}) = 0.55\). Finally, we use of the complement formulas to get \(P(A \cup B) = 1 - P(\overline{A \cup B}) = 1 - 0.55 = 0.45\).

Disjoint Events

Events are said to be disjoint, or mutually exclusive, if it is impossible for them to occur at the same time. For example, when flipping a coin it is impossible to get both Heads and Tails on one coin flip. If we had the events \(H\) = Heads and \(T\) = Tails, then we would say that \(H\) and \(T\) are disjoint. This gives us the following results for the probabilities of the union and intersection of disjoint events \(A\) and \(B\):

\(P(A \cup B) = P(A) + P(B)\)    and    \(P(A \cap B) = 0\)

Activity 3

Determine whether the following events are disjoint or not. If the events are disjoint, give the probability of \(A \cup B\).

  1. A coin is flipped with the events: \(A\) = Heads, and \(B\) = Tails.

  2. A coin is flipped twice with the events: \(A\) = first flip is Heads, and \(B\) = second flip is Tails.

  3. A card is drawn from a standard deck of 52 cards with the events: \(A\) = card is a 10, and \(B\) = card is a face-card.

Activity 3 Solution

  1. It is impossible for the same coin flip to be both Heads and Tails at the same time, so the events \(A\) and \(B\) are disjoint. Then, we have \(S = 2\), with \(\vert A \vert = 1\) and \(\vert B \vert = 1\). This gives us \(P(A) = \frac{\vert A \vert}{S} = \frac{1}{2} = 0.5\) and \(P(B) = \frac{\vert B \vert}{S} = \frac{1}{2} = 0.5\). Then, since the events are disjoint, we have

    \[P(A \cup B) = P(A) + P(B) = 0.5 + 0.5 = 1\]

    which makes sense because \(A \cup B\) contains all possible outcomes.

  2. This events are not disjoint because it is very possible to get Heads on the first coin flip and then get Tails on the second coin flip.

  3. It is impossible for a card to be both a 10 and a face-card, so the events \(A\) and \(B\) are disjoint. Then, we have \(S = 52\), with \(\vert A \vert = 4\) and \(\vert B \vert = 12\). This gives us \(P(A) = \frac{\vert A \vert}{S} = \frac{4}{52}\) and \(P(B) = \frac{\vert B \vert}{S} = \frac{12}{52}\). Then, since the events are disjoint, we have \[\begin{aligned} P(A \cup B) & = P(A) + P(B) \\ & = \frac{4}{52} + \frac{12}{52} \\ & = \frac{4 + 12}{52} \\ & = \frac{16}{52} \\ & = \frac{4}{13}\end{aligned}\]

Independent and Dependent Events

Independent events are events that do not affect one another, meaning that the results do not depend on each other. For example, the outcomes of multiple coin flips are independent events because the result of each coin flip does not depend on any of the other results. This also means that the probability of independent events are not affected by each other, giving us the formulas:

\(P(A \cap B) = P(A) \times P(B)\)    or    \(P(A) = \dfrac{P(A \cap B)}{P(B)}\)    or    \(P(B) = \dfrac{P(A \cap B)}{P(A)}\)

when \(A\) and \(B\) are independent events.

Dependent events are events that do affect one another, meaning that the results (and probabilities) are influenced by previous results. For example, if we are drawing from a bag of different coloured marbles and we pick a red marble the first time, and then go to draw a second marble without putting the red marble back in the bag (without replacement), then we have dependent events. This is because there is one fewer red marble in the bag than before, meaning the probability for each marble getting picked has changed.

Activity 4

Determine if the following events are independent or dependent. If they are independent then solve for the probability of the intersection, \(A \cap B\).

  1. When flipping a coin, \(A\) = first flip is Heads, and \(B\) = second flip is Tails.

  2. When flipping a coin, \(A\) = first flip is Heads, and \(B\) = second flip is Heads.

  3. When rolling a \(6\)-sided die, \(A\) = value is even, and \(B\) = value is \(2\).

  4. In a student council election, there are \(10\) candidates, with \(4\) of them in grade \(7\) and \(6\) of them in grade \(8\). There are two positions available: President and Treasurer; with \(A\) = the President is in grade \(7\), and \(B\) = the Treasurer is in grade \(8\).

Activity 4 Solution

  1. The outcomes of different coin flips do not affect one another, so the events \(A\) and \(B\) are independent. Thus, \(P(A \cap B) = P(A) \times P(B) = 0.5 \times 0.5 = 0.25\).

  2. The outcomes of different coin flips do not affect one another, so the events \(A\) and \(B\) are independent. Thus, \(P(A \cap B) = P(A) \times P(B) = 0.5 \times 0.5 = 0.25\)

  3. Since the events are for the same dice-roll, instead of different dice-rolls, the event \(A\) will certainly affect \(B\), and vice versa, so the events are dependent.

  4. The outcome of either position will result in 1 less person being eligible for the other position, which will affect the probability. Thus, the events \(A\) and \(B\) are dependent.

Monty Hall Problem

Example 4

Suppose you are on a game show and the host presents you with 3 identical doors to choose from. They tell you that behind one of this doors is $\(1,000,000\) and there is nothing behind the other two doors. You will receive the contents behind whichever door you choose. Once you make your choice, the host opens one of the two remaining doors that has nothing behind it. Once this is done, the host asks if you want to stay with the door you picked initially, or swap it with the one door remaining. What should you do in order to give yourself the best chances of winning the money?

Solution 4

Statistically, swapping doors will win you the money \(\frac{2}{3}\) of the time.

Check out a video explanation of the Monty Hall Problem.