Computing Probabilities

STAT 20: Introduction to Probability and Statistics

Warmup Question
10:00

The following problem is taken from Frederick Mosteller’s book Fifty Challenging Problems in Probability, which is apparently a favorite source for interview questions in quantitative trading and research firms such as Jane Street.

To encourage Elmer’s promising tennis career, his father offeres him a prize if he wins (at least) two tennis sets in a row in a three-set series to be played with his father and the club champion alternately: father-champion-father or champion-father-champion, according to Elmer’s choice. The champion is a better player than Elmer’s father. Which series should Elmer choose: father-champion-father or champion-father-champion? You may treat the result of each game within a set as independent of the other two games.

Even though it seems intuitive that Elmer should play more games against his father, because the middle game is the crucial game to be won, Elmer should choose the champion-father-champion three game series as that gives him a higher chance of winning.

Do you want a car or do you want a goat?

Concept Review

Rules for computing probabilities

  1. Conditional Probability:

For two events \(A\) and \(B\), \(P(A \vert B) = \displaystyle \frac{P(A \text{ and } B)}{P(B)}\)

  1. Multiplication rule:

For two events \(A\) and \(B\), \(P(A \cap B) = P(A \textbf{ and } B)= P(A \vert B) P(B)\)

  1. Independent events:

We say that two non-empty events \(A\) and \(B\) are independent if \(P(A \cap B) = P(A)\times P(B)\).

  1. Complement rule:

\(P(A^C) = 1 - P(A)\)

  1. Addition rule (events not necessarily mutually exclusive):

\(P(A\cup B) = P(A \textbf{ or } B)= P(A) + P(B) - P(A\cap B)\)

Drawing tickets from a box
03:00

Suppose we draw 2 tickets at random without replacement from a box with tickets marked {1, 2, 3, . . . , 9}. Let \(A\) be the event that at least one of the tickets drawn is labeled with an even number, let \(B\) be the event that at least one of the tickets drawn is labeled with a prime number (recall that the number 1 is not regarded as a prime number). Suppose the numbers on the tickets drawn are 3 and 9.

Which of the following events occur?

  1. \(A\)

  2. \(B\)

  3. \(A\) and \(B\) (\(= A \cap B\))

  4. \(A\) and \(B^c\) (\(= A \cap B^c\))

  5. \(A^c\) and \(B\) (\(= A^c \cap B\))

Baseball!
01:00

The MLB 2026 postseason is almost here, but let’s look back at the 2025 World Series. This championship series was a best-of-seven playoff between the Los Angeles Dodgers and the Toronto Blue Jays. The winners in the World Series have to win a majority of 7 games, so the first team to win 4 games wins the series. Before the series began, the estimated probability that the Dodgers would have beaten the Blue Jays in any single game was \(\dfrac{2}{3}\), independently of all the other games.

What was the probability that the Dodgers would have won in a clean sweep?

Tossing coins
02:00

Toss three coins, one at a time. Define the following events:

\(A\) is the event that the first coin flipped shows a head.

\(B\) is the event that the first two coins flipped both show heads.

\(C\) is the event that the last two coins flipped both show tails.

Are the events \(A\) and \(B\) independent, mutually exclusive or neither?

What about \(A\) and \(C\)? What about \(B\) and \(C\)?

Testing positive for a rare condition: should you be freaked out?
03:00

A rare condition affects 0.2% of the population. A test for this condition is 99% accurate: this means that the probability that a person with the condition tests positive is 99% and the probability that a person without the condition tests negative is 99%. Is the probability that a person who tests positive has the condition more or less than \(50\%\)?

Break
05:00

Worksheet: Computing Probabilities
25:00