Back to noteBack to top

Pomodoro

Pomodoro timer is idle

Showing all 27 problems

0 of 27 completed

Direct Practice

1.1Count a Simple Sample Space

Exam I | Problem 1.1 | Sample Spaces · Equally Likely Outcomes

A fair coin is flipped twice. What is the probability of getting exactly one head?

1.2Choose a Committee

Exam I | Problem 1.2 | Combinations · Counting Methods

How many ways can you choose 3 students from a group of 8?

1.3Arrange Runners

Exam I | Problem 1.3 | Permutations · Counting Methods

How many ordered outcomes are there for the gold, silver, and bronze places among 7 runners?

1.4Count Distinct Arrangements

Exam I | Problem 1.4 | Repeated Objects · Counting Methods

How many distinct arrangements of the letters in BOOK are there?

1.5Use the Complement Rule

Exam I | Problem 1.5 | Complement Rule

A fair die is rolled 3 times. What is the probability of getting at least one 6?

1.6Apply the Addition Rule

Exam I | Problem 1.6 | Addition Rule · Events

Suppose

$$ P(A)=0.42,\quad P(B)=0.31,\quad P(A \cap B)=0.08. $$

Find $P(A \cup B)$.

1.7Find a Conditional Probability

Exam I | Problem 1.7 | Conditional Probability

Suppose

$$ P(A \cap B)=0.12 \quad \text{and} \quad P(B)=0.3. $$

Find $P(A \mid B)$.

1.8Evaluate a Bernoulli Mean and Variance

Exam I | Problem 1.8 | Bernoulli Distribution · Expectation · Variance

If $X \sim \mathrm{Bernoulli}(0.7)$, find $E[X]$ and $\mathrm{Var}(X)$.

1.9Compute a Binomial Probability

Exam I | Problem 1.9 | Binomial Distribution

If $X \sim \mathrm{Binomial}(5,0.2)$, find $P(X=2)$.

1.10Standardize a Normal Random Variable

Exam I | Problem 1.10 | Normal Distribution · Standardization

If $X \sim \mathcal{N}(100,15^2)$, what is the $z$-score for $x=130$?

Integrated Practice

2.1Count Draws Without Replacement

Exam II | Problem 2.1 | Hypergeometric Distribution · Sampling Without Replacement

A box contains 6 good parts and 4 defective parts. Two parts are drawn without replacement. What is the probability that exactly 1 part is defective?

2.2Update a Belief with Bayes' Theorem

Exam II | Problem 2.2 | Bayes Theorem · Conditional Probability

A disease affects 2% of a population. A test is 95% accurate for people who have the disease, and it gives a false positive 10% of the time for people who do not have the disease. If a person tests positive, what is the probability that the person actually has the disease?

2.3Use the Geometric Memoryless Property

Exam II | Problem 2.3 | Geometric Distribution · Memoryless Property

If $X \sim \mathrm{Geometric}(0.25)$, find $P(X>7 \mid X>3)$.

2.4Solve a Negative Binomial Count

Exam II | Problem 2.4 | Negative Binomial Distribution

A basketball player makes each free throw with probability $0.6$, independently. What is the probability that the third make occurs on the fifth attempt?

2.5Compute a Poisson Count Probability

Exam II | Problem 2.5 | Poisson Distribution

A support line receives 4 calls per hour on average. What is the probability of exactly 2 calls in a half hour?

2.6Compute an Exponential Waiting-Time Probability

Exam II | Problem 2.6 | Exponential Distribution

The waiting time to the next event has an exponential distribution with rate 3 per hour. What is the probability of waiting more than 20 minutes?

2.7Use Inclusion-Exclusion for Three Events

Exam II | Problem 2.7 | Inclusion-Exclusion

Suppose

$$ P(A)=0.5,\quad P(B)=0.4,\quad P(C)=0.3 $$

and

$$ P(A \cap B)=0.2,\quad P(A \cap C)=0.1,\quad P(B \cap C)=0.08,\quad P(A \cap B \cap C)=0.05. $$

Find $P(A \cup B \cup C)$.

2.8Check Independence from a Joint Table

Exam II | Problem 2.8 | Joint Distribution · Marginal Distributions · Independence

A joint pmf is given by

$$ \begin{array}{c|cc} & Y=0 & Y=1 \\ \hline X=0 & 0.12 & 0.18 \\ X=1 & 0.28 & 0.42 \end{array} $$

Find the marginal distributions of $X$ and $Y$, and determine whether $X$ and $Y$ are independent.

Applied Problems

3.1Find an Expected Value from a Discrete Distribution

Final | Problem 3.1 | Expectation · Functions of Random Variables

Let $X$ take the values $1$, $2$, and $4$ with probabilities $0.2$, $0.5$, and $0.3$, respectively. If the payoff is $X^2$, what is the expected payoff?

3.2Model an Expected Count with Indicators

Final | Problem 3.2 | Indicator Variables · Linearity of Expectation

A fair die is rolled 5 times. Let $X$ be the number of adjacent pairs that match. Find $E[X]$.

3.3Model a Sampling Situation

Final | Problem 3.3 | Hypergeometric Distribution · Sampling Without Replacement

A box has 8 good components and 4 defective components. Three components are drawn without replacement. What is the probability that at least one component is defective?

3.4Waiting Time to the Third Event

Final | Problem 3.4 | Gamma Distribution · Poisson Process

Calls arrive at a rate of 2 per hour. Under the gamma model, what is the mean waiting time until the third call?

3.5Infer a Beta Model for a Proportion

Final | Problem 3.5 | Beta Distribution · Proportions

A parameter $p$ represents a conversion rate, so it must stay between 0 and 1. Which distribution from the note is a natural choice for modeling $p$?

Challenge / Synthesis

4.1Combine Total Probability and Bayes

Final | Problem 4.1 | Law of Total Probability · Bayes Theorem

Machine A makes 60% of the items and has a defect rate of 1%. Machine B makes the other 40% and has a defect rate of 4%. If an item is defective, what is the probability that it came from Machine A?

4.2Approximate a Binomial Count with a Normal Model

Final | Problem 4.2 | Normal Approximation · Binomial Distribution · Continuity Correction

If $X \sim \mathrm{Binomial}(100,0.2)$, approximate $P(16 \le X \le 24)$ using a normal model.

4.3Compare Sample Sizes with Standard Error

Final | Problem 4.3 | Law of Large Numbers · Standard Error

A population has mean 50 and standard deviation 12. Compare the standard error of the sample mean for samples of size 36 and 144. Which sample mean should be more stable?

4.4Use the Union Bound

Final | Problem 4.4 | Union Bound · Events

Three independent backup checks have failure probabilities 0.03, 0.05, and 0.02. Give an upper bound on the probability that at least one check fails.