Skip to main content

Section 1.2 Definition of Probability

Now that we have the language to refer to outcomes and events of an experiment, we want to start quantifying how likely those outcomes/events are to occur.

Definition 1.2.1.

A probability distribution on a sample space \(\Omega\) assigns probabilities to every event, satisfying the following conditions:
  1. \(\Pr(\Omega) = 1\text{.}\)
  2. \(0 \leq \Pr(A) \leq 1\) for any event \(A\text{.}\)
  3. If \(A \cap B = \emptyset\text{,}\) then \(\Pr(A\cup B) = \Pr(A) + \Pr(B)\text{.}\)
For small probability spaces (i.e., with finitely many outcomes in the sample space), we’ll usually assign probabilities to each individual outcome, and perhaps list them in a table. Then, to find the probability of any event, simply add together the probabilities of each outcome in that event.

Example 1.2.2.

An experiment consists of rolling a standard 6-sided die. The sample space is \(\Omega = \{1, 2, 3, 4, 5, 6\}\text{.}\) The probability distribution (assuming a fair die) is shown below.
Table 1.2.3. Distribution for a fair die
\(x\) \(\Pr(x)\)
1 \(1/6\)
2 \(1/6\)
3 \(1/6\)
4 \(1/6\)
5 \(1/6\)
6 \(1/6\)
One possible event is \(A = \{2, 4, 6\}\text{,}\) i.e., the event that the result of the roll is even. The probability of \(A\) is:
\begin{gather*} \Pr(A) = \Pr(2) + \Pr(4) + \Pr(6) = \frac{1}{6} + \frac{1}{6} + \frac{1}{6} = \frac{3}{6} = \frac{1}{2} \end{gather*}

Definition 1.2.4.

Let \(\Omega = \{x_1, x_2, \dotsc, x_n\}\) be a sample space and \(A\subset \Omega\) an event. We refer to the distribution in which \(\Pr(x_i) = \frac{1}{n}\) for all \(i\) as the uniform distribution. In this case, it follows that \(\Pr(A) = \frac{|A|}{|\Omega|}\text{.}\)
When we talk about a fair coin flip or a fair die roll, the word "fair" is indicating a uniform distribution. However, don’t make the mistake of assuming that all distributions are uniform by default.

Example 1.2.5.

A person picks a random number from 1 to 10. What is the probability that they picked 3?
Answer.
Without assuming the distribution is fair (i.e., that each value \(1, 2, \dotsc, 10\)) has probability \(1/10\) of occurring), we don’t have enough information to answer this question.
In fact, the situation is even more vague than that: the sample space itself is unclear. Are we only allowed to pick integer values? What about fractions like \(7/2\text{?}\) What about irrational numbers like \(\pi\text{?}\)

Exercises Exercises

1.

Consider the sample space \(\Omega = \{1, 2, 3, 4, 5, 6, 7, 8\}\) with probability distribution below. Calculate the probabilities of \(A = \{1, 3, 7, 8\}\text{,}\) \(B = \{2, 3, 6, 7\}\text{,}\) \(A\cup B\text{,}\) and \(A \cap B\text{.}\)
Table 1.2.6.
\(x\) \(\Pr(x)\)
1 0.1
2 0.05
3 0.2
4 0.15
5 0.15
6 0.1
7 0.05
8 0.1
9 0.1
Answer.
\(\Pr(A) = 0.45, \Pr(B) = 0.4, \Pr(A \cup B) = 0.6, \Pr(A \cap B) = 0.25.\)

2.

Suppose we flip a coin two times. Answer the questions below. What about three flips? What about four flips?

(b)

Make a probability distribution table for \(\Omega\) assuming the coin is fair.
Answer.
Table 1.2.7. Probability Distribution for Two Fair Coin Flips
\(x\) \(\Pr(x)\)
\(HH\) 0.25
\(HT\) 0.25
\(TH\) 0.25
\(TT\) 0.25

(c)

Make a probability distribution table assuming the coin comes up heads with probability 0.3.
Answer.
Table 1.2.8. Probability Distribution for Two Fair Coin Flips
\(x\) \(\Pr(x)\)
\(HH\) 0.09
\(HT\) 0.21
\(TH\) 0.21
\(TT\) 0.49

3.

Suppose we roll a die two times. Answer the questions below.

(a)

Write all outcomes in the sample space \(\Omega\text{.}\)
Answer.
\begin{align*} \Omega = \{\amp (1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6), \\ \amp (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6), \\ \amp (3, 1), (3, 2), (3, 3), (3, 4), (3, 5), (3, 6), \\ \amp (4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6), \\ \amp (5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6), \\ \amp (6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)\} \end{align*}

(b)

Make a probability distribution table for \(\Omega\) assuming the die is fair.
Answer.
We’ll avoid an overly large table and note that, since the die is fair, every outcome is equally likely. Therefore, \(\Pr(x) = \frac{1}{36}\) for every \(x\in \Omega\text{.}\)

(c)

Let \(A\) be the event that the second roll is higher than the first, and let \(B\) be the event that the first roll is even. Find \(\Pr(A), \Pr(B)\text{,}\) and \(\Pr(A \cap B)\text{.}\)
Answer.
\begin{align*} A = \{ \amp (1, 2), (1, 3), (1, 4), (1, 5), (1, 6), \\ \amp (2, 3), (2, 4), (2, 5), (2, 6), \\ \amp (3, 4), (3, 5), (3, 6), \\ \amp (4, 5), (4, 6), \\ \amp (5, 6)\} \\ B = \{ \amp (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6), \\ \amp (4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6), \\ \amp (6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)\} \\ A \cap B = \{ \amp (2, 3), (2, 4), (2, 5), (2, 6), \\ \amp (4, 5), (4, 6)\} \end{align*}
Therefore \(\Pr(A) = \frac{15}{36} = \frac{5}{12}, \Pr(B) = \frac{18}{36} = \frac{1}{2}, \Pr(A \cap B) = \frac{6}{36} = \frac{1}{6}.\)

4.

Suppose a die has the values \(1, 2, 3, 4, 5, 6\) on the faces, but the die is not fair. Instead, the probabilities scale by the same amount as the face values. For example, a result of 4 is twice as likely as a result of 2, since 4 is twice as large as 2; a result of 6 is six times more likely than a result of 1; and so on. Write a probability distribution table for this die.
Answer.
Table 1.2.9. Probability Distribution for a Linearly Scaled Die
\(x\) \(\Pr(x)\)
1 \(1/21\)
2 \(2/21\)
3 \(3/21\)
4 \(4/21\)
5 \(5/21\)
6 \(6/21\)

5.

Suppose a die has the values \(1, 2, 3, 4, 5, 6\) on the faces, but the die is not fair. Instead, each even value has an equal probability, each odd value has an equal probability, and the even values are each twice as likely as the odd values to appear on a roll. Write a probability distribution table for this die.
Answer.
Table 1.2.10. Probability Distribution for an Even-biased Die
\(x\) \(\Pr(x)\)
1 \(1/9\)
2 \(2/9\)
3 \(1/9\)
4 \(2/9\)
5 \(1/9\)
6 \(2/9\)

6.

A toxin molecule inside a cell has a 0.3 probability of leaving the cell during a 1-minute period. For each value of \(n = 1, 2, 3, \dotsc\text{,}\) find the probability of the toxin molecule leaving the cell during the \(n\)th minute. What is the probability of the molecule leaving the cell during the first 3 minutes?
Answer.
For short, write \(\Pr(n)\) to mean the probability of the toxin molecule leaving during the \(n\)th minute. Then \(\Pr(n) = (0.7)^{n - 1} (0.3).\)
The probability of leaving during the first 3 minutes is \(\Pr(1) + \Pr(2) + \Pr(3) = 0.657.\)