Probability Cheat Sheet

Basics

Probability – The likelihood of an event occurring.

Event – a specific outcome, or a combination of several outcomes.

A → event

P(A) → probability of A occurring

\[P(A) = {preferred \: outcomes \over all \: outcomes}\]

This is also written:

\[P(A) = {favorable \: outcomes \over sample \: space}\]

The probability of two independent events occurring at the same time is equal to the product of all the probabilities of the individual events.

\[P(A \: and \: B) = {P(A) * P(B)}\]

Computing Expected Values

Expected Values – the average outcome we expect if we run an experiment many times. We can use Expected Values to make predictions about the future based on past data.

Experimental Probabilities – the probabilities we get after conducting experiments.

\[P(A) = {successful \: trials \over all \: trials}\]

Theoretical (or True) Probabilities – calculated probabilities, such as the odds of coin flips or dice rolls. These were demonstrated in the ‘Basics’ section above.

\[P(A) = {preferred \: outcomes \over all \: outcomes}\]

Expected Values for Categorical Outcomes

The Expected Value is the outcome we expect to occur when we run an experiment. The Expected Value of A occurring is written E(A).

\[E(A) = {P(A) * n}\]

where n is the number of trials carried out.

Example: What is the Expected Value of drawing a spade from a full deck of cards if 20 card pulls are performed?

The probability of drawing a space is 13/52 = 0.25 = P(A). And 20 card pulls means n = 20.

\[E(A) = {P(A) * n}\]
\[E(A) = 5 = {0.25 * 20}\]

That means we expect to draw a spade 5 times when a card is pulled from a full deck 20 times.

Expected Values for Numerical Outcomes

We take the value for every element in the sample space, and multiply it by its probability. Then we add these together:

\[E(X) = {\Sigma_{i=1}^n x_i * p_i}\]

Frequency of Outcomes

Probability Frequency Distribution – a collection of the probabilities for each possible outcome. This can be represented graphically or in a table.

Example: Let’s look at the sum of rolling two 6-sided dice.

123456
1234567
2345678
3456789
45678910
567891011
6789101112

Record the number of times each sum appears in the above table in ascending order. Also record the frequency of each sum. This is a Frequency Distribution Table.

SumFrequency
21
32
43
54
65
76
85
94
103
112
121
Frequency Distribution Table for the Sum of Two 6-Sided Dice Rolls

In the above example, the sum of ‘8’ has a frequency of ‘5’.

Divide the Frequency by the size of the sample space, in this case, 62 = 36 possible outcomes to get the probability of each event. Add this to the above table and you have the Probability Frequency Distribution:

SumFrequencyProbability
211/36
321/18
431/12
541/9
655/36
761/6
855/36
941/9
1031/12
1121/18
1211/36
Probability Frequency Distribution for the Sum of Two 6-Sided Dice Rolls

Events and their Complements

Complement – The complement of an event is everything that the event is not, such that A + A’ = sample space, where A’ is the complement.

Note that the complement of a complement is the event itself:

\[A” = {A}\]

Example: We have a sample space with three possible outcomes: A, B, and C:

\[P(A) + P(B) + P(C) = {1}\]
\[A’= B + C\]
\[P(A’) = 1 – P(A)\]

Probability Cheat Sheet