Chapter 2

Compound Probability

This chapter discusses further concepts that lie at the core of probability theory.

Set Theory

A set, broadly defined, is a collection of objects. In the context of probability theory, we use set notation to specify compound events. For example, we can represent the event "roll an even number" by the set {2, 4, 6}. For this reason it is important to be familiar with the algebra of sets.

Use the set constructor below to build a set, then press "Submit" to see your set visualized in the Venn diagram. You can also move and resize the circles by dragging and dropping.

A
B
C
U

(
'
)
Submit
Delete
Reset

You may wish to use the visualization to verify some of the following set identities.

Counting

It can be surprisingly difficult to count the number of sequences or sets satisfying certain conditions. For example, consider a bag of marbles in which each marble is a different color. If we draw marbles one at a time from the bag without replacement, how many different ordered sequences (permutations) of the marbles are possible? How many different unordered sets (combinations)?

Choose how many marbles the bag should contain.

Click on the table below to visualize all possible permutations or combinations of the marbles.

\(\displaystyle{n}\) 0 1 2 3 4
\(\displaystyle{P_{n,r}}\) 1

Conditional Probability

Conditional probabilities allow us to account for information we have about our system of interest. For example, we might expect the probability that it will rain tomorrow (in general) to be smaller than the probability it will rain tomorrow given that it is cloudy today. This latter probability is a conditional probability, since it accounts for relevant information that we possess.

Mathematically, computing a conditional probability amounts to shrinking our sample space to a particular event. So in our rain example, instead of looking at how often it rains on any day in general, we "pretend" that our sample space consists of only those days for which the previous day was cloudy. We then determine how many of those days were rainy.

Click on the tabs below to visualize the shrinking of the sample space.


A
B
C
Universe

This visualization was adapted from Victor Powell's fantastic visualization of conditional probability.